01HRTWGX7CR0GAT9B41KAFKAZ0: 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: 01HRTWHR6AGRPNHME39M2JBFVR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-13T03:11:18.125Zjob assigned to worker 01HRTWHXYF1DW74JK9S0445VF9 (queued for 2 m 17 s)
 
22024-03-13T03:11:25.361Zstarting task 0: "setup"
32024-03-13T03:11:25.429Z++ uname -s
42024-03-13T03:11:25.438Z+ kern=SunOS
52024-03-13T03:11:25.438Z+ case "$kern" in
62024-03-13T03:11:25.438Z+ groupadd -g 12345 build
72024-03-13T03:11:25.439Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-13T03:11:27.450Z+ zfs create -o mountpoint=/work rpool/work
92024-03-13T03:11:28.696Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-13T03:11:28.701Z+ home_fs=zfs
112024-03-13T03:11:28.701Z+ [[ zfs == autofs ]]
122024-03-13T03:11:28.701Z+ mkdir -p /home/build
132024-03-13T03:11:28.701Z+ chown build:build /home/build /work
142024-03-13T03:11:29.303Z+ chmod 0700 /home/build /work
152024-03-13T03:11:29.319Zprocess exited: duration 3938 ms, exit code 0
 
162024-03-13T03:11:29.348Zstarting task 1: "rust-toolchain"
172024-03-13T03:11:29.356Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-13T03:11:29.356Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-03-13T03:11:29.459Zinfo: downloading installer
202024-03-13T03:11:31.311Zwarning: it looks like you have an existing installation of Rust at:
212024-03-13T03:11:31.312Zwarning: /opt/ooce/bin
222024-03-13T03:11:31.312Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-13T03:11:31.312Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-13T03:11:31.312Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-13T03:11:31.312Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-13T03:11:31.312Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-13T03:11:31.312Zerror: cannot install while Rust is installed
282024-03-13T03:11:31.312Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-13T03:11:31.417Zinfo: profile set to 'default'
302024-03-13T03:11:31.417Zinfo: default host triple is x86_64-unknown-illumos
312024-03-13T03:11:31.437Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-03-13T03:11:31.553Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-03-13T03:11:31.553Zinfo: downloading component 'cargo'
342024-03-13T03:11:32.349Zinfo: downloading component 'clippy'
352024-03-13T03:11:32.632Zinfo: downloading component 'rust-docs'
362024-03-13T03:11:33.631Zinfo: downloading component 'rust-std'
372024-03-13T03:11:35.433Zinfo: downloading component 'rustc'
382024-03-13T03:11:39.766Zinfo: downloading component 'rustfmt'
392024-03-13T03:11:41.263Zinfo: installing component 'cargo'
402024-03-13T03:11:41.281Zinfo: installing component 'clippy'
412024-03-13T03:11:41.281Zinfo: installing component 'rust-docs'
422024-03-13T03:11:42.548Zinfo: installing component 'rust-std'
432024-03-13T03:11:44.364Zinfo: installing component 'rustc'
442024-03-13T03:11:48.807Zinfo: installing component 'rustfmt'
452024-03-13T03:11:48.830Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-03-13T03:11:48.830Z
472024-03-13T03:11:49.258Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-03-13T03:11:49.258Z
492024-03-13T03:11:49.259Z
502024-03-13T03:11:49.259ZRust is installed now. Great!
512024-03-13T03:11:49.259Z
522024-03-13T03:11:49.259ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-13T03:11:49.259Zenvironment variable. This has not been done automatically.
542024-03-13T03:11:49.259Z
552024-03-13T03:11:49.259ZTo configure your current shell, you need to source
562024-03-13T03:11:49.260Zthe corresponding env file under $HOME/.cargo.
572024-03-13T03:11:49.260Z
582024-03-13T03:11:49.260ZThis is usually done by running one of the following (note the leading DOT):
592024-03-13T03:11:49.260Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-13T03:11:49.260Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-13T03:11:49.260Z+ rustc --version
622024-03-13T03:11:49.260Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-03-13T03:11:49.260Zprocess exited: duration 19910 ms, exit code 0
 
642024-03-13T03:11:49.303Zstarting task 2: "authentication"
652024-03-13T03:11:49.338ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
662024-03-13T03:12:04.340Zprocess exited: duration 15043 ms, exit code 0
 
672024-03-13T03:12:04.406Zstarting task 3: "clone repository"
682024-03-13T03:12:04.426Z+ mkdir -p /work/oxidecomputer/omicron
692024-03-13T03:12:04.426Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
702024-03-13T03:12:04.860ZCloning into '/work/oxidecomputer/omicron'...
712024-03-13T03:12:09.914Z+ cd /work/oxidecomputer/omicron
722024-03-13T03:12:09.914Z+ git fetch origin 975c29a6807d6c6e4ca5141a26dc316f5f4fb64a
732024-03-13T03:12:10.233ZFrom https://github.com/oxidecomputer/omicron
742024-03-13T03:12:10.233Z * branch 975c29a6807d6c6e4ca5141a26dc316f5f4fb64a -> FETCH_HEAD
752024-03-13T03:12:10.251Z+ [[ -n renovate/regress-0.x ]]
762024-03-13T03:12:10.252Z++ git branch --show-current
772024-03-13T03:12:10.252Z+ current=main
782024-03-13T03:12:10.252Z+ [[ main != renovate/regress-0.x ]]
792024-03-13T03:12:10.252Z+ git branch -f renovate/regress-0.x 975c29a6807d6c6e4ca5141a26dc316f5f4fb64a
802024-03-13T03:12:10.280Z+ git checkout -f renovate/regress-0.x
812024-03-13T03:12:10.406ZSwitched to branch 'renovate/regress-0.x'
822024-03-13T03:12:10.406Z+ git reset --hard 975c29a6807d6c6e4ca5141a26dc316f5f4fb64a
832024-03-13T03:12:10.407ZHEAD is now at 975c29a68 chore(deps): update rust crate regress to 0.9.0
842024-03-13T03:12:10.407Zprocess exited: duration 5984 ms, exit code 0
 
852024-03-13T03:12:10.896Zstarting task 4: "build"
862024-03-13T03:12:10.917Z+ cargo --version
872024-03-13T03:12:10.917Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
882024-03-13T03:12:11.059Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
892024-03-13T03:12:11.059Zinfo: downloading component 'cargo'
902024-03-13T03:12:11.812Zinfo: downloading component 'clippy'
912024-03-13T03:12:12.038Zinfo: downloading component 'rust-docs'
922024-03-13T03:12:13.370Zinfo: downloading component 'rust-std'
932024-03-13T03:12:14.466Zinfo: downloading component 'rustc'
942024-03-13T03:12:18.340Zinfo: downloading component 'rustfmt'
952024-03-13T03:12:18.559Zinfo: installing component 'cargo'
962024-03-13T03:12:19.440Zinfo: installing component 'clippy'
972024-03-13T03:12:19.777Zinfo: installing component 'rust-docs'
982024-03-13T03:12:21.266Zinfo: installing component 'rust-std'
992024-03-13T03:12:23.130Zinfo: installing component 'rustc'
1002024-03-13T03:12:27.289Zinfo: installing component 'rustfmt'
1012024-03-13T03:12:28.118Zcargo 1.76.0 (c84b36747 2024-01-18)
1022024-03-13T03:12:28.135Z+ rustc --version
1032024-03-13T03:12:28.135Zrustc 1.76.0 (07dca489a 2024-02-04)
1042024-03-13T03:12:28.135Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1052024-03-13T03:12:38.643Z Startup: Refreshing catalog 'helios-dev' ... Done
1062024-03-13T03:12:40.010Z Startup: Caching catalogs ... Done
1072024-03-13T03:12:41.718ZPlanning: Solver setup ... Done (0.931s)
1082024-03-13T03:12:41.739ZPlanning: Running solver ... Done (0.019s)
1092024-03-13T03:12:41.740ZPlanning: Finding local manifests ... Done (0.069s)
1102024-03-13T03:12:41.740ZPlanning: Fetching manifests: 0/4 0% complete
1112024-03-13T03:12:42.207ZPlanning: Fetching manifests: 4/4 100% complete
1122024-03-13T03:12:42.254ZPlanning: Package planning ... Done (0.050s)
1132024-03-13T03:12:42.304ZPlanning: Merging actions ... Done (0.052s)
1142024-03-13T03:12:42.802ZPlanning: Checking for conflicting actions ... Done (0.504s)
1152024-03-13T03:12:42.817ZPlanning: Consolidating action changes ... Done (0.011s)
1162024-03-13T03:12:50.339ZPlanning: Evaluating mediators ... Done (7.523s)
1172024-03-13T03:12:50.357ZPlanning: Planning completed in 10.27 seconds
1182024-03-13T03:12:50.380Z Packages to install: 4
1192024-03-13T03:12:50.380Z Mediators to change: 2
1202024-03-13T03:12:50.381Z Services to change: 1
1212024-03-13T03:12:50.381Z Estimated space available: 155.32 GB
1222024-03-13T03:12:50.382ZEstimated space to be consumed: 1.42 GB
1232024-03-13T03:12:50.382Z Create boot environment: No
1242024-03-13T03:12:50.385ZCreate backup boot environment: No
1252024-03-13T03:12:50.385Z Rebuild boot archive: No
1262024-03-13T03:12:50.386Z
1272024-03-13T03:12:50.386ZChanged mediators:
1282024-03-13T03:12:50.386Z mediator clang:
1292024-03-13T03:12:50.386Z version: None -> 15 (system default)
1302024-03-13T03:12:50.386Z
1312024-03-13T03:12:50.387Z mediator llvm:
1322024-03-13T03:12:50.387Z version: 14 (system default) -> 15 (system default)
1332024-03-13T03:12:50.387Z
1342024-03-13T03:12:50.387ZChanged packages:
1352024-03-13T03:12:50.387Zhelios-dev
1362024-03-13T03:12:50.387Z developer/build-essential
1372024-03-13T03:12:50.387Z None -> 11-2.0
1382024-03-13T03:12:50.388Z library/libxmlsec1
1392024-03-13T03:12:50.388Z None -> 1.2.35-2.0
1402024-03-13T03:12:50.388Z ooce/developer/clang-15
1412024-03-13T03:12:50.388Z None -> 15.0.7-2.0
1422024-03-13T03:12:50.388Z ooce/developer/llvm-15
1432024-03-13T03:12:50.389Z None -> 15.0.7-2.0
1442024-03-13T03:12:50.389Z
1452024-03-13T03:12:50.389ZServices:
1462024-03-13T03:12:50.389Z restart_fmri:
1472024-03-13T03:12:50.389Z svc:/system/update-man-index:default
1482024-03-13T03:12:50.520Z
1492024-03-13T03:12:50.520ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1502024-03-13T03:12:55.653ZDownload: 781/3290 items 18.5/212.6MB 8% complete (3.8M/s)
1512024-03-13T03:13:07.254ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (9.9M/s)
1522024-03-13T03:13:12.258ZDownload: 1763/3290 items 118.3/212.6MB 55% complete (7.3M/s)
1532024-03-13T03:13:17.505ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (4.4M/s)
1542024-03-13T03:13:22.513ZDownload: 3150/3290 items 138.7/212.6MB 65% complete (1.9M/s)
1552024-03-13T03:13:26.735ZDownload: Completed 212.60 MB in 36.21 seconds (5.9M/s)
1562024-03-13T03:13:26.902Z Actions: 1/3689 actions (Installing new actions)
1572024-03-13T03:13:32.072Z Actions: 3685/3689 actions (Installing new actions)
1582024-03-13T03:13:32.080Z Actions: Completed 3689 actions in 5.17 seconds.
1592024-03-13T03:13:32.271Z Done (0.182s)
1602024-03-13T03:13:32.271Z Done (0.000s)
1612024-03-13T03:13:32.503Z Done (0.239s)
1622024-03-13T03:13:38.208Z Done (5.573s)
1632024-03-13T03:13:38.348Z Done (0.069s)
1642024-03-13T03:13:38.356Z Done (0.000s)
1652024-03-13T03:13:38.508Z Done (0.000s)
1662024-03-13T03:13:39.040ZPlanning: Evaluating mediator changes ... Done
1672024-03-13T03:13:39.233ZPlanning: Checking for conflicting actions ... Done
1682024-03-13T03:13:39.275ZPlanning: Consolidating action changes ... Done
1692024-03-13T03:13:39.483ZPlanning: Evaluating mediators ... Done
1702024-03-13T03:13:39.496ZPlanning: Planning completed in 0.45 seconds
1712024-03-13T03:13:39.513Z Mediators to change: 2
1722024-03-13T03:13:39.513Z Create boot environment: No
1732024-03-13T03:13:39.518ZCreate backup boot environment: No
1742024-03-13T03:13:39.597Z Done
1752024-03-13T03:13:39.597Z Done
1762024-03-13T03:13:39.735Z Done
1772024-03-13T03:13:43.513Z Done
1782024-03-13T03:13:43.607Z Done
1792024-03-13T03:13:43.628Z Done
1802024-03-13T03:13:43.717Z Done
1812024-03-13T03:13:44.353ZPlanning: Evaluating mediator changes ... Done
1822024-03-13T03:13:44.373ZPlanning: Merging actions ... Done
1832024-03-13T03:13:44.538ZPlanning: Checking for conflicting actions ... Done
1842024-03-13T03:13:44.552ZPlanning: Consolidating action changes ... Done
1852024-03-13T03:13:44.815ZPlanning: Evaluating mediators ... Done
1862024-03-13T03:13:44.876ZPlanning: Planning completed in 0.80 seconds
1872024-03-13T03:13:44.911Z Packages to change: 1
1882024-03-13T03:13:44.911Z Mediators to change: 1
1892024-03-13T03:13:44.929Z Services to change: 1
1902024-03-13T03:13:44.929Z Create boot environment: No
1912024-03-13T03:13:44.929ZCreate backup boot environment: Yes
1922024-03-13T03:13:46.860Z Actions: 1/6 actions (Updating modified actions)
1932024-03-13T03:13:46.908Z Actions: Completed 6 actions in 0.05 seconds.
1942024-03-13T03:13:46.908Z Done
1952024-03-13T03:13:46.908Z Done
1962024-03-13T03:13:46.957Z Done
1972024-03-13T03:13:50.653Z Done
1982024-03-13T03:13:50.736Z Done
1992024-03-13T03:13:50.757Z Done
2002024-03-13T03:13:50.841Z Done
2012024-03-13T03:13:51.692ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2022024-03-13T03:13:51.692Zclang system 15 system
2032024-03-13T03:13:51.692Zcsh system system illumos
2042024-03-13T03:13:51.692Zctags system system illumos
2052024-03-13T03:13:51.692Zgcc vendor 12 vendor
2062024-03-13T03:13:51.692Zgcc system 10 system
2072024-03-13T03:13:51.692Zgcc system 7 system
2082024-03-13T03:13:51.692Zgo system 1.20 system
2092024-03-13T03:13:51.692Zgo system 1.19 system
2102024-03-13T03:13:51.692Zllvm system 15 system
2112024-03-13T03:13:51.692Zllvm system 14 system
2122024-03-13T03:13:51.692Zmariadb system 10.6 system
2132024-03-13T03:13:51.692Zmta vendor vendor dma
2142024-03-13T03:13:51.692Zopenjdk system 17 system
2152024-03-13T03:13:51.693Zopenjdk system 11 system
2162024-03-13T03:13:51.693Zopenjdk system 1.8 system
2172024-03-13T03:13:51.693Zopenssl vendor 3 vendor
2182024-03-13T03:13:51.693Zperl system 5.36 system
2192024-03-13T03:13:51.693Zpostgresql system 15 system
2202024-03-13T03:13:51.693Zpostgresql system 13 system
2212024-03-13T03:13:51.693Zpython vendor 3 vendor
2222024-03-13T03:13:51.693Zpython system 2 system
2232024-03-13T03:13:51.693Zpython3 system 3.11 system
2242024-03-13T03:13:51.693Zruby system 3.0 system
2252024-03-13T03:13:51.693Zwords vendor vendor american-english
2262024-03-13T03:13:51.693Zwords system system australian-english
2272024-03-13T03:13:51.693Zwords system system british-english
2282024-03-13T03:13:51.693Zwords system system canadian-english
2292024-03-13T03:13:51.693Zwords system system french
2302024-03-13T03:13:51.694Zwords system system italian
2312024-03-13T03:13:51.694Zwords system system ngerman
2322024-03-13T03:13:51.694Zwords system system ogerman
2332024-03-13T03:13:51.694Zwords system system spanish
2342024-03-13T03:13:51.706ZPUBLISHER TYPE STATUS P LOCATION
2352024-03-13T03:13:51.706Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2362024-03-13T03:13:52.816ZFMRI IFO
2372024-03-13T03:13:52.816Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2382024-03-13T03:13:52.816Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2392024-03-13T03:13:52.816Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2402024-03-13T03:13:52.816Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2412024-03-13T03:13:52.816Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2422024-03-13T03:13:52.816Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2432024-03-13T03:13:52.817Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2442024-03-13T03:13:52.817Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2452024-03-13T03:13:52.817Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2462024-03-13T03:13:52.817Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2472024-03-13T03:13:52.817Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2482024-03-13T03:13:52.817Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2492024-03-13T03:13:53.047Z+ set -o errexit
2502024-03-13T03:13:53.065Z+++ dirname ./tools/ci_download_cockroachdb
2512024-03-13T03:13:53.066Z++ cd ./tools
2522024-03-13T03:13:53.066Z++ pwd
2532024-03-13T03:13:53.066Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2542024-03-13T03:13:53.066Z++ basename ./tools/ci_download_cockroachdb
2552024-03-13T03:13:53.066Z+ ARG0=ci_download_cockroachdb
2562024-03-13T03:13:53.066Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2572024-03-13T03:13:53.097Z+ CIDL_VERSION=v22.1.9
2582024-03-13T03:13:53.097Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2592024-03-13T03:13:53.097Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2602024-03-13T03:13:53.098Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2612024-03-13T03:13:53.098Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2622024-03-13T03:13:53.098Z+ TARGET_DIR=out
2632024-03-13T03:13:53.098Z+ DOWNLOAD_DIR=out/downloads
2642024-03-13T03:13:53.098Z+ DEST_DIR=./out/cockroachdb
2652024-03-13T03:13:53.099Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2662024-03-13T03:13:53.099Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2672024-03-13T03:13:53.099Z+ main
2682024-03-13T03:13:53.099Z+ [[ 0 != 0 ]]
2692024-03-13T03:13:53.100Z+ CIDL_OS=solaris2.11
2702024-03-13T03:13:53.100Z+ [[ 0 != 0 ]]
2712024-03-13T03:13:53.100Z+ configure_os solaris2.11
2722024-03-13T03:13:53.100Z+ echo 'current directory: /work/oxidecomputer/omicron'
2732024-03-13T03:13:53.100Zcurrent directory: /work/oxidecomputer/omicron
2742024-03-13T03:13:53.101Z+ echo 'configuring based on OS: "solaris2.11"'
2752024-03-13T03:13:53.101Z+ case "$1" in
2762024-03-13T03:13:53.101Zconfiguring based on OS: "solaris2.11"
2772024-03-13T03:13:53.101Z+ CIDL_BUILD=illumos
2782024-03-13T03:13:53.101Z+ CIDL_SUFFIX=tar.gz
2792024-03-13T03:13:53.101Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2802024-03-13T03:13:53.102Z+ CIDL_URL_BASE=https://illumos.org/downloads
2812024-03-13T03:13:53.102Z+ CIDL_ASSEMBLE=do_assemble_illumos
2822024-03-13T03:13:53.102Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2832024-03-13T03:13:53.102Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2842024-03-13T03:13:53.102Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-03-13T03:13:53.103Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2862024-03-13T03:13:53.103Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-03-13T03:13:53.103Z+ CIDL_SHA256FUNC=do_sha256sum
2882024-03-13T03:13:53.103Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2892024-03-13T03:13:53.103ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-03-13T03:13:53.103Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2912024-03-13T03:13:53.104Z+ mkdir -p out/downloads
2922024-03-13T03:13:53.104ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-03-13T03:13:53.104Z+ mkdir -p ./out/cockroachdb
2942024-03-13T03:13:53.104Z+ local DO_DOWNLOAD=true
2952024-03-13T03:13:53.104Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2962024-03-13T03:13:53.105Z+ '[' true == true ']'
2972024-03-13T03:13:53.105Z+ echo Downloading...
2982024-03-13T03:13:53.105ZDownloading...
2992024-03-13T03:13:53.105Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-03-13T03:13:53.106Z+ 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
3012024-03-13T03:13:59.993Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3022024-03-13T03:14:00.018Z++ sha256sum
3032024-03-13T03:14:00.019Z++ awk '{print $1}'
3042024-03-13T03:14:00.061Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3052024-03-13T03:14:00.061Z+ [[ 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 ]]
3062024-03-13T03:14:00.062Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-03-13T03:14:00.077Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3082024-03-13T03:14:02.488Z+ do_assemble_illumos
3092024-03-13T03:14:02.488Z+ rm -r ./out/cockroachdb
3102024-03-13T03:14:02.947Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3112024-03-13T03:14:02.947Z+ ./out/cockroachdb/bin/cockroach version
3122024-03-13T03:14:02.947ZBuild Tag: v22.1.9-dirty
3132024-03-13T03:14:02.947ZBuild Time: 2022/10/26 21:17:46
3142024-03-13T03:14:02.947ZDistribution: OSS
3152024-03-13T03:14:02.948ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3162024-03-13T03:14:02.948ZGo Version: go1.17.13
3172024-03-13T03:14:02.948ZC Compiler: gcc 10.3.0
3182024-03-13T03:14:02.948ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3192024-03-13T03:14:02.948ZBuild Type: release
3202024-03-13T03:14:02.948Z+ set -o errexit
3212024-03-13T03:14:02.948Z+++ dirname ./tools/ci_download_clickhouse
3222024-03-13T03:14:02.948Z++ cd ./tools
3232024-03-13T03:14:02.948Z++ pwd
3242024-03-13T03:14:02.948Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3252024-03-13T03:14:02.948Z++ basename ./tools/ci_download_clickhouse
3262024-03-13T03:14:02.949Z+ ARG0=ci_download_clickhouse
3272024-03-13T03:14:02.949Z+ TARGET_DIR=out
3282024-03-13T03:14:02.949Z+ DOWNLOAD_DIR=out/downloads
3292024-03-13T03:14:02.949Z+ DEST_DIR=./out/clickhouse
3302024-03-13T03:14:02.949Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3312024-03-13T03:14:02.949Z+ CIDL_VERSION=v23.8.7.24
3322024-03-13T03:14:02.949Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3332024-03-13T03:14:02.949Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3342024-03-13T03:14:02.949Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3352024-03-13T03:14:02.949Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3362024-03-13T03:14:02.950Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3372024-03-13T03:14:02.950Z+ main
3382024-03-13T03:14:02.950Z+ [[ 0 != 0 ]]
3392024-03-13T03:14:02.950Z+ CIDL_OS=solaris2.11
3402024-03-13T03:14:02.950Z+ [[ 0 != 0 ]]
3412024-03-13T03:14:02.950Z+ configure_os solaris2.11
3422024-03-13T03:14:02.950Z+ echo 'current directory: /work/oxidecomputer/omicron'
3432024-03-13T03:14:02.950Zcurrent directory: /work/oxidecomputer/omicron
3442024-03-13T03:14:02.950Z+ echo 'configuring based on OS: "solaris2.11"'
3452024-03-13T03:14:02.950Z+ CIDL_DASHREV=
3462024-03-13T03:14:02.951Z+ case "$1" in
3472024-03-13T03:14:02.951Zconfiguring based on OS: "solaris2.11"
3482024-03-13T03:14:02.951Z+ CIDL_PLATFORM=illumos
3492024-03-13T03:14:02.951Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3502024-03-13T03:14:02.951Z+ CIDL_MD5FUNC=do_md5sum
3512024-03-13T03:14:02.951Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3522024-03-13T03:14:02.951Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3532024-03-13T03:14:02.951Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3542024-03-13T03:14:02.951Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-03-13T03:14:02.952Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3562024-03-13T03:14:02.952Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3572024-03-13T03:14:02.952ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3582024-03-13T03:14:02.952ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3592024-03-13T03:14:02.952Z+ mkdir -p out/downloads
3602024-03-13T03:14:02.952Z+ mkdir -p ./out/clickhouse
3612024-03-13T03:14:02.952Z+ local DO_DOWNLOAD=true
3622024-03-13T03:14:02.952Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3632024-03-13T03:14:02.953Z+ '[' true == true ']'
3642024-03-13T03:14:02.953Z+ echo Downloading...
3652024-03-13T03:14:02.953ZDownloading...
3662024-03-13T03:14:02.953Z+ 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
3672024-03-13T03:14:02.953Z+ 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
3682024-03-13T03:14:04.442Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3692024-03-13T03:14:04.857Z++ md5sum
3702024-03-13T03:14:04.857Z++ awk '{print $1}'
3712024-03-13T03:14:04.857Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3722024-03-13T03:14:04.857Z+ [[ 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 ]]
3732024-03-13T03:14:04.857Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3742024-03-13T03:14:04.858Z+ mkdir -p ./out/clickhouse
3752024-03-13T03:14:04.858Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3762024-03-13T03:14:08.504Z+ [[ solaris2.11 == darwin* ]]
3772024-03-13T03:14:08.504Z+ ./out/clickhouse/clickhouse server --version
3782024-03-13T03:14:08.647ZClickHouse server version 23.8.7.1.
3792024-03-13T03:14:08.669Z+ set -o errexit
3802024-03-13T03:14:08.685Z+++ dirname ./tools/ci_download_console
3812024-03-13T03:14:08.685Z++ cd ./tools
3822024-03-13T03:14:08.685Z++ pwd
3832024-03-13T03:14:08.686Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3842024-03-13T03:14:08.686Z++ basename ./tools/ci_download_console
3852024-03-13T03:14:08.686Z+ ARG0=ci_download_console
3862024-03-13T03:14:08.686Z+ TARGET_DIR=out
3872024-03-13T03:14:08.686Z+ DOWNLOAD_DIR=out/downloads
3882024-03-13T03:14:08.686Z+ DEST_DIR=./out/console-assets
3892024-03-13T03:14:08.686Z+ source /work/oxidecomputer/omicron/tools/console_version
3902024-03-13T03:14:08.686Z++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198
3912024-03-13T03:14:08.686Z++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8
3922024-03-13T03:14:08.686Z+ URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
3932024-03-13T03:14:08.686Z+ TARBALL_FILE=out/downloads/console.tar.gz
3942024-03-13T03:14:08.687Z+ main
3952024-03-13T03:14:08.687Z+ [[ 0 != 0 ]]
3962024-03-13T03:14:08.687Z+ echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz'
3972024-03-13T03:14:08.687ZURL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
3982024-03-13T03:14:08.688Z+ echo 'Local file: out/downloads/console.tar.gz'
3992024-03-13T03:14:08.688ZLocal file: out/downloads/console.tar.gz
4002024-03-13T03:14:08.688Z+ local DO_DOWNLOAD=true
4012024-03-13T03:14:08.688Z+ [[ -f out/downloads/console.tar.gz ]]
4022024-03-13T03:14:08.688Z+ mkdir -p out/downloads
4032024-03-13T03:14:08.688Z+ '[' true == true ']'
4042024-03-13T03:14:08.688Z+ echo Downloading...
4052024-03-13T03:14:08.688ZDownloading...
4062024-03-13T03:14:08.688Z+ do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz
4072024-03-13T03:14:08.689Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
4082024-03-13T03:14:09.209Z++ do_sha256sum out/downloads/console.tar.gz
4092024-03-13T03:14:09.209Z++ case "$OSTYPE" in
4102024-03-13T03:14:09.228Z++ SHA=sha256sum
4112024-03-13T03:14:09.228Z++ sha256sum
4122024-03-13T03:14:09.228Z++ awk '{print $1}'
4132024-03-13T03:14:09.229Z+ calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8
4142024-03-13T03:14:09.229Z+ [[ b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 != \b\5\a\f\d\1\2\4\3\e\4\0\e\8\6\d\3\a\7\7\9\f\0\8\9\f\e\6\1\e\d\9\c\b\3\f\b\b\d\6\d\5\9\e\5\4\7\e\5\2\2\a\5\9\c\1\b\0\e\4\b\7\d\8 ]]
4152024-03-13T03:14:09.230Z+ rm -rf ./out/console-assets
4162024-03-13T03:14:09.230Z+ mkdir -p ./out/console-assets
4172024-03-13T03:14:09.230Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4182024-03-13T03:14:09.230Z+ mkdir -p ./out/console-assets
4192024-03-13T03:14:09.231Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4202024-03-13T03:14:09.297Z+ set -o errexit
4212024-03-13T03:14:09.305Z+++ dirname ./tools/ci_download_maghemite_openapi
4222024-03-13T03:14:09.305Z++ cd ./tools
4232024-03-13T03:14:09.306Z++ pwd
4242024-03-13T03:14:09.306Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4252024-03-13T03:14:09.306Z++ basename ./tools/ci_download_maghemite_openapi
4262024-03-13T03:14:09.306Z+ ARG0=ci_download_maghemite_openapi
4272024-03-13T03:14:09.306Z+ TARGET_DIR=out
4282024-03-13T03:14:09.307Z+ DOWNLOAD_DIR=out/downloads
4292024-03-13T03:14:09.307Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4302024-03-13T03:14:09.307Z++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba
4312024-03-13T03:14:09.308Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4322024-03-13T03:14:09.308Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json
4332024-03-13T03:14:09.308Z+ LOCAL_FILE=out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4342024-03-13T03:14:09.309Z+ main
4352024-03-13T03:14:09.309Z+ rm -rf out/downloads/root
4362024-03-13T03:14:09.318Z+ [[ 0 != 0 ]]
4372024-03-13T03:14:09.318Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json'
4382024-03-13T03:14:09.319ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json
4392024-03-13T03:14:09.319Z+ echo 'Local file: out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json'
4402024-03-13T03:14:09.319ZLocal file: out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4412024-03-13T03:14:09.319Z+ local DO_DOWNLOAD=true
4422024-03-13T03:14:09.319Z+ [[ -f out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json ]]
4432024-03-13T03:14:09.319Z+ mkdir -p out/downloads
4442024-03-13T03:14:09.320Z+ '[' true == true ']'
4452024-03-13T03:14:09.320Z+ echo Downloading...
4462024-03-13T03:14:09.320ZDownloading...
4472024-03-13T03:14:09.320Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4482024-03-13T03:14:09.320Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json
4492024-03-13T03:14:09.563Z++ do_sha256sum out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4502024-03-13T03:14:09.563Z++ case "$OSTYPE" in
4512024-03-13T03:14:09.589Z++ SHA=sha256sum
4522024-03-13T03:14:09.589Z++ sha256sum
4532024-03-13T03:14:09.589Z++ awk '{print $1}'
4542024-03-13T03:14:09.589Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4552024-03-13T03:14:09.589Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4562024-03-13T03:14:09.589Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4572024-03-13T03:14:09.589Z++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba
4582024-03-13T03:14:09.590Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4592024-03-13T03:14:09.590Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json
4602024-03-13T03:14:09.590Z+ LOCAL_FILE=out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4612024-03-13T03:14:09.590Z+ main
4622024-03-13T03:14:09.590Z+ rm -rf out/downloads/root
4632024-03-13T03:14:09.590Z+ [[ 0 != 0 ]]
4642024-03-13T03:14:09.590Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json'
4652024-03-13T03:14:09.590ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json
4662024-03-13T03:14:09.590Z+ echo 'Local file: out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json'
4672024-03-13T03:14:09.591Z+ local DO_DOWNLOAD=true
4682024-03-13T03:14:09.591ZLocal file: out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4692024-03-13T03:14:09.591Z+ [[ -f out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json ]]
4702024-03-13T03:14:09.591Z+ mkdir -p out/downloads
4712024-03-13T03:14:09.591Z+ '[' true == true ']'
4722024-03-13T03:14:09.591Z+ echo Downloading...
4732024-03-13T03:14:09.591ZDownloading...
4742024-03-13T03:14:09.591Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4752024-03-13T03:14:09.592Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json
4762024-03-13T03:14:11.474Z++ do_sha256sum out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4772024-03-13T03:14:11.475Z++ case "$OSTYPE" in
4782024-03-13T03:14:11.475Z++ SHA=sha256sum
4792024-03-13T03:14:11.475Z++ sha256sum
4802024-03-13T03:14:11.475Z++ awk '{print $1}'
4812024-03-13T03:14:11.476Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4822024-03-13T03:14:11.476Z+ [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]]
4832024-03-13T03:14:11.476Z+ set -o errexit
4842024-03-13T03:14:11.476Z+++ dirname ./tools/ci_download_dendrite_openapi
4852024-03-13T03:14:11.476Z++ cd ./tools
4862024-03-13T03:14:11.477Z++ pwd
4872024-03-13T03:14:11.477Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4882024-03-13T03:14:11.477Z++ basename ./tools/ci_download_dendrite_openapi
4892024-03-13T03:14:11.477Z+ ARG0=ci_download_dendrite_openapi
4902024-03-13T03:14:11.477Z+ TARGET_DIR=out
4912024-03-13T03:14:11.478Z+ DOWNLOAD_DIR=out/downloads
4922024-03-13T03:14:11.478Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4932024-03-13T03:14:11.478Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
4942024-03-13T03:14:11.478Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4952024-03-13T03:14:11.479Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4962024-03-13T03:14:11.479Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4972024-03-13T03:14:11.479Z+ main
4982024-03-13T03:14:11.479Z+ [[ 0 != 0 ]]
4992024-03-13T03:14:11.479Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
5002024-03-13T03:14:11.480ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5012024-03-13T03:14:11.480Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
5022024-03-13T03:14:11.480ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5032024-03-13T03:14:11.480Z+ local DO_DOWNLOAD=true
5042024-03-13T03:14:11.480Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
5052024-03-13T03:14:11.481Z+ mkdir -p out/downloads
5062024-03-13T03:14:11.481Z+ '[' true == true ']'
5072024-03-13T03:14:11.481Z+ echo Downloading...
5082024-03-13T03:14:11.481ZDownloading...
5092024-03-13T03:14:11.481Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5102024-03-13T03:14:11.482Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5112024-03-13T03:14:11.509Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5122024-03-13T03:14:11.509Z++ case "$OSTYPE" in
5132024-03-13T03:14:11.509Z++ SHA=sha256sum
5142024-03-13T03:14:11.509Z++ sha256sum
5152024-03-13T03:14:11.509Z++ awk '{print $1}'
5162024-03-13T03:14:11.509Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5172024-03-13T03:14:11.509Z+ [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]]
5182024-03-13T03:14:11.509Z+ set -o errexit
5192024-03-13T03:14:11.509Z+++ dirname ./tools/ci_download_dendrite_stub
5202024-03-13T03:14:11.509Z++ cd ./tools
5212024-03-13T03:14:11.509Z++ pwd
5222024-03-13T03:14:11.510Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5232024-03-13T03:14:11.510Z++ basename ./tools/ci_download_dendrite_stub
5242024-03-13T03:14:11.510Z+ ARG0=ci_download_dendrite_stub
5252024-03-13T03:14:11.510Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5262024-03-13T03:14:11.510Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5272024-03-13T03:14:11.510Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5282024-03-13T03:14:11.510Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5292024-03-13T03:14:11.510Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5302024-03-13T03:14:11.510Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5312024-03-13T03:14:11.510Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5322024-03-13T03:14:11.510Z+ TARGET_DIR=out
5332024-03-13T03:14:11.510Z+ DOWNLOAD_DIR=out/downloads
5342024-03-13T03:14:11.511Z+ DEST_DIR=./out/dendrite-stub
5352024-03-13T03:14:11.511Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5362024-03-13T03:14:11.511Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5372024-03-13T03:14:11.511Z+ REPO=oxidecomputer/dendrite
5382024-03-13T03:14:11.511Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5392024-03-13T03:14:11.511Z+ main
5402024-03-13T03:14:11.511Z+ [[ 0 != 0 ]]
5412024-03-13T03:14:11.511Z+ CIDL_OS=solaris2.11
5422024-03-13T03:14:11.511Z+ [[ 0 != 0 ]]
5432024-03-13T03:14:11.511Z+ configure_os solaris2.11
5442024-03-13T03:14:11.511Z+ echo 'current directory: /work/oxidecomputer/omicron'
5452024-03-13T03:14:11.511Zcurrent directory: /work/oxidecomputer/omicron
5462024-03-13T03:14:11.512Z+ echo 'configuring based on OS: "solaris2.11"'
5472024-03-13T03:14:11.512Z+ case "$1" in
5482024-03-13T03:14:11.512Zconfiguring based on OS: "solaris2.11"
5492024-03-13T03:14:11.512Z+ SET_BINARIES=
5502024-03-13T03:14:11.512Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5512024-03-13T03:14:11.512Z+ CIDL_SHA256FUNC=do_sha256sum
5522024-03-13T03:14:11.512Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5532024-03-13T03:14:11.512Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5542024-03-13T03:14:11.512Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5552024-03-13T03:14:11.512Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5562024-03-13T03:14:11.512Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5572024-03-13T03:14:11.512ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5582024-03-13T03:14:11.512ZLocal file: out/downloads/dendrite-stub.tar.gz
5592024-03-13T03:14:11.513Z+ mkdir -p out/downloads
5602024-03-13T03:14:11.513Z+ mkdir -p ./out/dendrite-stub
5612024-03-13T03:14:11.513Z+ fetch_and_verify
5622024-03-13T03:14:11.513Z+ local DO_DOWNLOAD=true
5632024-03-13T03:14:11.513Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5642024-03-13T03:14:11.513Z+ '[' true == true ']'
5652024-03-13T03:14:11.513Z+ echo Downloading...
5662024-03-13T03:14:11.513ZDownloading...
5672024-03-13T03:14:11.513Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5682024-03-13T03:14:11.513Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5692024-03-13T03:14:29.445Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5702024-03-13T03:14:29.478Z++ sha256sum
5712024-03-13T03:14:29.478Z++ awk '{print $1}'
5722024-03-13T03:14:29.478Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5732024-03-13T03:14:29.478Z+ [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]]
5742024-03-13T03:14:29.479Z+ do_untar out/downloads/dendrite-stub.tar.gz
5752024-03-13T03:14:29.479Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5762024-03-13T03:14:30.143Z+ do_assemble
5772024-03-13T03:14:30.143Z+ rm -r ./out/dendrite-stub
5782024-03-13T03:14:30.156Z+ mkdir ./out/dendrite-stub
5792024-03-13T03:14:30.156Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5802024-03-13T03:14:30.253Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5812024-03-13T03:14:30.282Z+ set -o errexit
5822024-03-13T03:14:30.282Z+++ dirname ./tools/ci_download_maghemite_mgd
5832024-03-13T03:14:30.283Z++ cd ./tools
5842024-03-13T03:14:30.283Z++ pwd
5852024-03-13T03:14:30.283Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5862024-03-13T03:14:30.284Z++ basename ./tools/ci_download_maghemite_mgd
5872024-03-13T03:14:30.284Z+ ARG0=ci_download_maghemite_mgd
5882024-03-13T03:14:30.284Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5892024-03-13T03:14:30.285Z++ CIDL_SHA256=151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d
5902024-03-13T03:14:30.285Z++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511
5912024-03-13T03:14:30.285Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5922024-03-13T03:14:30.286Z++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba
5932024-03-13T03:14:30.286Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5942024-03-13T03:14:30.286Z+ TARGET_DIR=out
5952024-03-13T03:14:30.286Z+ DOWNLOAD_DIR=out/downloads
5962024-03-13T03:14:30.286Z+ DEST_DIR=./out/mgd
5972024-03-13T03:14:30.286Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5982024-03-13T03:14:30.287Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5992024-03-13T03:14:30.287Z+ REPO=oxidecomputer/maghemite
6002024-03-13T03:14:30.287Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba
6012024-03-13T03:14:30.287Z+ main
6022024-03-13T03:14:30.287Z+ rm -rf out/downloads/root
6032024-03-13T03:14:30.287Z+ [[ 0 != 0 ]]
6042024-03-13T03:14:30.287Z+ CIDL_OS=solaris2.11
6052024-03-13T03:14:30.288Z+ [[ 0 != 0 ]]
6062024-03-13T03:14:30.288Z+ configure_os solaris2.11
6072024-03-13T03:14:30.288Z+ echo 'current directory: /work/oxidecomputer/omicron'
6082024-03-13T03:14:30.288Zcurrent directory: /work/oxidecomputer/omicron
6092024-03-13T03:14:30.288Z+ echo 'configuring based on OS: "solaris2.11"'
6102024-03-13T03:14:30.288Z+ case "$1" in
6112024-03-13T03:14:30.288Zconfiguring based on OS: "solaris2.11"
6122024-03-13T03:14:30.288Z+ SET_BINARIES=
6132024-03-13T03:14:30.289Z+ CIDL_SHA256FUNC=do_sha256sum
6142024-03-13T03:14:30.289Z+ TARBALL_FILENAME=mgd.tar.gz
6152024-03-13T03:14:30.289Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz
6162024-03-13T03:14:30.289Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6172024-03-13T03:14:30.289Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz'
6182024-03-13T03:14:30.290ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz
6192024-03-13T03:14:30.290ZLocal file: out/downloads/mgd.tar.gz
6202024-03-13T03:14:30.290Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6212024-03-13T03:14:30.291Z+ mkdir -p out/downloads
6222024-03-13T03:14:30.291Z+ mkdir -p ./out/mgd
6232024-03-13T03:14:30.291Z+ fetch_and_verify
6242024-03-13T03:14:30.291Z+ local DO_DOWNLOAD=true
6252024-03-13T03:14:30.292Z+ [[ -f out/downloads/mgd.tar.gz ]]
6262024-03-13T03:14:30.292Z+ '[' true == true ']'
6272024-03-13T03:14:30.292Z+ echo Downloading...
6282024-03-13T03:14:30.292ZDownloading...
6292024-03-13T03:14:30.292Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz out/downloads/mgd.tar.gz
6302024-03-13T03:14:30.292Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz
6312024-03-13T03:14:45.167Z++ do_sha256sum out/downloads/mgd.tar.gz
6322024-03-13T03:14:45.176Z++ sha256sum
6332024-03-13T03:14:45.176Z++ awk '{print $1}'
6342024-03-13T03:14:45.188Z+ calculated_sha256=151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d
6352024-03-13T03:14:45.201Z+ [[ 151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d != \1\5\1\a\e\b\2\6\4\1\4\9\8\9\c\a\d\5\7\1\b\3\8\8\6\7\8\6\e\f\b\e\e\a\f\d\9\1\c\4\1\a\9\3\a\7\4\7\c\7\8\4\c\d\c\6\5\4\d\5\8\7\6\d ]]
6362024-03-13T03:14:45.201Z+ do_untar out/downloads/mgd.tar.gz
6372024-03-13T03:14:45.201Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6382024-03-13T03:14:45.631Z+ do_assemble
6392024-03-13T03:14:45.631Z+ rm -r ./out/mgd
6402024-03-13T03:14:45.638Z+ mkdir ./out/mgd
6412024-03-13T03:14:45.638Z+ cp -r out/downloads/root ./out/mgd/root
6422024-03-13T03:14:45.694Z+ set -o errexit
6432024-03-13T03:14:45.700Z+++ dirname ./tools/ci_download_transceiver_control
6442024-03-13T03:14:45.711Z++ cd ./tools
6452024-03-13T03:14:45.711Z++ pwd
6462024-03-13T03:14:45.712Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6472024-03-13T03:14:45.712Z++ basename ./tools/ci_download_transceiver_control
6482024-03-13T03:14:45.712Z+ ARG0=ci_download_transceiver_control
6492024-03-13T03:14:45.712Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6502024-03-13T03:14:45.712Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6512024-03-13T03:14:45.712Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6522024-03-13T03:14:45.712Z+ TARGET_DIR=out
6532024-03-13T03:14:45.712Z+ DOWNLOAD_DIR=out/downloads
6542024-03-13T03:14:45.712Z+ DEST_DIR=./out/transceiver-control
6552024-03-13T03:14:45.712Z+ BIN_DIR=/opt/oxide/bin
6562024-03-13T03:14:45.713Z+ BINARY=xcvradm
6572024-03-13T03:14:45.713Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6582024-03-13T03:14:45.713Z+ REPO=oxidecomputer/transceiver-control
6592024-03-13T03:14:45.713Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6602024-03-13T03:14:45.713Z+ main
6612024-03-13T03:14:45.713Z+ [[ 0 != 0 ]]
6622024-03-13T03:14:45.713Z+ CIDL_OS=solaris2.11
6632024-03-13T03:14:45.713Z+ [[ 0 != 0 ]]
6642024-03-13T03:14:45.713Z+ configure_os solaris2.11
6652024-03-13T03:14:45.713Z+ echo 'current directory: /work/oxidecomputer/omicron'
6662024-03-13T03:14:45.713Zcurrent directory: /work/oxidecomputer/omicron
6672024-03-13T03:14:45.714Z+ echo 'configuring based on OS: "solaris2.11"'
6682024-03-13T03:14:45.714Zconfiguring based on OS: "solaris2.11"
6692024-03-13T03:14:45.714Z+ case "$1" in
6702024-03-13T03:14:45.714Z+ SET_BINARIES=
6712024-03-13T03:14:45.714Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6722024-03-13T03:14:45.714Z+ CIDL_SHA256FUNC=do_sha256sum
6732024-03-13T03:14:45.714Z+ ARCHIVE_FILENAME=xcvradm.gz
6742024-03-13T03:14:45.714Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6752024-03-13T03:14:45.714Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6762024-03-13T03:14:45.714Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6772024-03-13T03:14:45.715Z+ echo 'Local file: out/downloads/xcvradm.gz'
6782024-03-13T03:14:45.715ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6792024-03-13T03:14:45.715ZLocal file: out/downloads/xcvradm.gz
6802024-03-13T03:14:45.715Z+ mkdir -p out/downloads
6812024-03-13T03:14:45.715Z+ mkdir -p ./out/transceiver-control
6822024-03-13T03:14:45.725Z+ fetch_and_verify
6832024-03-13T03:14:45.725Z+ local DO_DOWNLOAD=true
6842024-03-13T03:14:45.725Z+ [[ -f out/downloads/xcvradm.gz ]]
6852024-03-13T03:14:45.726Z+ '[' true == true ']'
6862024-03-13T03:14:45.726Z+ echo Downloading...
6872024-03-13T03:14:45.726ZDownloading...
6882024-03-13T03:14:45.726Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6892024-03-13T03:14:45.726Z+ 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
6902024-03-13T03:14:50.139Z++ do_sha256sum out/downloads/xcvradm.gz
6912024-03-13T03:14:50.164Z++ sha256sum
6922024-03-13T03:14:50.165Z++ awk '{print $1}'
6932024-03-13T03:14:50.165Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6942024-03-13T03:14:50.165Z+ [[ 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 ]]
6952024-03-13T03:14:50.166Z+ do_unpack out/downloads/xcvradm.gz
6962024-03-13T03:14:50.166Z+ mkdir -p out/downloads/root//opt/oxide/bin
6972024-03-13T03:14:50.166Z+ gzip -dc out/downloads/xcvradm.gz
6982024-03-13T03:14:50.263Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6992024-03-13T03:14:50.291Z+ do_assemble
7002024-03-13T03:14:50.292Z+ rm -r ./out/transceiver-control
7012024-03-13T03:14:50.292Z+ mkdir ./out/transceiver-control
7022024-03-13T03:14:50.292Z+ cp -r out/downloads/root ./out/transceiver-control/root
7032024-03-13T03:14:50.406Z+ set -o errexit
7042024-03-13T03:14:50.406Z+++ dirname ./tools/ci_download_thundermuffin
7052024-03-13T03:14:50.407Z++ cd ./tools
7062024-03-13T03:14:50.407Z++ pwd
7072024-03-13T03:14:50.407Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7082024-03-13T03:14:50.407Z++ basename ./tools/ci_download_thundermuffin
7092024-03-13T03:14:50.407Z+ ARG0=ci_download_thundermuffin
7102024-03-13T03:14:50.408Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7112024-03-13T03:14:50.408Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7122024-03-13T03:14:50.408Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7132024-03-13T03:14:50.408Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7142024-03-13T03:14:50.408Z+ TARGET_DIR=out
7152024-03-13T03:14:50.408Z+ DOWNLOAD_DIR=out/downloads
7162024-03-13T03:14:50.408Z+ DEST_DIR=./out/thundermuffin
7172024-03-13T03:14:50.409Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7182024-03-13T03:14:50.409Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7192024-03-13T03:14:50.409Z+ REPO=oxidecomputer/thundermuffin
7202024-03-13T03:14:50.409Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7212024-03-13T03:14:50.409Z+ main
7222024-03-13T03:14:50.409Z+ rm -rf out/downloads/root
7232024-03-13T03:14:50.409Z+ [[ 0 != 0 ]]
7242024-03-13T03:14:50.410Z+ CIDL_OS=solaris2.11
7252024-03-13T03:14:50.410Z+ [[ 0 != 0 ]]
7262024-03-13T03:14:50.410Z+ configure_os solaris2.11
7272024-03-13T03:14:50.410Z+ echo 'current directory: /work/oxidecomputer/omicron'
7282024-03-13T03:14:50.410Zcurrent directory: /work/oxidecomputer/omicron
7292024-03-13T03:14:50.410Z+ echo 'configuring based on OS: "solaris2.11"'
7302024-03-13T03:14:50.410Zconfiguring based on OS: "solaris2.11"
7312024-03-13T03:14:50.410Z+ case "$1" in
7322024-03-13T03:14:50.411Z+ SET_BINARIES=
7332024-03-13T03:14:50.411Z+ CIDL_SHA256FUNC=do_sha256sum
7342024-03-13T03:14:50.411Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7352024-03-13T03:14:50.411Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7362024-03-13T03:14:50.411Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7372024-03-13T03:14:50.411Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7382024-03-13T03:14:50.411ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7392024-03-13T03:14:50.411Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7402024-03-13T03:14:50.412ZLocal file: out/downloads/thundermuffin.tar.gz
7412024-03-13T03:14:50.412Z+ mkdir -p out/downloads
7422024-03-13T03:14:50.412Z+ mkdir -p ./out/thundermuffin
7432024-03-13T03:14:50.412Z+ fetch_and_verify
7442024-03-13T03:14:50.412Z+ local DO_DOWNLOAD=true
7452024-03-13T03:14:50.412Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7462024-03-13T03:14:50.412Z+ '[' true == true ']'
7472024-03-13T03:14:50.412Z+ echo Downloading...
7482024-03-13T03:14:50.412ZDownloading...
7492024-03-13T03:14:50.413Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7502024-03-13T03:14:50.413Z+ 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
7512024-03-13T03:14:52.679Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7522024-03-13T03:14:53.114Z++ sha256sum
7532024-03-13T03:14:53.114Z++ awk '{print $1}'
7542024-03-13T03:14:53.114Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7552024-03-13T03:14:53.114Z+ [[ 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 ]]
7562024-03-13T03:14:53.115Z+ do_untar out/downloads/thundermuffin.tar.gz
7572024-03-13T03:14:53.115Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7582024-03-13T03:14:53.127Z+ do_assemble
7592024-03-13T03:14:53.127Z+ rm -r ./out/thundermuffin
7602024-03-13T03:14:53.127Z+ mkdir ./out/thundermuffin
7612024-03-13T03:14:53.127Z+ cp -r out/downloads/root ./out/thundermuffin/root
7622024-03-13T03:14:53.127ZAll prerequisites installed successfully
7632024-03-13T03:14:53.127Z
7642024-03-13T03:14:53.128Zreal 2:25.032554797
7652024-03-13T03:14:53.128Zuser 36.796170041
7662024-03-13T03:14:53.128Zsys 6.989522637
7672024-03-13T03:14:53.128Ztrap 0.009031429
7682024-03-13T03:14:53.128Ztflt 0.359569301
7692024-03-13T03:14:53.128Zdflt 0.351175741
7702024-03-13T03:14:53.128Zkflt 0.093087049
7712024-03-13T03:14:53.128Zlock 0.987487668
7722024-03-13T03:14:53.128Zslp 5:11.945131733
7732024-03-13T03:14:53.129Zlat 1.930681028
7742024-03-13T03:14:53.129Zstop 0.144902901
7752024-03-13T03:14:53.129Z+ banner end-to-end-tests
7762024-03-13T03:14:53.129Z
7772024-03-13T03:14:53.129Z ###### # # ##### ##### #### ###### # # #####
7782024-03-13T03:14:53.129Z # ## # # # # # # # ## # # #
7792024-03-13T03:14:53.129Z ##### # # # # # ##### # # # ##### ##### # # # # #
7802024-03-13T03:14:53.129Z # # # # # # # # # # # # # # #
7812024-03-13T03:14:53.130Z # # ## # # # # # # # ## # #
7822024-03-13T03:14:53.130Z ###### # # ##### # #### ###### # # #####
7832024-03-13T03:14:53.130Z
7842024-03-13T03:14:53.130Z+ export CARGO_PROFILE_DEV_DEBUG=1
7852024-03-13T03:14:53.130Z+ CARGO_PROFILE_DEV_DEBUG=1
7862024-03-13T03:14:53.131Z+ export CARGO_PROFILE_TEST_DEBUG=1
7872024-03-13T03:14:53.131Z+ CARGO_PROFILE_TEST_DEBUG=1
7882024-03-13T03:14:53.131Z+ export CARGO_INCREMENTAL=0
7892024-03-13T03:14:53.131Z+ CARGO_INCREMENTAL=0
7902024-03-13T03:14:53.131Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7912024-03-13T03:14:53.131Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7922024-03-13T03:14:53.329Z Updating git repository `https://github.com/oxidecomputer/samael`
7932024-03-13T03:14:53.651Z Updating git repository `https://github.com/oxidecomputer/zone`
7942024-03-13T03:14:53.962Z Updating crates.io index
7952024-03-13T03:14:54.410Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7962024-03-13T03:14:54.754Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7972024-03-13T03:14:56.508Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7982024-03-13T03:14:57.003Z Updating git repository `https://github.com/oxidecomputer/propolis`
7992024-03-13T03:14:57.953Z Updating git repository `https://github.com/oxidecomputer/crucible`
8002024-03-13T03:15:00.143Z Updating git repository `https://github.com/oxidecomputer/opte`
8012024-03-13T03:15:02.295Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8022024-03-13T03:15:02.644Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8032024-03-13T03:15:03.193Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8042024-03-13T03:15:03.529Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8052024-03-13T03:15:03.790Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8062024-03-13T03:15:04.197Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8072024-03-13T03:15:04.566Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8082024-03-13T03:15:05.099Z Updating git repository `http://github.com/oxidecomputer/tofino`
8092024-03-13T03:15:05.525Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8102024-03-13T03:15:05.570Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8112024-03-13T03:15:05.843Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8122024-03-13T03:15:06.149Z Updating git repository `https://github.com/oxidecomputer/ispf`
8132024-03-13T03:15:06.434Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8142024-03-13T03:15:06.795Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8152024-03-13T03:15:07.262Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8162024-03-13T03:15:07.653Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8172024-03-13T03:15:07.990Z Updating git repository `https://github.com/jgallagher/nix`
8182024-03-13T03:15:09.035Z Updating git repository `https://github.com/cbiffle/hubpack`
8192024-03-13T03:15:09.369Z Updating git repository `https://github.com/oxidecomputer/typify`
8202024-03-13T03:15:11.116Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8212024-03-13T03:15:11.904Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8222024-03-13T03:15:11.914Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8232024-03-13T03:15:13.152Z Downloading crates ...
8242024-03-13T03:15:13.241Z Downloaded aead v0.5.2
8252024-03-13T03:15:13.249Z Downloaded adler v1.0.2
8262024-03-13T03:15:13.249Z Downloaded addr2line v0.21.0
8272024-03-13T03:15:13.254Z Downloaded aes-gcm v0.10.3
8282024-03-13T03:15:13.282Z Downloaded instant v0.1.12
8292024-03-13T03:15:13.282Z Downloaded internet-checksum v0.2.1
8302024-03-13T03:15:13.282Z Downloaded anstream v0.6.11
8312024-03-13T03:15:13.282Z Downloaded camino v1.1.6
8322024-03-13T03:15:13.282Z Downloaded allocator-api2 v0.2.16
8332024-03-13T03:15:13.282Z Downloaded ipnetwork v0.20.0
8342024-03-13T03:15:13.286Z Downloaded bitflags v1.3.2
8352024-03-13T03:15:13.286Z Downloaded dhcproto v0.11.0
8362024-03-13T03:15:13.286Z Downloaded matches v0.1.10
8372024-03-13T03:15:13.286Z Downloaded base64 v0.21.7
8382024-03-13T03:15:13.286Z Downloaded bcrypt-pbkdf v0.10.0
8392024-03-13T03:15:13.286Z Downloaded itoa v1.0.9
8402024-03-13T03:15:13.286Z Downloaded lalrpop-util v0.19.12
8412024-03-13T03:15:13.286Z Downloaded mime_guess v2.0.4
8422024-03-13T03:15:13.286Z Downloaded byteorder v1.5.0
8432024-03-13T03:15:13.290Z Downloaded anstyle-query v1.0.0
8442024-03-13T03:15:13.290Z Downloaded atomicwrites v0.4.3
8452024-03-13T03:15:13.290Z Downloaded camino-tempfile v1.1.1
8462024-03-13T03:15:13.293Z Downloaded mio v0.8.11
8472024-03-13T03:15:13.297Z Downloaded async-stream-impl v0.3.5
8482024-03-13T03:15:13.300Z Downloaded async-stream v0.3.5
8492024-03-13T03:15:13.300Z Downloaded bit-vec v0.6.3
8502024-03-13T03:15:13.303Z Downloaded multer v3.0.0
8512024-03-13T03:15:13.307Z Downloaded num-conv v0.1.0
8522024-03-13T03:15:13.307Z Downloaded atty v0.2.14
8532024-03-13T03:15:13.307Z Downloaded anstyle v1.0.2
8542024-03-13T03:15:13.314Z Downloaded atomic-waker v1.1.1
8552024-03-13T03:15:13.315Z Downloaded clap_lex v0.7.0
8562024-03-13T03:15:13.315Z Downloaded nanorand v0.7.0
8572024-03-13T03:15:13.315Z Downloaded lru-cache v0.1.2
8582024-03-13T03:15:13.315Z Downloaded linked-hash-map v0.5.6
8592024-03-13T03:15:13.324Z Downloaded linear-map v1.2.0
8602024-03-13T03:15:13.324Z Downloaded colorchoice v1.0.0
8612024-03-13T03:15:13.324Z Downloaded lazy_static v1.4.0
8622024-03-13T03:15:13.324Z Downloaded mime v0.3.17
8632024-03-13T03:15:13.324Z Downloaded memmap v0.7.0
8642024-03-13T03:15:13.340Z Downloaded argon2 v0.5.3
8652024-03-13T03:15:13.340Z Downloaded cobs v0.2.3
8662024-03-13T03:15:13.340Z Downloaded arc-swap v1.6.0
8672024-03-13T03:15:13.340Z Downloaded macaddr v1.0.1
8682024-03-13T03:15:13.340Z Downloaded convert_case v0.4.0
8692024-03-13T03:15:13.340Z Downloaded clap_derive v4.5.0
8702024-03-13T03:15:13.340Z Downloaded ciborium-io v0.2.2
8712024-03-13T03:15:13.340Z Downloaded md5 v0.7.0
8722024-03-13T03:15:13.350Z Downloaded block-buffer v0.10.4
8732024-03-13T03:15:13.350Z Downloaded bit-set v0.5.3
8742024-03-13T03:15:13.350Z Downloaded match_cfg v0.1.0
8752024-03-13T03:15:13.350Z Downloaded libefi-sys v0.1.0
8762024-03-13T03:15:13.351Z Downloaded darling_macro v0.20.3
8772024-03-13T03:15:13.351Z Downloaded openssl-probe v0.1.5
8782024-03-13T03:15:13.355Z Downloaded itertools v0.12.1
8792024-03-13T03:15:13.355Z Downloaded openssl-macros v0.1.1
8802024-03-13T03:15:13.355Z Downloaded option-ext v0.2.0
8812024-03-13T03:15:13.355Z Downloaded new_debug_unreachable v1.0.4
8822024-03-13T03:15:13.355Z Downloaded newtype_derive v0.1.6
8832024-03-13T03:15:13.359Z Downloaded cancel-safe-futures v0.1.5
8842024-03-13T03:15:13.359Z Downloaded arrayvec v0.7.4
8852024-03-13T03:15:13.363Z Downloaded num_threads v0.1.6
8862024-03-13T03:15:13.363Z Downloaded normalize-line-endings v0.3.0
8872024-03-13T03:15:13.364Z Downloaded time-core v0.1.2
8882024-03-13T03:15:13.367Z Downloaded colored v2.1.0
8892024-03-13T03:15:13.367Z Downloaded chacha20 v0.9.1
8902024-03-13T03:15:13.371Z Downloaded cbc v0.1.2
8912024-03-13T03:15:13.371Z Downloaded pem v3.0.2
8922024-03-13T03:15:13.375Z Downloaded toolchain_find v0.2.0
8932024-03-13T03:15:13.375Z Downloaded md-5 v0.10.5
8942024-03-13T03:15:13.375Z Downloaded managed v0.8.0
8952024-03-13T03:15:13.379Z Downloaded kstat-rs v0.2.3
8962024-03-13T03:15:13.379Z Downloaded block-padding v0.3.3
8972024-03-13T03:15:13.379Z Downloaded version_check v0.9.4
8982024-03-13T03:15:13.383Z Downloaded foreign-types v0.5.0
8992024-03-13T03:15:13.383Z Downloaded percent-encoding v2.3.1
9002024-03-13T03:15:13.383Z Downloaded swrite v0.1.0
9012024-03-13T03:15:13.383Z Downloaded opaque-debug v0.3.0
9022024-03-13T03:15:13.388Z Downloaded num-derive v0.4.0
9032024-03-13T03:15:13.388Z Downloaded backoff v0.4.0
9042024-03-13T03:15:13.388Z Downloaded waitgroup v0.1.2
9052024-03-13T03:15:13.394Z Downloaded tinyvec_macros v0.1.1
9062024-03-13T03:15:13.394Z Downloaded phf_shared v0.10.0
9072024-03-13T03:15:13.394Z Downloaded keccak v0.1.4
9082024-03-13T03:15:13.394Z Downloaded ctr v0.9.2
9092024-03-13T03:15:13.407Z Downloaded num-integer v0.1.46
9102024-03-13T03:15:13.407Z Downloaded paste v1.0.14
9112024-03-13T03:15:13.407Z Downloaded num_cpus v1.16.0
9122024-03-13T03:15:13.414Z Downloaded num-iter v0.1.44
9132024-03-13T03:15:13.414Z Downloaded slog-stdlog v4.1.1
9142024-03-13T03:15:13.414Z Downloaded pbkdf2 v0.12.2
9152024-03-13T03:15:13.414Z Downloaded nibble_vec v0.1.0
9162024-03-13T03:15:13.414Z Downloaded gethostname v0.4.3
9172024-03-13T03:15:13.414Z Downloaded psl-types v2.0.11
9182024-03-13T03:15:13.414Z Downloaded defmt-macros v0.3.6
9192024-03-13T03:15:13.414Z Downloaded precomputed-hash v0.1.1
9202024-03-13T03:15:13.415Z Downloaded data-encoding v2.4.0
9212024-03-13T03:15:13.426Z Downloaded terminal_size v0.3.0
9222024-03-13T03:15:13.426Z Downloaded num_enum v0.5.11
9232024-03-13T03:15:13.426Z Downloaded time-macros v0.2.17
9242024-03-13T03:15:13.860Z Downloaded phf_shared v0.11.2
9252024-03-13T03:15:13.860Z Downloaded lock_api v0.4.10
9262024-03-13T03:15:13.861Z Downloaded stringprep v0.1.3
9272024-03-13T03:15:13.861Z Downloaded plain v0.2.3
9282024-03-13T03:15:13.861Z Downloaded pin-utils v0.1.0
9292024-03-13T03:15:13.861Z Downloaded utf-8 v0.7.6
9302024-03-13T03:15:13.861Z Downloaded polyval v0.6.1
9312024-03-13T03:15:13.861Z Downloaded owo-colors v4.0.0
9322024-03-13T03:15:13.907Z Downloaded hash32 v0.2.1
9332024-03-13T03:15:13.908Z Downloaded futures-io v0.3.30
9342024-03-13T03:15:13.908Z Downloaded pkg-config v0.3.27
9352024-03-13T03:15:13.908Z Downloaded parking_lot_core v0.9.8
9362024-03-13T03:15:13.908Z Downloaded structopt-derive v0.4.18
9372024-03-13T03:15:13.908Z Downloaded parse-display v0.9.0
9382024-03-13T03:15:13.909Z Downloaded ciborium-ll v0.2.2
9392024-03-13T03:15:13.909Z Downloaded ciborium v0.2.2
9402024-03-13T03:15:13.909Z Downloaded digest v0.10.7
9412024-03-13T03:15:13.909Z Downloaded tower-service v0.3.2
9422024-03-13T03:15:13.909Z Downloaded parking_lot v0.11.2
9432024-03-13T03:15:13.909Z Downloaded der_derive v0.7.2
9442024-03-13T03:15:13.909Z Downloaded hostname v0.3.1
9452024-03-13T03:15:13.909Z Downloaded diesel_table_macro_syntax v0.1.0
9462024-03-13T03:15:13.909Z Downloaded password-hash v0.4.2
9472024-03-13T03:15:13.909Z Downloaded pem-rfc7468 v0.7.0
9482024-03-13T03:15:13.909Z Downloaded native-tls v0.2.11
9492024-03-13T03:15:13.909Z Downloaded usdt-macro v0.5.0
9502024-03-13T03:15:13.909Z Downloaded rfc6979 v0.4.0
9512024-03-13T03:15:13.909Z Downloaded fxhash v0.2.1
9522024-03-13T03:15:13.909Z Downloaded term v0.7.0
9532024-03-13T03:15:13.910Z Downloaded num-complex v0.4.4
9542024-03-13T03:15:13.910Z Downloaded home v0.5.5
9552024-03-13T03:15:13.910Z Downloaded ppv-lite86 v0.2.17
9562024-03-13T03:15:13.910Z Downloaded once_cell v1.19.0
9572024-03-13T03:15:13.910Z Downloaded cookie_store v0.20.0
9582024-03-13T03:15:13.910Z Downloaded scheduled-thread-pool v0.2.7
9592024-03-13T03:15:13.910Z Downloaded pkcs8 v0.10.2
9602024-03-13T03:15:13.910Z Downloaded pest_derive v2.7.6
9612024-03-13T03:15:13.910Z Downloaded slog-json v2.6.1
9622024-03-13T03:15:13.910Z Downloaded pin-project-lite v0.2.13
9632024-03-13T03:15:13.910Z Downloaded poly1305 v0.8.0
9642024-03-13T03:15:13.910Z Downloaded platforms v3.0.2
9652024-03-13T03:15:13.910Z Downloaded num_enum_derive v0.5.11
9662024-03-13T03:15:13.911Z Downloaded memmap2 v0.7.1
9672024-03-13T03:15:13.911Z Downloaded scroll_derive v0.12.0
9682024-03-13T03:15:13.911Z Downloaded signal-hook-registry v1.4.1
9692024-03-13T03:15:13.911Z Downloaded rustls-pki-types v1.3.0
9702024-03-13T03:15:13.911Z Downloaded parking_lot v0.12.1
9712024-03-13T03:15:13.911Z Downloaded semver v0.1.20
9722024-03-13T03:15:13.911Z Downloaded strum v0.26.1
9732024-03-13T03:15:13.911Z Downloaded smf v0.2.2
9742024-03-13T03:15:13.912Z Downloaded crc32fast v1.3.2
9752024-03-13T03:15:13.912Z Downloaded crossbeam-utils v0.8.19
9762024-03-13T03:15:13.912Z Downloaded foreign-types-shared v0.1.1
9772024-03-13T03:15:13.912Z Downloaded take_mut v0.2.2
9782024-03-13T03:15:13.912Z Downloaded display-error-chain v0.2.0
9792024-03-13T03:15:13.912Z Downloaded fallible-iterator v0.2.0
9802024-03-13T03:15:13.912Z Downloaded zerocopy v0.3.0
9812024-03-13T03:15:13.912Z Downloaded quick-error v1.2.3
9822024-03-13T03:15:13.912Z Downloaded zerocopy v0.6.4
9832024-03-13T03:15:13.913Z Downloaded vsss-rs v3.3.4
9842024-03-13T03:15:13.913Z Downloaded futures-task v0.3.30
9852024-03-13T03:15:13.913Z Downloaded hubpack_derive v0.1.1
9862024-03-13T03:15:13.913Z Downloaded inout v0.1.3
9872024-03-13T03:15:13.913Z Downloaded futures-sink v0.3.30
9882024-03-13T03:15:13.913Z Downloaded futures-macro v0.3.30
9892024-03-13T03:15:13.913Z Downloaded futures-executor v0.3.30
9902024-03-13T03:15:13.913Z Downloaded omicron-zone-package v0.11.0
9912024-03-13T03:15:13.913Z Downloaded siphasher v0.3.11
9922024-03-13T03:15:13.913Z Downloaded rustfmt-wrapper v0.2.0
9932024-03-13T03:15:13.914Z Downloaded smallvec v1.13.1
9942024-03-13T03:15:13.914Z Downloaded slog-term v2.9.0
9952024-03-13T03:15:13.914Z Downloaded rand_chacha v0.3.1
9962024-03-13T03:15:13.914Z Downloaded rand_chacha v0.2.2
9972024-03-13T03:15:13.914Z Downloaded generic-array v0.14.7
9982024-03-13T03:15:13.914Z Downloaded darling_core v0.20.3
9992024-03-13T03:15:13.914Z Downloaded rand_core v0.6.4
10002024-03-13T03:15:13.914Z Downloaded rand_core v0.5.1
10012024-03-13T03:15:13.914Z Downloaded foreign-types v0.3.2
10022024-03-13T03:15:13.915Z Downloaded tabwriter v1.4.0
10032024-03-13T03:15:13.915Z Downloaded strsim v0.8.0
10042024-03-13T03:15:13.915Z Downloaded sec1 v0.7.3
10052024-03-13T03:15:13.915Z Downloaded hmac v0.12.1
10062024-03-13T03:15:13.915Z Downloaded float-cmp v0.9.0
10072024-03-13T03:15:13.915Z Downloaded universal-hash v0.5.1
10082024-03-13T03:15:13.915Z Downloaded unicode-xid v0.2.4
10092024-03-13T03:15:13.915Z Downloaded topological-sort v0.2.2
10102024-03-13T03:15:13.915Z Downloaded usdt-impl v0.5.0
10112024-03-13T03:15:13.915Z Downloaded equivalent v1.0.1
10122024-03-13T03:15:13.915Z Downloaded fnv v1.0.7
10132024-03-13T03:15:13.915Z Downloaded strum_macros v0.26.1
10142024-03-13T03:15:13.915Z Downloaded textwrap v0.11.0
10152024-03-13T03:15:13.915Z Downloaded ident_case v1.0.1
10162024-03-13T03:15:13.915Z Downloaded heck v0.4.1
10172024-03-13T03:15:13.916Z Downloaded openssl-sys v0.9.96
10182024-03-13T03:15:13.916Z Downloaded rustls-pemfile v1.0.3
10192024-03-13T03:15:13.916Z Downloaded rustc_version v0.4.0
10202024-03-13T03:15:13.916Z Downloaded rustc_version v0.1.7
10212024-03-13T03:15:13.916Z Downloaded rcgen v0.12.1
10222024-03-13T03:15:13.916Z Downloaded signal-hook v0.3.17
10232024-03-13T03:15:13.916Z Downloaded russh-cryptovec v0.7.0
10242024-03-13T03:15:13.916Z Downloaded elliptic-curve v0.13.8
10252024-03-13T03:15:13.916Z Downloaded untrusted v0.9.0
10262024-03-13T03:15:13.916Z Downloaded strum_macros v0.25.2
10272024-03-13T03:15:13.917Z Downloaded postgres-protocol v0.6.6
10282024-03-13T03:15:13.917Z Downloaded want v0.3.1
10292024-03-13T03:15:13.917Z Downloaded r2d2 v0.8.10
10302024-03-13T03:15:13.917Z Downloaded tracing-core v0.1.32
10312024-03-13T03:15:13.917Z Downloaded toml v0.5.11
10322024-03-13T03:15:13.940Z Downloaded usdt-attr-macro v0.3.5
10332024-03-13T03:15:13.940Z Downloaded vec_map v0.8.2
10342024-03-13T03:15:13.940Z Downloaded slog-dtrace v0.3.0
10352024-03-13T03:15:13.940Z Downloaded slog-bunyan v2.5.0
10362024-03-13T03:15:13.941Z Downloaded usdt-attr-macro v0.5.0
10372024-03-13T03:15:13.941Z Downloaded slog-async v2.8.0
10382024-03-13T03:15:13.941Z Downloaded toml_edit v0.19.15
10392024-03-13T03:15:13.941Z Downloaded pretty-hex v0.4.1
10402024-03-13T03:15:13.941Z Downloaded getopts v0.2.21
10412024-03-13T03:15:13.942Z Downloaded pretty-hex v0.2.1
10422024-03-13T03:15:13.942Z Downloaded proc-macro-error-attr v1.0.4
10432024-03-13T03:15:13.942Z Downloaded hash32 v0.3.1
10442024-03-13T03:15:13.942Z Downloaded errno v0.3.8
10452024-03-13T03:15:13.942Z Downloaded endian-type v0.1.2
10462024-03-13T03:15:13.942Z Downloaded similar v2.4.0
10472024-03-13T03:15:13.942Z Downloaded heapless v0.7.16
10482024-03-13T03:15:13.942Z Downloaded dtrace-parser v0.2.0
10492024-03-13T03:15:13.942Z Downloaded iana-time-zone v0.1.57
10502024-03-13T03:15:13.942Z Downloaded dtrace-parser v0.1.14
10512024-03-13T03:15:13.942Z Downloaded dhcproto-macros v0.1.0
10522024-03-13T03:15:13.942Z Downloaded xattr v1.0.1
10532024-03-13T03:15:13.943Z Downloaded walkdir v2.4.0
10542024-03-13T03:15:13.943Z Downloaded publicsuffix v2.2.3
10552024-03-13T03:15:13.943Z Downloaded spin v0.5.2
10562024-03-13T03:15:13.943Z Downloaded sha1 v0.10.6
10572024-03-13T03:15:13.943Z Downloaded hex v0.4.3
10582024-03-13T03:15:13.943Z Downloaded signature v2.1.0
10592024-03-13T03:15:13.943Z Downloaded serde_tokenstream v0.2.0
10602024-03-13T03:15:13.943Z Downloaded headers-core v0.2.0
10612024-03-13T03:15:13.943Z Downloaded http-range v0.1.5
10622024-03-13T03:15:13.943Z Downloaded tar v0.4.40
10632024-03-13T03:15:13.943Z Downloaded der v0.7.8
10642024-03-13T03:15:13.943Z Downloaded hyper-staticfile v0.9.5
10652024-03-13T03:15:13.943Z Downloaded hubpack v0.1.2
10662024-03-13T03:15:13.943Z Downloaded utf8parse v0.2.1
10672024-03-13T03:15:13.943Z Downloaded strsim v0.10.0
10682024-03-13T03:15:13.943Z Downloaded tokio-tungstenite v0.20.1
10692024-03-13T03:15:13.944Z Downloaded subprocess v0.2.9
10702024-03-13T03:15:13.944Z Downloaded thread_local v1.1.7
10712024-03-13T03:15:13.944Z Downloaded try-lock v0.2.4
10722024-03-13T03:15:13.944Z Downloaded aho-corasick v1.1.2
10732024-03-13T03:15:13.944Z Downloaded filetime v0.2.23
10742024-03-13T03:15:13.944Z Downloaded slog-envlogger v2.2.0
10752024-03-13T03:15:13.944Z Downloaded unicode-segmentation v1.10.1
10762024-03-13T03:15:13.944Z Downloaded scopeguard v1.2.0
10772024-03-13T03:15:13.945Z Downloaded secrecy v0.8.0
10782024-03-13T03:15:13.945Z Downloaded schemars_derive v0.8.16
10792024-03-13T03:15:13.945Z Downloaded proc-macro-crate v1.3.1
10802024-03-13T03:15:13.945Z Downloaded primeorder v0.13.6
10812024-03-13T03:15:13.945Z Downloaded semver v0.11.0
10822024-03-13T03:15:13.945Z Downloaded foreign-types-shared v0.3.1
10832024-03-13T03:15:13.945Z Downloaded zeroize v1.7.0
10842024-03-13T03:15:13.945Z Downloaded sha2 v0.10.8
10852024-03-13T03:15:13.945Z Downloaded tungstenite v0.20.1
10862024-03-13T03:15:13.945Z Downloaded zeroize_derive v1.4.2
10872024-03-13T03:15:13.946Z Downloaded num-bigint v0.4.4
10882024-03-13T03:15:13.946Z Downloaded powerfmt v0.2.0
10892024-03-13T03:15:13.946Z Downloaded httpdate v1.0.3
10902024-03-13T03:15:13.946Z Downloaded half v2.3.1
10912024-03-13T03:15:13.946Z Downloaded rustls-pemfile v2.1.1
10922024-03-13T03:15:13.946Z Downloaded httparse v1.8.0
10932024-03-13T03:15:13.946Z Downloaded resolv-conf v0.7.0
10942024-03-13T03:15:13.946Z Downloaded proc-macro2 v1.0.78
10952024-03-13T03:15:13.947Z Downloaded sync_wrapper v0.1.2
10962024-03-13T03:15:13.947Z Downloaded tokio-macros v2.2.0
10972024-03-13T03:15:13.947Z Downloaded crossterm v0.27.0
10982024-03-13T03:15:13.947Z Downloaded hyper-tls v0.5.0
10992024-03-13T03:15:13.947Z Downloaded unicode-bidi v0.3.15
11002024-03-13T03:15:13.947Z Downloaded trust-dns-client v0.22.0
11012024-03-13T03:15:13.947Z Downloaded tokio-rustls v0.25.0
11022024-03-13T03:15:13.947Z Downloaded serde_yaml v0.9.25
11032024-03-13T03:15:13.947Z Downloaded diesel_derives v2.1.2
11042024-03-13T03:15:13.948Z Downloaded static_assertions v1.1.0
11052024-03-13T03:15:13.948Z Downloaded usdt v0.5.0
11062024-03-13T03:15:13.948Z Downloaded flagset v0.4.3
11072024-03-13T03:15:13.948Z Downloaded form_urlencoded v1.2.1
11082024-03-13T03:15:13.948Z Downloaded ff v0.13.0
11092024-03-13T03:15:13.948Z Downloaded unsafe-libyaml v0.2.10
11102024-03-13T03:15:13.948Z Downloaded proc-macro-error v1.0.4
11112024-03-13T03:15:13.948Z Downloaded unicode-normalization v0.1.22
11122024-03-13T03:15:13.948Z Downloaded zerocopy-derive v0.7.32
11132024-03-13T03:15:13.948Z Downloaded dof v0.1.5
11142024-03-13T03:15:13.948Z Downloaded enum-as-inner v0.5.1
11152024-03-13T03:15:13.948Z Downloaded thiserror v1.0.57
11162024-03-13T03:15:13.948Z Downloaded stable_deref_trait v1.2.0
11172024-03-13T03:15:13.948Z Downloaded serde_tokenstream v0.1.7
11182024-03-13T03:15:13.948Z Downloaded serde_spanned v0.6.5
11192024-03-13T03:15:13.949Z Downloaded serde_path_to_error v0.1.15
11202024-03-13T03:15:13.949Z Downloaded structmeta-derive v0.3.0
11212024-03-13T03:15:13.949Z Downloaded tokio-native-tls v0.3.1
11222024-03-13T03:15:13.949Z Downloaded spki v0.7.2
11232024-03-13T03:15:13.949Z Downloaded serde_repr v0.1.16
11242024-03-13T03:15:13.949Z Downloaded http-body v0.4.5
11252024-03-13T03:15:13.949Z Downloaded getrandom v0.1.16
11262024-03-13T03:15:13.949Z Downloaded thiserror-impl v1.0.57
11272024-03-13T03:15:13.949Z Downloaded structmeta v0.3.0
11282024-03-13T03:15:13.949Z Downloaded tokio-stream v0.1.14
11292024-03-13T03:15:13.949Z Downloaded toml v0.7.8
11302024-03-13T03:15:13.949Z Downloaded tokio-rustls v0.24.1
11312024-03-13T03:15:13.949Z Downloaded getrandom v0.2.12
11322024-03-13T03:15:13.956Z Downloaded socket2 v0.5.5
11332024-03-13T03:15:13.956Z Downloaded synstructure v0.12.6
11342024-03-13T03:15:13.957Z Downloaded nom v7.1.3
11352024-03-13T03:15:13.957Z Downloaded serde_derive v1.0.197
11362024-03-13T03:15:13.957Z Downloaded ucd-trie v0.1.6
11372024-03-13T03:15:13.957Z Downloaded toml v0.8.10
11382024-03-13T03:15:13.957Z Downloaded libm v0.2.7
11392024-03-13T03:15:13.958Z Downloaded headers v0.3.9
11402024-03-13T03:15:13.958Z Downloaded strsim v0.11.0
11412024-03-13T03:15:13.958Z Downloaded zerocopy v0.7.32
11422024-03-13T03:15:13.958Z Downloaded heapless v0.8.0
11432024-03-13T03:15:13.958Z Downloaded ryu v1.0.15
11442024-03-13T03:15:13.958Z Downloaded clap_builder v4.5.1
11452024-03-13T03:15:13.959Z Downloaded steno v0.4.0
11462024-03-13T03:15:13.959Z Downloaded typenum v1.16.0
11472024-03-13T03:15:13.959Z Downloaded trust-dns-server v0.22.1
11482024-03-13T03:15:13.959Z Downloaded http v1.0.0
11492024-03-13T03:15:13.959Z Downloaded http v0.2.12
11502024-03-13T03:15:13.960Z Downloaded serde_json v1.0.114
11512024-03-13T03:15:13.960Z Downloaded hashbrown v0.12.3
11522024-03-13T03:15:13.960Z Downloaded rayon-core v1.12.1
11532024-03-13T03:15:13.960Z Downloaded zip v0.6.6
11542024-03-13T03:15:13.960Z Downloaded trust-dns-resolver v0.22.0
11552024-03-13T03:15:13.960Z Downloaded rand v0.8.5
11562024-03-13T03:15:13.961Z Downloaded schemars v0.8.16
11572024-03-13T03:15:13.961Z Downloaded tokio-util v0.7.10
11582024-03-13T03:15:13.961Z Downloaded serde v1.0.197
11592024-03-13T03:15:13.961Z Downloaded pest v2.7.6
11602024-03-13T03:15:13.961Z Downloaded serde_with v3.6.1
11612024-03-13T03:15:13.961Z Downloaded hashbrown v0.14.3
11622024-03-13T03:15:13.969Z Downloaded winnow v0.5.15
11632024-03-13T03:15:13.974Z Downloaded tokio-postgres v0.7.10
11642024-03-13T03:15:13.974Z Downloaded hkdf v0.12.4
11652024-03-13T03:15:13.989Z Downloaded reqwest v0.11.24
11662024-03-13T03:15:14.015Z Downloaded chrono v0.4.34
11672024-03-13T03:15:14.016Z Downloaded regex-automata v0.1.10
11682024-03-13T03:15:14.029Z Downloaded russh v0.42.0
11692024-03-13T03:15:14.029Z Downloaded rand v0.7.3
11702024-03-13T03:15:14.030Z Downloaded time v0.3.34
11712024-03-13T03:15:14.030Z Downloaded futures-util v0.3.30
11722024-03-13T03:15:14.039Z Downloaded vcpkg v0.2.15
11732024-03-13T03:15:14.067Z Downloaded rustls v0.21.9
11742024-03-13T03:15:14.083Z Downloaded webpki-roots v0.25.2
11752024-03-13T03:15:14.113Z Downloaded bstr v1.9.0
11762024-03-13T03:15:14.114Z Downloaded rustls-webpki v0.101.7
11772024-03-13T03:15:14.139Z Downloaded idna v0.3.0
11782024-03-13T03:15:14.139Z Downloaded rustls v0.22.2
11792024-03-13T03:15:14.171Z Downloaded goblin v0.8.0
11802024-03-13T03:15:14.171Z Downloaded hyper v0.14.28
11812024-03-13T03:15:14.171Z Downloaded rayon v1.9.0
11822024-03-13T03:15:14.171Z Downloaded rustls-webpki v0.102.1
11832024-03-13T03:15:14.182Z Downloaded regex v1.10.3
11842024-03-13T03:15:14.188Z Downloaded radix_trie v0.2.1
11852024-03-13T03:15:14.193Z Downloaded bzip2-sys v0.1.11+1.0.8
11862024-03-13T03:15:14.208Z Downloaded zerocopy-derive v0.6.4
11872024-03-13T03:15:14.215Z Downloaded syn v2.0.51
11882024-03-13T03:15:14.225Z Downloaded regex-automata v0.4.5
11892024-03-13T03:15:14.243Z Downloaded idna v0.2.3
11902024-03-13T03:15:14.261Z Downloaded syn v1.0.109
11912024-03-13T03:15:14.686Z Downloaded trust-dns-proto v0.22.0
11922024-03-13T03:15:15.124Z Downloaded regress v0.8.0
11932024-03-13T03:15:15.124Z Downloaded smoltcp v0.9.1
11942024-03-13T03:15:15.124Z Downloaded smoltcp v0.11.0
11952024-03-13T03:15:15.125Z Downloaded diesel v2.1.4
11962024-03-13T03:15:15.125Z Downloaded sha3 v0.10.8
11972024-03-13T03:15:15.125Z Downloaded regress v0.9.0
11982024-03-13T03:15:15.125Z Downloaded sled v0.34.7
11992024-03-13T03:15:15.125Z Downloaded zerocopy-derive v0.2.0
12002024-03-13T03:15:15.125Z Downloaded regex-syntax v0.8.2
12012024-03-13T03:15:15.125Z Downloaded libc v0.2.153
12022024-03-13T03:15:15.126Z Downloaded openapiv3 v2.0.0
12032024-03-13T03:15:15.126Z Downloaded tokio v1.36.0
12042024-03-13T03:15:15.126Z Downloaded encoding_rs v0.8.33
12052024-03-13T03:15:15.126Z Downloaded winapi v0.3.9
12062024-03-13T03:15:15.126Z Downloaded gimli v0.28.0
12072024-03-13T03:15:15.127Z Downloaded object v0.32.1
12082024-03-13T03:15:15.127Z Downloaded openssl v0.10.60
12092024-03-13T03:15:15.127Z Downloaded rustix v0.38.31
12102024-03-13T03:15:15.127Z Downloaded bstr v0.2.17
12112024-03-13T03:15:15.127Z Downloaded idna v0.5.0
12122024-03-13T03:15:15.127Z Downloaded curve25519-dalek v4.1.1
12132024-03-13T03:15:15.128Z Downloaded petgraph v0.6.4
12142024-03-13T03:15:15.128Z Downloaded winnow v0.6.1
12152024-03-13T03:15:15.128Z Downloaded h2 v0.3.24
12162024-03-13T03:15:15.128Z Downloaded p521 v0.13.3
12172024-03-13T03:15:15.128Z Downloaded clap v2.34.0
12182024-03-13T03:15:15.129Z Downloaded flate2 v1.0.28
12192024-03-13T03:15:15.129Z Downloaded postgres-types v0.2.6
12202024-03-13T03:15:15.129Z Downloaded semver v1.0.22
12212024-03-13T03:15:15.129Z Downloaded ecdsa v0.16.9
12222024-03-13T03:15:15.129Z Downloaded socket2 v0.4.9
12232024-03-13T03:15:15.130Z Downloaded url v2.5.0
12242024-03-13T03:15:15.130Z Downloaded yasna v0.5.2
12252024-03-13T03:15:15.130Z Downloaded tracing v0.1.40
12262024-03-13T03:15:15.130Z Downloaded uuid v1.7.0
12272024-03-13T03:15:15.130Z Downloaded toml_edit v0.22.6
12282024-03-13T03:15:15.130Z Downloaded fastrand v2.0.1
12292024-03-13T03:15:15.131Z Downloaded fixedbitset v0.4.2
12302024-03-13T03:15:15.131Z Downloaded semver-parser v0.10.2
12312024-03-13T03:15:15.131Z Downloaded structopt v0.3.26
12322024-03-13T03:15:15.131Z Downloaded group v0.13.0
12332024-03-13T03:15:15.132Z Downloaded rustversion v1.0.14
12342024-03-13T03:15:15.132Z Downloaded predicates-core v1.0.6
12352024-03-13T03:15:15.132Z Downloaded predicates v3.1.0
12362024-03-13T03:15:15.132Z Downloaded ghash v0.5.0
12372024-03-13T03:15:15.132Z Downloaded slog v2.7.0
12382024-03-13T03:15:15.132Z Downloaded flume v0.11.0
12392024-03-13T03:15:15.133Z Downloaded glob v0.3.1
12402024-03-13T03:15:15.133Z Downloaded unicase v2.7.0
12412024-03-13T03:15:15.133Z Downloaded toml_datetime v0.6.5
12422024-03-13T03:15:15.133Z Downloaded indexmap v1.9.3
12432024-03-13T03:15:15.133Z Downloaded quote v1.0.35
12442024-03-13T03:15:15.133Z Downloaded hyper-rustls v0.24.2
12452024-03-13T03:15:15.134Z Downloaded indexmap v2.2.5
12462024-03-13T03:15:15.171Z Downloaded ed25519-dalek v2.0.0
12472024-03-13T03:15:15.171Z Downloaded crossbeam-channel v0.5.8
12482024-03-13T03:15:15.171Z Downloaded dyn-clone v1.0.17
12492024-03-13T03:15:15.171Z Downloaded usdt v0.3.5
12502024-03-13T03:15:15.171Z Downloaded rustc-demangle v0.1.23
12512024-03-13T03:15:15.171Z Downloaded russh-keys v0.42.0
12522024-03-13T03:15:15.171Z Downloaded postcard v1.0.8
12532024-03-13T03:15:15.171Z Downloaded futures v0.3.30
12542024-03-13T03:15:15.171Z Downloaded serde_urlencoded v0.7.1
12552024-03-13T03:15:15.171Z Downloaded tempfile v3.10.0
12562024-03-13T03:15:15.172Z Downloaded sct v0.7.0
12572024-03-13T03:15:15.172Z Downloaded humantime v2.1.0
12582024-03-13T03:15:15.172Z Downloaded num-traits v0.2.18
12592024-03-13T03:15:15.172Z Downloaded heck v0.3.3
12602024-03-13T03:15:15.172Z Downloaded dirs-sys-next v0.1.2
12612024-03-13T03:15:15.172Z Downloaded dirs-sys v0.4.1
12622024-03-13T03:15:15.172Z Downloaded whoami v1.5.0
12632024-03-13T03:15:15.172Z Downloaded untrusted v0.7.1
12642024-03-13T03:15:15.172Z Downloaded usdt-impl v0.3.5
12652024-03-13T03:15:15.172Z Downloaded thiserror-no-std v2.0.2
12662024-03-13T03:15:15.172Z Downloaded blake3 v1.5.0
12672024-03-13T03:15:15.172Z Downloaded futures-channel v0.3.30
12682024-03-13T03:15:15.172Z Downloaded memchr v2.7.1
12692024-03-13T03:15:15.173Z Downloaded scroll v0.12.0
12702024-03-13T03:15:15.173Z Downloaded slab v0.4.9
12712024-03-13T03:15:15.173Z Downloaded tracing-attributes v0.1.27
12722024-03-13T03:15:15.173Z Downloaded tinyvec v1.6.0
12732024-03-13T03:15:15.173Z Downloaded derive_more v0.99.17
12742024-03-13T03:15:15.173Z Downloaded crypto-bigint v0.5.2
12752024-03-13T03:15:15.173Z Downloaded serde_with_macros v3.6.1
12762024-03-13T03:15:15.173Z Downloaded crossbeam-epoch v0.9.18
12772024-03-13T03:15:15.173Z Downloaded signal-hook-mio v0.2.3
12782024-03-13T03:15:15.173Z Downloaded serde_derive_internals v0.26.0
12792024-03-13T03:15:15.173Z Downloaded phf v0.11.2
12802024-03-13T03:15:15.173Z Downloaded pest_meta v2.7.6
12812024-03-13T03:15:15.173Z Downloaded parking_lot_core v0.8.6
12822024-03-13T03:15:15.174Z Downloaded p256 v0.13.2
12832024-03-13T03:15:15.174Z Downloaded derive-where v1.2.7
12842024-03-13T03:15:15.174Z Downloaded futures-core v0.3.30
12852024-03-13T03:15:15.174Z Downloaded dirs-next v2.0.0
12862024-03-13T03:15:15.174Z Downloaded dirs v5.0.1
12872024-03-13T03:15:15.174Z Downloaded difflib v0.4.0
12882024-03-13T03:15:15.174Z Downloaded usdt-macro v0.3.5
12892024-03-13T03:15:15.174Z Downloaded thread-id v4.2.0
12902024-03-13T03:15:15.174Z Downloaded thiserror-impl-no-std v2.0.2
12912024-03-13T03:15:15.174Z Downloaded unicode-ident v1.0.12
12922024-03-13T03:15:15.174Z Downloaded spin v0.9.8
12932024-03-13T03:15:15.174Z Downloaded blake2 v0.10.6
12942024-03-13T03:15:15.174Z Downloaded backtrace v0.3.69
12952024-03-13T03:15:15.174Z Downloaded ring v0.17.8
12962024-03-13T03:15:15.174Z Downloaded miniz_oxide v0.7.1
12972024-03-13T03:15:15.174Z Downloaded itertools v0.10.5
12982024-03-13T03:15:15.175Z Downloaded same-file v1.0.6
12992024-03-13T03:15:15.175Z Downloaded either v1.10.0
13002024-03-13T03:15:15.175Z Downloaded bitflags v2.4.2
13012024-03-13T03:15:15.175Z Downloaded num-rational v0.4.1
13022024-03-13T03:15:15.175Z Downloaded const-oid v0.9.6
13032024-03-13T03:15:15.175Z Downloaded hex-literal v0.4.1
13042024-03-13T03:15:15.175Z Downloaded foreign-types-macros v0.2.3
13052024-03-13T03:15:15.175Z Downloaded password-hash v0.5.0
13062024-03-13T03:15:15.175Z Downloaded darling v0.20.3
13072024-03-13T03:15:15.175Z Downloaded chacha20poly1305 v0.10.1
13082024-03-13T03:15:15.175Z Downloaded cc v1.0.83
13092024-03-13T03:15:15.175Z Downloaded bytes v1.5.0
13102024-03-13T03:15:15.175Z Downloaded unicode-width v0.1.11
13112024-03-13T03:15:15.175Z Downloaded pest_generator v2.7.6
13122024-03-13T03:15:15.175Z Downloaded log v0.4.20
13132024-03-13T03:15:15.176Z Downloaded embedded-io v0.4.0
13142024-03-13T03:15:15.176Z Downloaded ring v0.16.20
13152024-03-13T03:15:15.176Z Downloaded ed25519 v2.2.2
13162024-03-13T03:15:15.176Z Downloaded dof v0.3.0
13172024-03-13T03:15:15.176Z Downloaded libsw v3.3.1
13182024-03-13T03:15:15.176Z Downloaded console v0.15.8
13192024-03-13T03:15:15.176Z Downloaded subtle v2.5.0
13202024-03-13T03:15:15.176Z Downloaded string_cache v0.8.7
13212024-03-13T03:15:15.176Z Downloaded slog-scope v4.4.0
13222024-03-13T03:15:15.176Z Downloaded cpufeatures v0.2.12
13232024-03-13T03:15:15.176Z Downloaded clap v4.5.1
13242024-03-13T03:15:15.176Z Downloaded pbkdf2 v0.11.0
13252024-03-13T03:15:15.176Z Downloaded parse-display-derive v0.9.0
13262024-03-13T03:15:15.176Z Downloaded newtype-uuid v1.0.1
13272024-03-13T03:15:15.176Z Downloaded defmt-parser v0.3.3
13282024-03-13T03:15:15.176Z Downloaded debug-ignore v1.0.5
13292024-03-13T03:15:15.176Z Downloaded num v0.4.1
13302024-03-13T03:15:15.177Z Downloaded deranged v0.3.11
13312024-03-13T03:15:15.177Z Downloaded defmt v0.3.5
13322024-03-13T03:15:15.177Z Downloaded crypto-common v0.1.6
13332024-03-13T03:15:15.177Z Downloaded crossbeam-deque v0.8.3
13342024-03-13T03:15:15.177Z Downloaded cookie v0.17.0
13352024-03-13T03:15:15.177Z Downloaded constant_time_eq v0.3.0
13362024-03-13T03:15:15.177Z Downloaded cipher v0.4.4
13372024-03-13T03:15:15.177Z Downloaded cfg-if v1.0.0
13382024-03-13T03:15:15.177Z Downloaded blowfish v0.9.1
13392024-03-13T03:15:15.177Z Downloaded minimal-lexical v0.2.1
13402024-03-13T03:15:15.178Z Downloaded anyhow v1.0.79
13412024-03-13T03:15:15.178Z Downloaded curve25519-dalek-derive v0.1.0
13422024-03-13T03:15:15.178Z Downloaded crucible-workspace-hack v0.1.0
13432024-03-13T03:15:15.178Z Downloaded cstr-argument v0.1.2
13442024-03-13T03:15:15.178Z Downloaded ansi_term v0.12.1
13452024-03-13T03:15:15.178Z Downloaded async-trait v0.1.77
13462024-03-13T03:15:15.195Z Downloaded anstyle-parse v0.2.1
13472024-03-13T03:15:15.195Z Downloaded autocfg v1.1.0
13482024-03-13T03:15:15.196Z Downloaded ahash v0.8.8
13492024-03-13T03:15:15.196Z Downloaded base16ct v0.2.0
13502024-03-13T03:15:15.196Z Downloaded arrayref v0.3.7
13512024-03-13T03:15:15.196Z Downloaded ipnet v2.9.0
13522024-03-13T03:15:15.196Z Downloaded bzip2 v0.4.4
13532024-03-13T03:15:15.196Z Downloaded base64ct v1.6.0
13542024-03-13T03:15:15.196Z Downloaded aes v0.8.3
13552024-03-13T03:15:15.513Z Compiling proc-macro2 v1.0.78
13562024-03-13T03:15:15.514Z Compiling unicode-ident v1.0.12
13572024-03-13T03:15:15.519Z Compiling libc v0.2.153
13582024-03-13T03:15:15.520Z Compiling serde v1.0.197
13592024-03-13T03:15:15.520Z Compiling version_check v0.9.4
13602024-03-13T03:15:15.520Z Compiling cfg-if v1.0.0
13612024-03-13T03:15:15.566Z Compiling autocfg v1.1.0
13622024-03-13T03:15:15.691Z Compiling syn v1.0.109
13632024-03-13T03:15:15.721Z Compiling once_cell v1.19.0
13642024-03-13T03:15:15.782Z Compiling typenum v1.16.0
13652024-03-13T03:15:16.137Z Compiling thiserror v1.0.57
13662024-03-13T03:15:16.317Z Compiling generic-array v0.14.7
13672024-03-13T03:15:16.404Z Compiling lock_api v0.4.10
13682024-03-13T03:15:16.607Z Compiling parking_lot_core v0.9.8
13692024-03-13T03:15:16.612Z Compiling memchr v2.7.1
13702024-03-13T03:15:16.676Z Compiling byteorder v1.5.0
13712024-03-13T03:15:16.679Z Compiling libm v0.2.7
13722024-03-13T03:15:16.697Z Compiling ahash v0.8.8
13732024-03-13T03:15:17.036Z Compiling serde_json v1.0.114
13742024-03-13T03:15:17.059Z Compiling num-traits v0.2.18
13752024-03-13T03:15:17.359Z Compiling itoa v1.0.9
13762024-03-13T03:15:17.378Z Compiling slab v0.4.9
13772024-03-13T03:15:17.567Z Compiling quote v1.0.35
13782024-03-13T03:15:17.662Z Compiling log v0.4.20
13792024-03-13T03:15:17.810Z Compiling getrandom v0.2.12
13802024-03-13T03:15:18.085Z Compiling syn v2.0.51
13812024-03-13T03:15:18.245Z Compiling cc v1.0.83
13822024-03-13T03:15:18.349Z Compiling rand_core v0.6.4
13832024-03-13T03:15:18.696Z Compiling scopeguard v1.2.0
13842024-03-13T03:15:19.019Z Compiling ryu v1.0.15
13852024-03-13T03:15:19.041Z Compiling allocator-api2 v0.2.16
13862024-03-13T03:15:19.063Z Compiling pkg-config v0.3.27
13872024-03-13T03:15:19.413Z Compiling subtle v2.5.0
13882024-03-13T03:15:19.739Z Compiling smallvec v1.13.1
13892024-03-13T03:15:20.236Z Compiling heck v0.4.1
13902024-03-13T03:15:20.236Z Compiling equivalent v1.0.1
13912024-03-13T03:15:20.236Z Compiling schemars v0.8.16
13922024-03-13T03:15:20.304Z Compiling num-conv v0.1.0
13932024-03-13T03:15:20.353Z Compiling time-core v0.1.2
13942024-03-13T03:15:20.574Z Compiling vcpkg v0.2.15
13952024-03-13T03:15:20.626Z Compiling time-macros v0.2.17
13962024-03-13T03:15:20.635Z Compiling pin-project-lite v0.2.13
13972024-03-13T03:15:21.465Z Compiling ring v0.17.8
13982024-03-13T03:15:21.498Z Compiling ucd-trie v0.1.6
13992024-03-13T03:15:22.111Z Compiling parking_lot v0.12.1
14002024-03-13T03:15:22.146Z Compiling httparse v1.8.0
14012024-03-13T03:15:22.566Z Compiling fnv v1.0.7
14022024-03-13T03:15:22.700Z Compiling signal-hook-registry v1.4.1
14032024-03-13T03:15:22.917Z Compiling openssl-sys v0.9.96
14042024-03-13T03:15:23.683Z Compiling const-oid v0.9.6
14052024-03-13T03:15:23.926Z Compiling ring v0.16.20
14062024-03-13T03:15:23.947Z Compiling mio v0.8.11
14072024-03-13T03:15:24.247Z Compiling semver v1.0.22
14082024-03-13T03:15:24.767Z Compiling socket2 v0.5.5
14092024-03-13T03:15:25.145Z Compiling num_cpus v1.16.0
14102024-03-13T03:15:25.269Z Compiling openssl v0.10.60
14112024-03-13T03:15:26.844Z Compiling serde_derive_internals v0.26.0
14122024-03-13T03:15:27.020Z Compiling futures-core v0.3.30
14132024-03-13T03:15:27.020Z Compiling iana-time-zone v0.1.57
14142024-03-13T03:15:27.020Z Compiling slog v2.7.0
14152024-03-13T03:15:27.020Z Compiling rustls v0.21.9
14162024-03-13T03:15:27.021Z Compiling native-tls v0.2.11
14172024-03-13T03:15:27.021Z Compiling rustix v0.38.31
14182024-03-13T03:15:27.021Z Compiling tinyvec_macros v0.1.1
14192024-03-13T03:15:27.021Z Compiling crossbeam-utils v0.8.19
14202024-03-13T03:15:27.021Z Compiling async-trait v0.1.77
14212024-03-13T03:15:27.021Z Compiling tinyvec v1.6.0
14222024-03-13T03:15:27.021Z Compiling cookie v0.17.0
14232024-03-13T03:15:27.083Z Compiling spin v0.5.2
14242024-03-13T03:15:27.276Z Compiling aho-corasick v1.1.2
14252024-03-13T03:15:27.290Z Compiling regex-syntax v0.8.2
14262024-03-13T03:15:27.514Z Compiling unicode-bidi v0.3.15
14272024-03-13T03:15:28.035Z Compiling unicode-normalization v0.1.22
14282024-03-13T03:15:28.084Z Compiling dyn-clone v1.0.17
14292024-03-13T03:15:28.350Z Compiling futures-sink v0.3.30
14302024-03-13T03:15:28.511Z Compiling backtrace v0.3.69
14312024-03-13T03:15:28.966Z Compiling futures-channel v0.3.30
14322024-03-13T03:15:29.331Z Compiling futures-task v0.3.30
14332024-03-13T03:15:29.357Z Compiling futures-io v0.3.30
14342024-03-13T03:15:29.403Z Compiling pin-utils v0.1.0
14352024-03-13T03:15:29.498Z Compiling cpufeatures v0.2.12
14362024-03-13T03:15:30.027Z Compiling spin v0.9.8
14372024-03-13T03:15:30.041Z Compiling tracing-core v0.1.32
14382024-03-13T03:15:30.041Z Compiling anyhow v1.0.79
14392024-03-13T03:15:30.657Z Compiling winnow v0.5.15
14402024-03-13T03:15:31.180Z Compiling regex-automata v0.4.5
14412024-03-13T03:15:31.696Z Compiling percent-encoding v2.3.1
14422024-03-13T03:15:31.972Z Compiling crc32fast v1.3.2
14432024-03-13T03:15:32.830Z Compiling serde_derive v1.0.197
14442024-03-13T03:15:32.873Z Compiling zeroize_derive v1.4.2
14452024-03-13T03:15:33.205Z Compiling zerocopy-derive v0.7.32
14462024-03-13T03:15:33.312Z Compiling thiserror-impl v1.0.57
14472024-03-13T03:15:33.628Z Compiling tokio-macros v2.2.0
14482024-03-13T03:15:34.462Z Compiling futures-macro v0.3.30
14492024-03-13T03:15:34.471Z Compiling tracing-attributes v0.1.27
14502024-03-13T03:15:34.494Z Compiling zeroize v1.7.0
14512024-03-13T03:15:35.377Z Compiling schemars_derive v0.8.16
14522024-03-13T03:15:35.582Z Compiling zerocopy v0.7.32
14532024-03-13T03:15:36.316Z Compiling crypto-common v0.1.6
14542024-03-13T03:15:36.761Z Compiling block-buffer v0.10.4
14552024-03-13T03:15:36.894Z Compiling pest v2.7.6
14562024-03-13T03:15:36.949Z Compiling digest v0.10.7
14572024-03-13T03:15:37.433Z Compiling openssl-macros v0.1.1
14582024-03-13T03:15:37.840Z Compiling hashbrown v0.14.3
14592024-03-13T03:15:38.233Z Compiling futures-util v0.3.30
14602024-03-13T03:15:38.487Z Compiling regex v1.10.3
14612024-03-13T03:15:38.934Z Compiling tracing v0.1.40
14622024-03-13T03:15:39.278Z Compiling pest_meta v2.7.6
14632024-03-13T03:15:39.687Z Compiling der_derive v0.7.2
14642024-03-13T03:15:40.748Z Compiling pest_generator v2.7.6
14652024-03-13T03:15:44.395Z Compiling pest_derive v2.7.6
14662024-03-13T03:15:44.503Z Compiling foreign-types-shared v0.1.1
14672024-03-13T03:15:44.626Z Compiling untrusted v0.9.0
14682024-03-13T03:15:44.810Z Compiling ppv-lite86 v0.2.17
14692024-03-13T03:15:45.208Z Compiling powerfmt v0.2.0
14702024-03-13T03:15:45.304Z Compiling untrusted v0.7.1
14712024-03-13T03:15:45.911Z Compiling unicode-width v0.1.11
14722024-03-13T03:15:45.912Z Compiling deranged v0.3.11
14732024-03-13T03:15:45.912Z Compiling foreign-types v0.3.2
14742024-03-13T03:15:45.912Z Compiling form_urlencoded v1.2.1
14752024-03-13T03:15:47.394Z Compiling errno v0.3.8
14762024-03-13T03:15:47.431Z Compiling bytes v1.5.0
14772024-03-13T03:15:47.499Z Compiling indexmap v2.2.5
14782024-03-13T03:15:47.981Z Compiling uuid v1.7.0
14792024-03-13T03:15:48.005Z Compiling chrono v0.4.34
14802024-03-13T03:15:48.576Z Compiling tokio v1.36.0
14812024-03-13T03:15:48.973Z Compiling bitflags v2.4.2
14822024-03-13T03:15:49.012Z Compiling http v0.2.12
14832024-03-13T03:15:49.512Z Compiling serde_spanned v0.6.5
14842024-03-13T03:15:49.576Z Compiling toml_datetime v0.6.5
14852024-03-13T03:15:49.757Z Compiling rustc_version v0.4.0
14862024-03-13T03:15:50.054Z Compiling toml_edit v0.19.15
14872024-03-13T03:15:51.876Z Compiling base64 v0.21.7
14882024-03-13T03:15:52.625Z Compiling try-lock v0.2.4
14892024-03-13T03:15:52.762Z Compiling unicode-xid v0.2.4
14902024-03-13T03:15:52.935Z Compiling num_threads v0.1.6
14912024-03-13T03:15:52.948Z Compiling synstructure v0.12.6
14922024-03-13T03:15:53.075Z Compiling time v0.3.34
14932024-03-13T03:15:54.327Z Compiling want v0.3.1
14942024-03-13T03:15:54.518Z Compiling rustls-webpki v0.101.7
14952024-03-13T03:15:54.614Z Compiling http-body v0.4.5
14962024-03-13T03:15:55.049Z Compiling openapiv3 v2.0.0
14972024-03-13T03:15:56.422Z Compiling sct v0.7.0
14982024-03-13T03:15:57.915Z Compiling tokio-util v0.7.10
14992024-03-13T03:15:58.035Z Compiling scroll_derive v0.12.0
15002024-03-13T03:15:58.383Z Compiling idna v0.5.0
15012024-03-13T03:15:59.027Z Compiling httpdate v1.0.3
15022024-03-13T03:15:59.482Z Compiling h2 v0.3.24
15032024-03-13T03:15:59.499Z Compiling openssl-probe v0.1.5
15042024-03-13T03:15:59.562Z Compiling tower-service v0.3.2
15052024-03-13T03:15:59.700Z Compiling url v2.5.0
15062024-03-13T03:16:01.128Z Compiling zerocopy-derive v0.2.0
15072024-03-13T03:16:01.570Z Compiling rand_chacha v0.3.1
15082024-03-13T03:16:02.168Z Compiling idna v0.3.0
15092024-03-13T03:16:03.234Z Compiling lazy_static v1.4.0
15102024-03-13T03:16:03.512Z Compiling thread-id v4.2.0
15112024-03-13T03:16:03.931Z Compiling adler v1.0.2
15122024-03-13T03:16:03.931Z Compiling psl-types v2.0.11
15132024-03-13T03:16:04.000Z Compiling publicsuffix v2.2.3
15142024-03-13T03:16:04.023Z Compiling miniz_oxide v0.7.1
15152024-03-13T03:16:04.305Z Compiling tokio-rustls v0.24.1
15162024-03-13T03:16:05.124Z Compiling rand v0.8.5
15172024-03-13T03:16:05.135Z Compiling tokio-native-tls v0.3.1
15182024-03-13T03:16:05.407Z Compiling crossbeam-epoch v0.9.18
15192024-03-13T03:16:05.814Z Compiling ipnet v2.9.0
15202024-03-13T03:16:06.005Z Compiling cookie_store v0.20.0
15212024-03-13T03:16:06.177Z Compiling rustls-pemfile v1.0.3
15222024-03-13T03:16:06.233Z Compiling serde_urlencoded v0.7.1
15232024-03-13T03:16:06.586Z Compiling hyper v0.14.28
15242024-03-13T03:16:06.765Z Compiling serde_tokenstream v0.2.0
15252024-03-13T03:16:07.135Z Compiling usdt-impl v0.3.5
15262024-03-13T03:16:07.340Z Compiling encoding_rs v0.8.33
15272024-03-13T03:16:07.882Z Compiling sync_wrapper v0.1.2
15282024-03-13T03:16:07.901Z Compiling gimli v0.28.0
15292024-03-13T03:16:07.901Z Compiling mime v0.3.17
15302024-03-13T03:16:08.413Z Compiling either v1.10.0
15312024-03-13T03:16:08.846Z Compiling webpki-roots v0.25.2
15322024-03-13T03:16:10.207Z Compiling object v0.32.1
15332024-03-13T03:16:10.259Z Compiling num-bigint v0.4.4
15342024-03-13T03:16:11.134Z Compiling usdt-impl v0.5.0
15352024-03-13T03:16:11.460Z Compiling rustversion v1.0.14
15362024-03-13T03:16:11.646Z Compiling rustc-demangle v0.1.23
15372024-03-13T03:16:12.136Z Compiling addr2line v0.21.0
15382024-03-13T03:16:12.527Z Compiling flate2 v1.0.28
15392024-03-13T03:16:12.592Z Compiling zerocopy v0.3.0
15402024-03-13T03:16:12.675Z Compiling scroll v0.12.0
15412024-03-13T03:16:12.696Z Compiling heapless v0.7.16
15422024-03-13T03:16:12.834Z Compiling futures-executor v0.3.30
15432024-03-13T03:16:13.196Z Compiling bzip2-sys v0.1.11+1.0.8
15442024-03-13T03:16:13.268Z Compiling winnow v0.6.1
15452024-03-13T03:16:13.817Z Compiling hyper-rustls v0.24.2
15462024-03-13T03:16:13.840Z Compiling hyper-tls v0.5.0
15472024-03-13T03:16:13.841Z Compiling plain v0.2.3
15482024-03-13T03:16:13.841Z Compiling base64ct v1.6.0
15492024-03-13T03:16:13.841Z Compiling reqwest v0.11.24
15502024-03-13T03:16:13.841Z Compiling signal-hook v0.3.17
15512024-03-13T03:16:14.036Z Compiling goblin v0.8.0
15522024-03-13T03:16:14.060Z Compiling dof v0.1.5
15532024-03-13T03:16:15.551Z Compiling futures v0.3.30
15542024-03-13T03:16:15.971Z Compiling toml v0.7.8
15552024-03-13T03:16:16.745Z Compiling toml_edit v0.22.6
15562024-03-13T03:16:16.961Z Compiling hex v0.4.3
15572024-03-13T03:16:17.598Z Compiling dtrace-parser v0.1.14
15582024-03-13T03:16:17.671Z Compiling pretty-hex v0.4.1
15592024-03-13T03:16:20.082Z Compiling dof v0.3.0
15602024-03-13T03:16:20.873Z Compiling serde_tokenstream v0.1.7
15612024-03-13T03:16:20.921Z Compiling dtrace-parser v0.2.0
15622024-03-13T03:16:21.848Z Compiling enum-as-inner v0.5.1
15632024-03-13T03:16:22.336Z Compiling smoltcp v0.9.1
15642024-03-13T03:16:22.374Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15652024-03-13T03:16:22.415Z Compiling pem-rfc7468 v0.7.0
15662024-03-13T03:16:23.058Z Compiling hmac v0.12.1
15672024-03-13T03:16:23.230Z Compiling regress v0.8.0
15682024-03-13T03:16:23.663Z Compiling siphasher v0.3.11
15692024-03-13T03:16:23.689Z Compiling flagset v0.4.3
15702024-03-13T03:16:23.901Z Compiling unicode-segmentation v1.10.1
15712024-03-13T03:16:24.021Z Compiling der v0.7.8
15722024-03-13T03:16:24.713Z Compiling usdt-attr-macro v0.3.5
15732024-03-13T03:16:25.165Z Compiling usdt-macro v0.3.5
15742024-03-13T03:16:25.171Z Compiling hubpack_derive v0.1.1
15752024-03-13T03:16:25.367Z Compiling zerocopy-derive v0.6.4
15762024-03-13T03:16:25.742Z Compiling anstyle v1.0.2
15772024-03-13T03:16:25.805Z Compiling utf8parse v0.2.1
15782024-03-13T03:16:26.094Z Compiling sha2 v0.10.8
15792024-03-13T03:16:26.106Z Compiling anstyle-parse v0.2.1
15802024-03-13T03:16:26.212Z Compiling spki v0.7.2
15812024-03-13T03:16:26.588Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
15822024-03-13T03:16:27.558Z Compiling md-5 v0.10.5
15832024-03-13T03:16:27.638Z Compiling block-padding v0.3.3
15842024-03-13T03:16:27.763Z Compiling clap_derive v4.5.0
15852024-03-13T03:16:27.822Z Compiling stringprep v0.1.3
15862024-03-13T03:16:27.886Z Compiling diesel_table_macro_syntax v0.1.0
15872024-03-13T03:16:27.990Z Compiling num-integer v0.1.46
15882024-03-13T03:16:28.353Z Compiling hash32 v0.2.1
15892024-03-13T03:16:28.761Z Compiling colorchoice v1.0.0
15902024-03-13T03:16:28.834Z Compiling stable_deref_trait v1.2.0
15912024-03-13T03:16:28.871Z Compiling fallible-iterator v0.2.0
15922024-03-13T03:16:29.355Z Compiling anstyle-query v1.0.0
15932024-03-13T03:16:29.361Z Compiling anstream v0.6.11
15942024-03-13T03:16:29.571Z Compiling postgres-protocol v0.6.6
15952024-03-13T03:16:29.693Z Compiling diesel_derives v2.1.2
15962024-03-13T03:16:29.891Z Compiling inout v0.1.3
15972024-03-13T03:16:29.971Z Compiling pkcs8 v0.10.2
15982024-03-13T03:16:30.734Z Compiling phf_shared v0.11.2
15992024-03-13T03:16:31.145Z Compiling strum_macros v0.25.2
16002024-03-13T03:16:31.560Z Compiling ff v0.13.0
16012024-03-13T03:16:31.597Z Compiling terminal_size v0.3.0
16022024-03-13T03:16:31.818Z Compiling serde_repr v0.1.16
16032024-03-13T03:16:32.059Z Compiling scheduled-thread-pool v0.2.7
16042024-03-13T03:16:32.999Z Compiling clap_lex v0.7.0
16052024-03-13T03:16:33.065Z Compiling matches v0.1.10
16062024-03-13T03:16:33.583Z Compiling base16ct v0.2.0
16072024-03-13T03:16:33.891Z Compiling bitflags v1.3.2
16082024-03-13T03:16:34.006Z Compiling managed v0.8.0
16092024-03-13T03:16:34.481Z Compiling strsim v0.11.0
16102024-03-13T03:16:34.675Z Compiling data-encoding v2.4.0
16112024-03-13T03:16:35.383Z Compiling bit-vec v0.6.3
16122024-03-13T03:16:35.480Z Compiling regex-automata v0.1.10
16132024-03-13T03:16:35.989Z Compiling bstr v0.2.17
16142024-03-13T03:16:36.881Z Compiling clap_builder v4.5.1
16152024-03-13T03:16:41.359Z Compiling sec1 v0.7.3
16162024-03-13T03:16:41.895Z Compiling idna v0.2.3
16172024-03-13T03:16:41.980Z Compiling r2d2 v0.8.10
16182024-03-13T03:16:42.593Z Compiling group v0.13.0
16192024-03-13T03:16:43.575Z Compiling phf v0.11.2
16202024-03-13T03:16:43.790Z Compiling signal-hook-mio v0.2.3
16212024-03-13T03:16:43.922Z Compiling postgres-types v0.2.6
16222024-03-13T03:16:43.953Z Compiling cipher v0.4.4
16232024-03-13T03:16:44.881Z Compiling bzip2 v0.4.4
16242024-03-13T03:16:44.888Z Compiling zerocopy v0.6.4
16252024-03-13T03:16:45.448Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
16262024-03-13T03:16:45.457Z Compiling hubpack v0.1.2
16272024-03-13T03:16:45.921Z Compiling phf_shared v0.10.0
16282024-03-13T03:16:46.520Z Compiling hkdf v0.12.4
16292024-03-13T03:16:46.533Z Compiling crypto-bigint v0.5.2
16302024-03-13T03:16:46.534Z Compiling ipnetwork v0.20.0
16312024-03-13T03:16:47.417Z Compiling float-cmp v0.9.0
16322024-03-13T03:16:47.655Z Compiling fixedbitset v0.4.2
16332024-03-13T03:16:48.348Z Compiling static_assertions v1.1.0
16342024-03-13T03:16:48.473Z Compiling normalize-line-endings v0.3.0
16352024-03-13T03:16:48.593Z Compiling whoami v1.5.0
16362024-03-13T03:16:49.706Z Compiling minimal-lexical v0.2.1
16372024-03-13T03:16:49.743Z Compiling predicates-core v1.0.6
16382024-03-13T03:16:49.795Z Compiling precomputed-hash v0.1.1
16392024-03-13T03:16:49.948Z Compiling new_debug_unreachable v1.0.4
16402024-03-13T03:16:50.120Z Compiling difflib v0.4.0
16412024-03-13T03:16:50.145Z Compiling string_cache v0.8.7
16422024-03-13T03:16:50.928Z Compiling predicates v3.1.0
16432024-03-13T03:16:50.928Z Compiling nom v7.1.3
16442024-03-13T03:16:50.928Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
16452024-03-13T03:16:50.928Z Compiling tokio-postgres v0.7.10
16462024-03-13T03:16:51.056Z Compiling trust-dns-proto v0.22.0
16472024-03-13T03:16:51.760Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16482024-03-13T03:16:52.487Z Compiling elliptic-curve v0.13.8
16492024-03-13T03:16:54.022Z Compiling petgraph v0.6.4
16502024-03-13T03:16:55.052Z Compiling diesel v2.1.4
16512024-03-13T03:16:56.031Z Compiling yasna v0.5.2
16522024-03-13T03:16:56.051Z Compiling zip v0.6.6
16532024-03-13T03:16:57.852Z Compiling crossterm v0.27.0
16542024-03-13T03:16:58.093Z Compiling clap v4.5.1
16552024-03-13T03:16:58.359Z Compiling similar v2.4.0
16562024-03-13T03:16:58.549Z Compiling bit-set v0.5.3
16572024-03-13T03:16:58.575Z Compiling num-iter v0.1.44
16582024-03-13T03:16:58.785Z Compiling usdt v0.3.5
16592024-03-13T03:16:59.075Z Compiling itertools v0.10.5
16602024-03-13T03:16:59.976Z Compiling console v0.15.8
16612024-03-13T03:17:00.802Z Compiling tokio-stream v0.1.14
16622024-03-13T03:17:00.822Z Compiling getopts v0.2.21
16632024-03-13T03:17:01.443Z Compiling bstr v1.9.0
16642024-03-13T03:17:01.741Z Compiling unsafe-libyaml v0.2.10
16652024-03-13T03:17:01.785Z Compiling camino v1.1.6
16662024-03-13T03:17:02.214Z Compiling lalrpop-util v0.19.12
16672024-03-13T03:17:03.026Z Compiling serde_yaml v0.9.25
16682024-03-13T03:17:03.215Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
16692024-03-13T03:17:11.730Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
16702024-03-13T03:17:33.330Z Compiling ident_case v1.0.1
16712024-03-13T03:17:33.330Z Compiling strsim v0.10.0
16722024-03-13T03:17:33.330Z Compiling darling_core v0.20.3
16732024-03-13T03:17:33.330Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16742024-03-13T03:17:39.585Z Compiling darling_macro v0.20.3
16752024-03-13T03:17:42.361Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
16762024-03-13T03:17:43.733Z Compiling sha1 v0.10.6
16772024-03-13T03:17:44.208Z Compiling darling v0.20.3
16782024-03-13T03:17:44.248Z Compiling atty v0.2.14
16792024-03-13T03:17:44.286Z Compiling match_cfg v0.1.0
16802024-03-13T03:17:44.323Z Compiling dirs-sys-next v0.1.2
16812024-03-13T03:17:44.388Z Compiling hostname v0.3.1
16822024-03-13T03:17:44.410Z Compiling rustls-pki-types v1.3.0
16832024-03-13T03:17:44.964Z Compiling dirs-next v2.0.0
16842024-03-13T03:17:44.968Z Compiling thread_local v1.1.7
16852024-03-13T03:17:44.969Z Compiling slog-async v2.8.0
16862024-03-13T03:17:44.982Z Compiling rustls v0.22.2
16872024-03-13T03:17:45.182Z Compiling rustls-webpki v0.102.1
16882024-03-13T03:17:45.227Z Compiling term v0.7.0
16892024-03-13T03:17:45.448Z Compiling crossbeam-channel v0.5.8
16902024-03-13T03:17:45.892Z Compiling multer v3.0.0
16912024-03-13T03:17:46.196Z Compiling instant v0.1.12
16922024-03-13T03:17:46.347Z Compiling paste v1.0.14
16932024-03-13T03:17:46.367Z Compiling take_mut v0.2.2
16942024-03-13T03:17:46.534Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
16952024-03-13T03:17:46.818Z Compiling slog-term v2.9.0
16962024-03-13T03:17:46.912Z Compiling slog-json v2.6.1
16972024-03-13T03:17:47.306Z Compiling http v1.0.0
16982024-03-13T03:17:47.326Z Compiling async-stream-impl v0.3.5
16992024-03-13T03:17:47.892Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17002024-03-13T03:17:48.118Z Compiling atomic-waker v1.1.1
17012024-03-13T03:17:48.262Z Compiling debug-ignore v1.0.5
17022024-03-13T03:17:48.399Z Compiling waitgroup v0.1.2
17032024-03-13T03:17:48.430Z Compiling slog-bunyan v2.5.0
17042024-03-13T03:17:48.647Z Compiling rustls-pemfile v2.1.1
17052024-03-13T03:17:48.768Z Compiling async-stream v0.3.5
17062024-03-13T03:17:49.123Z Compiling serde_with_macros v3.6.1
17072024-03-13T03:17:49.865Z Compiling toml v0.8.10
17082024-03-13T03:17:49.931Z Compiling strum_macros v0.26.1
17092024-03-13T03:17:50.222Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17102024-03-13T03:17:51.663Z Compiling tokio-rustls v0.25.0
17112024-03-13T03:17:52.072Z Compiling serde_path_to_error v0.1.15
17122024-03-13T03:17:52.382Z Compiling structmeta-derive v0.3.0
17132024-03-13T03:17:52.411Z Compiling serde_with v3.6.1
17142024-03-13T03:17:52.487Z Compiling regress v0.9.0
17152024-03-13T03:17:52.536Z Compiling newtype-uuid v1.0.1
17162024-03-13T03:17:52.879Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17172024-03-13T03:17:53.135Z Compiling backoff v0.4.0
17182024-03-13T03:17:53.489Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17192024-03-13T03:17:54.286Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17202024-03-13T03:17:54.451Z Compiling macaddr v1.0.1
17212024-03-13T03:17:54.926Z Compiling proc-macro-error-attr v1.0.4
17222024-03-13T03:17:55.319Z Compiling proc-macro-crate v1.3.1
17232024-03-13T03:17:55.340Z Compiling strum v0.26.1
17242024-03-13T03:17:55.512Z Compiling proc-macro-error v1.0.4
17252024-03-13T03:17:55.693Z Compiling structmeta v0.3.0
17262024-03-13T03:17:55.814Z Compiling heapless v0.8.0
17272024-03-13T03:17:56.153Z Compiling parse-display-derive v0.9.0
17282024-03-13T03:17:56.472Z Compiling num_enum_derive v0.5.11
17292024-03-13T03:17:56.654Z Compiling hash32 v0.3.1
17302024-03-13T03:17:56.919Z Compiling rayon-core v1.12.1
17312024-03-13T03:17:57.221Z Compiling smoltcp v0.11.0
17322024-03-13T03:17:57.489Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17332024-03-13T03:17:57.922Z Compiling crossbeam-deque v0.8.3
17342024-03-13T03:17:58.007Z Compiling cobs v0.2.3
17352024-03-13T03:17:58.258Z Compiling embedded-io v0.4.0
17362024-03-13T03:17:58.347Z Compiling fastrand v2.0.1
17372024-03-13T03:17:58.499Z Compiling same-file v1.0.6
17382024-03-13T03:17:58.746Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17392024-03-13T03:17:58.907Z Compiling tempfile v3.10.0
17402024-03-13T03:17:59.098Z Compiling walkdir v2.4.0
17412024-03-13T03:17:59.318Z Compiling num_enum v0.5.11
17422024-03-13T03:17:59.496Z Compiling postcard v1.0.8
17432024-03-13T03:17:59.888Z Compiling semver-parser v0.10.2
17442024-03-13T03:17:59.929Z Compiling foreign-types-macros v0.2.3
17452024-03-13T03:18:00.352Z Compiling blake3 v1.5.0
17462024-03-13T03:18:00.973Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
17472024-03-13T03:18:01.034Z Compiling parse-display v0.9.0
17482024-03-13T03:18:01.229Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17492024-03-13T03:18:01.667Z Compiling foreign-types-shared v0.3.1
17502024-03-13T03:18:01.678Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
17512024-03-13T03:18:01.678Z Compiling crucible-workspace-hack v0.1.0
17522024-03-13T03:18:01.679Z Compiling foreign-types v0.5.0
17532024-03-13T03:18:01.679Z Compiling semver v0.11.0
17542024-03-13T03:18:01.679Z Compiling rayon v1.9.0
17552024-03-13T03:18:01.891Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
17562024-03-13T03:18:01.988Z Compiling tabwriter v1.4.0
17572024-03-13T03:18:02.058Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17582024-03-13T03:18:02.392Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
17592024-03-13T03:18:02.569Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
17602024-03-13T03:18:02.804Z Compiling cstr-argument v0.1.2
17612024-03-13T03:18:02.929Z Compiling xattr v1.0.1
17622024-03-13T03:18:03.032Z Compiling filetime v0.2.23
17632024-03-13T03:18:03.152Z Compiling memmap2 v0.7.1
17642024-03-13T03:18:03.247Z Compiling constant_time_eq v0.3.0
17652024-03-13T03:18:03.357Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17662024-03-13T03:18:03.447Z Compiling arrayvec v0.7.4
17672024-03-13T03:18:03.478Z Compiling home v0.5.5
17682024-03-13T03:18:03.558Z Compiling pretty-hex v0.2.1
17692024-03-13T03:18:03.663Z Compiling arrayref v0.3.7
17702024-03-13T03:18:03.723Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17712024-03-13T03:18:03.765Z Compiling toolchain_find v0.2.0
17722024-03-13T03:18:03.835Z Compiling tar v0.4.40
17732024-03-13T03:18:03.859Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17742024-03-13T03:18:04.308Z Compiling camino-tempfile v1.1.1
17752024-03-13T03:18:04.461Z Compiling colored v2.1.0
17762024-03-13T03:18:04.486Z Compiling toml v0.5.11
17772024-03-13T03:18:04.714Z Compiling socket2 v0.4.9
17782024-03-13T03:18:04.752Z Compiling topological-sort v0.2.2
17792024-03-13T03:18:04.905Z Compiling platforms v3.0.2
17802024-03-13T03:18:04.984Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17812024-03-13T03:18:05.294Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
17822024-03-13T03:18:05.612Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17832024-03-13T03:18:05.980Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
17842024-03-13T03:18:06.301Z Compiling rustfmt-wrapper v0.2.0
17852024-03-13T03:18:06.929Z Compiling omicron-zone-package v0.11.0
17862024-03-13T03:18:07.184Z Compiling num-derive v0.4.0
17872024-03-13T03:18:07.184Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17882024-03-13T03:18:07.649Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
17892024-03-13T03:18:08.201Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
17902024-03-13T03:18:08.641Z Compiling smf v0.2.2
17912024-03-13T03:18:08.796Z Compiling unicase v2.7.0
17922024-03-13T03:18:08.874Z Compiling semver v0.1.20
17932024-03-13T03:18:08.951Z Compiling curve25519-dalek v4.1.1
17942024-03-13T03:18:09.520Z Compiling universal-hash v0.5.1
17952024-03-13T03:18:09.525Z Compiling opaque-debug v0.3.0
17962024-03-13T03:18:09.525Z Compiling rustc_version v0.1.7
17972024-03-13T03:18:09.525Z Compiling signature v2.1.0
17982024-03-13T03:18:09.557Z Compiling curve25519-dalek-derive v0.1.0
17992024-03-13T03:18:09.584Z Compiling num-rational v0.4.1
18002024-03-13T03:18:09.604Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb)
18012024-03-13T03:18:09.742Z Compiling getrandom v0.1.16
18022024-03-13T03:18:09.766Z Compiling newtype_derive v0.1.6
18032024-03-13T03:18:10.134Z Compiling usdt-macro v0.5.0
18042024-03-13T03:18:10.173Z Compiling usdt-attr-macro v0.5.0
18052024-03-13T03:18:10.206Z Compiling heck v0.3.3
18062024-03-13T03:18:10.476Z Compiling textwrap v0.11.0
18072024-03-13T03:18:10.507Z Compiling password-hash v0.5.0
18082024-03-13T03:18:10.622Z Compiling blake2 v0.10.6
18092024-03-13T03:18:10.993Z Compiling memmap v0.7.0
18102024-03-13T03:18:11.353Z Compiling linked-hash-map v0.5.6
18112024-03-13T03:18:11.582Z Compiling ansi_term v0.12.1
18122024-03-13T03:18:11.621Z Compiling parking_lot_core v0.8.6
18132024-03-13T03:18:11.685Z Compiling vec_map v0.8.2
18142024-03-13T03:18:11.799Z Compiling strsim v0.8.0
18152024-03-13T03:18:11.993Z Compiling libefi-sys v0.1.0
18162024-03-13T03:18:12.064Z Compiling quick-error v1.2.3
18172024-03-13T03:18:12.111Z Compiling clap v2.34.0
18182024-03-13T03:18:12.138Z Compiling usdt v0.5.0
18192024-03-13T03:18:12.225Z Compiling resolv-conf v0.7.0
18202024-03-13T03:18:12.294Z Compiling lru-cache v0.1.2
18212024-03-13T03:18:12.463Z Compiling argon2 v0.5.3
18222024-03-13T03:18:12.501Z Compiling structopt-derive v0.4.18
18232024-03-13T03:18:13.439Z Compiling rfc6979 v0.4.0
18242024-03-13T03:18:13.460Z Compiling aead v0.5.2
18252024-03-13T03:18:13.630Z Compiling num-complex v0.4.4
18262024-03-13T03:18:13.812Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18272024-03-13T03:18:14.196Z Compiling nibble_vec v0.1.0
18282024-03-13T03:18:14.427Z Compiling slog-dtrace v0.3.0
18292024-03-13T03:18:14.715Z Compiling keccak v0.1.4
18302024-03-13T03:18:14.739Z Compiling cancel-safe-futures v0.1.5
18312024-03-13T03:18:15.089Z Compiling arc-swap v1.6.0
18322024-03-13T03:18:15.109Z Compiling winapi v0.3.9
18332024-03-13T03:18:15.694Z Compiling utf-8 v0.7.6
18342024-03-13T03:18:15.694Z Compiling endian-type v0.1.2
18352024-03-13T03:18:15.701Z Compiling tungstenite v0.20.1
18362024-03-13T03:18:16.170Z Compiling structopt v0.3.26
18372024-03-13T03:18:16.175Z Compiling slog-scope v4.4.0
18382024-03-13T03:18:16.175Z Compiling radix_trie v0.2.1
18392024-03-13T03:18:16.175Z Compiling sha3 v0.10.8
18402024-03-13T03:18:16.308Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18412024-03-13T03:18:16.375Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18422024-03-13T03:18:16.567Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18432024-03-13T03:18:16.988Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18442024-03-13T03:18:17.478Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18452024-03-13T03:18:17.929Z Compiling num v0.4.1
18462024-03-13T03:18:18.059Z Compiling ecdsa v0.16.9
18472024-03-13T03:18:18.145Z Compiling mime_guess v2.0.4
18482024-03-13T03:18:18.272Z Compiling steno v0.4.0
18492024-03-13T03:18:18.353Z Compiling rand_core v0.5.1
18502024-03-13T03:18:18.866Z Compiling trust-dns-resolver v0.22.0
18512024-03-13T03:18:19.537Z Compiling poly1305 v0.8.0
18522024-03-13T03:18:20.088Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18532024-03-13T03:18:20.180Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18542024-03-13T03:18:20.803Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18552024-03-13T03:18:21.118Z Compiling primeorder v0.13.6
18562024-03-13T03:18:21.291Z Compiling chacha20 v0.9.1
18572024-03-13T03:18:21.317Z Compiling secrecy v0.8.0
18582024-03-13T03:18:21.362Z Compiling thiserror-impl-no-std v2.0.2
18592024-03-13T03:18:21.590Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18602024-03-13T03:18:21.608Z Compiling half v2.3.1
18612024-03-13T03:18:21.740Z Compiling humantime v2.1.0
18622024-03-13T03:18:22.183Z Compiling ciborium-io v0.2.2
18632024-03-13T03:18:22.253Z Compiling convert_case v0.4.0
18642024-03-13T03:18:22.315Z Compiling option-ext v0.2.0
18652024-03-13T03:18:22.367Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18662024-03-13T03:18:22.467Z Compiling dirs-sys v0.4.1
18672024-03-13T03:18:22.522Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18682024-03-13T03:18:23.160Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18692024-03-13T03:18:23.595Z Compiling ciborium-ll v0.2.2
18702024-03-13T03:18:23.599Z Compiling derive_more v0.99.17
18712024-03-13T03:18:23.599Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
18722024-03-13T03:18:23.834Z Compiling parking_lot v0.11.2
18732024-03-13T03:18:24.090Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18742024-03-13T03:18:24.133Z Compiling rand_chacha v0.2.2
18752024-03-13T03:18:24.714Z Compiling thiserror-no-std v2.0.2
18762024-03-13T03:18:24.815Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18772024-03-13T03:18:24.870Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18782024-03-13T03:18:25.021Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18792024-03-13T03:18:25.729Z Compiling tokio-tungstenite v0.20.1
18802024-03-13T03:18:25.729Z Compiling trust-dns-client v0.22.0
18812024-03-13T03:18:25.891Z Compiling slog-stdlog v4.1.1
18822024-03-13T03:18:26.420Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
18832024-03-13T03:18:26.875Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
18842024-03-13T03:18:28.769Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18852024-03-13T03:18:29.760Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18862024-03-13T03:18:32.376Z Compiling ed25519 v2.2.2
18872024-03-13T03:18:32.562Z Compiling polyval v0.6.1
18882024-03-13T03:18:32.855Z Compiling ctr v0.9.2
18892024-03-13T03:18:33.021Z Compiling aes v0.8.3
18902024-03-13T03:18:33.225Z Compiling blowfish v0.9.1
18912024-03-13T03:18:33.297Z Compiling password-hash v0.4.2
18922024-03-13T03:18:33.704Z Compiling libsw v3.3.1
18932024-03-13T03:18:34.306Z Compiling pbkdf2 v0.12.2
18942024-03-13T03:18:34.478Z Compiling derive-where v1.2.7
18952024-03-13T03:18:35.561Z Compiling gethostname v0.4.3
18962024-03-13T03:18:35.872Z Compiling fxhash v0.2.1
18972024-03-13T03:18:36.071Z Compiling linear-map v1.2.0
18982024-03-13T03:18:36.113Z Compiling owo-colors v4.0.0
18992024-03-13T03:18:36.507Z Compiling swrite v0.1.0
19002024-03-13T03:18:36.586Z Compiling sled v0.34.7
19012024-03-13T03:18:38.246Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19022024-03-13T03:18:38.479Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19032024-03-13T03:18:39.839Z Compiling trust-dns-server v0.22.1
19042024-03-13T03:18:40.927Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19052024-03-13T03:18:41.024Z Compiling bcrypt-pbkdf v0.10.0
19062024-03-13T03:18:41.617Z Compiling pbkdf2 v0.11.0
19072024-03-13T03:18:41.976Z Compiling ghash v0.5.0
19082024-03-13T03:18:42.179Z Compiling ed25519-dalek v2.0.0
19092024-03-13T03:18:42.292Z Compiling slog-envlogger v2.2.0
19102024-03-13T03:18:43.128Z Compiling russh-cryptovec v0.7.0
19112024-03-13T03:18:44.658Z Compiling vsss-rs v3.3.4
19122024-03-13T03:18:44.659Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19132024-03-13T03:18:44.659Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19142024-03-13T03:18:44.674Z Compiling rand v0.7.3
19152024-03-13T03:18:45.959Z Compiling ciborium v0.2.2
19162024-03-13T03:18:46.392Z Compiling dirs v5.0.1
19172024-03-13T03:18:46.598Z Compiling chacha20poly1305 v0.10.1
19182024-03-13T03:18:46.655Z Compiling p521 v0.13.3
19192024-03-13T03:18:46.825Z Compiling p256 v0.13.2
19202024-03-13T03:18:47.023Z Compiling cbc v0.1.2
19212024-03-13T03:18:47.228Z Compiling pem v3.0.2
19222024-03-13T03:18:47.263Z Compiling headers-core v0.2.0
19232024-03-13T03:18:47.420Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
19242024-03-13T03:18:47.440Z Compiling kstat-rs v0.2.3
19252024-03-13T03:18:47.724Z Compiling nanorand v0.7.0
19262024-03-13T03:18:47.931Z Compiling http-range v0.1.5
19272024-03-13T03:18:48.030Z Compiling md5 v0.7.0
19282024-03-13T03:18:48.130Z Compiling glob v0.3.1
19292024-03-13T03:18:48.636Z Compiling flume v0.11.0
19302024-03-13T03:18:48.636Z Compiling russh-keys v0.42.0
19312024-03-13T03:18:48.636Z Compiling hyper-staticfile v0.9.5
19322024-03-13T03:18:48.637Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19332024-03-13T03:18:49.022Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19342024-03-13T03:18:49.459Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
19352024-03-13T03:18:49.459Z Compiling rcgen v0.12.1
19362024-03-13T03:18:49.460Z Compiling headers v0.3.9
19372024-03-13T03:18:51.659Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19382024-03-13T03:18:51.673Z Compiling aes-gcm v0.10.3
19392024-03-13T03:18:51.795Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19402024-03-13T03:18:51.984Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19412024-03-13T03:18:57.186Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19422024-03-13T03:19:02.311Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
19432024-03-13T03:19:02.811Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19442024-03-13T03:19:02.811Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb)
19452024-03-13T03:19:02.977Z Compiling atomicwrites v0.4.3
19462024-03-13T03:19:02.977Z Compiling itertools v0.12.1
19472024-03-13T03:19:02.977Z Compiling subprocess v0.2.9
19482024-03-13T03:19:02.978Z Compiling dhcproto-macros v0.1.0
19492024-03-13T03:19:02.978Z Compiling display-error-chain v0.2.0
19502024-03-13T03:19:03.062Z Compiling hex-literal v0.4.1
19512024-03-13T03:19:03.185Z Compiling russh v0.42.0
19522024-03-13T03:19:03.849Z Compiling dhcproto v0.11.0
19532024-03-13T03:19:04.030Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19542024-03-13T03:19:04.759Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
19552024-03-13T03:19:04.907Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19562024-03-13T03:19:06.668Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
19572024-03-13T03:19:07.293Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19582024-03-13T03:19:07.786Z Compiling internet-checksum v0.2.1
19592024-03-13T03:19:27.865Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19602024-03-13T03:20:07.952Z Finished dev [unoptimized + debuginfo] target(s) in 5m 15s
19612024-03-13T03:20:08.282Z
19622024-03-13T03:20:08.291Zreal 5:15.517698526
19632024-03-13T03:20:08.291Zuser 27:59.417383408
19642024-03-13T03:20:08.292Zsys 5:52.019649936
19652024-03-13T03:20:08.292Ztrap 0.849418818
19662024-03-13T03:20:08.292Ztflt 3.128424328
19672024-03-13T03:20:08.292Zdflt 4.269149549
19682024-03-13T03:20:08.292Zkflt 0.017846482
19692024-03-13T03:20:08.292Zlock 52:06.093550447
19702024-03-13T03:20:08.292Zslp 1:20:11.767162829
19712024-03-13T03:20:08.292Zlat 1:41.558093716
19722024-03-13T03:20:08.293Zstop 4:30.353171047
19732024-03-13T03:20:08.293Z+ mkdir -p /work
19742024-03-13T03:20:08.293Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
19752024-03-13T03:20:09.053Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19762024-03-13T03:20:18.114Z Finished dev [unoptimized + debuginfo] target(s) in 9.78s
19772024-03-13T03:20:18.205Z
19782024-03-13T03:20:18.205Zreal 9.898385582
19792024-03-13T03:20:18.205Zuser 7.348811599
19802024-03-13T03:20:18.205Zsys 3.455545847
19812024-03-13T03:20:18.205Ztrap 0.002321110
19822024-03-13T03:20:18.205Ztflt 0.029478160
19832024-03-13T03:20:18.205Zdflt 0.027192452
19842024-03-13T03:20:18.209Zkflt 0.000000000
19852024-03-13T03:20:18.209Zlock 27.314849741
19862024-03-13T03:20:18.209Zslp 39.504781374
19872024-03-13T03:20:18.209Zlat 0.045832146
19882024-03-13T03:20:18.209Zstop 0.328564553
19892024-03-13T03:20:18.209Z+ cp target/debug/commtest /work/commtest
19902024-03-13T03:20:18.640Z+ mkdir -p /work/end-to-end-tests
19912024-03-13T03:20:18.648Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
19922024-03-13T03:20:19.039Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19932024-03-13T03:20:19.039Z+ ptime -m gzip
19942024-03-13T03:20:19.042Z++ basename target/debug/bootstrap
19952024-03-13T03:20:31.493Z
19962024-03-13T03:20:31.496Zreal 12.449670385
19972024-03-13T03:20:31.496Zuser 12.352669603
19982024-03-13T03:20:31.496Zsys 0.082089758
19992024-03-13T03:20:31.496Ztrap 0.003726077
20002024-03-13T03:20:31.496Ztflt 0.000000000
20012024-03-13T03:20:31.497Zdflt 0.000000000
20022024-03-13T03:20:31.497Zkflt 0.000000000
20032024-03-13T03:20:31.497Zlock 0.000000000
20042024-03-13T03:20:31.497Zslp 0.000000000
20052024-03-13T03:20:31.497Zlat 0.010769862
20062024-03-13T03:20:31.497Zstop 0.000192585
20072024-03-13T03:20:31.497Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20082024-03-13T03:20:31.497Z+ ptime -m gzip
20092024-03-13T03:20:31.497Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-ef47fb3f0eb26d6a
20102024-03-13T03:20:32.674Z
20112024-03-13T03:20:32.677Zreal 1.175677939
20122024-03-13T03:20:32.677Zuser 1.165786312
20132024-03-13T03:20:32.677Zsys 0.009329545
20142024-03-13T03:20:32.678Ztrap 0.000078308
20152024-03-13T03:20:32.678Ztflt 0.000000000
20162024-03-13T03:20:32.678Zdflt 0.000000000
20172024-03-13T03:20:32.678Zkflt 0.000000000
20182024-03-13T03:20:32.678Zlock 0.000000000
20192024-03-13T03:20:32.678Zslp 0.000000000
20202024-03-13T03:20:32.678Zlat 0.000093601
20212024-03-13T03:20:32.678Zstop 0.000171500
20222024-03-13T03:20:32.678Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20232024-03-13T03:20:32.678Z+ ptime -m gzip
20242024-03-13T03:20:32.678Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ce54f5d7753d595c
20252024-03-13T03:20:33.868Z
20262024-03-13T03:20:33.872Zreal 1.186792890
20272024-03-13T03:20:33.872Zuser 1.174888391
20282024-03-13T03:20:33.872Zsys 0.010707567
20292024-03-13T03:20:33.872Ztrap 0.000340909
20302024-03-13T03:20:33.872Ztflt 0.000000000
20312024-03-13T03:20:33.872Zdflt 0.000000000
20322024-03-13T03:20:33.872Zkflt 0.000000000
20332024-03-13T03:20:33.872Zlock 0.000000000
20342024-03-13T03:20:33.872Zslp 0.000000000
20352024-03-13T03:20:33.872Zlat 0.000458598
20362024-03-13T03:20:33.872Zstop 0.000169870
20372024-03-13T03:20:33.872Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20382024-03-13T03:20:33.872Z+ ptime -m gzip
20392024-03-13T03:20:33.873Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a3be395245e6bd94
20402024-03-13T03:20:35.078Z
20412024-03-13T03:20:35.078Zreal 1.205393181
20422024-03-13T03:20:35.078Zuser 1.195643826
20432024-03-13T03:20:35.078Zsys 0.009152587
20442024-03-13T03:20:35.078Ztrap 0.000115094
20452024-03-13T03:20:35.078Ztflt 0.000000000
20462024-03-13T03:20:35.078Zdflt 0.000000000
20472024-03-13T03:20:35.078Zkflt 0.000000000
20482024-03-13T03:20:35.081Zlock 0.000000000
20492024-03-13T03:20:35.081Zslp 0.000000000
20502024-03-13T03:20:35.081Zlat 0.000095972
20512024-03-13T03:20:35.082Zstop 0.000167498
20522024-03-13T03:20:35.082Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20532024-03-13T03:20:35.082Z+ ptime -m gzip
20542024-03-13T03:20:35.082Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2f0c448a5875b5d7
20552024-03-13T03:20:47.989Z
20562024-03-13T03:20:47.989Zreal 12.906654486
20572024-03-13T03:20:47.989Zuser 12.820372473
20582024-03-13T03:20:47.989Zsys 0.083201992
20592024-03-13T03:20:47.989Ztrap 0.001539781
20602024-03-13T03:20:47.989Ztflt 0.000000000
20612024-03-13T03:20:47.992Zdflt 0.000000000
20622024-03-13T03:20:47.992Zkflt 0.000000000
20632024-03-13T03:20:47.992Zlock 0.000000000
20642024-03-13T03:20:47.992Zslp 0.000000000
20652024-03-13T03:20:47.992Zlat 0.001149761
20662024-03-13T03:20:47.993Zstop 0.000169779
20672024-03-13T03:20:47.993Z+ banner caboose-util
20682024-03-13T03:20:47.993Z
20692024-03-13T03:20:47.993Z #### ## ##### #### #### #### ###### # # #####
20702024-03-13T03:20:47.993Z # # # # # # # # # # # # # # #
20712024-03-13T03:20:47.993Z # # # ##### # # # # #### ##### ##### # # #
20722024-03-13T03:20:47.993Z # ###### # # # # # # # # # # #
20732024-03-13T03:20:47.993Z # # # # # # # # # # # # # # # #
20742024-03-13T03:20:47.993Z #### # # ##### #### #### #### ###### #### #
20752024-03-13T03:20:47.993Z
20762024-03-13T03:20:47.993Z+ ptime -m cargo build --locked -p caboose-util --release
20772024-03-13T03:20:48.452Z Downloading crates ...
20782024-03-13T03:20:48.614Z Downloaded array-init v0.0.4
20792024-03-13T03:20:48.620Z Downloaded path-slash v0.1.5
20802024-03-13T03:20:48.623Z Downloaded nodrop v0.1.14
20812024-03-13T03:20:48.630Z Downloaded crc-catalog v2.2.0
20822024-03-13T03:20:49.039Z Downloaded bitfield v0.14.0
20832024-03-13T03:20:49.039Z Downloaded tap v1.0.1
20842024-03-13T03:20:49.039Z Downloaded funty v2.0.0
20852024-03-13T03:20:49.039Z Downloaded wyz v0.5.1
20862024-03-13T03:20:49.055Z Downloaded radium v0.7.0
20872024-03-13T03:20:49.055Z Downloaded termcolor v1.2.0
20882024-03-13T03:20:49.055Z Downloaded crc v3.0.1
20892024-03-13T03:20:49.055Z Downloaded packed_struct_codegen v0.10.1
20902024-03-13T03:20:49.055Z Downloaded serde-hex v0.1.0
20912024-03-13T03:20:49.055Z Downloaded maybe-uninit v2.0.0
20922024-03-13T03:20:49.055Z Downloaded env_logger v0.10.0
20932024-03-13T03:20:49.056Z Downloaded pkcs1 v0.7.5
20942024-03-13T03:20:49.056Z Downloaded packed_struct v0.10.1
20952024-03-13T03:20:49.056Z Downloaded is-terminal v0.4.9
20962024-03-13T03:20:49.056Z Downloaded smallvec v0.6.14
20972024-03-13T03:20:49.056Z Downloaded crc-any v2.4.3
20982024-03-13T03:20:49.056Z Downloaded ron v0.8.1
20992024-03-13T03:20:49.056Z Downloaded rsa v0.9.2
21002024-03-13T03:20:49.056Z Downloaded hashbrown v0.13.2
21012024-03-13T03:20:49.056Z Downloaded x509-cert v0.2.4
21022024-03-13T03:20:49.056Z Downloaded num-bigint-dig v0.8.4
21032024-03-13T03:20:49.056Z Downloaded object v0.30.4
21042024-03-13T03:20:49.056Z Downloaded bitvec v1.0.1
21052024-03-13T03:20:49.056Z Compiling proc-macro2 v1.0.78
21062024-03-13T03:20:49.056Z Compiling unicode-ident v1.0.12
21072024-03-13T03:20:49.056Z Compiling libc v0.2.153
21082024-03-13T03:20:49.056Z Compiling serde v1.0.197
21092024-03-13T03:20:49.056Z Compiling autocfg v1.1.0
21102024-03-13T03:20:49.057Z Compiling version_check v0.9.4
21112024-03-13T03:20:49.057Z Compiling cfg-if v1.0.0
21122024-03-13T03:20:49.057Z Compiling typenum v1.16.0
21132024-03-13T03:20:49.057Z Compiling once_cell v1.19.0
21142024-03-13T03:20:49.057Z Compiling parking_lot_core v0.9.8
21152024-03-13T03:20:49.357Z Compiling memchr v2.7.1
21162024-03-13T03:20:49.389Z Compiling syn v1.0.109
21172024-03-13T03:20:49.419Z Compiling byteorder v1.5.0
21182024-03-13T03:20:49.547Z Compiling lock_api v0.4.10
21192024-03-13T03:20:49.815Z Compiling generic-array v0.14.7
21202024-03-13T03:20:49.860Z Compiling libm v0.2.7
21212024-03-13T03:20:49.954Z Compiling num-traits v0.2.18
21222024-03-13T03:20:50.080Z Compiling ahash v0.8.8
21232024-03-13T03:20:50.163Z Compiling quote v1.0.35
21242024-03-13T03:20:50.660Z Compiling serde_json v1.0.114
21252024-03-13T03:20:50.664Z Compiling thiserror v1.0.57
21262024-03-13T03:20:50.664Z Compiling syn v2.0.51
21272024-03-13T03:20:50.745Z Compiling cc v1.0.83
21282024-03-13T03:20:50.766Z Compiling getrandom v0.2.12
21292024-03-13T03:20:50.887Z Compiling pkg-config v0.3.27
21302024-03-13T03:20:51.315Z Compiling scopeguard v1.2.0
21312024-03-13T03:20:51.388Z Compiling itoa v1.0.9
21322024-03-13T03:20:51.588Z Compiling log v0.4.20
21332024-03-13T03:20:51.727Z Compiling slab v0.4.9
21342024-03-13T03:20:52.039Z Compiling rand_core v0.6.4
21352024-03-13T03:20:52.129Z Compiling smallvec v1.13.1
21362024-03-13T03:20:52.637Z Compiling vcpkg v0.2.15
21372024-03-13T03:20:53.307Z Compiling pin-project-lite v0.2.13
21382024-03-13T03:20:53.434Z Compiling const-oid v0.9.6
21392024-03-13T03:20:53.519Z Compiling parking_lot v0.12.1
21402024-03-13T03:20:53.696Z Compiling ryu v1.0.15
21412024-03-13T03:20:54.375Z Compiling ring v0.17.8
21422024-03-13T03:20:54.431Z Compiling ucd-trie v0.1.6
21432024-03-13T03:20:54.449Z Compiling openssl-sys v0.9.96
21442024-03-13T03:20:54.946Z Compiling signal-hook-registry v1.4.1
21452024-03-13T03:20:55.422Z Compiling subtle v2.5.0
21462024-03-13T03:20:55.599Z Compiling rustix v0.38.31
21472024-03-13T03:20:55.716Z Compiling ring v0.16.20
21482024-03-13T03:20:55.724Z Compiling mio v0.8.11
21492024-03-13T03:20:56.291Z Compiling futures-core v0.3.30
21502024-03-13T03:20:56.529Z Compiling tinyvec_macros v0.1.1
21512024-03-13T03:20:56.617Z Compiling semver v1.0.22
21522024-03-13T03:20:56.699Z Compiling tinyvec v1.6.0
21532024-03-13T03:20:57.469Z Compiling spin v0.5.2
21542024-03-13T03:20:58.264Z Compiling unicode-normalization v0.1.22
21552024-03-13T03:20:58.573Z Compiling num_cpus v1.16.0
21562024-03-13T03:20:58.662Z Compiling socket2 v0.5.5
21572024-03-13T03:20:58.693Z Compiling futures-sink v0.3.30
21582024-03-13T03:20:58.849Z Compiling heck v0.4.1
21592024-03-13T03:20:59.264Z Compiling unicode-bidi v0.3.15
21602024-03-13T03:20:59.278Z Compiling httparse v1.8.0
21612024-03-13T03:20:59.493Z Compiling allocator-api2 v0.2.16
21622024-03-13T03:20:59.658Z Compiling openssl v0.10.60
21632024-03-13T03:21:00.127Z Compiling unicode-xid v0.2.4
21642024-03-13T03:21:00.277Z Compiling synstructure v0.12.6
21652024-03-13T03:21:00.426Z Compiling num-conv v0.1.0
21662024-03-13T03:21:00.550Z Compiling time-core v0.1.2
21672024-03-13T03:21:00.569Z Compiling equivalent v1.0.1
21682024-03-13T03:21:00.715Z Compiling time-macros v0.2.17
21692024-03-13T03:21:00.744Z Compiling futures-channel v0.3.30
21702024-03-13T03:21:01.326Z Compiling crc32fast v1.3.2
21712024-03-13T03:21:01.497Z Compiling native-tls v0.2.11
21722024-03-13T03:21:01.739Z Compiling futures-task v0.3.30
21732024-03-13T03:21:01.848Z Compiling rustls v0.21.9
21742024-03-13T03:21:01.883Z Compiling futures-io v0.3.30
21752024-03-13T03:21:02.036Z Compiling ppv-lite86 v0.2.17
21762024-03-13T03:21:02.108Z Compiling pin-utils v0.1.0
21772024-03-13T03:21:02.322Z Compiling bzip2-sys v0.1.11+1.0.8
21782024-03-13T03:21:02.842Z Compiling rand_chacha v0.3.1
21792024-03-13T03:21:02.853Z Compiling spin v0.9.8
21802024-03-13T03:21:02.865Z Compiling tracing-core v0.1.32
21812024-03-13T03:21:03.137Z Compiling base64ct v1.6.0
21822024-03-13T03:21:03.221Z Compiling rand v0.8.5
21832024-03-13T03:21:03.723Z Compiling pem-rfc7468 v0.7.0
21842024-03-13T03:21:03.924Z Compiling serde_derive v1.0.197
21852024-03-13T03:21:04.065Z Compiling zeroize_derive v1.4.2
21862024-03-13T03:21:04.173Z Compiling zerocopy-derive v0.7.32
21872024-03-13T03:21:04.202Z Compiling thiserror-impl v1.0.57
21882024-03-13T03:21:04.561Z Compiling tokio-macros v2.2.0
21892024-03-13T03:21:05.145Z Compiling futures-macro v0.3.30
21902024-03-13T03:21:05.202Z Compiling tracing-attributes v0.1.27
21912024-03-13T03:21:05.363Z Compiling der_derive v0.7.2
21922024-03-13T03:21:05.499Z Compiling zeroize v1.7.0
21932024-03-13T03:21:06.233Z Compiling zerocopy v0.7.32
21942024-03-13T03:21:07.128Z Compiling pest v2.7.6
21952024-03-13T03:21:07.505Z Compiling crypto-common v0.1.6
21962024-03-13T03:21:07.590Z Compiling block-buffer v0.10.4
21972024-03-13T03:21:07.714Z Compiling zerocopy-derive v0.2.0
21982024-03-13T03:21:07.894Z Compiling digest v0.10.7
21992024-03-13T03:21:07.965Z Compiling openssl-macros v0.1.1
22002024-03-13T03:21:08.618Z Compiling hashbrown v0.14.3
22012024-03-13T03:21:08.627Z Compiling futures-util v0.3.30
22022024-03-13T03:21:08.697Z Compiling tracing v0.1.40
22032024-03-13T03:21:09.201Z Compiling zerocopy-derive v0.6.4
22042024-03-13T03:21:09.262Z Compiling scroll_derive v0.12.0
22052024-03-13T03:21:09.454Z Compiling pest_meta v2.7.6
22062024-03-13T03:21:10.317Z Compiling cookie v0.17.0
22072024-03-13T03:21:10.320Z Compiling usdt-impl v0.3.5
22082024-03-13T03:21:10.586Z Compiling signal-hook v0.3.17
22092024-03-13T03:21:10.634Z Compiling flagset v0.4.3
22102024-03-13T03:21:10.842Z Compiling pest_generator v2.7.6
22112024-03-13T03:21:10.877Z Compiling schemars v0.8.16
22122024-03-13T03:21:10.987Z Compiling percent-encoding v2.3.1
22132024-03-13T03:21:11.213Z Compiling der v0.7.8
22142024-03-13T03:21:11.299Z Compiling serde_derive_internals v0.26.0
22152024-03-13T03:21:13.587Z Compiling pest_derive v2.7.6
22162024-03-13T03:21:14.308Z Compiling errno v0.3.8
22172024-03-13T03:21:14.556Z Compiling fnv v1.0.7
22182024-03-13T03:21:14.688Z Compiling schemars_derive v0.8.16
22192024-03-13T03:21:14.718Z Compiling spki v0.7.2
22202024-03-13T03:21:16.600Z Compiling zerocopy v0.3.0
22212024-03-13T03:21:16.754Z Compiling lazy_static v1.4.0
22222024-03-13T03:21:17.718Z Compiling bytes v1.5.0
22232024-03-13T03:21:17.804Z Compiling bitflags v2.4.2
22242024-03-13T03:21:18.802Z Compiling tokio v1.36.0
22252024-03-13T03:21:18.932Z Compiling indexmap v2.2.5
22262024-03-13T03:21:19.572Z Compiling rustc_version v0.4.0
22272024-03-13T03:21:20.200Z Compiling heapless v0.7.16
22282024-03-13T03:21:20.427Z Compiling http v0.2.12
22292024-03-13T03:21:20.692Z Compiling uuid v1.7.0
22302024-03-13T03:21:21.516Z Compiling backtrace v0.3.69
22312024-03-13T03:21:21.718Z Compiling thread-id v4.2.0
22322024-03-13T03:21:21.832Z Compiling num-bigint v0.4.4
22332024-03-13T03:21:21.897Z Compiling untrusted v0.7.1
22342024-03-13T03:21:22.084Z Compiling iana-time-zone v0.1.57
22352024-03-13T03:21:22.434Z Compiling smoltcp v0.9.1
22362024-03-13T03:21:22.701Z Compiling base64 v0.21.7
22372024-03-13T03:21:22.850Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
22382024-03-13T03:21:23.044Z Compiling foreign-types-shared v0.1.1
22392024-03-13T03:21:23.157Z Compiling async-trait v0.1.77
22402024-03-13T03:21:23.601Z Compiling untrusted v0.9.0
22412024-03-13T03:21:23.758Z Compiling powerfmt v0.2.0
22422024-03-13T03:21:23.867Z Compiling crossbeam-utils v0.8.19
22432024-03-13T03:21:24.098Z Compiling deranged v0.3.11
22442024-03-13T03:21:24.438Z Compiling foreign-types v0.3.2
22452024-03-13T03:21:25.173Z Compiling chrono v0.4.34
22462024-03-13T03:21:25.688Z Compiling dof v0.1.5
22472024-03-13T03:21:26.261Z Compiling dtrace-parser v0.1.14
22482024-03-13T03:21:26.437Z Compiling form_urlencoded v1.2.1
22492024-03-13T03:21:26.894Z Compiling tokio-util v0.7.10
22502024-03-13T03:21:27.617Z Compiling hmac v0.12.1
22512024-03-13T03:21:27.833Z Compiling clap_derive v4.5.0
22522024-03-13T03:21:27.884Z Compiling num-integer v0.1.46
22532024-03-13T03:21:28.500Z Compiling anstyle v1.0.2
22542024-03-13T03:21:28.772Z Compiling utf8parse v0.2.1
22552024-03-13T03:21:28.843Z Compiling try-lock v0.2.4
22562024-03-13T03:21:28.986Z Compiling rustversion v1.0.14
22572024-03-13T03:21:29.043Z Compiling num_threads v0.1.6
22582024-03-13T03:21:29.055Z Compiling adler v1.0.2
22592024-03-13T03:21:29.064Z Compiling siphasher v0.3.11
22602024-03-13T03:21:29.166Z Compiling cpufeatures v0.2.12
22612024-03-13T03:21:29.267Z Compiling sha2 v0.10.8
22622024-03-13T03:21:29.449Z Compiling miniz_oxide v0.7.1
22632024-03-13T03:21:29.612Z Compiling time v0.3.34
22642024-03-13T03:21:32.501Z Compiling want v0.3.1
22652024-03-13T03:21:32.657Z Compiling anstyle-parse v0.2.1
22662024-03-13T03:21:32.772Z Compiling h2 v0.3.24
22672024-03-13T03:21:33.439Z Compiling sct v0.7.0
22682024-03-13T03:21:34.451Z Compiling rustls-webpki v0.101.7
22692024-03-13T03:21:35.239Z Compiling http-body v0.4.5
22702024-03-13T03:21:35.640Z Compiling serde_tokenstream v0.1.7
22712024-03-13T03:21:35.836Z Compiling pkcs8 v0.10.2
22722024-03-13T03:21:36.162Z Compiling hubpack_derive v0.1.1
22732024-03-13T03:21:36.289Z Compiling idna v0.5.0
22742024-03-13T03:21:37.261Z Compiling aho-corasick v1.1.2
22752024-03-13T03:21:37.336Z Compiling usdt-impl v0.5.0
22762024-03-13T03:21:37.660Z Compiling colorchoice v1.0.0
22772024-03-13T03:21:37.702Z Compiling anstyle-query v1.0.0
22782024-03-13T03:21:37.842Z Compiling anyhow v1.0.79
22792024-03-13T03:21:38.109Z Compiling slog v2.7.0
22802024-03-13T03:21:38.499Z Compiling openssl-probe v0.1.5
22812024-03-13T03:21:38.964Z Compiling httpdate v1.0.3
22822024-03-13T03:21:39.384Z Compiling tower-service v0.3.2
22832024-03-13T03:21:39.433Z Compiling radium v0.7.0
22842024-03-13T03:21:39.663Z Compiling regex-syntax v0.8.2
22852024-03-13T03:21:39.898Z Compiling hyper v0.14.28
22862024-03-13T03:21:43.699Z Compiling regex-automata v0.4.5
22872024-03-13T03:21:47.101Z Compiling anstream v0.6.11
22882024-03-13T03:21:48.115Z Compiling url v2.5.0
22892024-03-13T03:21:49.860Z Compiling terminal_size v0.3.0
22902024-03-13T03:21:50.516Z Compiling serde_spanned v0.6.5
22912024-03-13T03:21:50.647Z Compiling toml_datetime v0.6.5
22922024-03-13T03:21:50.774Z Compiling zerocopy v0.6.4
22932024-03-13T03:21:50.936Z Compiling scroll v0.12.0
22942024-03-13T03:21:51.155Z Compiling md-5 v0.10.5
22952024-03-13T03:21:51.536Z Compiling idna v0.3.0
22962024-03-13T03:21:51.612Z Compiling stringprep v0.1.3
22972024-03-13T03:21:51.670Z Compiling diesel_table_macro_syntax v0.1.0
22982024-03-13T03:21:51.950Z Compiling hash32 v0.2.1
22992024-03-13T03:21:52.078Z Compiling dyn-clone v1.0.17
23002024-03-13T03:21:52.204Z Compiling maybe-uninit v2.0.0
23012024-03-13T03:21:52.209Z Compiling stable_deref_trait v1.2.0
23022024-03-13T03:21:52.312Z Compiling fallible-iterator v0.2.0
23032024-03-13T03:21:52.413Z Compiling strsim v0.11.0
23042024-03-13T03:21:52.540Z Compiling plain v0.2.3
23052024-03-13T03:21:52.687Z Compiling clap_lex v0.7.0
23062024-03-13T03:21:52.782Z Compiling psl-types v2.0.11
23072024-03-13T03:21:52.926Z Compiling tap v1.0.1
23082024-03-13T03:21:52.976Z Compiling gimli v0.28.0
23092024-03-13T03:21:53.014Z Compiling postgres-protocol v0.6.6
23102024-03-13T03:21:53.026Z Compiling publicsuffix v2.2.3
23112024-03-13T03:21:53.101Z Compiling tokio-rustls v0.24.1
23122024-03-13T03:21:53.148Z Compiling wyz v0.5.1
23132024-03-13T03:21:53.276Z Compiling clap_builder v4.5.1
23142024-03-13T03:21:53.507Z Compiling goblin v0.8.0
23152024-03-13T03:21:54.706Z Compiling diesel_derives v2.1.2
23162024-03-13T03:21:57.383Z Compiling addr2line v0.21.0
23172024-03-13T03:21:57.707Z Compiling strum_macros v0.25.2
23182024-03-13T03:21:59.886Z Compiling tokio-native-tls v0.3.1
23192024-03-13T03:22:00.736Z Compiling usdt-attr-macro v0.3.5
23202024-03-13T03:22:01.408Z Compiling usdt-macro v0.3.5
23212024-03-13T03:22:02.855Z Compiling phf_shared v0.11.2
23222024-03-13T03:22:03.052Z Compiling num-iter v0.1.44
23232024-03-13T03:22:03.694Z Compiling block-padding v0.3.3
23242024-03-13T03:22:03.719Z Compiling enum-as-inner v0.5.1
23252024-03-13T03:22:03.923Z Compiling serde_repr v0.1.16
23262024-03-13T03:22:04.957Z Compiling ff v0.13.0
23272024-03-13T03:22:05.190Z Compiling scheduled-thread-pool v0.2.7
23282024-03-13T03:22:07.574Z Compiling object v0.32.1
23292024-03-13T03:22:09.109Z Compiling managed v0.8.0
23302024-03-13T03:22:09.566Z Compiling packed_struct v0.10.1
23312024-03-13T03:22:09.960Z Compiling bit-vec v0.6.3
23322024-03-13T03:22:10.397Z Compiling base16ct v0.2.0
23332024-03-13T03:22:10.805Z Compiling bitflags v1.3.2
23342024-03-13T03:22:11.423Z Compiling funty v2.0.0
23352024-03-13T03:22:11.560Z Compiling regex-automata v0.1.10
23362024-03-13T03:22:12.056Z Compiling matches v0.1.10
23372024-03-13T03:22:12.148Z Compiling pretty-hex v0.4.1
23382024-03-13T03:22:12.366Z Compiling winnow v0.5.15
23392024-03-13T03:22:14.024Z Compiling num-bigint-dig v0.8.4
23402024-03-13T03:22:14.313Z Compiling ipnet v2.9.0
23412024-03-13T03:22:14.794Z Compiling rustc-demangle v0.1.23
23422024-03-13T03:22:15.712Z Compiling bitvec v1.0.1
23432024-03-13T03:22:16.186Z Compiling toml_edit v0.19.15
23442024-03-13T03:22:18.364Z Compiling dof v0.3.0
23452024-03-13T03:22:20.048Z Compiling idna v0.2.3
23462024-03-13T03:22:20.319Z Compiling bstr v0.2.17
23472024-03-13T03:22:22.616Z Compiling sec1 v0.7.3
23482024-03-13T03:22:22.960Z Compiling r2d2 v0.8.10
23492024-03-13T03:22:23.187Z Compiling group v0.13.0
23502024-03-13T03:22:23.322Z Compiling inout v0.1.3
23512024-03-13T03:22:24.039Z Compiling phf v0.11.2
23522024-03-13T03:22:24.343Z Compiling hyper-tls v0.5.0
23532024-03-13T03:22:24.715Z Compiling signal-hook-mio v0.2.3
23542024-03-13T03:22:24.728Z Compiling cookie_store v0.20.0
23552024-03-13T03:22:24.879Z Compiling clap v4.5.1
23562024-03-13T03:22:24.908Z Compiling flate2 v1.0.28
23572024-03-13T03:22:25.010Z Compiling ipnetwork v0.20.0
23582024-03-13T03:22:25.786Z Compiling bzip2 v0.4.4
23592024-03-13T03:22:25.839Z Compiling postgres-types v0.2.6
23602024-03-13T03:22:26.159Z Compiling hyper-rustls v0.24.2
23612024-03-13T03:22:26.170Z Compiling regex v1.10.3
23622024-03-13T03:22:26.910Z Compiling hubpack v0.1.2
23632024-03-13T03:22:27.066Z Compiling rustls-pemfile v1.0.3
23642024-03-13T03:22:27.168Z Compiling phf_shared v0.10.0
23652024-03-13T03:22:27.223Z Compiling hkdf v0.12.4
23662024-03-13T03:22:27.355Z Compiling serde_urlencoded v0.7.1
23672024-03-13T03:22:27.452Z Compiling dtrace-parser v0.2.0
23682024-03-13T03:22:27.463Z Compiling futures-executor v0.3.30
23692024-03-13T03:22:28.528Z Compiling crypto-bigint v0.5.2
23702024-03-13T03:22:28.677Z Compiling packed_struct_codegen v0.10.1
23712024-03-13T03:22:29.285Z Compiling float-cmp v0.9.0
23722024-03-13T03:22:30.088Z Compiling indexmap v1.9.3
23732024-03-13T03:22:30.382Z Compiling encoding_rs v0.8.33
23742024-03-13T03:22:30.730Z Compiling static_assertions v1.1.0
23752024-03-13T03:22:31.014Z Compiling whoami v1.5.0
23762024-03-13T03:22:31.609Z Compiling mime v0.3.17
23772024-03-13T03:22:32.148Z Compiling fixedbitset v0.4.2
23782024-03-13T03:22:32.536Z Compiling new_debug_unreachable v1.0.4
23792024-03-13T03:22:32.539Z Compiling minimal-lexical v0.2.1
23802024-03-13T03:22:32.644Z Compiling webpki-roots v0.25.2
23812024-03-13T03:22:32.791Z Compiling normalize-line-endings v0.3.0
23822024-03-13T03:22:32.929Z Compiling sync_wrapper v0.1.2
23832024-03-13T03:22:33.076Z Compiling precomputed-hash v0.1.1
23842024-03-13T03:22:33.080Z Compiling winnow v0.6.1
23852024-03-13T03:22:33.294Z Compiling unicode-width v0.1.11
23862024-03-13T03:22:33.894Z Compiling predicates-core v1.0.6
23872024-03-13T03:22:34.063Z Compiling unicode-segmentation v1.10.1
23882024-03-13T03:22:34.209Z Compiling crc-catalog v2.2.0
23892024-03-13T03:22:34.354Z Compiling data-encoding v2.4.0
23902024-03-13T03:22:34.882Z Compiling nodrop v0.1.14
23912024-03-13T03:22:35.012Z Compiling difflib v0.4.0
23922024-03-13T03:22:35.518Z Compiling either v1.10.0
23932024-03-13T03:22:35.952Z Compiling itertools v0.10.5
23942024-03-13T03:22:36.189Z Compiling predicates v3.1.0
23952024-03-13T03:22:36.356Z Compiling array-init v0.0.4
23962024-03-13T03:22:36.880Z Compiling toml_edit v0.22.6
23972024-03-13T03:22:38.557Z Compiling trust-dns-proto v0.22.0
23982024-03-13T03:22:38.901Z Compiling similar v2.4.0
23992024-03-13T03:22:39.611Z Compiling crc v3.0.1
24002024-03-13T03:22:41.318Z Compiling console v0.15.8
24012024-03-13T03:22:42.598Z Compiling string_cache v0.8.7
24022024-03-13T03:22:43.021Z Compiling reqwest v0.11.24
24032024-03-13T03:22:44.470Z Compiling nom v7.1.3
24042024-03-13T03:22:51.602Z Compiling petgraph v0.6.4
24052024-03-13T03:22:51.602Z Compiling tokio-postgres v0.7.10
24062024-03-13T03:22:51.602Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
24072024-03-13T03:22:51.602Z Compiling elliptic-curve v0.13.8
24082024-03-13T03:22:55.792Z Compiling futures v0.3.30
24092024-03-13T03:22:56.796Z Compiling yasna v0.5.2
24102024-03-13T03:22:57.157Z Compiling smallvec v0.6.14
24112024-03-13T03:22:57.193Z Compiling zip v0.6.6
24122024-03-13T03:22:57.479Z Compiling diesel v2.1.4
24132024-03-13T03:22:57.632Z Compiling crossterm v0.27.0
24142024-03-13T03:22:58.442Z Compiling crossbeam-epoch v0.9.18
24152024-03-13T03:22:58.469Z Compiling cipher v0.4.4
24162024-03-13T03:22:59.381Z Compiling toml v0.7.8
24172024-03-13T03:23:00.956Z Compiling bit-set v0.5.3
24182024-03-13T03:23:01.084Z Compiling usdt v0.3.5
24192024-03-13T03:23:02.055Z Compiling bstr v1.9.0
24202024-03-13T03:23:02.552Z Compiling pkcs1 v0.7.5
24212024-03-13T03:23:03.667Z Compiling tokio-stream v0.1.14
24222024-03-13T03:23:04.679Z Compiling is-terminal v0.4.9
24232024-03-13T03:23:05.255Z Compiling openapiv3 v2.0.0
24242024-03-13T03:23:06.722Z Compiling hex v0.4.3
24252024-03-13T03:23:07.469Z Compiling signature v2.1.0
24262024-03-13T03:23:09.107Z Compiling lalrpop-util v0.19.12
24272024-03-13T03:23:10.159Z Compiling termcolor v1.2.0
24282024-03-13T03:23:11.207Z Compiling hashbrown v0.12.3
24292024-03-13T03:23:11.891Z Compiling bitfield v0.14.0
24302024-03-13T03:23:12.165Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24312024-03-13T03:23:15.868Z Compiling env_logger v0.10.0
24322024-03-13T03:23:18.853Z Compiling rsa v0.9.2
24332024-03-13T03:23:24.968Z Compiling serde-hex v0.1.0
24342024-03-13T03:23:29.852Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24352024-03-13T03:23:33.143Z Compiling ron v0.8.1
24362024-03-13T03:23:35.238Z Compiling x509-cert v0.2.4
24372024-03-13T03:23:35.398Z Compiling hashbrown v0.13.2
24382024-03-13T03:23:36.110Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24392024-03-13T03:23:41.579Z Compiling crc-any v2.4.3
24402024-03-13T03:23:53.845Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24412024-03-13T03:24:06.277Z Compiling object v0.30.4
24422024-03-13T03:24:07.210Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24432024-03-13T03:24:19.474Z Compiling path-slash v0.1.5
24442024-03-13T03:24:19.708Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
24452024-03-13T03:24:41.096Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24462024-03-13T03:24:41.890Z Finished release [optimized] target(s) in 3m 53s
24472024-03-13T03:24:41.966Z
24482024-03-13T03:24:41.969Zreal 3:53.994412654
24492024-03-13T03:24:41.969Zuser 25:57.478923557
24502024-03-13T03:24:41.969Zsys 3:10.156746640
24512024-03-13T03:24:41.969Ztrap 0.813784851
24522024-03-13T03:24:41.969Ztflt 1.631759744
24532024-03-13T03:24:41.969Zdflt 0.883716630
24542024-03-13T03:24:41.969Zkflt 0.002608938
24552024-03-13T03:24:41.969Zlock 58:45.177385871
24562024-03-13T03:24:41.969Zslp 1:16:26.681689004
24572024-03-13T03:24:41.969Zlat 1:29.600267814
24582024-03-13T03:24:41.969Zstop 1:20.466408484
24592024-03-13T03:24:41.969Z+ ptime -m gzip
24602024-03-13T03:24:42.329Z
24612024-03-13T03:24:42.330Zreal 0.354060638
24622024-03-13T03:24:42.330Zuser 0.349173532
24632024-03-13T03:24:42.330Zsys 0.004335295
24642024-03-13T03:24:42.330Ztrap 0.000028016
24652024-03-13T03:24:42.330Ztflt 0.000000000
24662024-03-13T03:24:42.333Zdflt 0.000000000
24672024-03-13T03:24:42.333Zkflt 0.000000000
24682024-03-13T03:24:42.333Zlock 0.000000000
24692024-03-13T03:24:42.333Zslp 0.000000000
24702024-03-13T03:24:42.333Zlat 0.000103495
24712024-03-13T03:24:42.333Zstop 0.000203927
24722024-03-13T03:24:42.334Z+ banner tufaceous
24732024-03-13T03:24:42.334Z
24742024-03-13T03:24:42.334Z ##### # # ###### ## #### ###### #### # # ####
24752024-03-13T03:24:42.334Z # # # # # # # # # # # # # #
24762024-03-13T03:24:42.334Z # # # ##### # # # ##### # # # # ####
24772024-03-13T03:24:42.334Z # # # # ###### # # # # # # #
24782024-03-13T03:24:42.334Z # # # # # # # # # # # # # # #
24792024-03-13T03:24:42.334Z # #### # # # #### ###### #### #### ####
24802024-03-13T03:24:42.334Z
24812024-03-13T03:24:42.334Z+ ptime -m cargo build --locked -p tufaceous --release
24822024-03-13T03:24:42.802Z Downloading crates ...
24832024-03-13T03:24:42.983Z Downloaded fs-err v2.11.0
24842024-03-13T03:24:42.986Z Downloaded async-recursion v1.0.5
24852024-03-13T03:24:42.989Z Downloaded pin-project-internal v1.1.3
24862024-03-13T03:24:42.994Z Downloaded parse-size v1.0.0
24872024-03-13T03:24:42.998Z Downloaded doc-comment v0.3.3
24882024-03-13T03:24:42.998Z Downloaded olpc-cjson v0.1.3
24892024-03-13T03:24:43.001Z Downloaded serde_plain v1.0.2
24902024-03-13T03:24:43.001Z Downloaded buf-list v1.0.3
24912024-03-13T03:24:43.005Z Downloaded globset v0.4.13
24922024-03-13T03:24:43.007Z Downloaded snafu-derive v0.7.5
24932024-03-13T03:24:43.013Z Downloaded snafu v0.7.5
24942024-03-13T03:24:43.019Z Downloaded tough v0.16.0
24952024-03-13T03:24:43.026Z Downloaded typed-path v0.7.0
24962024-03-13T03:24:43.032Z Downloaded pin-project v1.1.3
24972024-03-13T03:24:43.144Z Compiling serde_tokenstream v0.2.0
24982024-03-13T03:24:43.209Z Compiling regress v0.8.0
24992024-03-13T03:24:43.222Z Compiling dirs-sys-next v0.1.2
25002024-03-13T03:24:43.222Z Compiling ident_case v1.0.1
25012024-03-13T03:24:43.225Z Compiling strsim v0.10.0
25022024-03-13T03:24:43.225Z Compiling rustls-pki-types v1.3.0
25032024-03-13T03:24:43.253Z Compiling thread_local v1.1.7
25042024-03-13T03:24:43.379Z Compiling rustls v0.22.2
25052024-03-13T03:24:43.664Z Compiling darling_core v0.20.3
25062024-03-13T03:24:43.667Z Compiling dirs-next v2.0.0
25072024-03-13T03:24:43.862Z Compiling slog-async v2.8.0
25082024-03-13T03:24:44.078Z Compiling camino v1.1.6
25092024-03-13T03:24:44.271Z Compiling heck v0.4.1
25102024-03-13T03:24:44.712Z Compiling term v0.7.0
25112024-03-13T03:24:44.720Z Compiling rustls-webpki v0.102.1
25122024-03-13T03:24:44.720Z Compiling crossbeam-channel v0.5.8
25132024-03-13T03:24:45.518Z Compiling getopts v0.2.21
25142024-03-13T03:24:46.305Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
25152024-03-13T03:24:46.351Z Compiling structmeta-derive v0.3.0
25162024-03-13T03:24:48.554Z Compiling atty v0.2.14
25172024-03-13T03:24:48.607Z Compiling darling_macro v0.20.3
25182024-03-13T03:24:48.704Z Compiling multer v3.0.0
25192024-03-13T03:24:48.716Z Compiling take_mut v0.2.2
25202024-03-13T03:24:48.879Z Compiling match_cfg v0.1.0
25212024-03-13T03:24:48.952Z Compiling doc-comment v0.3.3
25222024-03-13T03:24:48.986Z Compiling paste v1.0.14
25232024-03-13T03:24:48.998Z Compiling unsafe-libyaml v0.2.10
25242024-03-13T03:24:49.072Z Compiling structmeta v0.3.0
25252024-03-13T03:24:49.462Z Compiling hostname v0.3.1
25262024-03-13T03:24:49.525Z Compiling darling v0.20.3
25272024-03-13T03:24:49.561Z Compiling slog-term v2.9.0
25282024-03-13T03:24:50.752Z Compiling serde_yaml v0.9.25
25292024-03-13T03:24:52.668Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25302024-03-13T03:24:52.687Z Compiling slog-json v2.6.1
25312024-03-13T03:24:52.780Z Compiling http v1.0.0
25322024-03-13T03:24:53.214Z Compiling pin-project-internal v1.1.3
25332024-03-13T03:24:53.673Z Compiling async-stream-impl v0.3.5
25342024-03-13T03:24:54.682Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25352024-03-13T03:24:54.933Z Compiling atomic-waker v1.1.1
25362024-03-13T03:24:54.984Z Compiling fastrand v2.0.1
25372024-03-13T03:24:55.128Z Compiling waitgroup v0.1.2
25382024-03-13T03:24:55.284Z Compiling async-stream v0.3.5
25392024-03-13T03:24:55.381Z Compiling tempfile v3.10.0
25402024-03-13T03:24:55.723Z Compiling tokio-rustls v0.25.0
25412024-03-13T03:24:56.032Z Compiling pin-project v1.1.3
25422024-03-13T03:24:56.169Z Compiling slog-bunyan v2.5.0
25432024-03-13T03:24:56.290Z Compiling serde_with_macros v3.6.1
25442024-03-13T03:24:57.258Z Compiling parse-display-derive v0.9.0
25452024-03-13T03:24:57.600Z Compiling toml v0.8.10
25462024-03-13T03:24:57.614Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
25472024-03-13T03:24:57.775Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25482024-03-13T03:24:58.663Z Compiling rustls-pemfile v2.1.1
25492024-03-13T03:24:59.126Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
25502024-03-13T03:24:59.458Z Compiling sha1 v0.10.6
25512024-03-13T03:24:59.811Z Compiling newtype-uuid v1.0.1
25522024-03-13T03:25:00.158Z Compiling strum_macros v0.26.1
25532024-03-13T03:25:00.388Z Compiling snafu-derive v0.7.5
25542024-03-13T03:25:00.683Z Compiling serde_path_to_error v0.1.15
25552024-03-13T03:25:01.282Z Compiling instant v0.1.12
25562024-03-13T03:25:01.459Z Compiling fs-err v2.11.0
25572024-03-13T03:25:01.666Z Compiling debug-ignore v1.0.5
25582024-03-13T03:25:01.769Z Compiling arc-swap v1.6.0
25592024-03-13T03:25:01.826Z Compiling buf-list v1.0.3
25602024-03-13T03:25:02.040Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
25612024-03-13T03:25:02.175Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
25622024-03-13T03:25:02.511Z Compiling same-file v1.0.6
25632024-03-13T03:25:02.769Z Compiling walkdir v2.4.0
25642024-03-13T03:25:03.633Z Compiling slog-scope v4.4.0
25652024-03-13T03:25:04.731Z Compiling backoff v0.4.0
25662024-03-13T03:25:04.917Z Compiling strum v0.26.1
25672024-03-13T03:25:05.080Z Compiling parse-display v0.9.0
25682024-03-13T03:25:05.227Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25692024-03-13T03:25:05.396Z Compiling snafu v0.7.5
25702024-03-13T03:25:05.443Z Compiling serde_with v3.6.1
25712024-03-13T03:25:06.844Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25722024-03-13T03:25:07.261Z Compiling globset v0.4.13
25732024-03-13T03:25:07.557Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25742024-03-13T03:25:07.736Z Compiling pem v3.0.2
25752024-03-13T03:25:09.222Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
25762024-03-13T03:25:09.453Z Compiling olpc-cjson v0.1.3
25772024-03-13T03:25:09.771Z Compiling regress v0.9.0
25782024-03-13T03:25:09.992Z Compiling macaddr v1.0.1
25792024-03-13T03:25:10.656Z Compiling serde_plain v1.0.2
25802024-03-13T03:25:11.188Z Compiling async-recursion v1.0.5
25812024-03-13T03:25:12.161Z Compiling xattr v1.0.1
25822024-03-13T03:25:12.481Z Compiling filetime v0.2.23
25832024-03-13T03:25:12.839Z Compiling typed-path v0.7.0
25842024-03-13T03:25:15.795Z Compiling tough v0.16.0
25852024-03-13T03:25:19.053Z Compiling tar v0.4.40
25862024-03-13T03:25:20.703Z Compiling slog-stdlog v4.1.1
25872024-03-13T03:25:22.274Z Compiling camino-tempfile v1.1.1
25882024-03-13T03:25:22.619Z Compiling itertools v0.12.1
25892024-03-13T03:25:23.139Z Compiling parse-size v1.0.0
25902024-03-13T03:25:23.442Z Compiling slog-envlogger v2.2.0
25912024-03-13T03:25:24.751Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
25922024-03-13T03:25:24.988Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25932024-03-13T03:25:25.029Z Compiling humantime v2.1.0
25942024-03-13T03:25:34.878Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
25952024-03-13T03:25:37.110Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
25962024-03-13T03:25:56.752Z Finished release [optimized] target(s) in 1m 14s
25972024-03-13T03:25:56.830Z
25982024-03-13T03:25:56.830Zreal 1:14.495558521
25992024-03-13T03:25:56.830Zuser 8:28.361650566
26002024-03-13T03:25:56.830Zsys 40.188205820
26012024-03-13T03:25:56.830Ztrap 0.238152129
26022024-03-13T03:25:56.830Ztflt 0.437043327
26032024-03-13T03:25:56.833Zdflt 0.247356031
26042024-03-13T03:25:56.833Zkflt 0.000120147
26052024-03-13T03:25:56.833Zlock 17:14.114781489
26062024-03-13T03:25:56.834Zslp 19:39.722784062
26072024-03-13T03:25:56.834Zlat 19.451004175
26082024-03-13T03:25:56.834Zstop 14.354103434
26092024-03-13T03:25:56.834Z+ ptime -m gzip
26102024-03-13T03:25:58.318Z
26112024-03-13T03:25:58.319Zreal 1.485546514
26122024-03-13T03:25:58.319Zuser 1.469937028
26132024-03-13T03:25:58.319Zsys 0.015019524
26142024-03-13T03:25:58.319Ztrap 0.000101416
26152024-03-13T03:25:58.319Ztflt 0.000000000
26162024-03-13T03:25:58.323Zdflt 0.000000000
26172024-03-13T03:25:58.323Zkflt 0.000000000
26182024-03-13T03:25:58.323Zlock 0.000000000
26192024-03-13T03:25:58.323Zslp 0.000000000
26202024-03-13T03:25:58.323Zlat 0.000095042
26212024-03-13T03:25:58.323Zstop 0.000178371
26222024-03-13T03:25:58.323Zprocess exited: duration 827586 ms, exit code 0
 
26232024-03-13T03:25:58.331Zfound 8 output files
26242024-03-13T03:25:58.331Zuploading: /work/end-to-end-tests/bootstrap-a3be395245e6bd94.gz (9706602 bytes)
26252024-03-13T03:26:03.394Zuploaded: /work/end-to-end-tests/bootstrap-a3be395245e6bd94.gz
26262024-03-13T03:26:03.394Zuploading: /work/end-to-end-tests/bootstrap.gz (102999771 bytes)
26272024-03-13T03:26:43.823Zuploaded: /work/end-to-end-tests/bootstrap.gz
26282024-03-13T03:26:43.823Zuploading: /work/end-to-end-tests/commtest-ef47fb3f0eb26d6a.gz (9706467 bytes)
26292024-03-13T03:26:48.406Zuploaded: /work/end-to-end-tests/commtest-ef47fb3f0eb26d6a.gz
26302024-03-13T03:26:48.414Zuploading: /work/end-to-end-tests/dhcp_server-ce54f5d7753d595c.gz (9707405 bytes)
26312024-03-13T03:26:51.771Zuploaded: /work/end-to-end-tests/dhcp_server-ce54f5d7753d595c.gz
26322024-03-13T03:26:51.775Zuploading: /work/end-to-end-tests/end_to_end_tests-2f0c448a5875b5d7.gz (106387078 bytes)
26332024-03-13T03:27:21.018Zuploaded: /work/end-to-end-tests/end_to_end_tests-2f0c448a5875b5d7.gz
26342024-03-13T03:27:21.018Zuploading: /work/caboose-util.gz (3207558 bytes)
26352024-03-13T03:27:23.428Zuploaded: /work/caboose-util.gz
26362024-03-13T03:27:23.428Zuploading: /work/tufaceous.gz (13645465 bytes)
26372024-03-13T03:27:28.194Zuploaded: /work/tufaceous.gz
26382024-03-13T03:27:28.194Zuploading: /work/commtest (463184848 bytes)
26392024-03-13T03:30:12.799Zuploaded: /work/commtest