01HSV87QZCSJPVHDWWN95TG2KB: 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: 01HSV88G06D4CAV37EEDZ0B0WR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-25T16:51:25.324Zjob assigned to worker 01HSV88TXFHQXH7HZ9WNCHC6MH (queued for 2 m 2 s)
 
22024-03-25T16:51:31.775Zstarting task 0: "setup"
32024-03-25T16:51:31.829Z++ uname -s
42024-03-25T16:51:31.833Z+ kern=SunOS
52024-03-25T16:51:31.833Z+ case "$kern" in
62024-03-25T16:51:31.833Z+ groupadd -g 12345 build
72024-03-25T16:51:31.894Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-25T16:51:33.903Z+ zfs create -o mountpoint=/work rpool/work
92024-03-25T16:51:34.000Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-25T16:51:34.004Z+ home_fs=zfs
112024-03-25T16:51:34.004Z+ [[ zfs == autofs ]]
122024-03-25T16:51:34.004Z+ mkdir -p /home/build
132024-03-25T16:51:34.004Z+ chown build:build /home/build /work
142024-03-25T16:51:36.016Z+ chmod 0700 /home/build /work
152024-03-25T16:51:36.032Zprocess exited: duration 4234 ms, exit code 0
 
162024-03-25T16:51:36.062Zstarting task 1: "rust-toolchain"
172024-03-25T16:51:36.065Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-25T16:51:36.065Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-03-25T16:51:36.172Zinfo: downloading installer
202024-03-25T16:51:37.815Zwarning: it looks like you have an existing installation of Rust at:
212024-03-25T16:51:37.815Zwarning: /opt/ooce/bin
222024-03-25T16:51:37.815Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-25T16:51:37.815Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-25T16:51:37.815Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-25T16:51:37.815Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-25T16:51:37.815Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-25T16:51:37.816Zerror: cannot install while Rust is installed
282024-03-25T16:51:37.816Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-25T16:51:37.980Zinfo: profile set to 'default'
302024-03-25T16:51:37.980Zinfo: default host triple is x86_64-unknown-illumos
312024-03-25T16:51:37.983Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-03-25T16:51:38.134Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-03-25T16:51:38.135Zinfo: downloading component 'cargo'
342024-03-25T16:51:38.991Zinfo: downloading component 'clippy'
352024-03-25T16:51:39.312Zinfo: downloading component 'rust-docs'
362024-03-25T16:51:40.413Zinfo: downloading component 'rust-std'
372024-03-25T16:51:42.362Zinfo: downloading component 'rustc'
382024-03-25T16:51:46.882Zinfo: downloading component 'rustfmt'
392024-03-25T16:51:47.153Zinfo: installing component 'cargo'
402024-03-25T16:51:48.001Zinfo: installing component 'clippy'
412024-03-25T16:51:49.727Zinfo: installing component 'rust-docs'
422024-03-25T16:51:51.156Zinfo: installing component 'rust-std'
432024-03-25T16:51:52.956Zinfo: installing component 'rustc'
442024-03-25T16:51:57.077Zinfo: installing component 'rustfmt'
452024-03-25T16:51:57.454Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-03-25T16:51:57.454Z
472024-03-25T16:51:57.735Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-03-25T16:51:57.735Z
492024-03-25T16:51:57.738Z
502024-03-25T16:51:57.739ZRust is installed now. Great!
512024-03-25T16:51:57.739Z
522024-03-25T16:51:57.739ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-25T16:51:57.739Zenvironment variable. This has not been done automatically.
542024-03-25T16:51:57.739Z
552024-03-25T16:51:57.739ZTo configure your current shell, you need to source
562024-03-25T16:51:57.739Zthe corresponding env file under $HOME/.cargo.
572024-03-25T16:51:57.739Z
582024-03-25T16:51:57.739ZThis is usually done by running one of the following (note the leading DOT):
592024-03-25T16:51:57.739Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-25T16:51:57.739Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-25T16:51:57.838Z+ rustc --version
622024-03-25T16:51:57.900Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-03-25T16:51:57.906Zprocess exited: duration 21848 ms, exit code 0
 
642024-03-25T16:51:57.912Zstarting task 2: "authentication"
652024-03-25T16:51:57.933Zprocess exited: duration 20 ms, exit code 0
 
662024-03-25T16:51:57.940Zstarting task 3: "clone repository"
672024-03-25T16:51:57.945Z+ mkdir -p /work/oxidecomputer/omicron
682024-03-25T16:51:57.948Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-03-25T16:51:58.431ZCloning into '/work/oxidecomputer/omicron'...
702024-03-25T16:52:05.461Z+ cd /work/oxidecomputer/omicron
712024-03-25T16:52:05.461Z+ git fetch origin 31deab968f0a24f8e7ea471e2c173113682f5204
722024-03-25T16:52:05.792ZFrom https://github.com/oxidecomputer/omicron
732024-03-25T16:52:05.792Z * branch 31deab968f0a24f8e7ea471e2c173113682f5204 -> FETCH_HEAD
742024-03-25T16:52:05.799Z+ [[ -n iliana/unsplit ]]
752024-03-25T16:52:05.803Z++ git branch --show-current
762024-03-25T16:52:05.803Z+ current=main
772024-03-25T16:52:05.803Z+ [[ main != iliana/unsplit ]]
782024-03-25T16:52:05.803Z+ git branch -f iliana/unsplit 31deab968f0a24f8e7ea471e2c173113682f5204
792024-03-25T16:52:05.807Z+ git checkout -f iliana/unsplit
802024-03-25T16:52:05.924ZSwitched to branch 'iliana/unsplit'
812024-03-25T16:52:05.928Z+ git reset --hard 31deab968f0a24f8e7ea471e2c173113682f5204
822024-03-25T16:52:05.935ZHEAD is now at 31deab968 stop splitting the TUF repo on the 1 GiB boundary
832024-03-25T16:52:05.939Zprocess exited: duration 7994 ms, exit code 0
 
842024-03-25T16:52:05.950Zstarting task 4: "build"
852024-03-25T16:52:05.957Z+ cargo --version
862024-03-25T16:52:05.963Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-03-25T16:52:06.523Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-03-25T16:52:06.523Zinfo: downloading component 'cargo'
892024-03-25T16:52:07.271Zinfo: downloading component 'clippy'
902024-03-25T16:52:07.640Zinfo: downloading component 'rust-docs'
912024-03-25T16:52:09.161Zinfo: downloading component 'rust-std'
922024-03-25T16:52:10.477Zinfo: downloading component 'rustc'
932024-03-25T16:52:14.760Zinfo: downloading component 'rustfmt'
942024-03-25T16:52:15.050Zinfo: installing component 'cargo'
952024-03-25T16:52:15.917Zinfo: installing component 'clippy'
962024-03-25T16:52:16.247Zinfo: installing component 'rust-docs'
972024-03-25T16:52:17.751Zinfo: installing component 'rust-std'
982024-03-25T16:52:19.592Zinfo: installing component 'rustc'
992024-03-25T16:52:23.440Zinfo: installing component 'rustfmt'
1002024-03-25T16:52:23.820Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-03-25T16:52:23.825Z+ rustc --version
1022024-03-25T16:52:23.883Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-03-25T16:52:23.891Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042024-03-25T16:52:35.939Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-03-25T16:52:37.361Z Startup: Caching catalogs ... Done
1062024-03-25T16:52:39.058ZPlanning: Solver setup ... Done (1.251s)
1072024-03-25T16:52:39.112ZPlanning: Running solver ... Done (0.025s)
1082024-03-25T16:52:39.234ZPlanning: Finding local manifests ... Done (0.196s)
1092024-03-25T16:52:39.242ZPlanning: Fetching manifests: 0/4 0% complete
1102024-03-25T16:52:40.118ZPlanning: Fetching manifests: 4/4 100% complete
1112024-03-25T16:52:40.163ZPlanning: Package planning ... Done (0.047s)
1122024-03-25T16:52:40.642ZPlanning: Merging actions ... Done (0.053s)
1132024-03-25T16:52:40.823ZPlanning: Checking for conflicting actions ... Done (0.612s)
1142024-03-25T16:52:40.835ZPlanning: Consolidating action changes ... Done (0.011s)
1152024-03-25T16:52:47.562ZPlanning: Evaluating mediators ... Done (6.720s)
1162024-03-25T16:52:47.569ZPlanning: Planning completed in 10.15 seconds
1172024-03-25T16:52:47.580Z Packages to install: 4
1182024-03-25T16:52:47.580Z Mediators to change: 2
1192024-03-25T16:52:47.581Z Services to change: 1
1202024-03-25T16:52:47.589Z Estimated space available: 155.32 GB
1212024-03-25T16:52:47.590ZEstimated space to be consumed: 1.43 GB
1222024-03-25T16:52:47.590Z Create boot environment: No
1232024-03-25T16:52:47.590ZCreate backup boot environment: No
1242024-03-25T16:52:47.598Z Rebuild boot archive: No
1252024-03-25T16:52:47.599Z
1262024-03-25T16:52:47.599ZChanged mediators:
1272024-03-25T16:52:47.599Z mediator clang:
1282024-03-25T16:52:47.599Z version: None -> 15 (system default)
1292024-03-25T16:52:47.599Z
1302024-03-25T16:52:47.600Z mediator llvm:
1312024-03-25T16:52:47.600Z version: 14 (system default) -> 15 (system default)
1322024-03-25T16:52:47.600Z
1332024-03-25T16:52:47.600ZChanged packages:
1342024-03-25T16:52:47.600Zhelios-dev
1352024-03-25T16:52:47.600Z developer/build-essential
1362024-03-25T16:52:47.601Z None -> 11-2.0
1372024-03-25T16:52:47.601Z library/libxmlsec1
1382024-03-25T16:52:47.608Z None -> 1.2.35-2.0
1392024-03-25T16:52:47.608Z ooce/developer/clang-15
1402024-03-25T16:52:47.608Z None -> 15.0.7-2.0
1412024-03-25T16:52:47.609Z ooce/developer/llvm-15
1422024-03-25T16:52:47.609Z None -> 15.0.7-2.0
1432024-03-25T16:52:47.609Z
1442024-03-25T16:52:47.609ZServices:
1452024-03-25T16:52:47.609Z restart_fmri:
1462024-03-25T16:52:47.610Z svc:/system/update-man-index:default
1472024-03-25T16:52:47.702Z
1482024-03-25T16:52:47.702ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1492024-03-25T16:52:52.704ZDownload: 446/3290 items 16.8/212.6MB 7% complete (3.8M/s)
1502024-03-25T16:52:57.710ZDownload: 990/3290 items 19.3/212.6MB 9% complete (2.0M/s)
1512024-03-25T16:53:02.721ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (6.6M/s)
1522024-03-25T16:53:07.719ZDownload: 1660/3290 items 117.9/212.6MB 55% complete (9.9M/s)
1532024-03-25T16:53:12.719ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (4.6M/s)
1542024-03-25T16:53:18.311ZDownload: 3248/3290 items 202.7/212.6MB 95% complete (8.5M/s)
1552024-03-25T16:53:19.848ZDownload: Completed 212.60 MB in 32.14 seconds (6.6M/s)
1562024-03-25T16:53:20.010Z Actions: 1/3689 actions (Installing new actions)
1572024-03-25T16:53:25.110Z Actions: 3574/3689 actions (Installing new actions)
1582024-03-25T16:53:25.489Z Actions: Completed 3689 actions in 5.47 seconds.
1592024-03-25T16:53:25.593Z Done (0.099s)
1602024-03-25T16:53:25.593Z Done (0.000s)
1612024-03-25T16:53:25.847Z Done (0.251s)
1622024-03-25T16:53:31.528Z Done (5.555s)
1632024-03-25T16:53:31.802Z Done (0.197s)
1642024-03-25T16:53:31.802Z Done (0.000s)
1652024-03-25T16:53:31.937Z Done (0.000s)
1662024-03-25T16:53:32.462ZPlanning: Evaluating mediator changes ... Done
1672024-03-25T16:53:32.613ZPlanning: Checking for conflicting actions ... Done
1682024-03-25T16:53:32.652ZPlanning: Consolidating action changes ... Done
1692024-03-25T16:53:32.883ZPlanning: Evaluating mediators ... Done
1702024-03-25T16:53:32.886ZPlanning: Planning completed in 0.43 seconds
1712024-03-25T16:53:32.918Z Mediators to change: 2
1722024-03-25T16:53:32.918Z Create boot environment: No
1732024-03-25T16:53:32.918ZCreate backup boot environment: No
1742024-03-25T16:53:32.994Z Done
1752024-03-25T16:53:32.994Z Done
1762024-03-25T16:53:33.139Z Done
1772024-03-25T16:53:36.743Z Done
1782024-03-25T16:53:36.833Z Done
1792024-03-25T16:53:36.841Z Done
1802024-03-25T16:53:36.942Z Done
1812024-03-25T16:53:37.577ZPlanning: Evaluating mediator changes ... Done
1822024-03-25T16:53:37.592ZPlanning: Merging actions ... Done
1832024-03-25T16:53:37.763ZPlanning: Checking for conflicting actions ... Done
1842024-03-25T16:53:37.774ZPlanning: Consolidating action changes ... Done
1852024-03-25T16:53:38.027ZPlanning: Evaluating mediators ... Done
1862024-03-25T16:53:38.082ZPlanning: Planning completed in 0.78 seconds
1872024-03-25T16:53:38.116Z Packages to change: 1
1882024-03-25T16:53:38.116Z Mediators to change: 1
1892024-03-25T16:53:38.116Z Services to change: 1
1902024-03-25T16:53:38.116Z Create boot environment: No
1912024-03-25T16:53:38.120ZCreate backup boot environment: Yes
1922024-03-25T16:53:39.848Z Actions: 1/6 actions (Updating modified actions)
1932024-03-25T16:53:39.859Z Actions: Completed 6 actions in 0.00 seconds.
1942024-03-25T16:53:39.859Z Done
1952024-03-25T16:53:39.859Z Done
1962024-03-25T16:53:39.906Z Done
1972024-03-25T16:53:43.477Z Done
1982024-03-25T16:53:43.572Z Done
1992024-03-25T16:53:43.577Z Done
2002024-03-25T16:53:43.668Z Done
2012024-03-25T16:53:44.119ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2022024-03-25T16:53:44.119Zclang system 15 system
2032024-03-25T16:53:44.119Zcsh system system illumos
2042024-03-25T16:53:44.120Zctags system system illumos
2052024-03-25T16:53:44.120Zgcc vendor 12 vendor
2062024-03-25T16:53:44.120Zgcc system 10 system
2072024-03-25T16:53:44.120Zgcc system 7 system
2082024-03-25T16:53:44.120Zgo system 1.20 system
2092024-03-25T16:53:44.120Zgo system 1.19 system
2102024-03-25T16:53:44.120Zllvm system 15 system
2112024-03-25T16:53:44.120Zllvm system 14 system
2122024-03-25T16:53:44.120Zmariadb system 10.6 system
2132024-03-25T16:53:44.120Zmta vendor vendor dma
2142024-03-25T16:53:44.121Zopenjdk system 17 system
2152024-03-25T16:53:44.121Zopenjdk system 11 system
2162024-03-25T16:53:44.121Zopenjdk system 1.8 system
2172024-03-25T16:53:44.121Zopenssl vendor 3 vendor
2182024-03-25T16:53:44.121Zperl system 5.36 system
2192024-03-25T16:53:44.121Zpostgresql system 15 system
2202024-03-25T16:53:44.121Zpostgresql system 13 system
2212024-03-25T16:53:44.121Zpython vendor 3 vendor
2222024-03-25T16:53:44.121Zpython system 2 system
2232024-03-25T16:53:44.121Zpython3 system 3.11 system
2242024-03-25T16:53:44.121Zruby system 3.0 system
2252024-03-25T16:53:44.121Zwords vendor vendor american-english
2262024-03-25T16:53:44.122Zwords system system australian-english
2272024-03-25T16:53:44.122Zwords system system british-english
2282024-03-25T16:53:44.122Zwords system system canadian-english
2292024-03-25T16:53:44.122Zwords system system french
2302024-03-25T16:53:44.122Zwords system system italian
2312024-03-25T16:53:44.122Zwords system system ngerman
2322024-03-25T16:53:44.122Zwords system system ogerman
2332024-03-25T16:53:44.122Zwords system system spanish
2342024-03-25T16:53:44.449ZPUBLISHER TYPE STATUS P LOCATION
2352024-03-25T16:53:44.449Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2362024-03-25T16:53:45.643ZFMRI IFO
2372024-03-25T16:53:45.643Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2382024-03-25T16:53:45.643Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2392024-03-25T16:53:45.643Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2402024-03-25T16:53:45.643Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2412024-03-25T16:53:45.643Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2422024-03-25T16:53:45.643Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2432024-03-25T16:53:45.643Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2442024-03-25T16:53:45.643Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2452024-03-25T16:53:45.644Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2462024-03-25T16:53:45.644Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2472024-03-25T16:53:45.644Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2482024-03-25T16:53:45.644Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2492024-03-25T16:53:45.866Z+ set -o errexit
2502024-03-25T16:53:45.870Z+++ dirname ./tools/ci_download_cockroachdb
2512024-03-25T16:53:45.870Z++ cd ./tools
2522024-03-25T16:53:45.870Z++ pwd
2532024-03-25T16:53:45.871Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2542024-03-25T16:53:45.875Z++ basename ./tools/ci_download_cockroachdb
2552024-03-25T16:53:45.875Z+ ARG0=ci_download_cockroachdb
2562024-03-25T16:53:45.875Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2572024-03-25T16:53:45.875Z+ CIDL_VERSION=v22.1.9
2582024-03-25T16:53:45.875Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2592024-03-25T16:53:45.875Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2602024-03-25T16:53:45.875Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2612024-03-25T16:53:45.875Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2622024-03-25T16:53:45.875Z+ TARGET_DIR=out
2632024-03-25T16:53:45.875Z+ DOWNLOAD_DIR=out/downloads
2642024-03-25T16:53:45.875Z+ DEST_DIR=./out/cockroachdb
2652024-03-25T16:53:45.875Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2662024-03-25T16:53:45.875Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2672024-03-25T16:53:45.875Z+ main
2682024-03-25T16:53:45.876Z+ [[ 0 != 0 ]]
2692024-03-25T16:53:45.876Z+ CIDL_OS=solaris2.11
2702024-03-25T16:53:45.876Z+ [[ 0 != 0 ]]
2712024-03-25T16:53:45.876Z+ configure_os solaris2.11
2722024-03-25T16:53:45.876Z+ echo 'current directory: /work/oxidecomputer/omicron'
2732024-03-25T16:53:45.876Z+ echo 'configuring based on OS: "solaris2.11"'
2742024-03-25T16:53:45.876Z+ case "$1" in
2752024-03-25T16:53:45.876Z+ CIDL_BUILD=illumos
2762024-03-25T16:53:45.876Z+ CIDL_SUFFIX=tar.gz
2772024-03-25T16:53:45.876Zcurrent directory: /work/oxidecomputer/omicron
2782024-03-25T16:53:45.876Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2792024-03-25T16:53:45.877Z+ CIDL_URL_BASE=https://illumos.org/downloads
2802024-03-25T16:53:45.877Z+ CIDL_ASSEMBLE=do_assemble_illumos
2812024-03-25T16:53:45.877Zconfiguring based on OS: "solaris2.11"
2822024-03-25T16:53:45.877Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2832024-03-25T16:53:45.877Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2842024-03-25T16:53:45.877Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-03-25T16:53:45.877Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2862024-03-25T16:53:45.877Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-03-25T16:53:45.877Z+ CIDL_SHA256FUNC=do_sha256sum
2882024-03-25T16:53:45.877Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2892024-03-25T16:53:45.877Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2902024-03-25T16:53:45.877Z+ mkdir -p out/downloads
2912024-03-25T16:53:45.878ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-03-25T16:53:45.878ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-03-25T16:53:45.881Z+ mkdir -p ./out/cockroachdb
2942024-03-25T16:53:45.882Z+ local DO_DOWNLOAD=true
2952024-03-25T16:53:45.882Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2962024-03-25T16:53:45.882Z+ '[' true == true ']'
2972024-03-25T16:53:45.882Z+ echo Downloading...
2982024-03-25T16:53:45.882Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-03-25T16:53:45.882ZDownloading...
3002024-03-25T16:53:45.882Z+ 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-25T16:53:48.759Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3022024-03-25T16:53:48.764Z++ sha256sum
3032024-03-25T16:53:48.764Z++ awk '{print $1}'
3042024-03-25T16:53:48.875Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3052024-03-25T16:53:48.875Z+ [[ 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-25T16:53:48.875Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-03-25T16:53:48.888Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3082024-03-25T16:53:51.040Z+ do_assemble_illumos
3092024-03-25T16:53:51.040Z+ rm -r ./out/cockroachdb
3102024-03-25T16:53:51.057Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3112024-03-25T16:53:51.470Z+ ./out/cockroachdb/bin/cockroach version
3122024-03-25T16:53:51.648ZBuild Tag: v22.1.9-dirty
3132024-03-25T16:53:51.648ZBuild Time: 2022/10/26 21:17:46
3142024-03-25T16:53:51.648ZDistribution: OSS
3152024-03-25T16:53:51.648ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3162024-03-25T16:53:51.648ZGo Version: go1.17.13
3172024-03-25T16:53:51.649ZC Compiler: gcc 10.3.0
3182024-03-25T16:53:51.649ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3192024-03-25T16:53:51.649ZBuild Type: release
3202024-03-25T16:53:51.665Z+ set -o errexit
3212024-03-25T16:53:51.683Z+++ dirname ./tools/ci_download_clickhouse
3222024-03-25T16:53:51.683Z++ cd ./tools
3232024-03-25T16:53:51.683Z++ pwd
3242024-03-25T16:53:51.683Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3252024-03-25T16:53:51.684Z++ basename ./tools/ci_download_clickhouse
3262024-03-25T16:53:51.684Z+ ARG0=ci_download_clickhouse
3272024-03-25T16:53:51.684Z+ TARGET_DIR=out
3282024-03-25T16:53:51.684Z+ DOWNLOAD_DIR=out/downloads
3292024-03-25T16:53:51.685Z+ DEST_DIR=./out/clickhouse
3302024-03-25T16:53:51.685Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3312024-03-25T16:53:51.685Z+ CIDL_VERSION=v23.8.7.24
3322024-03-25T16:53:51.685Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3332024-03-25T16:53:51.686Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3342024-03-25T16:53:51.686Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3352024-03-25T16:53:51.686Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3362024-03-25T16:53:51.686Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3372024-03-25T16:53:51.687Z+ main
3382024-03-25T16:53:51.687Z+ [[ 0 != 0 ]]
3392024-03-25T16:53:51.687Z+ CIDL_OS=solaris2.11
3402024-03-25T16:53:51.687Z+ [[ 0 != 0 ]]
3412024-03-25T16:53:51.688Z+ configure_os solaris2.11
3422024-03-25T16:53:51.688Z+ echo 'current directory: /work/oxidecomputer/omicron'
3432024-03-25T16:53:51.688Zcurrent directory: /work/oxidecomputer/omicron
3442024-03-25T16:53:51.688Z+ echo 'configuring based on OS: "solaris2.11"'
3452024-03-25T16:53:51.689Z+ CIDL_DASHREV=
3462024-03-25T16:53:51.689Z+ case "$1" in
3472024-03-25T16:53:51.689Zconfiguring based on OS: "solaris2.11"
3482024-03-25T16:53:51.690Z+ CIDL_PLATFORM=illumos
3492024-03-25T16:53:51.690Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3502024-03-25T16:53:51.690Z+ CIDL_MD5FUNC=do_md5sum
3512024-03-25T16:53:51.690Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3522024-03-25T16:53:51.691Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3532024-03-25T16:53:51.691Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3542024-03-25T16:53:51.691Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-03-25T16:53:51.691Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3562024-03-25T16:53:51.691ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3572024-03-25T16:53:51.693Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3582024-03-25T16:53:51.696ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3592024-03-25T16:53:51.697Z+ mkdir -p out/downloads
3602024-03-25T16:53:51.697Z+ mkdir -p ./out/clickhouse
3612024-03-25T16:53:51.697Z+ local DO_DOWNLOAD=true
3622024-03-25T16:53:51.698Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3632024-03-25T16:53:51.698Z+ '[' true == true ']'
3642024-03-25T16:53:51.698Z+ echo Downloading...
3652024-03-25T16:53:51.698ZDownloading...
3662024-03-25T16:53:51.699Z+ 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-25T16:53:51.699Z+ 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-25T16:53:53.476Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3692024-03-25T16:53:53.890Z++ md5sum
3702024-03-25T16:53:53.890Z++ awk '{print $1}'
3712024-03-25T16:53:53.890Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3722024-03-25T16:53:53.890Z+ [[ 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-25T16:53:53.890Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3742024-03-25T16:53:53.890Z+ mkdir -p ./out/clickhouse
3752024-03-25T16:53:53.890Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3762024-03-25T16:53:57.482Z+ [[ solaris2.11 == darwin* ]]
3772024-03-25T16:53:57.482Z+ ./out/clickhouse/clickhouse server --version
3782024-03-25T16:53:57.857ZClickHouse server version 23.8.7.1.
3792024-03-25T16:53:57.874Z+ set -o errexit
3802024-03-25T16:53:57.877Z+++ dirname ./tools/ci_download_console
3812024-03-25T16:53:57.880Z++ cd ./tools
3822024-03-25T16:53:57.880Z++ pwd
3832024-03-25T16:53:57.880Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3842024-03-25T16:53:57.880Z++ basename ./tools/ci_download_console
3852024-03-25T16:53:57.880Z+ ARG0=ci_download_console
3862024-03-25T16:53:57.881Z+ TARGET_DIR=out
3872024-03-25T16:53:57.881Z+ DOWNLOAD_DIR=out/downloads
3882024-03-25T16:53:57.881Z+ DEST_DIR=./out/console-assets
3892024-03-25T16:53:57.881Z+ source /work/oxidecomputer/omicron/tools/console_version
3902024-03-25T16:53:57.881Z++ COMMIT=0114288974fb9e36bf392277fe59b0de357ec137
3912024-03-25T16:53:57.881Z++ SHA2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada
3922024-03-25T16:53:57.884Z+ URL=https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
3932024-03-25T16:53:57.884Z+ TARBALL_FILE=out/downloads/console.tar.gz
3942024-03-25T16:53:57.884Z+ main
3952024-03-25T16:53:57.884Z+ [[ 0 != 0 ]]
3962024-03-25T16:53:57.884Z+ echo 'URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz'
3972024-03-25T16:53:57.884ZURL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
3982024-03-25T16:53:57.885Z+ echo 'Local file: out/downloads/console.tar.gz'
3992024-03-25T16:53:57.885Z+ local DO_DOWNLOAD=true
4002024-03-25T16:53:57.885ZLocal file: out/downloads/console.tar.gz
4012024-03-25T16:53:57.885Z+ [[ -f out/downloads/console.tar.gz ]]
4022024-03-25T16:53:57.885Z+ mkdir -p out/downloads
4032024-03-25T16:53:57.885Z+ '[' true == true ']'
4042024-03-25T16:53:57.885Z+ echo Downloading...
4052024-03-25T16:53:57.885ZDownloading...
4062024-03-25T16:53:57.885Z+ do_download_curl https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz out/downloads/console.tar.gz
4072024-03-25T16:53:57.885Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
4082024-03-25T16:53:58.469Z++ do_sha256sum out/downloads/console.tar.gz
4092024-03-25T16:53:58.469Z++ case "$OSTYPE" in
4102024-03-25T16:53:58.469Z++ SHA=sha256sum
4112024-03-25T16:53:58.474Z++ sha256sum
4122024-03-25T16:53:58.474Z++ awk '{print $1}'
4132024-03-25T16:53:58.474Z+ calculated_sha2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada
4142024-03-25T16:53:58.474Z+ [[ 12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada != \1\2\e\4\e\0\2\0\5\6\6\5\1\2\7\b\6\f\9\9\9\1\1\4\8\4\b\7\d\6\1\e\5\0\e\f\7\4\0\f\7\a\9\4\a\c\6\c\9\5\e\1\1\9\1\8\f\0\c\e\7\a\d\a ]]
4152024-03-25T16:53:58.474Z+ rm -rf ./out/console-assets
4162024-03-25T16:53:58.475Z+ mkdir -p ./out/console-assets
4172024-03-25T16:53:58.475Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4182024-03-25T16:53:58.475Z+ mkdir -p ./out/console-assets
4192024-03-25T16:53:58.501Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4202024-03-25T16:53:58.566Z+ set -o errexit
4212024-03-25T16:53:58.573Z+++ dirname ./tools/ci_download_maghemite_openapi
4222024-03-25T16:53:58.573Z++ cd ./tools
4232024-03-25T16:53:58.574Z++ pwd
4242024-03-25T16:53:58.574Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4252024-03-25T16:53:58.574Z++ basename ./tools/ci_download_maghemite_openapi
4262024-03-25T16:53:58.574Z+ ARG0=ci_download_maghemite_openapi
4272024-03-25T16:53:58.574Z+ TARGET_DIR=out
4282024-03-25T16:53:58.574Z+ DOWNLOAD_DIR=out/downloads
4292024-03-25T16:53:58.574Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4302024-03-25T16:53:58.574Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4312024-03-25T16:53:58.574Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4322024-03-25T16:53:58.574Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4332024-03-25T16:53:58.574Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4342024-03-25T16:53:58.575Z+ main
4352024-03-25T16:53:58.575Z+ rm -rf out/downloads/root
4362024-03-25T16:53:58.579Z+ [[ 0 != 0 ]]
4372024-03-25T16:53:58.580Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4382024-03-25T16:53:58.580ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4392024-03-25T16:53:58.580Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4402024-03-25T16:53:58.580Z+ local DO_DOWNLOAD=true
4412024-03-25T16:53:58.580ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4422024-03-25T16:53:58.580Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4432024-03-25T16:53:58.580Z+ mkdir -p out/downloads
4442024-03-25T16:53:58.580Z+ '[' true == true ']'
4452024-03-25T16:53:58.580Z+ echo Downloading...
4462024-03-25T16:53:58.580ZDownloading...
4472024-03-25T16:53:58.580Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4482024-03-25T16:53:58.580Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4492024-03-25T16:53:58.752Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4502024-03-25T16:53:58.752Z++ case "$OSTYPE" in
4512024-03-25T16:53:58.756Z++ SHA=sha256sum
4522024-03-25T16:53:58.756Z++ sha256sum
4532024-03-25T16:53:58.756Z++ awk '{print $1}'
4542024-03-25T16:53:58.761Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4552024-03-25T16:53:58.761Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4562024-03-25T16:53:58.761Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4572024-03-25T16:53:58.761Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4582024-03-25T16:53:58.761Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4592024-03-25T16:53:58.761Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4602024-03-25T16:53:58.761Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4612024-03-25T16:53:58.761Z+ main
4622024-03-25T16:53:58.761Z+ rm -rf out/downloads/root
4632024-03-25T16:53:58.761Z+ [[ 0 != 0 ]]
4642024-03-25T16:53:58.761Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4652024-03-25T16:53:58.761ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4662024-03-25T16:53:58.761Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4672024-03-25T16:53:58.761Z+ local DO_DOWNLOAD=true
4682024-03-25T16:53:58.761ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4692024-03-25T16:53:58.761Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4702024-03-25T16:53:58.762Z+ mkdir -p out/downloads
4712024-03-25T16:53:58.767Z+ '[' true == true ']'
4722024-03-25T16:53:58.767Z+ echo Downloading...
4732024-03-25T16:53:58.768ZDownloading...
4742024-03-25T16:53:58.768Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4752024-03-25T16:53:58.768Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4762024-03-25T16:53:58.867Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4772024-03-25T16:53:58.870Z++ case "$OSTYPE" in
4782024-03-25T16:53:58.870Z++ SHA=sha256sum
4792024-03-25T16:53:58.870Z++ sha256sum
4802024-03-25T16:53:58.870Z++ awk '{print $1}'
4812024-03-25T16:53:58.870Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4822024-03-25T16:53:58.870Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
4832024-03-25T16:53:58.880Z+ set -o errexit
4842024-03-25T16:53:58.891Z+++ dirname ./tools/ci_download_dendrite_openapi
4852024-03-25T16:53:58.891Z++ cd ./tools
4862024-03-25T16:53:58.891Z++ pwd
4872024-03-25T16:53:58.891Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4882024-03-25T16:53:58.891Z++ basename ./tools/ci_download_dendrite_openapi
4892024-03-25T16:53:58.891Z+ ARG0=ci_download_dendrite_openapi
4902024-03-25T16:53:58.891Z+ TARGET_DIR=out
4912024-03-25T16:53:58.891Z+ DOWNLOAD_DIR=out/downloads
4922024-03-25T16:53:58.891Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4932024-03-25T16:53:58.891Z++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb
4942024-03-25T16:53:58.891Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4952024-03-25T16:53:58.891Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
4962024-03-25T16:53:58.891Z+ LOCAL_FILE=out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
4972024-03-25T16:53:58.891Z+ main
4982024-03-25T16:53:58.891Z+ [[ 0 != 0 ]]
4992024-03-25T16:53:58.891Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json'
5002024-03-25T16:53:58.891ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
5012024-03-25T16:53:58.891Z+ echo 'Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json'
5022024-03-25T16:53:58.891Z+ local DO_DOWNLOAD=true
5032024-03-25T16:53:58.892ZLocal file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5042024-03-25T16:53:58.892Z+ [[ -f out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json ]]
5052024-03-25T16:53:58.892Z+ mkdir -p out/downloads
5062024-03-25T16:53:58.892Z+ '[' true == true ']'
5072024-03-25T16:53:58.892Z+ echo Downloading...
5082024-03-25T16:53:58.892ZDownloading...
5092024-03-25T16:53:58.892Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5102024-03-25T16:53:58.892Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
5112024-03-25T16:54:02.172Z++ do_sha256sum out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5122024-03-25T16:54:02.172Z++ case "$OSTYPE" in
5132024-03-25T16:54:02.172Z++ SHA=sha256sum
5142024-03-25T16:54:02.176Z++ sha256sum
5152024-03-25T16:54:02.177Z++ awk '{print $1}'
5162024-03-25T16:54:02.177Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5172024-03-25T16:54:02.177Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5182024-03-25T16:54:02.182Z+ set -o errexit
5192024-03-25T16:54:02.186Z+++ dirname ./tools/ci_download_dendrite_stub
5202024-03-25T16:54:02.186Z++ cd ./tools
5212024-03-25T16:54:02.186Z++ pwd
5222024-03-25T16:54:02.186Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5232024-03-25T16:54:02.194Z++ basename ./tools/ci_download_dendrite_stub
5242024-03-25T16:54:02.195Z+ ARG0=ci_download_dendrite_stub
5252024-03-25T16:54:02.195Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5262024-03-25T16:54:02.195Z++ CIDL_SHA256_ILLUMOS=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5272024-03-25T16:54:02.195Z++ CIDL_SHA256_LINUX_DPD=db3e419cf4381607482c55230c64c6afa80388a26db8efa48e437ebc8b82526a
5282024-03-25T16:54:02.195Z++ CIDL_SHA256_LINUX_SWADM=1de82f6b7419aa0e6e0632def69d5b370a9cb3ac2261527fce96840eb5af5b8d
5292024-03-25T16:54:02.195Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5302024-03-25T16:54:02.195Z++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb
5312024-03-25T16:54:02.195Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5322024-03-25T16:54:02.195Z+ TARGET_DIR=out
5332024-03-25T16:54:02.195Z+ DOWNLOAD_DIR=out/downloads
5342024-03-25T16:54:02.195Z+ DEST_DIR=./out/dendrite-stub
5352024-03-25T16:54:02.195Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5362024-03-25T16:54:02.195Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5372024-03-25T16:54:02.195Z+ REPO=oxidecomputer/dendrite
5382024-03-25T16:54:02.195Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb
5392024-03-25T16:54:02.195Z+ main
5402024-03-25T16:54:02.196Z+ [[ 0 != 0 ]]
5412024-03-25T16:54:02.196Z+ CIDL_OS=solaris2.11
5422024-03-25T16:54:02.196Z+ [[ 0 != 0 ]]
5432024-03-25T16:54:02.196Z+ configure_os solaris2.11
5442024-03-25T16:54:02.196Z+ echo 'current directory: /work/oxidecomputer/omicron'
5452024-03-25T16:54:02.196Zcurrent directory: /work/oxidecomputer/omicron
5462024-03-25T16:54:02.196Z+ echo 'configuring based on OS: "solaris2.11"'
5472024-03-25T16:54:02.196Z+ case "$1" in
5482024-03-25T16:54:02.196Zconfiguring based on OS: "solaris2.11"
5492024-03-25T16:54:02.196Z+ SET_BINARIES=
5502024-03-25T16:54:02.196Z+ CIDL_SHA256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5512024-03-25T16:54:02.196Z+ CIDL_SHA256FUNC=do_sha256sum
5522024-03-25T16:54:02.196Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5532024-03-25T16:54:02.196Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5542024-03-25T16:54:02.196Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5552024-03-25T16:54:02.197Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz'
5562024-03-25T16:54:02.197Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5572024-03-25T16:54:02.197ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5582024-03-25T16:54:02.197ZLocal file: out/downloads/dendrite-stub.tar.gz
5592024-03-25T16:54:02.197Z+ mkdir -p out/downloads
5602024-03-25T16:54:02.197Z+ mkdir -p ./out/dendrite-stub
5612024-03-25T16:54:02.197Z+ fetch_and_verify
5622024-03-25T16:54:02.197Z+ local DO_DOWNLOAD=true
5632024-03-25T16:54:02.197Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5642024-03-25T16:54:02.197Z+ '[' true == true ']'
5652024-03-25T16:54:02.197Z+ echo Downloading...
5662024-03-25T16:54:02.197ZDownloading...
5672024-03-25T16:54:02.197Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5682024-03-25T16:54:02.197Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5692024-03-25T16:54:12.248Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5702024-03-25T16:54:12.269Z++ sha256sum
5712024-03-25T16:54:12.269Z++ awk '{print $1}'
5722024-03-25T16:54:12.269Z+ calculated_sha256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5732024-03-25T16:54:12.269Z+ [[ 1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a != \1\4\0\5\1\8\5\c\c\9\6\4\5\b\3\a\6\f\1\b\f\8\2\d\2\f\f\d\8\9\f\1\7\5\0\5\e\4\e\6\2\5\7\9\5\c\d\0\b\e\b\5\8\f\0\4\3\f\a\7\f\d\8\a ]]
5742024-03-25T16:54:12.270Z+ do_untar out/downloads/dendrite-stub.tar.gz
5752024-03-25T16:54:12.270Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5762024-03-25T16:54:12.853Z+ do_assemble
5772024-03-25T16:54:12.853Z+ rm -r ./out/dendrite-stub
5782024-03-25T16:54:12.857Z+ mkdir ./out/dendrite-stub
5792024-03-25T16:54:12.860Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5802024-03-25T16:54:12.942Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5812024-03-25T16:54:12.969Z+ set -o errexit
5822024-03-25T16:54:12.969Z+++ dirname ./tools/ci_download_maghemite_mgd
5832024-03-25T16:54:12.969Z++ cd ./tools
5842024-03-25T16:54:12.969Z++ pwd
5852024-03-25T16:54:12.969Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5862024-03-25T16:54:12.969Z++ basename ./tools/ci_download_maghemite_mgd
5872024-03-25T16:54:12.969Z+ ARG0=ci_download_maghemite_mgd
5882024-03-25T16:54:12.969Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5892024-03-25T16:54:12.969Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5902024-03-25T16:54:12.969Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
5912024-03-25T16:54:12.969Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5922024-03-25T16:54:12.969Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
5932024-03-25T16:54:12.969Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5942024-03-25T16:54:12.969Z+ TARGET_DIR=out
5952024-03-25T16:54:12.969Z+ DOWNLOAD_DIR=out/downloads
5962024-03-25T16:54:12.969Z+ DEST_DIR=./out/mgd
5972024-03-25T16:54:12.969Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5982024-03-25T16:54:12.969Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5992024-03-25T16:54:12.970Z+ REPO=oxidecomputer/maghemite
6002024-03-25T16:54:12.970Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6012024-03-25T16:54:12.970Z+ main
6022024-03-25T16:54:12.970Z+ rm -rf out/downloads/root
6032024-03-25T16:54:12.983Z+ [[ 0 != 0 ]]
6042024-03-25T16:54:12.984Z+ CIDL_OS=solaris2.11
6052024-03-25T16:54:12.984Z+ [[ 0 != 0 ]]
6062024-03-25T16:54:12.984Z+ configure_os solaris2.11
6072024-03-25T16:54:12.984Z+ echo 'current directory: /work/oxidecomputer/omicron'
6082024-03-25T16:54:12.984Zcurrent directory: /work/oxidecomputer/omicron
6092024-03-25T16:54:12.984Z+ echo 'configuring based on OS: "solaris2.11"'
6102024-03-25T16:54:12.984Z+ case "$1" in
6112024-03-25T16:54:12.984Z+ SET_BINARIES=
6122024-03-25T16:54:12.984Zconfiguring based on OS: "solaris2.11"
6132024-03-25T16:54:12.984Z+ CIDL_SHA256FUNC=do_sha256sum
6142024-03-25T16:54:12.984Z+ TARBALL_FILENAME=mgd.tar.gz
6152024-03-25T16:54:12.985Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6162024-03-25T16:54:12.985Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6172024-03-25T16:54:12.985Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6182024-03-25T16:54:12.985ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6192024-03-25T16:54:12.985Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6202024-03-25T16:54:12.985ZLocal file: out/downloads/mgd.tar.gz
6212024-03-25T16:54:12.985Z+ mkdir -p out/downloads
6222024-03-25T16:54:12.985Z+ mkdir -p ./out/mgd
6232024-03-25T16:54:12.985Z+ fetch_and_verify
6242024-03-25T16:54:12.985Z+ local DO_DOWNLOAD=true
6252024-03-25T16:54:12.985Z+ [[ -f out/downloads/mgd.tar.gz ]]
6262024-03-25T16:54:12.985Z+ '[' true == true ']'
6272024-03-25T16:54:12.985Z+ echo Downloading...
6282024-03-25T16:54:12.985ZDownloading...
6292024-03-25T16:54:12.985Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6302024-03-25T16:54:12.985Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6312024-03-25T16:54:23.721Z++ do_sha256sum out/downloads/mgd.tar.gz
6322024-03-25T16:54:23.747Z++ sha256sum
6332024-03-25T16:54:23.747Z++ awk '{print $1}'
6342024-03-25T16:54:23.753Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6352024-03-25T16:54:23.753Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6362024-03-25T16:54:23.753Z+ do_untar out/downloads/mgd.tar.gz
6372024-03-25T16:54:23.753Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6382024-03-25T16:54:24.332Z+ do_assemble
6392024-03-25T16:54:24.332Z+ rm -r ./out/mgd
6402024-03-25T16:54:24.336Z+ mkdir ./out/mgd
6412024-03-25T16:54:24.339Z+ cp -r out/downloads/root ./out/mgd/root
6422024-03-25T16:54:24.422Z+ set -o errexit
6432024-03-25T16:54:24.453Z+++ dirname ./tools/ci_download_transceiver_control
6442024-03-25T16:54:24.453Z++ cd ./tools
6452024-03-25T16:54:24.453Z++ pwd
6462024-03-25T16:54:24.453Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6472024-03-25T16:54:24.453Z++ basename ./tools/ci_download_transceiver_control
6482024-03-25T16:54:24.453Z+ ARG0=ci_download_transceiver_control
6492024-03-25T16:54:24.454Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6502024-03-25T16:54:24.454Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6512024-03-25T16:54:24.454Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6522024-03-25T16:54:24.454Z+ TARGET_DIR=out
6532024-03-25T16:54:24.454Z+ DOWNLOAD_DIR=out/downloads
6542024-03-25T16:54:24.454Z+ DEST_DIR=./out/transceiver-control
6552024-03-25T16:54:24.454Z+ BIN_DIR=/opt/oxide/bin
6562024-03-25T16:54:24.454Z+ BINARY=xcvradm
6572024-03-25T16:54:24.455Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6582024-03-25T16:54:24.455Z+ REPO=oxidecomputer/transceiver-control
6592024-03-25T16:54:24.455Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6602024-03-25T16:54:24.455Z+ main
6612024-03-25T16:54:24.455Z+ [[ 0 != 0 ]]
6622024-03-25T16:54:24.455Z+ CIDL_OS=solaris2.11
6632024-03-25T16:54:24.455Z+ [[ 0 != 0 ]]
6642024-03-25T16:54:24.455Z+ configure_os solaris2.11
6652024-03-25T16:54:24.455Z+ echo 'current directory: /work/oxidecomputer/omicron'
6662024-03-25T16:54:24.455Z+ echo 'configuring based on OS: "solaris2.11"'
6672024-03-25T16:54:24.456Zcurrent directory: /work/oxidecomputer/omicron
6682024-03-25T16:54:24.456Zconfiguring based on OS: "solaris2.11"
6692024-03-25T16:54:24.456Z+ case "$1" in
6702024-03-25T16:54:24.456Z+ SET_BINARIES=
6712024-03-25T16:54:24.456Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6722024-03-25T16:54:24.456Z+ CIDL_SHA256FUNC=do_sha256sum
6732024-03-25T16:54:24.456Z+ ARCHIVE_FILENAME=xcvradm.gz
6742024-03-25T16:54:24.456Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6752024-03-25T16:54:24.456Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6762024-03-25T16:54:24.456Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6772024-03-25T16:54:24.456Z+ echo 'Local file: out/downloads/xcvradm.gz'
6782024-03-25T16:54:24.456ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6792024-03-25T16:54:24.457ZLocal file: out/downloads/xcvradm.gz
6802024-03-25T16:54:24.457Z+ mkdir -p out/downloads
6812024-03-25T16:54:24.457Z+ mkdir -p ./out/transceiver-control
6822024-03-25T16:54:24.457Z+ fetch_and_verify
6832024-03-25T16:54:24.457Z+ local DO_DOWNLOAD=true
6842024-03-25T16:54:24.457Z+ [[ -f out/downloads/xcvradm.gz ]]
6852024-03-25T16:54:24.457Z+ '[' true == true ']'
6862024-03-25T16:54:24.457Z+ echo Downloading...
6872024-03-25T16:54:24.458ZDownloading...
6882024-03-25T16:54:24.458Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6892024-03-25T16:54:24.458Z+ 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-25T16:54:27.385Z++ do_sha256sum out/downloads/xcvradm.gz
6912024-03-25T16:54:27.427Z++ sha256sum
6922024-03-25T16:54:27.427Z++ awk '{print $1}'
6932024-03-25T16:54:27.428Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6942024-03-25T16:54:27.428Z+ [[ 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-25T16:54:27.431Z+ do_unpack out/downloads/xcvradm.gz
6962024-03-25T16:54:27.431Z+ mkdir -p out/downloads/root//opt/oxide/bin
6972024-03-25T16:54:27.431Z+ gzip -dc out/downloads/xcvradm.gz
6982024-03-25T16:54:27.508Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6992024-03-25T16:54:27.522Z+ do_assemble
7002024-03-25T16:54:27.523Z+ rm -r ./out/transceiver-control
7012024-03-25T16:54:27.523Z+ mkdir ./out/transceiver-control
7022024-03-25T16:54:27.523Z+ cp -r out/downloads/root ./out/transceiver-control/root
7032024-03-25T16:54:27.603Z+ set -o errexit
7042024-03-25T16:54:27.611Z+++ dirname ./tools/ci_download_thundermuffin
7052024-03-25T16:54:27.611Z++ cd ./tools
7062024-03-25T16:54:27.612Z++ pwd
7072024-03-25T16:54:27.612Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7082024-03-25T16:54:27.612Z++ basename ./tools/ci_download_thundermuffin
7092024-03-25T16:54:27.612Z+ ARG0=ci_download_thundermuffin
7102024-03-25T16:54:27.612Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7112024-03-25T16:54:27.612Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7122024-03-25T16:54:27.612Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7132024-03-25T16:54:27.613Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7142024-03-25T16:54:27.613Z+ TARGET_DIR=out
7152024-03-25T16:54:27.613Z+ DOWNLOAD_DIR=out/downloads
7162024-03-25T16:54:27.613Z+ DEST_DIR=./out/thundermuffin
7172024-03-25T16:54:27.613Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7182024-03-25T16:54:27.613Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7192024-03-25T16:54:27.613Z+ REPO=oxidecomputer/thundermuffin
7202024-03-25T16:54:27.613Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7212024-03-25T16:54:27.614Z+ main
7222024-03-25T16:54:27.614Z+ rm -rf out/downloads/root
7232024-03-25T16:54:27.624Z+ [[ 0 != 0 ]]
7242024-03-25T16:54:27.624Z+ CIDL_OS=solaris2.11
7252024-03-25T16:54:27.625Z+ [[ 0 != 0 ]]
7262024-03-25T16:54:27.625Z+ configure_os solaris2.11
7272024-03-25T16:54:27.625Z+ echo 'current directory: /work/oxidecomputer/omicron'
7282024-03-25T16:54:27.625Z+ echo 'configuring based on OS: "solaris2.11"'
7292024-03-25T16:54:27.625Zcurrent directory: /work/oxidecomputer/omicron
7302024-03-25T16:54:27.625Zconfiguring based on OS: "solaris2.11"
7312024-03-25T16:54:27.625Z+ case "$1" in
7322024-03-25T16:54:27.625Z+ SET_BINARIES=
7332024-03-25T16:54:27.625Z+ CIDL_SHA256FUNC=do_sha256sum
7342024-03-25T16:54:27.625Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7352024-03-25T16:54:27.625Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7362024-03-25T16:54:27.625Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7372024-03-25T16:54:27.625Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7382024-03-25T16:54:27.625Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7392024-03-25T16:54:27.625ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7402024-03-25T16:54:27.625ZLocal file: out/downloads/thundermuffin.tar.gz
7412024-03-25T16:54:27.625Z+ mkdir -p out/downloads
7422024-03-25T16:54:27.625Z+ mkdir -p ./out/thundermuffin
7432024-03-25T16:54:27.625Z+ fetch_and_verify
7442024-03-25T16:54:27.625Z+ local DO_DOWNLOAD=true
7452024-03-25T16:54:27.626Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7462024-03-25T16:54:27.626Z+ '[' true == true ']'
7472024-03-25T16:54:27.626Z+ echo Downloading...
7482024-03-25T16:54:27.626ZDownloading...
7492024-03-25T16:54:27.626Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7502024-03-25T16:54:27.626Z+ 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-25T16:54:28.674Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7522024-03-25T16:54:28.678Z++ sha256sum
7532024-03-25T16:54:28.678Z++ awk '{print $1}'
7542024-03-25T16:54:28.686Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7552024-03-25T16:54:28.686Z+ [[ 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-25T16:54:28.686Z+ do_untar out/downloads/thundermuffin.tar.gz
7572024-03-25T16:54:28.686Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7582024-03-25T16:54:28.748Z+ do_assemble
7592024-03-25T16:54:28.749Z+ rm -r ./out/thundermuffin
7602024-03-25T16:54:28.769Z+ mkdir ./out/thundermuffin
7612024-03-25T16:54:28.769Z+ cp -r out/downloads/root ./out/thundermuffin/root
7622024-03-25T16:54:28.787ZAll prerequisites installed successfully
7632024-03-25T16:54:28.787Z
7642024-03-25T16:54:28.788Zreal 2:04.792568282
7652024-03-25T16:54:28.788Zuser 36.718974475
7662024-03-25T16:54:28.788Zsys 6.659976342
7672024-03-25T16:54:28.788Ztrap 0.007160011
7682024-03-25T16:54:28.788Ztflt 0.134127392
7692024-03-25T16:54:28.789Zdflt 0.747025544
7702024-03-25T16:54:28.789Zkflt 0.129263163
7712024-03-25T16:54:28.789Zlock 1.015323782
7722024-03-25T16:54:28.789Zslp 4:15.031071244
7732024-03-25T16:54:28.789Zlat 2.088015991
7742024-03-25T16:54:28.789Zstop 0.117134280
7752024-03-25T16:54:28.789Z+ banner end-to-end-tests
7762024-03-25T16:54:28.790Z
7772024-03-25T16:54:28.790Z ###### # # ##### ##### #### ###### # # #####
7782024-03-25T16:54:28.790Z # ## # # # # # # # ## # # #
7792024-03-25T16:54:28.790Z ##### # # # # # ##### # # # ##### ##### # # # # #
7802024-03-25T16:54:28.790Z # # # # # # # # # # # # # # #
7812024-03-25T16:54:28.790Z # # ## # # # # # # # ## # #
7822024-03-25T16:54:28.791Z ###### # # ##### # #### ###### # # #####
7832024-03-25T16:54:28.791Z
7842024-03-25T16:54:28.791Z+ export CARGO_PROFILE_DEV_DEBUG=1
7852024-03-25T16:54:28.791Z+ CARGO_PROFILE_DEV_DEBUG=1
7862024-03-25T16:54:28.791Z+ export CARGO_PROFILE_TEST_DEBUG=1
7872024-03-25T16:54:28.791Z+ CARGO_PROFILE_TEST_DEBUG=1
7882024-03-25T16:54:28.792Z+ export CARGO_INCREMENTAL=0
7892024-03-25T16:54:28.792Z+ CARGO_INCREMENTAL=0
7902024-03-25T16:54:28.792Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7912024-03-25T16:54:28.977Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7922024-03-25T16:54:29.297Z Updating git repository `https://github.com/oxidecomputer/samael`
7932024-03-25T16:54:29.634Z Updating git repository `https://github.com/oxidecomputer/zone`
7942024-03-25T16:54:29.943Z Updating crates.io index
7952024-03-25T16:54:30.013Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7962024-03-25T16:54:30.830Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7972024-03-25T16:54:31.467Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7982024-03-25T16:54:33.398Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7992024-03-25T16:54:34.192Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8002024-03-25T16:54:34.596Z Updating git repository `https://github.com/oxidecomputer/propolis`
8012024-03-25T16:54:35.561Z Updating git repository `https://github.com/oxidecomputer/crucible`
8022024-03-25T16:54:37.897Z Updating git repository `https://github.com/oxidecomputer/opte`
8032024-03-25T16:54:38.991Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8042024-03-25T16:54:39.309Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8052024-03-25T16:54:40.017Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8062024-03-25T16:54:40.314Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8072024-03-25T16:54:40.630Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8082024-03-25T16:54:41.164Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8092024-03-25T16:54:41.470Z Updating git repository `http://github.com/oxidecomputer/tofino`
8102024-03-25T16:54:42.860Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8112024-03-25T16:54:43.112Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8122024-03-25T16:54:43.376Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8132024-03-25T16:54:43.781Z Updating git repository `https://github.com/oxidecomputer/ispf`
8142024-03-25T16:54:44.657Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8152024-03-25T16:54:44.668Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8162024-03-25T16:54:45.037Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8172024-03-25T16:54:45.379Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8182024-03-25T16:54:45.755Z Updating git repository `https://github.com/jgallagher/nix`
8192024-03-25T16:54:46.709Z Updating git repository `https://github.com/cbiffle/hubpack`
8202024-03-25T16:54:47.126Z Updating git repository `https://github.com/oxidecomputer/typify`
8212024-03-25T16:54:49.967Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8222024-03-25T16:54:50.355Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8232024-03-25T16:54:50.788Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8242024-03-25T16:54:51.997Z Downloading crates ...
8252024-03-25T16:54:52.103Z Downloaded atty v0.2.14
8262024-03-25T16:54:52.121Z Downloaded anstyle v1.0.2
8272024-03-25T16:54:52.121Z Downloaded anstyle-query v1.0.0
8282024-03-25T16:54:52.625Z Downloaded atomicwrites v0.4.3
8292024-03-25T16:54:52.625Z Downloaded instant v0.1.12
8302024-03-25T16:54:52.625Z Downloaded ipnetwork v0.20.0
8312024-03-25T16:54:52.625Z Downloaded itoa v1.0.9
8322024-03-25T16:54:52.625Z Downloaded block-padding v0.3.3
8332024-03-25T16:54:52.625Z Downloaded async-stream v0.3.5
8342024-03-25T16:54:52.625Z Downloaded arrayref v0.3.7
8352024-03-25T16:54:52.625Z Downloaded lazy_static v1.4.0
8362024-03-25T16:54:52.625Z Downloaded keccak v0.1.4
8372024-03-25T16:54:52.625Z Downloaded ipnet v2.9.0
8382024-03-25T16:54:52.625Z Downloaded kstat-rs v0.2.3
8392024-03-25T16:54:52.626Z Downloaded lalrpop-util v0.19.12
8402024-03-25T16:54:52.626Z Downloaded internet-checksum v0.2.1
8412024-03-25T16:54:52.626Z Downloaded async-trait v0.1.77
8422024-03-25T16:54:52.626Z Downloaded inout v0.1.3
8432024-03-25T16:54:52.626Z Downloaded autocfg v1.1.0
8442024-03-25T16:54:52.626Z Downloaded anstyle-parse v0.2.1
8452024-03-25T16:54:52.626Z Downloaded num-conv v0.1.0
8462024-03-25T16:54:52.626Z Downloaded itertools v0.10.5
8472024-03-25T16:54:52.626Z Downloaded openssl-macros v0.1.1
8482024-03-25T16:54:52.626Z Downloaded num-derive v0.4.0
8492024-03-25T16:54:52.626Z Downloaded md-5 v0.10.5
8502024-03-25T16:54:52.626Z Downloaded opaque-debug v0.3.0
8512024-03-25T16:54:52.626Z Downloaded native-tls v0.2.11
8522024-03-25T16:54:52.626Z Downloaded mime_guess v2.0.4
8532024-03-25T16:54:52.626Z Downloaded paste v1.0.14
8542024-03-25T16:54:52.626Z Downloaded nanorand v0.7.0
8552024-03-25T16:54:52.626Z Downloaded aead v0.5.2
8562024-03-25T16:54:52.626Z Downloaded openssl-probe v0.1.5
8572024-03-25T16:54:52.626Z Downloaded normalize-line-endings v0.3.0
8582024-03-25T16:54:52.626Z Downloaded itertools v0.12.1
8592024-03-25T16:54:52.627Z Downloaded percent-encoding v2.3.1
8602024-03-25T16:54:52.627Z Downloaded pem v3.0.2
8612024-03-25T16:54:52.627Z Downloaded pbkdf2 v0.12.2
8622024-03-25T16:54:52.627Z Downloaded new_debug_unreachable v1.0.4
8632024-03-25T16:54:52.627Z Downloaded curve25519-dalek-derive v0.1.0
8642024-03-25T16:54:52.627Z Downloaded cstr-argument v0.1.2
8652024-03-25T16:54:52.627Z Downloaded option-ext v0.2.0
8662024-03-25T16:54:52.627Z Downloaded colorchoice v1.0.0
8672024-03-25T16:54:52.627Z Downloaded num_threads v0.1.6
8682024-03-25T16:54:52.627Z Downloaded newtype_derive v0.1.6
8692024-03-25T16:54:52.627Z Downloaded anstream v0.6.11
8702024-03-25T16:54:52.627Z Downloaded md5 v0.7.0
8712024-03-25T16:54:52.627Z Downloaded match_cfg v0.1.0
8722024-03-25T16:54:52.627Z Downloaded darling_macro v0.20.3
8732024-03-25T16:54:52.627Z Downloaded crucible-workspace-hack v0.1.0
8742024-03-25T16:54:52.627Z Downloaded matches v0.1.10
8752024-03-25T16:54:52.627Z Downloaded ciborium-io v0.2.2
8762024-03-25T16:54:52.627Z Downloaded cancel-safe-futures v0.1.5
8772024-03-25T16:54:52.627Z Downloaded phf_shared v0.10.0
8782024-03-25T16:54:52.627Z Downloaded chacha20 v0.9.1
8792024-03-25T16:54:52.627Z Downloaded byteorder v1.5.0
8802024-03-25T16:54:52.628Z Downloaded bit-set v0.5.3
8812024-03-25T16:54:52.628Z Downloaded bit-vec v0.6.3
8822024-03-25T16:54:52.628Z Downloaded memmap2 v0.7.1
8832024-03-25T16:54:52.628Z Downloaded bitflags v1.3.2
8842024-03-25T16:54:52.628Z Downloaded async-stream-impl v0.3.5
8852024-03-25T16:54:52.628Z Downloaded num-iter v0.1.44
8862024-03-25T16:54:52.628Z Downloaded num-integer v0.1.46
8872024-03-25T16:54:52.628Z Downloaded libefi-sys v0.1.0
8882024-03-25T16:54:52.628Z Downloaded backoff v0.4.0
8892024-03-25T16:54:52.628Z Downloaded arrayvec v0.7.4
8902024-03-25T16:54:52.628Z Downloaded aho-corasick v1.1.2
8912024-03-25T16:54:52.628Z Downloaded usdt-attr-macro v0.3.5
8922024-03-25T16:54:52.628Z Downloaded usdt-macro v0.3.5
8932024-03-25T16:54:52.628Z Downloaded tower-service v0.3.2
8942024-03-25T16:54:52.628Z Downloaded take_mut v0.2.2
8952024-03-25T16:54:52.628Z Downloaded strum v0.26.1
8962024-03-25T16:54:52.628Z Downloaded cbc v0.1.2
8972024-03-25T16:54:52.628Z Downloaded convert_case v0.4.0
8982024-03-25T16:54:52.628Z Downloaded crossbeam-deque v0.8.3
8992024-03-25T16:54:52.628Z Downloaded constant_time_eq v0.3.0
9002024-03-25T16:54:52.628Z Downloaded parse-display v0.9.0
9012024-03-25T16:54:52.629Z Downloaded clap_lex v0.7.0
9022024-03-25T16:54:52.629Z Downloaded pbkdf2 v0.11.0
9032024-03-25T16:54:52.629Z Downloaded cpufeatures v0.2.12
9042024-03-25T16:54:52.629Z Downloaded linear-map v1.2.0
9052024-03-25T16:54:52.629Z Downloaded colored v2.1.0
9062024-03-25T16:54:52.629Z Downloaded ciborium-ll v0.2.2
9072024-03-25T16:54:52.629Z Downloaded lru-cache v0.1.2
9082024-03-25T16:54:52.629Z Downloaded crypto-common v0.1.6
9092024-03-25T16:54:52.629Z Downloaded base16ct v0.2.0
9102024-03-25T16:54:52.629Z Downloaded ctr v0.9.2
9112024-03-25T16:54:52.629Z Downloaded num v0.4.1
9122024-03-25T16:54:52.629Z Downloaded newtype-uuid v1.0.1
9132024-03-25T16:54:52.629Z Downloaded mime v0.3.17
9142024-03-25T16:54:52.629Z Downloaded nibble_vec v0.1.0
9152024-03-25T16:54:52.629Z Downloaded macaddr v1.0.1
9162024-03-25T16:54:52.629Z Downloaded linked-hash-map v0.5.6
9172024-03-25T16:54:52.629Z Downloaded pest_meta v2.7.6
9182024-03-25T16:54:52.629Z Downloaded once_cell v1.19.0
9192024-03-25T16:54:52.629Z Downloaded parking_lot v0.11.2
9202024-03-25T16:54:52.630Z Downloaded slog-scope v4.4.0
9212024-03-25T16:54:52.630Z Downloaded pin-utils v0.1.0
9222024-03-25T16:54:52.630Z Downloaded pest_generator v2.7.6
9232024-03-25T16:54:52.630Z Downloaded password-hash v0.5.0
9242024-03-25T16:54:52.630Z Downloaded gethostname v0.4.3
9252024-03-25T16:54:52.630Z Downloaded log v0.4.21
9262024-03-25T16:54:52.630Z Downloaded plain v0.2.3
9272024-03-25T16:54:52.630Z Downloaded base64ct v1.6.0
9282024-03-25T16:54:52.635Z Downloaded string_cache v0.8.7
9292024-03-25T16:54:52.635Z Downloaded tokio-native-tls v0.3.1
9302024-03-25T16:54:52.635Z Downloaded hubpack_derive v0.1.1
9312024-03-25T16:54:52.635Z Downloaded tokio-macros v2.2.0
9322024-03-25T16:54:52.636Z Downloaded unicase v2.7.0
9332024-03-25T16:54:52.636Z Downloaded strum_macros v0.25.2
9342024-03-25T16:54:52.636Z Downloaded structmeta v0.3.0
9352024-03-25T16:54:52.636Z Downloaded tabwriter v1.4.0
9362024-03-25T16:54:52.636Z Downloaded topological-sort v0.2.2
9372024-03-25T16:54:52.636Z Downloaded backtrace v0.3.69
9382024-03-25T16:54:52.636Z Downloaded either v1.10.0
9392024-03-25T16:54:52.636Z Downloaded float-cmp v0.9.0
9402024-03-25T16:54:52.636Z Downloaded crc32fast v1.3.2
9412024-03-25T16:54:52.636Z Downloaded cookie v0.17.0
9422024-03-25T16:54:52.636Z Downloaded pest_derive v2.7.6
9432024-03-25T16:54:52.636Z Downloaded deranged v0.3.11
9442024-03-25T16:54:52.636Z Downloaded num_cpus v1.16.0
9452024-03-25T16:54:52.636Z Downloaded defmt v0.3.5
9462024-03-25T16:54:52.636Z Downloaded darling v0.20.3
9472024-03-25T16:54:52.636Z Downloaded num_enum_derive v0.5.11
9482024-03-25T16:54:52.636Z Downloaded num-complex v0.4.4
9492024-03-25T16:54:52.636Z Downloaded multer v3.0.0
9502024-03-25T16:54:52.636Z Downloaded zerocopy v0.3.0
9512024-03-25T16:54:52.636Z Downloaded parking_lot_core v0.9.8
9522024-03-25T16:54:52.636Z Downloaded glob v0.3.1
9532024-03-25T16:54:52.637Z Downloaded fixedbitset v0.4.2
9542024-03-25T16:54:52.637Z Downloaded p256 v0.13.2
9552024-03-25T16:54:52.637Z Downloaded heck v0.3.3
9562024-03-25T16:54:52.637Z Downloaded psl-types v2.0.11
9572024-03-25T16:54:52.637Z Downloaded usdt-attr-macro v0.5.0
9582024-03-25T16:54:52.637Z Downloaded hyper-tls v0.5.0
9592024-03-25T16:54:52.637Z Downloaded hyper-staticfile v0.9.5
9602024-03-25T16:54:52.637Z Downloaded platforms v3.0.2
9612024-03-25T16:54:52.637Z Downloaded spin v0.5.2
9622024-03-25T16:54:52.637Z Downloaded pretty-hex v0.4.1
9632024-03-25T16:54:52.637Z Downloaded fxhash v0.2.1
9642024-03-25T16:54:52.637Z Downloaded endian-type v0.1.2
9652024-03-25T16:54:52.637Z Downloaded foreign-types-shared v0.1.1
9662024-03-25T16:54:52.637Z Downloaded camino v1.1.6
9672024-03-25T16:54:52.637Z Downloaded scroll_derive v0.12.0
9682024-03-25T16:54:52.637Z Downloaded http-body v0.4.5
9692024-03-25T16:54:52.637Z Downloaded blake2 v0.10.6
9702024-03-25T16:54:52.637Z Downloaded slog-dtrace v0.3.0
9712024-03-25T16:54:52.637Z Downloaded siphasher v0.3.11
9722024-03-25T16:54:52.637Z Downloaded serde_tokenstream v0.1.7
9732024-03-25T16:54:52.638Z Downloaded password-hash v0.4.2
9742024-03-25T16:54:52.638Z Downloaded crossbeam-epoch v0.9.18
9752024-03-25T16:54:52.638Z Downloaded miniz_oxide v0.7.1
9762024-03-25T16:54:52.638Z Downloaded num-traits v0.2.18
9772024-03-25T16:54:52.638Z Downloaded strsim v0.11.0
9782024-03-25T16:54:52.638Z Downloaded strsim v0.10.0
9792024-03-25T16:54:52.638Z Downloaded zerocopy v0.6.4
9802024-03-25T16:54:52.638Z Downloaded thread_local v1.1.7
9812024-03-25T16:54:52.638Z Downloaded thread-id v4.2.0
9822024-03-25T16:54:52.638Z Downloaded thiserror-no-std v2.0.2
9832024-03-25T16:54:52.638Z Downloaded swrite v0.1.0
9842024-03-25T16:54:52.638Z Downloaded terminal_size v0.3.0
9852024-03-25T16:54:52.638Z Downloaded thiserror-impl-no-std v2.0.2
9862024-03-25T16:54:52.638Z Downloaded thiserror-impl v1.0.57
9872024-03-25T16:54:52.638Z Downloaded dirs-sys-next v0.1.2
9882024-03-25T16:54:52.638Z Downloaded textwrap v0.11.0
9892024-03-25T16:54:52.638Z Downloaded derive-where v1.2.7
9902024-03-25T16:54:52.638Z Downloaded http-range v0.1.5
9912024-03-25T16:54:52.638Z Downloaded universal-hash v0.5.1
9922024-03-25T16:54:52.639Z Downloaded hash32 v0.2.1
9932024-03-25T16:54:52.639Z Downloaded want v0.3.1
9942024-03-25T16:54:52.639Z Downloaded usdt-impl v0.5.0
9952024-03-25T16:54:52.639Z Downloaded usdt-impl v0.3.5
9962024-03-25T16:54:52.639Z Downloaded russh-keys v0.42.0
9972024-03-25T16:54:52.639Z Downloaded unsafe-libyaml v0.2.10
9982024-03-25T16:54:52.639Z Downloaded quick-error v1.2.3
9992024-03-25T16:54:52.639Z Downloaded foreign-types-macros v0.2.3
10002024-03-25T16:54:52.639Z Downloaded rfc6979 v0.4.0
10012024-03-25T16:54:52.639Z Downloaded r2d2 v0.8.10
10022024-03-25T16:54:52.639Z Downloaded foreign-types v0.5.0
10032024-03-25T16:54:52.639Z Downloaded scroll v0.12.0
10042024-03-25T16:54:52.639Z Downloaded rustc-demangle v0.1.23
10052024-03-25T16:54:52.639Z Downloaded openssl-sys v0.9.96
10062024-03-25T16:54:52.639Z Downloaded clap v4.5.1
10072024-03-25T16:54:52.639Z Downloaded dtrace-parser v0.2.0
10082024-03-25T16:54:52.639Z Downloaded dhcproto-macros v0.1.0
10092024-03-25T16:54:52.639Z Downloaded slog-bunyan v2.5.0
10102024-03-25T16:54:52.639Z Downloaded sha1 v0.10.6
10112024-03-25T16:54:52.639Z Downloaded resolv-conf v0.7.0
10122024-03-25T16:54:52.639Z Downloaded toml_datetime v0.6.5
10132024-03-25T16:54:52.640Z Downloaded structmeta-derive v0.3.0
10142024-03-25T16:54:52.640Z Downloaded subtle v2.5.0
10152024-03-25T16:54:52.640Z Downloaded try-lock v0.2.4
10162024-03-25T16:54:52.640Z Downloaded toolchain_find v0.2.0
10172024-03-25T16:54:52.640Z Downloaded bitflags v2.4.2
10182024-03-25T16:54:52.640Z Downloaded fastrand v2.0.1
10192024-03-25T16:54:52.640Z Downloaded walkdir v2.4.0
10202024-03-25T16:54:52.640Z Downloaded uuid v1.7.0
10212024-03-25T16:54:52.640Z Downloaded precomputed-hash v0.1.1
10222024-03-25T16:54:52.640Z Downloaded usdt v0.5.0
10232024-03-25T16:54:52.640Z Downloaded dof v0.3.0
10242024-03-25T16:54:52.640Z Downloaded usdt v0.3.5
10252024-03-25T16:54:52.640Z Downloaded hmac v0.12.1
10262024-03-25T16:54:52.640Z Downloaded structopt-derive v0.4.18
10272024-03-25T16:54:52.640Z Downloaded base64 v0.21.7
10282024-03-25T16:54:52.646Z Downloaded futures-executor v0.3.30
10292024-03-25T16:54:52.646Z Downloaded powerfmt v0.2.0
10302024-03-25T16:54:52.646Z Downloaded hostname v0.3.1
10312024-03-25T16:54:52.646Z Downloaded filetime v0.2.23
10322024-03-25T16:54:52.647Z Downloaded ff v0.13.0
10332024-03-25T16:54:52.647Z Downloaded base64 v0.22.0
10342024-03-25T16:54:52.647Z Downloaded getopts v0.2.21
10352024-03-25T16:54:52.647Z Downloaded generic-array v0.14.7
10362024-03-25T16:54:52.647Z Downloaded flume v0.11.0
10372024-03-25T16:54:52.647Z Downloaded der v0.7.8
10382024-03-25T16:54:52.647Z Downloaded flate2 v1.0.28
10392024-03-25T16:54:52.647Z Downloaded rand_chacha v0.2.2
10402024-03-25T16:54:52.647Z Downloaded sec1 v0.7.3
10412024-03-25T16:54:52.647Z Downloaded serde_with_macros v3.6.1
10422024-03-25T16:54:52.647Z Downloaded dyn-clone v1.0.17
10432024-03-25T16:54:52.647Z Downloaded version_check v0.9.4
10442024-03-25T16:54:52.647Z Downloaded strum_macros v0.26.1
10452024-03-25T16:54:52.647Z Downloaded usdt-macro v0.5.0
10462024-03-25T16:54:52.647Z Downloaded secrecy v0.8.0
10472024-03-25T16:54:52.647Z Downloaded typenum v1.16.0
10482024-03-25T16:54:52.647Z Downloaded foreign-types v0.3.2
10492024-03-25T16:54:52.647Z Downloaded hash32 v0.3.1
10502024-03-25T16:54:52.647Z Downloaded stringprep v0.1.3
10512024-03-25T16:54:52.647Z Downloaded static_assertions v1.1.0
10522024-03-25T16:54:52.647Z Downloaded foreign-types-shared v0.3.1
10532024-03-25T16:54:52.648Z Downloaded time-core v0.1.2
10542024-03-25T16:54:52.648Z Downloaded stable_deref_trait v1.2.0
10552024-03-25T16:54:52.648Z Downloaded sync_wrapper v0.1.2
10562024-03-25T16:54:52.648Z Downloaded darling_core v0.20.3
10572024-03-25T16:54:52.648Z Downloaded primeorder v0.13.6
10582024-03-25T16:54:52.648Z Downloaded pretty-hex v0.2.1
10592024-03-25T16:54:52.648Z Downloaded polyval v0.6.1
10602024-03-25T16:54:52.648Z Downloaded slog-envlogger v2.2.0
10612024-03-25T16:54:52.648Z Downloaded half v2.3.1
10622024-03-25T16:54:52.648Z Downloaded utf8parse v0.2.1
10632024-03-25T16:54:52.648Z Downloaded hex v0.4.3
10642024-03-25T16:54:52.648Z Downloaded heck v0.4.1
10652024-03-25T16:54:52.648Z Downloaded tinyvec_macros v0.1.1
10662024-03-25T16:54:52.648Z Downloaded rustls-pemfile v2.1.1
10672024-03-25T16:54:52.648Z Downloaded ed25519-dalek v2.0.0
10682024-03-25T16:54:52.648Z Downloaded postgres-types v0.2.6
10692024-03-25T16:54:52.648Z Downloaded slog-stdlog v4.1.1
10702024-03-25T16:54:52.648Z Downloaded crypto-bigint v0.5.2
10712024-03-25T16:54:52.648Z Downloaded rand_core v0.6.4
10722024-03-25T16:54:52.648Z Downloaded rand_core v0.5.1
10732024-03-25T16:54:52.648Z Downloaded rand_chacha v0.3.1
10742024-03-25T16:54:52.649Z Downloaded num-bigint v0.4.4
10752024-03-25T16:54:52.649Z Downloaded memchr v2.7.1
10762024-03-25T16:54:52.649Z Downloaded scheduled-thread-pool v0.2.7
10772024-03-25T16:54:52.649Z Downloaded spin v0.9.8
10782024-03-25T16:54:52.649Z Downloaded socket2 v0.5.5
10792024-03-25T16:54:52.649Z Downloaded socket2 v0.4.9
10802024-03-25T16:54:52.649Z Downloaded semver v1.0.22
10812024-03-25T16:54:52.649Z Downloaded equivalent v1.0.1
10822024-03-25T16:54:52.649Z Downloaded subprocess v0.2.9
10832024-03-25T16:54:52.649Z Downloaded spki v0.7.2
10842024-03-25T16:54:52.649Z Downloaded untrusted v0.9.0
10852024-03-25T16:54:52.649Z Downloaded digest v0.10.7
10862024-03-25T16:54:52.649Z Downloaded headers-core v0.2.0
10872024-03-25T16:54:52.649Z Downloaded futures-io v0.3.30
10882024-03-25T16:54:52.649Z Downloaded futures-core v0.3.30
10892024-03-25T16:54:52.649Z Downloaded form_urlencoded v1.2.1
10902024-03-25T16:54:52.649Z Downloaded tracing-attributes v0.1.27
10912024-03-25T16:54:52.649Z Downloaded signal-hook-registry v1.4.1
10922024-03-25T16:54:52.649Z Downloaded signal-hook-mio v0.2.3
10932024-03-25T16:54:52.649Z Downloaded enum-as-inner v0.5.1
10942024-03-25T16:54:52.650Z Downloaded tokio-rustls v0.24.1
10952024-03-25T16:54:52.650Z Downloaded postgres-protocol v0.6.6
10962024-03-25T16:54:52.650Z Downloaded uuid v0.8.2
10972024-03-25T16:54:52.650Z Downloaded zip v0.6.6
10982024-03-25T16:54:52.650Z Downloaded aes-gcm v0.10.3
10992024-03-25T16:54:52.650Z Downloaded ident_case v1.0.1
11002024-03-25T16:54:52.650Z Downloaded crossbeam-channel v0.5.8
11012024-03-25T16:54:52.650Z Downloaded rustversion v1.0.14
11022024-03-25T16:54:52.650Z Downloaded serde_urlencoded v0.7.1
11032024-03-25T16:54:52.655Z Downloaded getrandom v0.2.12
11042024-03-25T16:54:52.655Z Downloaded untrusted v0.7.1
11052024-03-25T16:54:52.655Z Downloaded serde_tokenstream v0.2.0
11062024-03-25T16:54:52.655Z Downloaded futures-task v0.3.30
11072024-03-25T16:54:52.658Z Downloaded structopt v0.3.26
11082024-03-25T16:54:52.662Z Downloaded diesel_table_macro_syntax v0.1.0
11092024-03-25T16:54:52.665Z Downloaded waitgroup v0.1.2
11102024-03-25T16:54:52.665Z Downloaded errno v0.3.8
11112024-03-25T16:54:52.665Z Downloaded zeroize_derive v1.4.2
11122024-03-25T16:54:52.670Z Downloaded ryu v1.0.15
11132024-03-25T16:54:52.670Z Downloaded serde_yaml v0.9.25
11142024-03-25T16:54:52.674Z Downloaded blake3 v1.5.0
11152024-03-25T16:54:52.680Z Downloaded utf-8 v0.7.6
11162024-03-25T16:54:52.683Z Downloaded futures-macro v0.3.30
11172024-03-25T16:54:52.683Z Downloaded dirs v5.0.1
11182024-03-25T16:54:52.686Z Downloaded slog v2.7.0
11192024-03-25T16:54:52.690Z Downloaded zeroize v1.7.0
11202024-03-25T16:54:52.690Z Downloaded time-macros v0.2.17
11212024-03-25T16:54:52.693Z Downloaded rustfmt-wrapper v0.2.0
11222024-03-25T16:54:52.693Z Downloaded term v0.7.0
11232024-03-25T16:54:52.696Z Downloaded postcard v1.0.8
11242024-03-25T16:54:52.703Z Downloaded embedded-io v0.4.0
11252024-03-25T16:54:52.706Z Downloaded signal-hook v0.3.17
11262024-03-25T16:54:52.706Z Downloaded fallible-iterator v0.2.0
11272024-03-25T16:54:52.706Z Downloaded tokio-tungstenite v0.20.1
11282024-03-25T16:54:52.709Z Downloaded tar v0.4.40
11292024-03-25T16:54:52.709Z Downloaded dirs-next v2.0.0
11302024-03-25T16:54:52.712Z Downloaded rustls-pki-types v1.3.0
11312024-03-25T16:54:52.712Z Downloaded slab v0.4.9
11322024-03-25T16:54:52.732Z Downloaded signature v2.1.0
11332024-03-25T16:54:52.732Z Downloaded rustls-pemfile v1.0.3
11342024-03-25T16:54:52.732Z Downloaded indexmap v1.9.3
11352024-03-25T16:54:52.732Z Downloaded time v0.3.34
11362024-03-25T16:54:52.733Z Downloaded difflib v0.4.0
11372024-03-25T16:54:52.733Z Downloaded sha2 v0.10.8
11382024-03-25T16:54:52.737Z Downloaded unicode-xid v0.2.4
11392024-03-25T16:54:52.737Z Downloaded ecdsa v0.16.9
11402024-03-25T16:54:52.737Z Downloaded hex-literal v0.4.1
11412024-03-25T16:54:52.737Z Downloaded tinyvec v1.6.0
11422024-03-25T16:54:52.740Z Downloaded ghash v0.5.0
11432024-03-25T16:54:52.740Z Downloaded futures-sink v0.3.30
11442024-03-25T16:54:52.740Z Downloaded unicode-width v0.1.11
11452024-03-25T16:54:52.743Z Downloaded tempfile v3.10.0
11462024-03-25T16:54:52.747Z Downloaded rustc_version v0.4.0
11472024-03-25T16:54:52.747Z Downloaded crossterm v0.27.0
11482024-03-25T16:54:52.752Z Downloaded tracing-core v0.1.32
11492024-03-25T16:54:52.755Z Downloaded tokio-stream v0.1.14
11502024-03-25T16:54:52.759Z Downloaded httpdate v1.0.3
11512024-03-25T16:54:52.762Z Downloaded zerocopy-derive v0.7.32
11522024-03-25T16:54:52.766Z Downloaded proc-macro-error v1.0.4
11532024-03-25T16:54:52.769Z Downloaded tokio-rustls v0.25.0
11542024-03-25T16:54:52.772Z Downloaded http v1.0.0
11552024-03-25T16:54:52.776Z Downloaded indexmap v2.2.5
11562024-03-25T16:54:52.780Z Downloaded vsss-rs v3.3.4
11572024-03-25T16:54:52.784Z Downloaded slog-term v2.9.0
11582024-03-25T16:54:52.784Z Downloaded proc-macro-crate v1.3.1
11592024-03-25T16:54:52.788Z Downloaded tokio-postgres v0.7.10
11602024-03-25T16:54:52.791Z Downloaded http v0.2.12
11612024-03-25T16:54:52.796Z Downloaded unicode-ident v1.0.12
11622024-03-25T16:54:52.799Z Downloaded rcgen v0.12.1
11632024-03-25T16:54:52.799Z Downloaded semver-parser v0.10.2
11642024-03-25T16:54:52.802Z Downloaded ucd-trie v0.1.6
11652024-03-25T16:54:52.805Z Downloaded rayon-core v1.12.1
11662024-03-25T16:54:52.809Z Downloaded trust-dns-server v0.22.1
11672024-03-25T16:54:52.812Z Downloaded serde_derive v1.0.197
11682024-03-25T16:54:52.815Z Downloaded toml v0.5.11
11692024-03-25T16:54:52.820Z Downloaded headers v0.3.9
11702024-03-25T16:54:52.823Z Downloaded clap_builder v4.5.1
11712024-03-25T16:54:52.831Z Downloaded rand v0.8.5
11722024-03-25T16:54:52.835Z Downloaded diesel_derives v2.1.2
11732024-03-25T16:54:52.839Z Downloaded publicsuffix v2.2.3
11742024-03-25T16:54:52.844Z Downloaded unicode-bidi v0.3.15
11752024-03-25T16:54:52.844Z Downloaded winnow v0.5.15
11762024-03-25T16:54:52.850Z Downloaded steno v0.4.0
11772024-03-25T16:54:52.854Z Downloaded trust-dns-client v0.22.0
11782024-03-25T16:54:52.871Z Downloaded elliptic-curve v0.13.8
11792024-03-25T16:54:52.876Z Downloaded winnow v0.6.1
11802024-03-25T16:54:52.876Z Downloaded serde v1.0.197
11812024-03-25T16:54:52.884Z Downloaded hashbrown v0.12.3
11822024-03-25T16:54:52.884Z Downloaded heapless v0.8.0
11832024-03-25T16:54:52.896Z Downloaded tungstenite v0.20.1
11842024-03-25T16:54:52.896Z Downloaded unicode-normalization v0.1.22
11852024-03-25T16:54:53.321Z Downloaded heapless v0.7.16
11862024-03-25T16:54:53.321Z Downloaded unicode-segmentation v1.10.1
11872024-03-25T16:54:53.322Z Downloaded clap v2.34.0
11882024-03-25T16:54:53.741Z Downloaded chrono v0.4.34
11892024-03-25T16:54:53.741Z Downloaded russh v0.42.0
11902024-03-25T16:54:53.741Z Downloaded rand v0.7.3
11912024-03-25T16:54:53.741Z Downloaded serde_with v3.6.1
11922024-03-25T16:54:53.741Z Downloaded toml_edit v0.22.6
11932024-03-25T16:54:53.741Z Downloaded petgraph v0.6.4
11942024-03-25T16:54:53.741Z Downloaded h2 v0.3.24
11952024-03-25T16:54:53.741Z Downloaded rustls-webpki v0.101.7
11962024-03-25T16:54:53.741Z Downloaded futures-util v0.3.30
11972024-03-25T16:54:53.742Z Downloaded goblin v0.8.0
11982024-03-25T16:54:53.742Z Downloaded serde_json v1.0.114
11992024-03-25T16:54:53.742Z Downloaded reqwest v0.11.24
12002024-03-25T16:54:53.742Z Downloaded hyper v0.14.28
12012024-03-25T16:54:53.742Z Downloaded zerocopy v0.7.32
12022024-03-25T16:54:53.742Z Downloaded tokio-util v0.7.10
12032024-03-25T16:54:53.742Z Downloaded gimli v0.28.0
12042024-03-25T16:54:53.742Z Downloaded rayon v1.9.0
12052024-03-25T16:54:53.742Z Downloaded bstr v0.2.17
12062024-03-25T16:54:53.742Z Downloaded vcpkg v0.2.15
12072024-03-25T16:54:53.742Z Downloaded idna v0.5.0
12082024-03-25T16:54:53.742Z Downloaded syn v2.0.52
12092024-03-25T16:54:53.742Z Downloaded hkdf v0.12.4
12102024-03-25T16:54:53.742Z Downloaded idna v0.3.0
12112024-03-25T16:54:53.742Z Downloaded bstr v1.9.0
12122024-03-25T16:54:53.742Z Downloaded rustls-webpki v0.102.1
12132024-03-25T16:54:53.742Z Downloaded rustls v0.22.2
12142024-03-25T16:54:53.742Z Downloaded smoltcp v0.9.1
12152024-03-25T16:54:53.742Z Downloaded regex v1.10.3
12162024-03-25T16:54:53.742Z Downloaded syn v1.0.109
12172024-03-25T16:54:53.743Z Downloaded trust-dns-proto v0.22.0
12182024-03-25T16:54:53.743Z Downloaded idna v0.2.3
12192024-03-25T16:54:53.743Z Downloaded rustls v0.21.9
12202024-03-25T16:54:53.743Z Downloaded smoltcp v0.11.0
12212024-03-25T16:54:53.743Z Downloaded diesel v2.1.4
12222024-03-25T16:54:53.743Z Downloaded rustix v0.38.31
12232024-03-25T16:54:53.743Z Downloaded bzip2-sys v0.1.11+1.0.8
12242024-03-25T16:54:53.743Z Downloaded regex-automata v0.4.5
12252024-03-25T16:54:53.747Z Downloaded zerocopy-derive v0.2.0
12262024-03-25T16:54:53.747Z Downloaded openapiv3 v2.0.0
12272024-03-25T16:54:53.747Z Downloaded sha3 v0.10.8
12282024-03-25T16:54:53.747Z Downloaded sled v0.34.7
12292024-03-25T16:54:53.747Z Downloaded radix_trie v0.2.1
12302024-03-25T16:54:53.747Z Downloaded webpki-roots v0.25.2
12312024-03-25T16:54:53.747Z Downloaded zerocopy-derive v0.6.4
12322024-03-25T16:54:53.747Z Downloaded regex-syntax v0.8.2
12332024-03-25T16:54:53.747Z Downloaded libc v0.2.153
12342024-03-25T16:54:53.747Z Downloaded tokio v1.36.0
12352024-03-25T16:54:53.747Z Downloaded winapi v0.3.9
12362024-03-25T16:54:53.748Z Downloaded regress v0.9.0
12372024-03-25T16:54:53.748Z Downloaded openssl v0.10.60
12382024-03-25T16:54:53.748Z Downloaded encoding_rs v0.8.33
12392024-03-25T16:54:53.748Z Downloaded object v0.32.1
12402024-03-25T16:54:53.748Z Downloaded curve25519-dalek v4.1.1
12412024-03-25T16:54:53.748Z Downloaded regex-automata v0.1.10
12422024-03-25T16:54:53.748Z Downloaded toml_edit v0.19.15
12432024-03-25T16:54:53.748Z Downloaded url v2.5.0
12442024-03-25T16:54:53.748Z Downloaded hashbrown v0.14.3
12452024-03-25T16:54:53.748Z Downloaded similar v2.4.0
12462024-03-25T16:54:53.748Z Downloaded schemars v0.8.16
12472024-03-25T16:54:53.748Z Downloaded trust-dns-resolver v0.22.0
12482024-03-25T16:54:53.748Z Downloaded futures v0.3.30
12492024-03-25T16:54:53.748Z Downloaded nom v7.1.3
12502024-03-25T16:54:53.748Z Downloaded pest v2.7.6
12512024-03-25T16:54:53.748Z Downloaded mio v0.8.11
12522024-03-25T16:54:53.748Z Downloaded toml v0.7.8
12532024-03-25T16:54:53.748Z Downloaded strsim v0.8.0
12542024-03-25T16:54:53.748Z Downloaded p521 v0.13.3
12552024-03-25T16:54:53.748Z Downloaded schemars_derive v0.8.16
12562024-03-25T16:54:53.748Z Downloaded futures-channel v0.3.30
12572024-03-25T16:54:53.748Z Downloaded minimal-lexical v0.2.1
12582024-03-25T16:54:53.749Z Downloaded smallvec v1.13.1
12592024-03-25T16:54:53.749Z Downloaded aes v0.8.3
12602024-03-25T16:54:53.749Z Downloaded serde_path_to_error v0.1.16
12612024-03-25T16:54:53.749Z Downloaded serde_derive_internals v0.26.0
12622024-03-25T16:54:53.749Z Downloaded hubpack v0.1.2
12632024-03-25T16:54:53.749Z Downloaded tracing v0.1.40
12642024-03-25T16:54:53.749Z Downloaded predicates v3.1.0
12652024-03-25T16:54:53.749Z Downloaded predicates-core v1.0.6
12662024-03-25T16:54:53.749Z Downloaded slog-async v2.8.0
12672024-03-25T16:54:53.749Z Downloaded libm v0.2.7
12682024-03-25T16:54:53.749Z Downloaded same-file v1.0.6
12692024-03-25T16:54:53.749Z Downloaded display-error-chain v0.2.0
12702024-03-25T16:54:53.749Z Downloaded iana-time-zone v0.1.57
12712024-03-25T16:54:53.749Z Downloaded group v0.13.0
12722024-03-25T16:54:53.749Z Downloaded vec_map v0.8.2
12732024-03-25T16:54:53.749Z Downloaded getrandom v0.1.16
12742024-03-25T16:54:53.749Z Downloaded slog-json v2.6.1
12752024-03-25T16:54:53.749Z Downloaded httparse v1.8.0
12762024-03-25T16:54:53.749Z Downloaded dtrace-parser v0.1.14
12772024-03-25T16:54:53.749Z Downloaded fnv v1.0.7
12782024-03-25T16:54:53.750Z Downloaded dhcproto v0.11.0
12792024-03-25T16:54:53.750Z Downloaded proc-macro2 v1.0.78
12802024-03-25T16:54:53.750Z Downloaded sct v0.7.0
12812024-03-25T16:54:53.750Z Downloaded quote v1.0.35
12822024-03-25T16:54:53.750Z Downloaded ppv-lite86 v0.2.17
12832024-03-25T16:54:53.750Z Downloaded dof v0.1.5
12842024-03-25T16:54:53.750Z Downloaded chacha20poly1305 v0.10.1
12852024-03-25T16:54:53.750Z Downloaded dirs-sys v0.4.1
12862024-03-25T16:54:53.750Z Downloaded toml v0.8.10
12872024-03-25T16:54:53.750Z Downloaded bytes v1.5.0
12882024-03-25T16:54:53.750Z Downloaded ahash v0.8.8
12892024-03-25T16:54:53.750Z Downloaded thiserror v1.0.57
12902024-03-25T16:54:53.750Z Downloaded hyper-rustls v0.24.2
12912024-03-25T16:54:53.750Z Downloaded whoami v1.5.0
12922024-03-25T16:54:53.750Z Downloaded yasna v0.5.2
12932024-03-25T16:54:53.750Z Downloaded cc v1.0.83
12942024-03-25T16:54:53.750Z Downloaded crossbeam-utils v0.8.19
12952024-03-25T16:54:53.750Z Downloaded const-oid v0.9.6
12962024-03-25T16:54:53.750Z Downloaded owo-colors v4.0.0
12972024-03-25T16:54:53.750Z Downloaded cookie_store v0.20.0
12982024-03-25T16:54:53.750Z Downloaded addr2line v0.21.0
12992024-03-25T16:54:53.751Z Downloaded ring v0.17.8
13002024-03-25T16:54:53.808Z Downloaded scopeguard v1.2.0
13012024-03-25T16:54:53.811Z Downloaded rustc_version v0.1.7
13022024-03-25T16:54:53.811Z Downloaded serde_spanned v0.6.5
13032024-03-25T16:54:53.811Z Downloaded serde_repr v0.1.16
13042024-03-25T16:54:53.815Z Downloaded semver v0.11.0
13052024-03-25T16:54:53.815Z Downloaded semver v0.1.20
13062024-03-25T16:54:53.815Z Downloaded russh-cryptovec v0.7.0
13072024-03-25T16:54:53.815Z Downloaded proc-macro-error-attr v1.0.4
13082024-03-25T16:54:53.819Z Downloaded humantime v2.1.0
13092024-03-25T16:54:53.819Z Downloaded home v0.5.5
13102024-03-25T16:54:53.819Z Downloaded phf_shared v0.11.2
13112024-03-25T16:54:53.819Z Downloaded poly1305 v0.8.0
13122024-03-25T16:54:53.823Z Downloaded pkg-config v0.3.27
13132024-03-25T16:54:53.823Z Downloaded pkcs8 v0.10.2
13142024-03-25T16:54:53.829Z Downloaded pin-project-lite v0.2.13
13152024-03-25T16:54:53.838Z Downloaded der_derive v0.7.2
13162024-03-25T16:54:53.838Z Downloaded anyhow v1.0.79
13172024-03-25T16:54:53.838Z Downloaded xattr v1.0.1
13182024-03-25T16:54:53.838Z Downloaded parking_lot v0.12.1
13192024-03-25T16:54:53.843Z Downloaded omicron-zone-package v0.11.0
13202024-03-25T16:54:53.843Z Downloaded lock_api v0.4.10
13212024-03-25T16:54:53.843Z Downloaded console v0.15.8
13222024-03-25T16:54:53.847Z Downloaded parse-display-derive v0.9.0
13232024-03-25T16:54:53.847Z Downloaded parking_lot_core v0.8.6
13242024-03-25T16:54:53.847Z Downloaded num-rational v0.4.1
13252024-03-25T16:54:53.858Z Downloaded blowfish v0.9.1
13262024-03-25T16:54:53.858Z Downloaded ring v0.16.20
13272024-03-25T16:54:53.930Z Downloaded flagset v0.4.3
13282024-03-25T16:54:53.934Z Downloaded ed25519 v2.2.2
13292024-03-25T16:54:53.934Z Downloaded pem-rfc7468 v0.7.0
13302024-03-25T16:54:53.934Z Downloaded libsw v3.3.1
13312024-03-25T16:54:53.934Z Downloaded clap_derive v4.5.0
13322024-03-25T16:54:53.937Z Downloaded synstructure v0.12.6
13332024-03-25T16:54:53.937Z Downloaded phf v0.11.2
13342024-03-25T16:54:53.937Z Downloaded arc-swap v1.6.0
13352024-03-25T16:54:53.940Z Downloaded smf v0.2.2
13362024-03-25T16:54:53.945Z Downloaded defmt-macros v0.3.6
13372024-03-25T16:54:53.945Z Downloaded data-encoding v2.4.0
13382024-03-25T16:54:53.948Z Downloaded ciborium v0.2.2
13392024-03-25T16:54:53.948Z Downloaded bzip2 v0.4.4
13402024-03-25T16:54:53.948Z Downloaded block-buffer v0.10.4
13412024-03-25T16:54:53.948Z Downloaded num_enum v0.5.11
13422024-03-25T16:54:53.955Z Downloaded defmt-parser v0.3.3
13432024-03-25T16:54:53.967Z Downloaded debug-ignore v1.0.5
13442024-03-25T16:54:53.968Z Downloaded managed v0.8.0
13452024-03-25T16:54:53.968Z Downloaded memmap v0.7.0
13462024-03-25T16:54:53.968Z Downloaded cobs v0.2.3
13472024-03-25T16:54:53.968Z Downloaded cipher v0.4.4
13482024-03-25T16:54:53.968Z Downloaded allocator-api2 v0.2.16
13492024-03-25T16:54:53.984Z Downloaded cfg-if v1.0.0
13502024-03-25T16:54:53.984Z Downloaded camino-tempfile v1.1.1
13512024-03-25T16:54:53.984Z Downloaded bcrypt-pbkdf v0.10.0
13522024-03-25T16:54:53.984Z Downloaded atomic-waker v1.1.1
13532024-03-25T16:54:53.984Z Downloaded argon2 v0.5.3
13542024-03-25T16:54:53.984Z Downloaded ansi_term v0.12.1
13552024-03-25T16:54:53.984Z Downloaded adler v1.0.2
13562024-03-25T16:54:53.984Z Downloaded derive_more v0.99.17
13572024-03-25T16:54:54.398Z Compiling proc-macro2 v1.0.78
13582024-03-25T16:54:54.399Z Compiling unicode-ident v1.0.12
13592024-03-25T16:54:54.407Z Compiling libc v0.2.153
13602024-03-25T16:54:54.407Z Compiling serde v1.0.197
13612024-03-25T16:54:54.408Z Compiling version_check v0.9.4
13622024-03-25T16:54:54.408Z Compiling cfg-if v1.0.0
13632024-03-25T16:54:54.443Z Compiling autocfg v1.1.0
13642024-03-25T16:54:54.569Z Compiling syn v1.0.109
13652024-03-25T16:54:54.597Z Compiling typenum v1.16.0
13662024-03-25T16:54:54.673Z Compiling once_cell v1.19.0
13672024-03-25T16:54:55.045Z Compiling thiserror v1.0.57
13682024-03-25T16:54:55.208Z Compiling generic-array v0.14.7
13692024-03-25T16:54:55.261Z Compiling lock_api v0.4.10
13702024-03-25T16:54:55.755Z Compiling parking_lot_core v0.9.8
13712024-03-25T16:54:55.762Z Compiling memchr v2.7.1
13722024-03-25T16:54:55.904Z Compiling byteorder v1.5.0
13732024-03-25T16:54:55.916Z Compiling libm v0.2.7
13742024-03-25T16:54:55.929Z Compiling serde_json v1.0.114
13752024-03-25T16:54:56.106Z Compiling num-traits v0.2.18
13762024-03-25T16:54:56.224Z Compiling ahash v0.8.8
13772024-03-25T16:54:56.524Z Compiling itoa v1.0.9
13782024-03-25T16:54:56.614Z Compiling log v0.4.21
13792024-03-25T16:54:56.929Z Compiling quote v1.0.35
13802024-03-25T16:54:57.040Z Compiling scopeguard v1.2.0
13812024-03-25T16:54:57.112Z Compiling slab v0.4.9
13822024-03-25T16:54:57.433Z Compiling syn v2.0.52
13832024-03-25T16:54:57.614Z Compiling getrandom v0.2.12
13842024-03-25T16:54:57.635Z Compiling cc v1.0.83
13852024-03-25T16:54:57.836Z Compiling rand_core v0.6.4
13862024-03-25T16:54:58.339Z Compiling allocator-api2 v0.2.16
13872024-03-25T16:54:58.393Z Compiling ryu v1.0.15
13882024-03-25T16:54:58.501Z Compiling smallvec v1.13.1
13892024-03-25T16:54:58.637Z Compiling pkg-config v0.3.27
13902024-03-25T16:54:58.775Z Compiling subtle v2.5.0
13912024-03-25T16:54:58.940Z Compiling pin-project-lite v0.2.13
13922024-03-25T16:54:59.085Z Compiling heck v0.4.1
13932024-03-25T16:54:59.545Z Compiling equivalent v1.0.1
13942024-03-25T16:54:59.553Z Compiling schemars v0.8.16
13952024-03-25T16:54:59.553Z Compiling parking_lot v0.12.1
13962024-03-25T16:54:59.574Z Compiling time-core v0.1.2
13972024-03-25T16:54:59.749Z Compiling num-conv v0.1.0
13982024-03-25T16:54:59.763Z Compiling signal-hook-registry v1.4.1
13992024-03-25T16:55:00.014Z Compiling time-macros v0.2.17
14002024-03-25T16:55:00.682Z Compiling vcpkg v0.2.15
14012024-03-25T16:55:01.192Z Compiling ring v0.17.8
14022024-03-25T16:55:01.370Z Compiling mio v0.8.11
14032024-03-25T16:55:02.635Z Compiling fnv v1.0.7
14042024-03-25T16:55:02.658Z Compiling httparse v1.8.0
14052024-03-25T16:55:02.760Z Compiling const-oid v0.9.6
14062024-03-25T16:55:02.985Z Compiling openssl-sys v0.9.96
14072024-03-25T16:55:03.085Z Compiling socket2 v0.5.5
14082024-03-25T16:55:03.130Z Compiling num_cpus v1.16.0
14092024-03-25T16:55:03.266Z Compiling ucd-trie v0.1.6
14102024-03-25T16:55:03.872Z Compiling futures-core v0.3.30
14112024-03-25T16:55:03.978Z Compiling ring v0.16.20
14122024-03-25T16:55:04.057Z Compiling semver v1.0.22
14132024-03-25T16:55:04.126Z Compiling openssl v0.10.60
14142024-03-25T16:55:04.517Z Compiling futures-sink v0.3.30
14152024-03-25T16:55:04.536Z Compiling iana-time-zone v0.1.57
14162024-03-25T16:55:04.556Z Compiling native-tls v0.2.11
14172024-03-25T16:55:04.671Z Compiling slog v2.7.0
14182024-03-25T16:55:04.835Z Compiling serde_derive_internals v0.26.0
14192024-03-25T16:55:05.093Z Compiling spin v0.5.2
14202024-03-25T16:55:05.109Z Compiling rustls v0.21.9
14212024-03-25T16:55:05.197Z Compiling futures-channel v0.3.30
14222024-03-25T16:55:05.365Z Compiling cookie v0.17.0
14232024-03-25T16:55:05.575Z Compiling pin-utils v0.1.0
14242024-03-25T16:55:05.602Z Compiling futures-io v0.3.30
14252024-03-25T16:55:05.662Z Compiling rustix v0.38.31
14262024-03-25T16:55:05.688Z Compiling futures-task v0.3.30
14272024-03-25T16:55:05.993Z Compiling aho-corasick v1.1.2
14282024-03-25T16:55:06.839Z Compiling regex-syntax v0.8.2
14292024-03-25T16:55:06.843Z Compiling tinyvec_macros v0.1.1
14302024-03-25T16:55:06.843Z Compiling cpufeatures v0.2.12
14312024-03-25T16:55:06.843Z Compiling crossbeam-utils v0.8.19
14322024-03-25T16:55:06.843Z Compiling async-trait v0.1.77
14332024-03-25T16:55:07.108Z Compiling uuid v0.8.2
14342024-03-25T16:55:07.145Z Compiling dyn-clone v1.0.17
14352024-03-25T16:55:07.294Z Compiling tinyvec v1.6.0
14362024-03-25T16:55:08.614Z Compiling backtrace v0.3.69
14372024-03-25T16:55:08.749Z Compiling unicode-normalization v0.1.22
14382024-03-25T16:55:09.785Z Compiling unicode-bidi v0.3.15
14392024-03-25T16:55:09.942Z Compiling regex-automata v0.4.5
14402024-03-25T16:55:10.318Z Compiling tracing-core v0.1.32
14412024-03-25T16:55:11.786Z Compiling ppv-lite86 v0.2.17
14422024-03-25T16:55:11.962Z Compiling anyhow v1.0.79
14432024-03-25T16:55:12.099Z Compiling spin v0.9.8
14442024-03-25T16:55:12.164Z Compiling serde_derive v1.0.197
14452024-03-25T16:55:12.322Z Compiling zeroize_derive v1.4.2
14462024-03-25T16:55:12.492Z Compiling zerocopy-derive v0.7.32
14472024-03-25T16:55:12.495Z Compiling thiserror-impl v1.0.57
14482024-03-25T16:55:12.534Z Compiling tokio-macros v2.2.0
14492024-03-25T16:55:12.654Z Compiling futures-macro v0.3.30
14502024-03-25T16:55:13.264Z Compiling tracing-attributes v0.1.27
14512024-03-25T16:55:13.957Z Compiling zeroize v1.7.0
14522024-03-25T16:55:14.330Z Compiling schemars_derive v0.8.16
14532024-03-25T16:55:14.863Z Compiling zerocopy v0.7.32
14542024-03-25T16:55:15.734Z Compiling crypto-common v0.1.6
14552024-03-25T16:55:15.906Z Compiling block-buffer v0.10.4
14562024-03-25T16:55:16.158Z Compiling pest v2.7.6
14572024-03-25T16:55:16.228Z Compiling digest v0.10.7
14582024-03-25T16:55:16.573Z Compiling openssl-macros v0.1.1
14592024-03-25T16:55:18.981Z Compiling hashbrown v0.14.3
14602024-03-25T16:55:19.438Z Compiling futures-util v0.3.30
14612024-03-25T16:55:19.439Z Compiling der_derive v0.7.2
14622024-03-25T16:55:19.439Z Compiling pest_meta v2.7.6
14632024-03-25T16:55:19.439Z Compiling regex v1.10.3
14642024-03-25T16:55:20.178Z Compiling pest_generator v2.7.6
14652024-03-25T16:55:20.318Z Compiling tracing v0.1.40
14662024-03-25T16:55:21.004Z Compiling percent-encoding v2.3.1
14672024-03-25T16:55:21.342Z Compiling unicode-xid v0.2.4
14682024-03-25T16:55:21.532Z Compiling powerfmt v0.2.0
14692024-03-25T16:55:22.191Z Compiling deranged v0.3.11
14702024-03-25T16:55:22.489Z Compiling synstructure v0.12.6
14712024-03-25T16:55:22.814Z Compiling scroll_derive v0.12.0
14722024-03-25T16:55:23.606Z Compiling pest_derive v2.7.6
14732024-03-25T16:55:24.278Z Compiling winnow v0.5.15
14742024-03-25T16:55:24.303Z Compiling crc32fast v1.3.2
14752024-03-25T16:55:24.376Z Compiling unicode-width v0.1.11
14762024-03-25T16:55:24.525Z Compiling num_threads v0.1.6
14772024-03-25T16:55:31.317Z Compiling time v0.3.34
14782024-03-25T16:55:31.586Z Compiling zerocopy-derive v0.2.0
14792024-03-25T16:55:31.586Z Compiling rand_chacha v0.3.1
14802024-03-25T16:55:31.586Z Compiling bytes v1.5.0
14812024-03-25T16:55:31.670Z Compiling indexmap v2.2.5
14822024-03-25T16:55:31.670Z Compiling tokio v1.36.0
14832024-03-25T16:55:31.670Z Compiling chrono v0.4.34
14842024-03-25T16:55:31.670Z Compiling uuid v1.7.0
14852024-03-25T16:55:31.670Z Compiling http v0.2.12
14862024-03-25T16:55:31.671Z Compiling bitflags v2.4.2
14872024-03-25T16:55:31.671Z Compiling rustc_version v0.4.0
14882024-03-25T16:55:31.671Z Compiling toml_datetime v0.6.5
14892024-03-25T16:55:31.671Z Compiling serde_spanned v0.6.5
14902024-03-25T16:55:31.672Z Compiling toml_edit v0.19.15
14912024-03-25T16:55:32.296Z Compiling thread-id v4.2.0
14922024-03-25T16:55:33.974Z Compiling openapiv3 v2.0.0
14932024-03-25T16:55:36.192Z Compiling rand v0.8.5
14942024-03-25T16:55:36.218Z Compiling form_urlencoded v1.2.1
14952024-03-25T16:55:36.600Z Compiling foreign-types-shared v0.1.1
14962024-03-25T16:55:36.713Z Compiling untrusted v0.7.1
14972024-03-25T16:55:36.900Z Compiling untrusted v0.9.0
14982024-03-25T16:55:37.507Z Compiling tokio-util v0.7.10
14992024-03-25T16:55:38.315Z Compiling foreign-types v0.3.2
15002024-03-25T16:55:39.222Z Compiling errno v0.3.8
15012024-03-25T16:55:39.827Z Compiling usdt-impl v0.3.5
15022024-03-25T16:55:39.831Z Compiling base64 v0.21.7
15032024-03-25T16:55:39.831Z Compiling try-lock v0.2.4
15042024-03-25T16:55:39.913Z Compiling want v0.3.1
15052024-03-25T16:55:40.473Z Compiling sct v0.7.0
15062024-03-25T16:55:41.632Z Compiling rustls-webpki v0.101.7
15072024-03-25T16:55:41.795Z Compiling h2 v0.3.24
15082024-03-25T16:55:42.346Z Compiling http-body v0.4.5
15092024-03-25T16:55:42.767Z Compiling idna v0.5.0
15102024-03-25T16:55:43.675Z Compiling num-bigint v0.4.4
15112024-03-25T16:55:43.955Z Compiling usdt-impl v0.5.0
15122024-03-25T16:55:44.332Z Compiling httpdate v1.0.3
15132024-03-25T16:55:44.484Z Compiling tower-service v0.3.2
15142024-03-25T16:55:44.508Z Compiling rustversion v1.0.14
15152024-03-25T16:55:44.597Z Compiling openssl-probe v0.1.5
15162024-03-25T16:55:44.758Z Compiling url v2.5.0
15172024-03-25T16:55:46.117Z Compiling heapless v0.7.16
15182024-03-25T16:55:46.648Z Compiling zerocopy v0.3.0
15192024-03-25T16:55:46.663Z Compiling serde_tokenstream v0.2.0
15202024-03-25T16:55:46.927Z Compiling scroll v0.12.0
15212024-03-25T16:55:47.198Z Compiling idna v0.3.0
15222024-03-25T16:55:47.218Z Compiling lazy_static v1.4.0
15232024-03-25T16:55:47.493Z Compiling bzip2-sys v0.1.11+1.0.8
15242024-03-25T16:55:47.519Z Compiling base64ct v1.6.0
15252024-03-25T16:55:48.538Z Compiling adler v1.0.2
15262024-03-25T16:55:48.569Z Compiling plain v0.2.3
15272024-03-25T16:55:48.569Z Compiling signal-hook v0.3.17
15282024-03-25T16:55:48.569Z Compiling hyper v0.14.28
15292024-03-25T16:55:48.579Z Compiling psl-types v2.0.11
15302024-03-25T16:55:48.681Z Compiling goblin v0.8.0
15312024-03-25T16:55:48.742Z Compiling publicsuffix v2.2.3
15322024-03-25T16:55:48.786Z Compiling miniz_oxide v0.7.1
15332024-03-25T16:55:49.639Z Compiling tokio-rustls v0.24.1
15342024-03-25T16:55:50.457Z Compiling dof v0.1.5
15352024-03-25T16:55:50.876Z Compiling tokio-native-tls v0.3.1
15362024-03-25T16:55:50.876Z Compiling crossbeam-epoch v0.9.18
15372024-03-25T16:55:50.967Z Compiling dtrace-parser v0.1.14
15382024-03-25T16:55:51.180Z Compiling pretty-hex v0.4.1
15392024-03-25T16:55:51.426Z Compiling ipnet v2.9.0
15402024-03-25T16:55:52.325Z Compiling cookie_store v0.20.0
15412024-03-25T16:55:53.085Z Compiling rustls-pemfile v1.0.3
15422024-03-25T16:55:53.104Z Compiling serde_urlencoded v0.7.1
15432024-03-25T16:55:53.473Z Compiling serde_tokenstream v0.1.7
15442024-03-25T16:55:53.718Z Compiling dtrace-parser v0.2.0
15452024-03-25T16:55:53.865Z Compiling enum-as-inner v0.5.1
15462024-03-25T16:55:54.037Z Compiling encoding_rs v0.8.33
15472024-03-25T16:55:54.058Z Compiling either v1.10.0
15482024-03-25T16:55:54.474Z Compiling dof v0.3.0
15492024-03-25T16:55:54.833Z Compiling sync_wrapper v0.1.2
15502024-03-25T16:55:54.878Z Compiling webpki-roots v0.25.2
15512024-03-25T16:55:55.021Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15522024-03-25T16:55:55.041Z Compiling smoltcp v0.9.1
15532024-03-25T16:55:55.544Z Compiling hyper-tls v0.5.0
15542024-03-25T16:55:55.667Z Compiling hyper-rustls v0.24.2
15552024-03-25T16:55:55.778Z Compiling mime v0.3.17
15562024-03-25T16:55:55.824Z Compiling gimli v0.28.0
15572024-03-25T16:55:55.871Z Compiling pem-rfc7468 v0.7.0
15582024-03-25T16:55:56.393Z Compiling reqwest v0.11.24
15592024-03-25T16:55:56.830Z Compiling hmac v0.12.1
15602024-03-25T16:55:57.119Z Compiling object v0.32.1
15612024-03-25T16:55:58.118Z Compiling unicode-segmentation v1.10.1
15622024-03-25T16:55:58.178Z Compiling siphasher v0.3.11
15632024-03-25T16:55:58.251Z Compiling flagset v0.4.3
15642024-03-25T16:55:58.454Z Compiling rustc-demangle v0.1.23
15652024-03-25T16:55:58.541Z Compiling der v0.7.8
15662024-03-25T16:55:59.080Z Compiling flate2 v1.0.28
15672024-03-25T16:55:59.300Z Compiling usdt-attr-macro v0.3.5
15682024-03-25T16:55:59.431Z Compiling usdt-macro v0.3.5
15692024-03-25T16:56:00.029Z Compiling addr2line v0.21.0
15702024-03-25T16:56:00.771Z Compiling futures-executor v0.3.30
15712024-03-25T16:56:00.843Z Compiling hubpack_derive v0.1.1
15722024-03-25T16:56:01.023Z Compiling zerocopy-derive v0.6.4
15732024-03-25T16:56:03.335Z Compiling winnow v0.6.1
15742024-03-25T16:56:03.945Z Compiling utf8parse v0.2.1
15752024-03-25T16:56:04.111Z Compiling anstyle v1.0.2
15762024-03-25T16:56:04.149Z Compiling anstyle-parse v0.2.1
15772024-03-25T16:56:04.495Z Compiling sha2 v0.10.8
15782024-03-25T16:56:06.911Z Compiling toml_edit v0.22.6
15792024-03-25T16:56:08.925Z Compiling futures v0.3.30
15802024-03-25T16:56:09.055Z Compiling spki v0.7.2
15812024-03-25T16:56:10.305Z Compiling md-5 v0.10.5
15822024-03-25T16:56:10.563Z Compiling toml v0.7.8
15832024-03-25T16:56:10.696Z Compiling hex v0.4.3
15842024-03-25T16:56:10.975Z Compiling regress v0.9.0
15852024-03-25T16:56:11.286Z Compiling block-padding v0.3.3
15862024-03-25T16:56:11.571Z Compiling clap_derive v4.5.0
15872024-03-25T16:56:11.826Z Compiling stringprep v0.1.3
15882024-03-25T16:56:12.340Z Compiling diesel_table_macro_syntax v0.1.0
15892024-03-25T16:56:12.740Z Compiling num-integer v0.1.46
15902024-03-25T16:56:12.841Z Compiling hash32 v0.2.1
15912024-03-25T16:56:13.432Z Compiling fallible-iterator v0.2.0
15922024-03-25T16:56:13.527Z Compiling colorchoice v1.0.0
15932024-03-25T16:56:13.692Z Compiling stable_deref_trait v1.2.0
15942024-03-25T16:56:13.802Z Compiling anstyle-query v1.0.0
15952024-03-25T16:56:13.947Z Compiling anstream v0.6.11
15962024-03-25T16:56:14.134Z Compiling postgres-protocol v0.6.6
15972024-03-25T16:56:14.687Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
15982024-03-25T16:56:16.223Z Compiling diesel_derives v2.1.2
15992024-03-25T16:56:16.671Z Compiling inout v0.1.3
16002024-03-25T16:56:17.186Z Compiling pkcs8 v0.10.2
16012024-03-25T16:56:18.059Z Compiling phf_shared v0.11.2
16022024-03-25T16:56:18.293Z Compiling strum_macros v0.25.2
16032024-03-25T16:56:18.822Z Compiling terminal_size v0.3.0
16042024-03-25T16:56:19.004Z Compiling ff v0.13.0
16052024-03-25T16:56:19.228Z Compiling serde_repr v0.1.16
16062024-03-25T16:56:19.264Z Compiling scheduled-thread-pool v0.2.7
16072024-03-25T16:56:20.199Z Compiling base16ct v0.2.0
16082024-03-25T16:56:20.306Z Compiling bit-vec v0.6.3
16092024-03-25T16:56:20.417Z Compiling bitflags v1.3.2
16102024-03-25T16:56:20.525Z Compiling matches v0.1.10
16112024-03-25T16:56:20.545Z Compiling strsim v0.11.0
16122024-03-25T16:56:20.628Z Compiling data-encoding v2.4.0
16132024-03-25T16:56:20.732Z Compiling managed v0.8.0
16142024-03-25T16:56:21.521Z Compiling regex-automata v0.1.10
16152024-03-25T16:56:22.843Z Compiling clap_lex v0.7.0
16162024-03-25T16:56:22.843Z Compiling clap_builder v4.5.1
16172024-03-25T16:56:22.843Z Compiling bstr v0.2.17
16182024-03-25T16:56:24.037Z Compiling idna v0.2.3
16192024-03-25T16:56:25.321Z Compiling sec1 v0.7.3
16202024-03-25T16:56:25.634Z Compiling r2d2 v0.8.10
16212024-03-25T16:56:25.957Z Compiling group v0.13.0
16222024-03-25T16:56:26.189Z Compiling phf v0.11.2
16232024-03-25T16:56:26.528Z Compiling signal-hook-mio v0.2.3
16242024-03-25T16:56:26.586Z Compiling bzip2 v0.4.4
16252024-03-25T16:56:26.672Z Compiling cipher v0.4.4
16262024-03-25T16:56:26.694Z Compiling postgres-types v0.2.6
16272024-03-25T16:56:27.184Z Compiling zerocopy v0.6.4
16282024-03-25T16:56:28.028Z Compiling hubpack v0.1.2
16292024-03-25T16:56:28.176Z Compiling phf_shared v0.10.0
16302024-03-25T16:56:28.279Z Compiling hkdf v0.12.4
16312024-03-25T16:56:28.496Z Compiling ipnetwork v0.20.0
16322024-03-25T16:56:28.542Z Compiling crypto-bigint v0.5.2
16332024-03-25T16:56:31.753Z Compiling float-cmp v0.9.0
16342024-03-25T16:56:32.218Z Compiling minimal-lexical v0.2.1
16352024-03-25T16:56:32.484Z Compiling precomputed-hash v0.1.1
16362024-03-25T16:56:32.655Z Compiling static_assertions v1.1.0
16372024-03-25T16:56:32.743Z Compiling whoami v1.5.0
16382024-03-25T16:56:32.764Z Compiling difflib v0.4.0
16392024-03-25T16:56:33.457Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16402024-03-25T16:56:34.370Z Compiling new_debug_unreachable v1.0.4
16412024-03-25T16:56:34.491Z Compiling fixedbitset v0.4.2
16422024-03-25T16:56:34.659Z Compiling predicates-core v1.0.6
16432024-03-25T16:56:34.948Z Compiling normalize-line-endings v0.3.0
16442024-03-25T16:56:35.033Z Compiling petgraph v0.6.4
16452024-03-25T16:56:35.077Z Compiling predicates v3.1.0
16462024-03-25T16:56:35.451Z Compiling string_cache v0.8.7
16472024-03-25T16:56:35.861Z Compiling trust-dns-proto v0.22.0
16482024-03-25T16:56:36.683Z Compiling tokio-postgres v0.7.10
16492024-03-25T16:56:36.877Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16502024-03-25T16:56:37.100Z Compiling diesel v2.1.4
16512024-03-25T16:56:38.647Z Compiling nom v7.1.3
16522024-03-25T16:56:39.040Z Compiling elliptic-curve v0.13.8
16532024-03-25T16:56:39.869Z Compiling yasna v0.5.2
16542024-03-25T16:56:40.160Z Compiling zip v0.6.6
16552024-03-25T16:56:41.563Z Compiling crossterm v0.27.0
16562024-03-25T16:56:41.768Z Compiling clap v4.5.1
16572024-03-25T16:56:42.178Z Compiling similar v2.4.0
16582024-03-25T16:56:42.252Z Compiling bit-set v0.5.3
16592024-03-25T16:56:42.306Z Compiling num-iter v0.1.44
16602024-03-25T16:56:42.362Z Compiling usdt v0.3.5
16612024-03-25T16:56:42.485Z Compiling itertools v0.10.5
16622024-03-25T16:56:42.543Z Compiling console v0.15.8
16632024-03-25T16:56:42.635Z Compiling tokio-stream v0.1.14
16642024-03-25T16:56:43.361Z Compiling bstr v1.9.0
16652024-03-25T16:56:43.999Z Compiling lalrpop-util v0.19.12
16662024-03-25T16:56:46.200Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16672024-03-25T16:56:46.342Z Compiling getopts v0.2.21
16682024-03-25T16:56:46.640Z Compiling unsafe-libyaml v0.2.10
16692024-03-25T16:56:47.660Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16702024-03-25T16:56:48.240Z Compiling serde_yaml v0.9.25
16712024-03-25T16:56:50.956Z Compiling camino v1.1.6
16722024-03-25T16:56:56.300Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16732024-03-25T16:57:08.648Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16742024-03-25T16:57:10.089Z Compiling strsim v0.10.0
16752024-03-25T16:57:10.939Z Compiling ident_case v1.0.1
16762024-03-25T16:57:11.126Z Compiling darling_core v0.20.3
16772024-03-25T16:57:14.408Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16782024-03-25T16:57:20.964Z Compiling darling_macro v0.20.3
16792024-03-25T16:57:21.994Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16802024-03-25T16:57:23.311Z Compiling sha1 v0.10.6
16812024-03-25T16:57:23.542Z Compiling darling v0.20.3
16822024-03-25T16:57:23.662Z Compiling atty v0.2.14
16832024-03-25T16:57:23.768Z Compiling match_cfg v0.1.0
16842024-03-25T16:57:23.816Z Compiling dirs-sys-next v0.1.2
16852024-03-25T16:57:23.854Z Compiling rustls-pki-types v1.3.0
16862024-03-25T16:57:23.875Z Compiling hostname v0.3.1
16872024-03-25T16:57:24.106Z Compiling dirs-next v2.0.0
16882024-03-25T16:57:24.409Z Compiling thread_local v1.1.7
16892024-03-25T16:57:24.445Z Compiling slog-async v2.8.0
16902024-03-25T16:57:24.572Z Compiling rustls v0.22.2
16912024-03-25T16:57:24.815Z Compiling rustls-webpki v0.102.1
16922024-03-25T16:57:24.893Z Compiling term v0.7.0
16932024-03-25T16:57:24.997Z Compiling crossbeam-channel v0.5.8
16942024-03-25T16:57:25.020Z Compiling multer v3.0.0
16952024-03-25T16:57:25.317Z Compiling instant v0.1.12
16962024-03-25T16:57:25.465Z Compiling paste v1.0.14
16972024-03-25T16:57:25.684Z Compiling take_mut v0.2.2
16982024-03-25T16:57:26.036Z Compiling slog-term v2.9.0
16992024-03-25T16:57:26.118Z Compiling slog-json v2.6.1
17002024-03-25T16:57:26.144Z Compiling http v1.0.0
17012024-03-25T16:57:26.469Z Compiling async-stream-impl v0.3.5
17022024-03-25T16:57:26.576Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17032024-03-25T16:57:26.907Z Compiling debug-ignore v1.0.5
17042024-03-25T16:57:27.000Z Compiling atomic-waker v1.1.1
17052024-03-25T16:57:27.120Z Compiling waitgroup v0.1.2
17062024-03-25T16:57:27.150Z Compiling slog-bunyan v2.5.0
17072024-03-25T16:57:27.329Z Compiling rustls-pemfile v2.1.1
17082024-03-25T16:57:27.357Z Compiling serde_with_macros v3.6.1
17092024-03-25T16:57:27.374Z Compiling toml v0.8.10
17102024-03-25T16:57:27.896Z Compiling async-stream v0.3.5
17112024-03-25T16:57:28.240Z Compiling strum_macros v0.26.1
17122024-03-25T16:57:28.477Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17132024-03-25T16:57:28.744Z Compiling serde_path_to_error v0.1.16
17142024-03-25T16:57:28.827Z Compiling structmeta-derive v0.3.0
17152024-03-25T16:57:29.062Z Compiling newtype-uuid v1.0.1
17162024-03-25T16:57:29.364Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17172024-03-25T16:57:29.598Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17182024-03-25T16:57:29.828Z Compiling backoff v0.4.0
17192024-03-25T16:57:30.130Z Compiling tokio-rustls v0.25.0
17202024-03-25T16:57:30.173Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17212024-03-25T16:57:30.356Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17222024-03-25T16:57:30.524Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
17232024-03-25T16:57:30.632Z Compiling serde_with v3.6.1
17242024-03-25T16:57:31.129Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17252024-03-25T16:57:31.293Z Compiling macaddr v1.0.1
17262024-03-25T16:57:31.791Z Compiling proc-macro-error-attr v1.0.4
17272024-03-25T16:57:32.061Z Compiling structmeta v0.3.0
17282024-03-25T16:57:32.201Z Compiling proc-macro-crate v1.3.1
17292024-03-25T16:57:32.526Z Compiling parse-display-derive v0.9.0
17302024-03-25T16:57:33.785Z Compiling proc-macro-error v1.0.4
17312024-03-25T16:57:33.793Z Compiling strum v0.26.1
17322024-03-25T16:57:33.794Z Compiling heapless v0.8.0
17332024-03-25T16:57:33.917Z Compiling num_enum_derive v0.5.11
17342024-03-25T16:57:34.531Z Compiling hash32 v0.3.1
17352024-03-25T16:57:34.768Z Compiling smoltcp v0.11.0
17362024-03-25T16:57:35.359Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17372024-03-25T16:57:36.266Z Compiling cobs v0.2.3
17382024-03-25T16:57:36.521Z Compiling embedded-io v0.4.0
17392024-03-25T16:57:36.603Z Compiling fastrand v2.0.1
17402024-03-25T16:57:36.755Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17412024-03-25T16:57:36.779Z Compiling num_enum v0.5.11
17422024-03-25T16:57:36.918Z Compiling tempfile v3.10.0
17432024-03-25T16:57:37.066Z Compiling postcard v1.0.8
17442024-03-25T16:57:37.156Z Compiling foreign-types-macros v0.2.3
17452024-03-25T16:57:37.479Z Compiling parse-display v0.9.0
17462024-03-25T16:57:37.796Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17472024-03-25T16:57:37.868Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17482024-03-25T16:57:37.885Z Compiling foreign-types-shared v0.3.1
17492024-03-25T16:57:38.011Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17502024-03-25T16:57:38.090Z Compiling crucible-workspace-hack v0.1.0
17512024-03-25T16:57:38.224Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17522024-03-25T16:57:38.340Z Compiling tabwriter v1.4.0
17532024-03-25T16:57:38.394Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17542024-03-25T16:57:38.411Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17552024-03-25T16:57:38.446Z Compiling foreign-types v0.5.0
17562024-03-25T16:57:38.570Z Compiling cstr-argument v0.1.2
17572024-03-25T16:57:38.819Z Compiling pretty-hex v0.2.1
17582024-03-25T16:57:38.839Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17592024-03-25T16:57:39.009Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17602024-03-25T16:57:39.154Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17612024-03-25T16:57:39.293Z Compiling colored v2.1.0
17622024-03-25T16:57:39.314Z Compiling socket2 v0.4.9
17632024-03-25T16:57:39.744Z Compiling platforms v3.0.2
17642024-03-25T16:57:39.744Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17652024-03-25T16:57:39.744Z Compiling camino-tempfile v1.1.1
17662024-03-25T16:57:39.745Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17672024-03-25T16:57:39.745Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
17682024-03-25T16:57:39.745Z Compiling num-derive v0.4.0
17692024-03-25T16:57:40.164Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
17702024-03-25T16:57:40.239Z Compiling smf v0.2.2
17712024-03-25T16:57:40.614Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17722024-03-25T16:57:40.633Z Compiling unicase v2.7.0
17732024-03-25T16:57:40.953Z Compiling rayon-core v1.12.1
17742024-03-25T16:57:41.223Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17752024-03-25T16:57:41.252Z Compiling semver v0.1.20
17762024-03-25T16:57:41.704Z Compiling rustc_version v0.1.7
17772024-03-25T16:57:41.970Z Compiling curve25519-dalek v4.1.1
17782024-03-25T16:57:42.159Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
17792024-03-25T16:57:42.195Z Compiling crossbeam-deque v0.8.3
17802024-03-25T16:57:42.260Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17812024-03-25T16:57:42.541Z Compiling universal-hash v0.5.1
17822024-03-25T16:57:42.604Z Compiling opaque-debug v0.3.0
17832024-03-25T16:57:42.730Z Compiling same-file v1.0.6
17842024-03-25T16:57:42.952Z Compiling walkdir v2.4.0
17852024-03-25T16:57:42.978Z Compiling newtype_derive v0.1.6
17862024-03-25T16:57:43.271Z Compiling semver-parser v0.10.2
17872024-03-25T16:57:43.322Z Compiling signature v2.1.0
17882024-03-25T16:57:43.574Z Compiling curve25519-dalek-derive v0.1.0
17892024-03-25T16:57:43.716Z Compiling blake3 v1.5.0
17902024-03-25T16:57:43.716Z Compiling num-rational v0.4.1
17912024-03-25T16:57:43.963Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17922024-03-25T16:57:44.054Z Compiling getrandom v0.1.16
17932024-03-25T16:57:44.365Z Compiling semver v0.11.0
17942024-03-25T16:57:44.649Z Compiling rayon v1.9.0
17952024-03-25T16:57:44.992Z Compiling usdt-macro v0.5.0
17962024-03-25T16:57:45.458Z Compiling usdt-attr-macro v0.5.0
17972024-03-25T16:57:45.469Z Compiling heck v0.3.3
17982024-03-25T16:57:45.469Z Compiling textwrap v0.11.0
17992024-03-25T16:57:45.583Z Compiling password-hash v0.5.0
18002024-03-25T16:57:45.737Z Compiling blake2 v0.10.6
18012024-03-25T16:57:45.882Z Compiling memmap v0.7.0
18022024-03-25T16:57:46.261Z Compiling filetime v0.2.23
18032024-03-25T16:57:46.525Z Compiling memmap2 v0.7.1
18042024-03-25T16:57:46.651Z Compiling xattr v1.0.1
18052024-03-25T16:57:46.724Z Compiling vec_map v0.8.2
18062024-03-25T16:57:46.760Z Compiling home v0.5.5
18072024-03-25T16:57:46.916Z Compiling libefi-sys v0.1.0
18082024-03-25T16:57:46.958Z Compiling arrayvec v0.7.4
18092024-03-25T16:57:47.016Z Compiling parking_lot_core v0.8.6
18102024-03-25T16:57:47.021Z Compiling linked-hash-map v0.5.6
18112024-03-25T16:57:47.184Z Compiling arrayref v0.3.7
18122024-03-25T16:57:47.226Z Compiling ansi_term v0.12.1
18132024-03-25T16:57:47.294Z Compiling constant_time_eq v0.3.0
18142024-03-25T16:57:47.353Z Compiling strsim v0.8.0
18152024-03-25T16:57:47.391Z Compiling base64 v0.22.0
18162024-03-25T16:57:47.480Z Compiling quick-error v1.2.3
18172024-03-25T16:57:47.526Z Compiling lru-cache v0.1.2
18182024-03-25T16:57:48.030Z Compiling resolv-conf v0.7.0
18192024-03-25T16:57:48.042Z Compiling clap v2.34.0
18202024-03-25T16:57:48.042Z Compiling toolchain_find v0.2.0
18212024-03-25T16:57:48.042Z Compiling tar v0.4.40
18222024-03-25T16:57:48.179Z Compiling usdt v0.5.0
18232024-03-25T16:57:48.431Z Compiling argon2 v0.5.3
18242024-03-25T16:57:48.475Z Compiling structopt-derive v0.4.18
18252024-03-25T16:57:51.194Z Compiling rfc6979 v0.4.0
18262024-03-25T16:57:51.198Z Compiling toml v0.5.11
18272024-03-25T16:57:51.198Z Compiling aead v0.5.2
18282024-03-25T16:57:51.406Z Compiling num-complex v0.4.4
18292024-03-25T16:57:51.523Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18302024-03-25T16:57:51.612Z Compiling nibble_vec v0.1.0
18312024-03-25T16:57:51.814Z Compiling slog-dtrace v0.3.0
18322024-03-25T16:57:51.925Z Compiling keccak v0.1.4
18332024-03-25T16:57:52.008Z Compiling utf-8 v0.7.6
18342024-03-25T16:57:52.117Z Compiling topological-sort v0.2.2
18352024-03-25T16:57:52.314Z Compiling endian-type v0.1.2
18362024-03-25T16:57:52.335Z Compiling arc-swap v1.6.0
18372024-03-25T16:57:52.491Z Compiling cancel-safe-futures v0.1.5
18382024-03-25T16:57:52.537Z Compiling winapi v0.3.9
18392024-03-25T16:57:52.869Z Compiling slog-scope v4.4.0
18402024-03-25T16:57:52.930Z Compiling rustfmt-wrapper v0.2.0
18412024-03-25T16:57:52.991Z Compiling radix_trie v0.2.1
18422024-03-25T16:57:53.847Z Compiling num v0.4.1
18432024-03-25T16:57:53.852Z Compiling omicron-zone-package v0.11.0
18442024-03-25T16:57:53.852Z Compiling sha3 v0.10.8
18452024-03-25T16:57:53.852Z Compiling tungstenite v0.20.1
18462024-03-25T16:57:53.878Z Compiling structopt v0.3.26
18472024-03-25T16:57:53.949Z Compiling ecdsa v0.16.9
18482024-03-25T16:57:54.273Z Compiling rand_core v0.5.1
18492024-03-25T16:57:54.555Z Compiling steno v0.4.0
18502024-03-25T16:57:54.767Z Compiling mime_guess v2.0.4
18512024-03-25T16:57:54.802Z Compiling trust-dns-resolver v0.22.0
18522024-03-25T16:57:55.737Z Compiling poly1305 v0.8.0
18532024-03-25T16:57:56.070Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18542024-03-25T16:57:56.150Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18552024-03-25T16:57:56.766Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18562024-03-25T16:57:56.809Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18572024-03-25T16:57:57.302Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18582024-03-25T16:57:57.541Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18592024-03-25T16:57:57.829Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18602024-03-25T16:57:58.269Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18612024-03-25T16:57:58.530Z Compiling primeorder v0.13.6
18622024-03-25T16:57:58.550Z Compiling chacha20 v0.9.1
18632024-03-25T16:57:59.025Z Compiling secrecy v0.8.0
18642024-03-25T16:57:59.135Z Compiling thiserror-impl-no-std v2.0.2
18652024-03-25T16:57:59.290Z Compiling half v2.3.1
18662024-03-25T16:57:59.867Z Compiling humantime v2.1.0
18672024-03-25T16:58:00.122Z Compiling convert_case v0.4.0
18682024-03-25T16:58:00.427Z Compiling ciborium-io v0.2.2
18692024-03-25T16:58:00.564Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18702024-03-25T16:58:00.727Z Compiling option-ext v0.2.0
18712024-03-25T16:58:00.745Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18722024-03-25T16:58:00.860Z Compiling dirs-sys v0.4.1
18732024-03-25T16:58:01.148Z Compiling derive_more v0.99.17
18742024-03-25T16:58:01.329Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18752024-03-25T16:58:01.559Z Compiling ciborium-ll v0.2.2
18762024-03-25T16:58:01.982Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
18772024-03-25T16:58:02.538Z Compiling parking_lot v0.11.2
18782024-03-25T16:58:02.595Z Compiling thiserror-no-std v2.0.2
18792024-03-25T16:58:02.705Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18802024-03-25T16:58:02.726Z Compiling rand_chacha v0.2.2
18812024-03-25T16:58:02.747Z Compiling tokio-tungstenite v0.20.1
18822024-03-25T16:58:03.390Z Compiling trust-dns-client v0.22.0
18832024-03-25T16:58:03.499Z Compiling slog-stdlog v4.1.1
18842024-03-25T16:58:03.873Z Compiling ed25519 v2.2.2
18852024-03-25T16:58:04.225Z Compiling polyval v0.6.1
18862024-03-25T16:58:04.244Z Compiling blowfish v0.9.1
18872024-03-25T16:58:04.248Z Compiling aes v0.8.3
18882024-03-25T16:58:04.342Z Compiling ctr v0.9.2
18892024-03-25T16:58:04.629Z Compiling password-hash v0.4.2
18902024-03-25T16:58:04.690Z Compiling libsw v3.3.1
18912024-03-25T16:58:04.990Z Compiling pbkdf2 v0.12.2
18922024-03-25T16:58:05.161Z Compiling derive-where v1.2.7
18932024-03-25T16:58:05.588Z Compiling gethostname v0.4.3
18942024-03-25T16:58:06.164Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18952024-03-25T16:58:06.461Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18962024-03-25T16:58:07.230Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18972024-03-25T16:58:08.912Z Compiling fxhash v0.2.1
18982024-03-25T16:58:08.972Z Compiling linear-map v1.2.0
18992024-03-25T16:58:09.109Z Compiling owo-colors v4.0.0
19002024-03-25T16:58:09.364Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19012024-03-25T16:58:10.159Z Compiling swrite v0.1.0
19022024-03-25T16:58:10.571Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19032024-03-25T16:58:10.610Z Compiling sled v0.34.7
19042024-03-25T16:58:11.603Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19052024-03-25T16:58:13.868Z Compiling trust-dns-server v0.22.1
19062024-03-25T16:58:13.871Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19072024-03-25T16:58:14.052Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19082024-03-25T16:58:14.666Z Compiling bcrypt-pbkdf v0.10.0
19092024-03-25T16:58:15.191Z Compiling pbkdf2 v0.11.0
19102024-03-25T16:58:15.285Z Compiling ghash v0.5.0
19112024-03-25T16:58:15.484Z Compiling ed25519-dalek v2.0.0
19122024-03-25T16:58:15.557Z Compiling slog-envlogger v2.2.0
19132024-03-25T16:58:15.560Z Compiling russh-cryptovec v0.7.0
19142024-03-25T16:58:15.855Z Compiling rand v0.7.3
19152024-03-25T16:58:15.876Z Compiling vsss-rs v3.3.4
19162024-03-25T16:58:16.476Z Compiling ciborium v0.2.2
19172024-03-25T16:58:16.556Z Compiling dirs v5.0.1
19182024-03-25T16:58:16.770Z Compiling p521 v0.13.3
19192024-03-25T16:58:17.383Z Compiling p256 v0.13.2
19202024-03-25T16:58:17.943Z Compiling chacha20poly1305 v0.10.1
19212024-03-25T16:58:18.175Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
19222024-03-25T16:58:18.235Z Compiling cbc v0.1.2
19232024-03-25T16:58:18.428Z Compiling pem v3.0.2
19242024-03-25T16:58:18.470Z Compiling headers-core v0.2.0
19252024-03-25T16:58:18.641Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19262024-03-25T16:58:19.013Z Compiling kstat-rs v0.2.3
19272024-03-25T16:58:19.224Z Compiling nanorand v0.7.0
19282024-03-25T16:58:19.484Z Compiling glob v0.3.1
19292024-03-25T16:58:19.609Z Compiling md5 v0.7.0
19302024-03-25T16:58:19.630Z Compiling http-range v0.1.5
19312024-03-25T16:58:19.791Z Compiling flume v0.11.0
19322024-03-25T16:58:19.995Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19332024-03-25T16:58:20.485Z Compiling hyper-staticfile v0.9.5
19342024-03-25T16:58:20.506Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19352024-03-25T16:58:20.602Z Compiling russh-keys v0.42.0
19362024-03-25T16:58:21.493Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19372024-03-25T16:58:21.824Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19382024-03-25T16:58:22.453Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19392024-03-25T16:58:23.576Z Compiling rcgen v0.12.1
19402024-03-25T16:58:23.970Z Compiling headers v0.3.9
19412024-03-25T16:58:24.236Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19422024-03-25T16:58:26.206Z Compiling aes-gcm v0.10.3
19432024-03-25T16:58:26.527Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19442024-03-25T16:58:27.474Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19452024-03-25T16:58:28.575Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19462024-03-25T16:58:28.730Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19472024-03-25T16:58:31.205Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
19482024-03-25T16:58:31.737Z Compiling atomicwrites v0.4.3
19492024-03-25T16:58:32.060Z Compiling itertools v0.12.1
19502024-03-25T16:58:32.099Z Compiling subprocess v0.2.9
19512024-03-25T16:58:32.818Z Compiling display-error-chain v0.2.0
19522024-03-25T16:58:33.008Z Compiling dhcproto-macros v0.1.0
19532024-03-25T16:58:34.015Z Compiling hex-literal v0.4.1
19542024-03-25T16:58:34.583Z Compiling russh v0.42.0
19552024-03-25T16:58:34.586Z Compiling dhcproto v0.11.0
19562024-03-25T16:58:35.314Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19572024-03-25T16:58:35.875Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19582024-03-25T16:58:37.120Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
19592024-03-25T16:58:37.807Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19602024-03-25T16:58:38.277Z Compiling internet-checksum v0.2.1
19612024-03-25T16:58:50.005Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19622024-03-25T16:58:50.123Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
19632024-03-25T16:59:07.273Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19642024-03-25T16:59:44.020Z Finished dev [unoptimized + debuginfo] target(s) in 5m 15s
19652024-03-25T16:59:44.335Z
19662024-03-25T16:59:44.335Zreal 5:15.480416534
19672024-03-25T16:59:44.335Zuser 27:03.670830432
19682024-03-25T16:59:44.335Zsys 5:46.566171382
19692024-03-25T16:59:44.336Ztrap 0.796389468
19702024-03-25T16:59:44.336Ztflt 3.987993495
19712024-03-25T16:59:44.336Zdflt 6.675731196
19722024-03-25T16:59:44.336Zkflt 0.102771606
19732024-03-25T16:59:44.339Zlock 50:02.151571351
19742024-03-25T16:59:44.339Zslp 1:17:13.327398306
19752024-03-25T16:59:44.339Zlat 1:38.341249722
19762024-03-25T16:59:44.339Zstop 4:17.282504192
19772024-03-25T16:59:44.339Z+ mkdir -p /work
19782024-03-25T16:59:44.339Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
19792024-03-25T16:59:45.137Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19802024-03-25T16:59:53.737Z Finished dev [unoptimized + debuginfo] target(s) in 9.35s
19812024-03-25T16:59:53.820Z
19822024-03-25T16:59:53.820Zreal 9.464136039
19832024-03-25T16:59:53.820Zuser 6.656969548
19842024-03-25T16:59:53.820Zsys 3.703875833
19852024-03-25T16:59:53.820Ztrap 0.002149847
19862024-03-25T16:59:53.820Ztflt 0.007719110
19872024-03-25T16:59:53.823Zdflt 0.050168051
19882024-03-25T16:59:53.823Zkflt 0.000000000
19892024-03-25T16:59:53.824Zlock 26.206854461
19902024-03-25T16:59:53.824Zslp 37.511891982
19912024-03-25T16:59:53.824Zlat 0.135566290
19922024-03-25T16:59:53.824Zstop 0.343944431
19932024-03-25T16:59:53.824Z+ cp target/debug/commtest /work/commtest
19942024-03-25T16:59:54.256Z+ mkdir -p /work/end-to-end-tests
19952024-03-25T16:59:54.259Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
19962024-03-25T16:59:55.003Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19972024-03-25T16:59:55.003Z+ ptime -m gzip
19982024-03-25T16:59:55.009Z++ basename target/debug/bootstrap
19992024-03-25T17:00:07.505Z
20002024-03-25T17:00:07.505Zreal 12.495803851
20012024-03-25T17:00:07.505Zuser 12.406142680
20022024-03-25T17:00:07.506Zsys 0.076910641
20032024-03-25T17:00:07.506Ztrap 0.003574575
20042024-03-25T17:00:07.506Ztflt 0.000000000
20052024-03-25T17:00:07.506Zdflt 0.000000000
20062024-03-25T17:00:07.506Zkflt 0.000000000
20072024-03-25T17:00:07.509Zlock 0.000000000
20082024-03-25T17:00:07.509Zslp 0.000000000
20092024-03-25T17:00:07.509Zlat 0.008772713
20102024-03-25T17:00:07.509Zstop 0.000179704
20112024-03-25T17:00:07.509Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20122024-03-25T17:00:07.509Z+ ptime -m gzip
20132024-03-25T17:00:07.510Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-cdb0b653f05d35f0
20142024-03-25T17:00:08.698Z
20152024-03-25T17:00:08.698Zreal 1.186313555
20162024-03-25T17:00:08.698Zuser 1.176603938
20172024-03-25T17:00:08.699Zsys 0.009121238
20182024-03-25T17:00:08.699Ztrap 0.000069893
20192024-03-25T17:00:08.699Ztflt 0.000000000
20202024-03-25T17:00:08.699Zdflt 0.000000000
20212024-03-25T17:00:08.699Zkflt 0.000000000
20222024-03-25T17:00:08.699Zlock 0.000000000
20232024-03-25T17:00:08.699Zslp 0.000000000
20242024-03-25T17:00:08.703Zlat 0.000111940
20252024-03-25T17:00:08.703Zstop 0.000179264
20262024-03-25T17:00:08.703Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20272024-03-25T17:00:08.703Z+ ptime -m gzip
20282024-03-25T17:00:08.703Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3cb81999e7440661
20292024-03-25T17:00:09.902Z
20302024-03-25T17:00:09.902Zreal 1.196830239
20312024-03-25T17:00:09.902Zuser 1.185282024
20322024-03-25T17:00:09.902Zsys 0.010295746
20332024-03-25T17:00:09.902Ztrap 0.000405973
20342024-03-25T17:00:09.902Ztflt 0.000000000
20352024-03-25T17:00:09.903Zdflt 0.000000000
20362024-03-25T17:00:09.903Zkflt 0.000000000
20372024-03-25T17:00:09.903Zlock 0.000000000
20382024-03-25T17:00:09.903Zslp 0.000000000
20392024-03-25T17:00:09.903Zlat 0.000434741
20402024-03-25T17:00:09.903Zstop 0.000185033
20412024-03-25T17:00:09.907Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20422024-03-25T17:00:09.907Z+ ptime -m gzip
20432024-03-25T17:00:09.907Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-e25b00f6d79ff279
20442024-03-25T17:00:11.106Z
20452024-03-25T17:00:11.106Zreal 1.195978192
20462024-03-25T17:00:11.106Zuser 1.185246988
20472024-03-25T17:00:11.106Zsys 0.010127577
20482024-03-25T17:00:11.106Ztrap 0.000072583
20492024-03-25T17:00:11.106Ztflt 0.000000000
20502024-03-25T17:00:11.106Zdflt 0.000000000
20512024-03-25T17:00:11.106Zkflt 0.000000000
20522024-03-25T17:00:11.106Zlock 0.000000000
20532024-03-25T17:00:11.106Zslp 0.000000000
20542024-03-25T17:00:11.106Zlat 0.000118109
20552024-03-25T17:00:11.106Zstop 0.000188952
20562024-03-25T17:00:11.109Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20572024-03-25T17:00:11.110Z+ ptime -m gzip
20582024-03-25T17:00:11.110Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-92ca3720317208b2
20592024-03-25T17:00:23.496Z
20602024-03-25T17:00:23.500Zreal 12.386470261
20612024-03-25T17:00:23.500Zuser 12.309509325
20622024-03-25T17:00:23.500Zsys 0.074329747
20632024-03-25T17:00:23.500Ztrap 0.001358163
20642024-03-25T17:00:23.500Ztflt 0.000000000
20652024-03-25T17:00:23.500Zdflt 0.000000000
20662024-03-25T17:00:23.500Zkflt 0.000000000
20672024-03-25T17:00:23.500Zlock 0.000000000
20682024-03-25T17:00:23.500Zslp 0.000000000
20692024-03-25T17:00:23.500Zlat 0.000863845
20702024-03-25T17:00:23.500Zstop 0.000187073
20712024-03-25T17:00:23.500Z+ banner caboose-util
20722024-03-25T17:00:23.500Z
20732024-03-25T17:00:23.501Z #### ## ##### #### #### #### ###### # # #####
20742024-03-25T17:00:23.501Z # # # # # # # # # # # # # # #
20752024-03-25T17:00:23.501Z # # # ##### # # # # #### ##### ##### # # #
20762024-03-25T17:00:23.501Z # ###### # # # # # # # # # # #
20772024-03-25T17:00:23.501Z # # # # # # # # # # # # # # # #
20782024-03-25T17:00:23.501Z #### # # ##### #### #### #### ###### #### #
20792024-03-25T17:00:23.501Z
20802024-03-25T17:00:23.501Z+ ptime -m cargo build --locked -p caboose-util --release
20812024-03-25T17:00:23.948Z Downloading crates ...
20822024-03-25T17:00:24.076Z Downloaded env_logger v0.10.0
20832024-03-25T17:00:24.080Z Downloaded crc-catalog v2.2.0
20842024-03-25T17:00:24.083Z Downloaded bitfield v0.14.0
20852024-03-25T17:00:24.090Z Downloaded path-slash v0.1.5
20862024-03-25T17:00:24.093Z Downloaded nodrop v0.1.14
20872024-03-25T17:00:24.098Z Downloaded maybe-uninit v2.0.0
20882024-03-25T17:00:24.098Z Downloaded array-init v0.0.4
20892024-03-25T17:00:24.101Z Downloaded wyz v0.5.1
20902024-03-25T17:00:24.101Z Downloaded tap v1.0.1
20912024-03-25T17:00:24.101Z Downloaded packed_struct v0.10.1
20922024-03-25T17:00:24.107Z Downloaded smallvec v0.6.14
20932024-03-25T17:00:24.107Z Downloaded is-terminal v0.4.9
20942024-03-25T17:00:24.107Z Downloaded funty v2.0.0
20952024-03-25T17:00:24.111Z Downloaded crc v3.0.1
20962024-03-25T17:00:24.111Z Downloaded serde-hex v0.1.0
20972024-03-25T17:00:24.111Z Downloaded radium v0.7.0
20982024-03-25T17:00:24.111Z Downloaded packed_struct_codegen v0.10.1
20992024-03-25T17:00:24.111Z Downloaded termcolor v1.2.0
21002024-03-25T17:00:24.126Z Downloaded pkcs1 v0.7.5
21012024-03-25T17:00:24.126Z Downloaded crc-any v2.4.3
21022024-03-25T17:00:24.126Z Downloaded rsa v0.9.2
21032024-03-25T17:00:24.130Z Downloaded ron v0.8.1
21042024-03-25T17:00:24.134Z Downloaded x509-cert v0.2.4
21052024-03-25T17:00:24.140Z Downloaded num-bigint-dig v0.8.4
21062024-03-25T17:00:24.144Z Downloaded bitvec v1.0.1
21072024-03-25T17:00:24.158Z Downloaded object v0.30.4
21082024-03-25T17:00:24.167Z Downloaded hashbrown v0.13.2
21092024-03-25T17:00:24.267Z Compiling proc-macro2 v1.0.78
21102024-03-25T17:00:24.271Z Compiling unicode-ident v1.0.12
21112024-03-25T17:00:24.271Z Compiling libc v0.2.153
21122024-03-25T17:00:24.271Z Compiling serde v1.0.197
21132024-03-25T17:00:24.271Z Compiling autocfg v1.1.0
21142024-03-25T17:00:24.271Z Compiling version_check v0.9.4
21152024-03-25T17:00:24.335Z Compiling cfg-if v1.0.0
21162024-03-25T17:00:24.438Z Compiling typenum v1.16.0
21172024-03-25T17:00:24.454Z Compiling once_cell v1.19.0
21182024-03-25T17:00:24.479Z Compiling parking_lot_core v0.9.8
21192024-03-25T17:00:24.822Z Compiling memchr v2.7.1
21202024-03-25T17:00:24.853Z Compiling syn v1.0.109
21212024-03-25T17:00:24.867Z Compiling byteorder v1.5.0
21222024-03-25T17:00:24.998Z Compiling lock_api v0.4.10
21232024-03-25T17:00:25.272Z Compiling generic-array v0.14.7
21242024-03-25T17:00:25.333Z Compiling libm v0.2.7
21252024-03-25T17:00:25.404Z Compiling num-traits v0.2.18
21262024-03-25T17:00:25.539Z Compiling ahash v0.8.8
21272024-03-25T17:00:25.642Z Compiling quote v1.0.35
21282024-03-25T17:00:25.681Z Compiling serde_json v1.0.114
21292024-03-25T17:00:25.863Z Compiling pkg-config v0.3.27
21302024-03-25T17:00:25.975Z Compiling thiserror v1.0.57
21312024-03-25T17:00:26.244Z Compiling syn v2.0.52
21322024-03-25T17:00:26.257Z Compiling cc v1.0.83
21332024-03-25T17:00:26.314Z Compiling getrandom v0.2.12
21342024-03-25T17:00:26.850Z Compiling scopeguard v1.2.0
21352024-03-25T17:00:26.870Z Compiling itoa v1.0.9
21362024-03-25T17:00:26.914Z Compiling log v0.4.21
21372024-03-25T17:00:27.108Z Compiling slab v0.4.9
21382024-03-25T17:00:27.416Z Compiling rand_core v0.6.4
21392024-03-25T17:00:27.605Z Compiling smallvec v1.13.1
21402024-03-25T17:00:28.082Z Compiling vcpkg v0.2.15
21412024-03-25T17:00:28.731Z Compiling ryu v1.0.15
21422024-03-25T17:00:28.940Z Compiling parking_lot v0.12.1
21432024-03-25T17:00:29.005Z Compiling pin-project-lite v0.2.13
21442024-03-25T17:00:29.022Z Compiling const-oid v0.9.6
21452024-03-25T17:00:29.563Z Compiling ring v0.17.8
21462024-03-25T17:00:29.922Z Compiling openssl-sys v0.9.96
21472024-03-25T17:00:30.047Z Compiling ucd-trie v0.1.6
21482024-03-25T17:00:30.550Z Compiling signal-hook-registry v1.4.1
21492024-03-25T17:00:30.842Z Compiling subtle v2.5.0
21502024-03-25T17:00:31.161Z Compiling rustix v0.38.31
21512024-03-25T17:00:31.249Z Compiling ring v0.16.20
21522024-03-25T17:00:31.312Z Compiling mio v0.8.11
21532024-03-25T17:00:31.819Z Compiling semver v1.0.22
21542024-03-25T17:00:32.378Z Compiling tinyvec_macros v0.1.1
21552024-03-25T17:00:32.389Z Compiling futures-core v0.3.30
21562024-03-25T17:00:32.389Z Compiling tinyvec v1.6.0
21572024-03-25T17:00:32.950Z Compiling spin v0.5.2
21582024-03-25T17:00:33.777Z Compiling unicode-normalization v0.1.22
21592024-03-25T17:00:34.007Z Compiling socket2 v0.5.5
21602024-03-25T17:00:34.190Z Compiling num_cpus v1.16.0
21612024-03-25T17:00:34.312Z Compiling unicode-xid v0.2.4
21622024-03-25T17:00:34.564Z Compiling allocator-api2 v0.2.16
21632024-03-25T17:00:34.856Z Compiling httparse v1.8.0
21642024-03-25T17:00:34.903Z Compiling heck v0.4.1
21652024-03-25T17:00:34.939Z Compiling futures-sink v0.3.30
21662024-03-25T17:00:35.099Z Compiling unicode-bidi v0.3.15
21672024-03-25T17:00:35.215Z Compiling openssl v0.10.60
21682024-03-25T17:00:35.599Z Compiling synstructure v0.12.6
21692024-03-25T17:00:35.886Z Compiling time-core v0.1.2
21702024-03-25T17:00:36.055Z Compiling num-conv v0.1.0
21712024-03-25T17:00:36.059Z Compiling equivalent v1.0.1
21722024-03-25T17:00:36.324Z Compiling time-macros v0.2.17
21732024-03-25T17:00:36.351Z Compiling futures-channel v0.3.30
21742024-03-25T17:00:36.773Z Compiling futures-task v0.3.30
21752024-03-25T17:00:36.880Z Compiling native-tls v0.2.11
21762024-03-25T17:00:37.069Z Compiling pin-utils v0.1.0
21772024-03-25T17:00:37.157Z Compiling ppv-lite86 v0.2.17
21782024-03-25T17:00:37.200Z Compiling rustls v0.21.9
21792024-03-25T17:00:37.324Z Compiling crc32fast v1.3.2
21802024-03-25T17:00:37.745Z Compiling futures-io v0.3.30
21812024-03-25T17:00:37.933Z Compiling rand_chacha v0.3.1
21822024-03-25T17:00:38.033Z Compiling bzip2-sys v0.1.11+1.0.8
21832024-03-25T17:00:38.460Z Compiling spin v0.9.8
21842024-03-25T17:00:38.464Z Compiling tracing-core v0.1.32
21852024-03-25T17:00:38.514Z Compiling base64ct v1.6.0
21862024-03-25T17:00:39.211Z Compiling pem-rfc7468 v0.7.0
21872024-03-25T17:00:39.240Z Compiling rand v0.8.5
21882024-03-25T17:00:39.511Z Compiling serde_derive v1.0.197
21892024-03-25T17:00:39.617Z Compiling zeroize_derive v1.4.2
21902024-03-25T17:00:39.761Z Compiling zerocopy-derive v0.7.32
21912024-03-25T17:00:39.850Z Compiling thiserror-impl v1.0.57
21922024-03-25T17:00:39.871Z Compiling tokio-macros v2.2.0
21932024-03-25T17:00:40.528Z Compiling futures-macro v0.3.30
21942024-03-25T17:00:40.855Z Compiling tracing-attributes v0.1.27
21952024-03-25T17:00:41.003Z Compiling zeroize v1.7.0
21962024-03-25T17:00:41.439Z Compiling der_derive v0.7.2
21972024-03-25T17:00:41.816Z Compiling zerocopy v0.7.32
21982024-03-25T17:00:42.701Z Compiling crypto-common v0.1.6
21992024-03-25T17:00:42.738Z Compiling pest v2.7.6
22002024-03-25T17:00:42.745Z Compiling block-buffer v0.10.4
22012024-03-25T17:00:43.001Z Compiling digest v0.10.7
22022024-03-25T17:00:43.104Z Compiling zerocopy-derive v0.2.0
22032024-03-25T17:00:43.552Z Compiling openssl-macros v0.1.1
22042024-03-25T17:00:44.099Z Compiling hashbrown v0.14.3
22052024-03-25T17:00:44.142Z Compiling futures-util v0.3.30
22062024-03-25T17:00:44.202Z Compiling tracing v0.1.40
22072024-03-25T17:00:44.712Z Compiling scroll_derive v0.12.0
22082024-03-25T17:00:44.722Z Compiling zerocopy-derive v0.6.4
22092024-03-25T17:00:44.862Z Compiling usdt-impl v0.3.5
22102024-03-25T17:00:45.177Z Compiling pest_meta v2.7.6
22112024-03-25T17:00:45.344Z Compiling cookie v0.17.0
22122024-03-25T17:00:45.777Z Compiling percent-encoding v2.3.1
22132024-03-25T17:00:46.020Z Compiling schemars v0.8.16
22142024-03-25T17:00:46.034Z Compiling signal-hook v0.3.17
22152024-03-25T17:00:46.101Z Compiling flagset v0.4.3
22162024-03-25T17:00:46.303Z Compiling der v0.7.8
22172024-03-25T17:00:46.430Z Compiling pest_generator v2.7.6
22182024-03-25T17:00:46.614Z Compiling serde_derive_internals v0.26.0
22192024-03-25T17:00:49.340Z Compiling pest_derive v2.7.6
22202024-03-25T17:00:50.055Z Compiling errno v0.3.8
22212024-03-25T17:00:50.219Z Compiling fnv v1.0.7
22222024-03-25T17:00:50.370Z Compiling schemars_derive v0.8.16
22232024-03-25T17:00:51.164Z Compiling spki v0.7.2
22242024-03-25T17:00:51.679Z Compiling zerocopy v0.3.0
22252024-03-25T17:00:51.901Z Compiling lazy_static v1.4.0
22262024-03-25T17:00:52.814Z Compiling backtrace v0.3.69
22272024-03-25T17:00:53.214Z Compiling bytes v1.5.0
22282024-03-25T17:00:53.353Z Compiling bitflags v2.4.2
22292024-03-25T17:00:53.745Z Compiling indexmap v2.2.5
22302024-03-25T17:00:53.964Z Compiling rustc_version v0.4.0
22312024-03-25T17:00:54.057Z Compiling tokio v1.36.0
22322024-03-25T17:00:54.137Z Compiling http v0.2.12
22332024-03-25T17:00:55.285Z Compiling heapless v0.7.16
22342024-03-25T17:00:56.267Z Compiling uuid v1.7.0
22352024-03-25T17:00:56.396Z Compiling thread-id v4.2.0
22362024-03-25T17:00:56.501Z Compiling num-bigint v0.4.4
22372024-03-25T17:00:56.928Z Compiling untrusted v0.9.0
22382024-03-25T17:00:56.931Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
22392024-03-25T17:00:57.101Z Compiling powerfmt v0.2.0
22402024-03-25T17:00:57.418Z Compiling foreign-types-shared v0.1.1
22412024-03-25T17:00:57.467Z Compiling iana-time-zone v0.1.57
22422024-03-25T17:00:57.517Z Compiling crossbeam-utils v0.8.19
22432024-03-25T17:00:57.823Z Compiling smoltcp v0.9.1
22442024-03-25T17:00:58.034Z Compiling async-trait v0.1.77
22452024-03-25T17:00:58.171Z Compiling untrusted v0.7.1
22462024-03-25T17:00:58.347Z Compiling base64 v0.21.7
22472024-03-25T17:00:59.143Z Compiling chrono v0.4.34
22482024-03-25T17:00:59.569Z Compiling foreign-types v0.3.2
22492024-03-25T17:00:59.658Z Compiling deranged v0.3.11
22502024-03-25T17:01:01.765Z Compiling dof v0.1.5
22512024-03-25T17:01:01.787Z Compiling dtrace-parser v0.1.14
22522024-03-25T17:01:02.013Z Compiling form_urlencoded v1.2.1
22532024-03-25T17:01:02.300Z Compiling tokio-util v0.7.10
22542024-03-25T17:01:02.713Z Compiling hmac v0.12.1
22552024-03-25T17:01:02.717Z Compiling clap_derive v4.5.0
22562024-03-25T17:01:02.943Z Compiling num-integer v0.1.46
22572024-03-25T17:01:03.530Z Compiling siphasher v0.3.11
22582024-03-25T17:01:03.746Z Compiling adler v1.0.2
22592024-03-25T17:01:03.883Z Compiling anstyle v1.0.2
22602024-03-25T17:01:03.932Z Compiling cpufeatures v0.2.12
22612024-03-25T17:01:04.063Z Compiling num_threads v0.1.6
22622024-03-25T17:01:04.139Z Compiling rustversion v1.0.14
22632024-03-25T17:01:04.191Z Compiling utf8parse v0.2.1
22642024-03-25T17:01:04.256Z Compiling try-lock v0.2.4
22652024-03-25T17:01:04.433Z Compiling want v0.3.1
22662024-03-25T17:01:04.683Z Compiling anstyle-parse v0.2.1
22672024-03-25T17:01:05.070Z Compiling time v0.3.34
22682024-03-25T17:01:05.088Z Compiling sha2 v0.10.8
22692024-03-25T17:01:07.829Z Compiling miniz_oxide v0.7.1
22702024-03-25T17:01:08.681Z Compiling h2 v0.3.24
22712024-03-25T17:01:09.178Z Compiling rustls-webpki v0.101.7
22722024-03-25T17:01:09.931Z Compiling sct v0.7.0
22732024-03-25T17:01:10.167Z Compiling http-body v0.4.5
22742024-03-25T17:01:10.563Z Compiling serde_tokenstream v0.1.7
22752024-03-25T17:01:10.923Z Compiling pkcs8 v0.10.2
22762024-03-25T17:01:11.121Z Compiling hubpack_derive v0.1.1
22772024-03-25T17:01:11.345Z Compiling idna v0.5.0
22782024-03-25T17:01:12.319Z Compiling aho-corasick v1.1.2
22792024-03-25T17:01:12.490Z Compiling usdt-impl v0.5.0
22802024-03-25T17:01:12.723Z Compiling colorchoice v1.0.0
22812024-03-25T17:01:12.804Z Compiling anyhow v1.0.79
22822024-03-25T17:01:12.815Z Compiling tower-service v0.3.2
22832024-03-25T17:01:12.888Z Compiling openssl-probe v0.1.5
22842024-03-25T17:01:13.267Z Compiling anstyle-query v1.0.0
22852024-03-25T17:01:13.928Z Compiling httpdate v1.0.3
22862024-03-25T17:01:14.147Z Compiling regex-syntax v0.8.2
22872024-03-25T17:01:14.438Z Compiling slog v2.7.0
22882024-03-25T17:01:15.025Z Compiling radium v0.7.0
22892024-03-25T17:01:15.754Z Compiling hyper v0.14.28
22902024-03-25T17:01:17.656Z Compiling regex-automata v0.4.5
22912024-03-25T17:01:18.756Z Compiling anstream v0.6.11
22922024-03-25T17:01:23.143Z Compiling url v2.5.0
22932024-03-25T17:01:24.831Z Compiling terminal_size v0.3.0
22942024-03-25T17:01:25.383Z Compiling serde_spanned v0.6.5
22952024-03-25T17:01:25.430Z Compiling toml_datetime v0.6.5
22962024-03-25T17:01:25.639Z Compiling zerocopy v0.6.4
22972024-03-25T17:01:25.901Z Compiling scroll v0.12.0
22982024-03-25T17:01:25.972Z Compiling md-5 v0.10.5
22992024-03-25T17:01:26.521Z Compiling idna v0.3.0
23002024-03-25T17:01:26.525Z Compiling stringprep v0.1.3
23012024-03-25T17:01:27.063Z Compiling diesel_table_macro_syntax v0.1.0
23022024-03-25T17:01:27.075Z Compiling hash32 v0.2.1
23032024-03-25T17:01:27.222Z Compiling stable_deref_trait v1.2.0
23042024-03-25T17:01:27.254Z Compiling uuid v0.8.2
23052024-03-25T17:01:27.328Z Compiling plain v0.2.3
23062024-03-25T17:01:27.430Z Compiling gimli v0.28.0
23072024-03-25T17:01:27.441Z Compiling tap v1.0.1
23082024-03-25T17:01:27.614Z Compiling dyn-clone v1.0.17
23092024-03-25T17:01:27.632Z Compiling maybe-uninit v2.0.0
23102024-03-25T17:01:27.706Z Compiling psl-types v2.0.11
23112024-03-25T17:01:27.782Z Compiling strsim v0.11.0
23122024-03-25T17:01:27.932Z Compiling fallible-iterator v0.2.0
23132024-03-25T17:01:28.061Z Compiling clap_lex v0.7.0
23142024-03-25T17:01:28.292Z Compiling publicsuffix v2.2.3
23152024-03-25T17:01:28.558Z Compiling clap_builder v4.5.1
23162024-03-25T17:01:28.646Z Compiling postgres-protocol v0.6.6
23172024-03-25T17:01:29.132Z Compiling wyz v0.5.1
23182024-03-25T17:01:29.902Z Compiling tokio-rustls v0.24.1
23192024-03-25T17:01:29.916Z Compiling goblin v0.8.0
23202024-03-25T17:01:29.983Z Compiling diesel_derives v2.1.2
23212024-03-25T17:01:31.784Z Compiling addr2line v0.21.0
23222024-03-25T17:01:32.797Z Compiling strum_macros v0.25.2
23232024-03-25T17:01:34.348Z Compiling tokio-native-tls v0.3.1
23242024-03-25T17:01:35.188Z Compiling usdt-attr-macro v0.3.5
23252024-03-25T17:01:36.447Z Compiling usdt-macro v0.3.5
23262024-03-25T17:01:38.086Z Compiling phf_shared v0.11.2
23272024-03-25T17:01:38.460Z Compiling num-iter v0.1.44
23282024-03-25T17:01:39.321Z Compiling block-padding v0.3.3
23292024-03-25T17:01:39.334Z Compiling enum-as-inner v0.5.1
23302024-03-25T17:01:39.553Z Compiling serde_repr v0.1.16
23312024-03-25T17:01:40.624Z Compiling ff v0.13.0
23322024-03-25T17:01:40.846Z Compiling scheduled-thread-pool v0.2.7
23332024-03-25T17:01:42.025Z Compiling object v0.32.1
23342024-03-25T17:01:45.094Z Compiling matches v0.1.10
23352024-03-25T17:01:45.133Z Compiling pretty-hex v0.4.1
23362024-03-25T17:01:45.184Z Compiling packed_struct v0.10.1
23372024-03-25T17:01:45.344Z Compiling rustc-demangle v0.1.23
23382024-03-25T17:01:45.583Z Compiling bit-vec v0.6.3
23392024-03-25T17:01:46.672Z Compiling funty v2.0.0
23402024-03-25T17:01:46.788Z Compiling num-bigint-dig v0.8.4
23412024-03-25T17:01:47.183Z Compiling managed v0.8.0
23422024-03-25T17:01:47.647Z Compiling regex-automata v0.1.10
23432024-03-25T17:01:48.128Z Compiling ipnet v2.9.0
23442024-03-25T17:01:48.832Z Compiling base16ct v0.2.0
23452024-03-25T17:01:49.140Z Compiling winnow v0.5.15
23462024-03-25T17:01:49.250Z Compiling bitflags v1.3.2
23472024-03-25T17:01:49.312Z Compiling sec1 v0.7.3
23482024-03-25T17:01:49.877Z Compiling bstr v0.2.17
23492024-03-25T17:01:51.254Z Compiling bitvec v1.0.1
23502024-03-25T17:01:52.570Z Compiling toml_edit v0.19.15
23512024-03-25T17:01:55.804Z Compiling dof v0.3.0
23522024-03-25T17:01:57.296Z Compiling idna v0.2.3
23532024-03-25T17:01:58.664Z Compiling r2d2 v0.8.10
23542024-03-25T17:01:58.966Z Compiling group v0.13.0
23552024-03-25T17:01:59.041Z Compiling inout v0.1.3
23562024-03-25T17:02:00.790Z Compiling phf v0.11.2
23572024-03-25T17:02:01.102Z Compiling hyper-tls v0.5.0
23582024-03-25T17:02:01.189Z Compiling signal-hook-mio v0.2.3
23592024-03-25T17:02:01.363Z Compiling cookie_store v0.20.0
23602024-03-25T17:02:01.437Z Compiling clap v4.5.1
23612024-03-25T17:02:01.553Z Compiling flate2 v1.0.28
23622024-03-25T17:02:02.485Z Compiling bzip2 v0.4.4
23632024-03-25T17:02:02.678Z Compiling ipnetwork v0.20.0
23642024-03-25T17:02:02.873Z Compiling hyper-rustls v0.24.2
23652024-03-25T17:02:02.895Z Compiling postgres-types v0.2.6
23662024-03-25T17:02:03.317Z Compiling regex v1.10.3
23672024-03-25T17:02:03.600Z Compiling hubpack v0.1.2
23682024-03-25T17:02:03.609Z Compiling rustls-pemfile v1.0.3
23692024-03-25T17:02:03.960Z Compiling phf_shared v0.10.0
23702024-03-25T17:02:04.030Z Compiling hkdf v0.12.4
23712024-03-25T17:02:04.212Z Compiling serde_urlencoded v0.7.1
23722024-03-25T17:02:04.296Z Compiling dtrace-parser v0.2.0
23732024-03-25T17:02:04.325Z Compiling futures-executor v0.3.30
23742024-03-25T17:02:05.048Z Compiling crypto-bigint v0.5.2
23752024-03-25T17:02:05.058Z Compiling packed_struct_codegen v0.10.1
23762024-03-25T17:02:05.972Z Compiling float-cmp v0.9.0
23772024-03-25T17:02:06.792Z Compiling indexmap v1.9.3
23782024-03-25T17:02:07.084Z Compiling encoding_rs v0.8.33
23792024-03-25T17:02:07.241Z Compiling precomputed-hash v0.1.1
23802024-03-25T17:02:07.357Z Compiling difflib v0.4.0
23812024-03-25T17:02:07.659Z Compiling minimal-lexical v0.2.1
23822024-03-25T17:02:08.163Z Compiling either v1.10.0
23832024-03-25T17:02:08.591Z Compiling whoami v1.5.0
23842024-03-25T17:02:08.603Z Compiling unicode-width v0.1.11
23852024-03-25T17:02:08.632Z Compiling nodrop v0.1.14
23862024-03-25T17:02:08.755Z Compiling mime v0.3.17
23872024-03-25T17:02:08.767Z Compiling sync_wrapper v0.1.2
23882024-03-25T17:02:08.889Z Compiling predicates-core v1.0.6
23892024-03-25T17:02:09.230Z Compiling static_assertions v1.1.0
23902024-03-25T17:02:09.290Z Compiling data-encoding v2.4.0
23912024-03-25T17:02:09.293Z Compiling fixedbitset v0.4.2
23922024-03-25T17:02:09.314Z Compiling crc-catalog v2.2.0
23932024-03-25T17:02:09.446Z Compiling new_debug_unreachable v1.0.4
23942024-03-25T17:02:09.533Z Compiling normalize-line-endings v0.3.0
23952024-03-25T17:02:09.537Z Compiling winnow v0.6.1
23962024-03-25T17:02:09.661Z Compiling unicode-segmentation v1.10.1
23972024-03-25T17:02:09.678Z Compiling webpki-roots v0.25.2
23982024-03-25T17:02:13.001Z Compiling similar v2.4.0
23992024-03-25T17:02:13.329Z Compiling toml_edit v0.22.6
24002024-03-25T17:02:15.229Z Compiling trust-dns-proto v0.22.0
24012024-03-25T17:02:15.918Z Compiling reqwest v0.11.24
24022024-03-25T17:02:16.489Z Compiling predicates v3.1.0
24032024-03-25T17:02:18.083Z Compiling petgraph v0.6.4
24042024-03-25T17:02:20.621Z Compiling string_cache v0.8.7
24052024-03-25T17:02:21.344Z Compiling crc v3.0.1
24062024-03-25T17:02:22.039Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
24072024-03-25T17:02:23.042Z Compiling tokio-postgres v0.7.10
24082024-03-25T17:02:23.694Z Compiling console v0.15.8
24092024-03-25T17:02:25.031Z Compiling array-init v0.0.4
24102024-03-25T17:02:26.312Z Compiling itertools v0.10.5
24112024-03-25T17:02:27.624Z Compiling nom v7.1.3
24122024-03-25T17:02:28.358Z Compiling elliptic-curve v0.13.8
24132024-03-25T17:02:30.687Z Compiling futures v0.3.30
24142024-03-25T17:02:32.539Z Compiling smallvec v0.6.14
24152024-03-25T17:02:32.990Z Compiling diesel v2.1.4
24162024-03-25T17:02:33.038Z Compiling zip v0.6.6
24172024-03-25T17:02:33.282Z Compiling yasna v0.5.2
24182024-03-25T17:02:33.300Z Compiling crossterm v0.27.0
24192024-03-25T17:02:34.323Z Compiling crossbeam-epoch v0.9.18
24202024-03-25T17:02:34.937Z Compiling cipher v0.4.4
24212024-03-25T17:02:35.871Z Compiling toml v0.7.8
24222024-03-25T17:02:36.754Z Compiling bit-set v0.5.3
24232024-03-25T17:02:37.040Z Compiling usdt v0.3.5
24242024-03-25T17:02:37.860Z Compiling bstr v1.9.0
24252024-03-25T17:02:38.555Z Compiling pkcs1 v0.7.5
24262024-03-25T17:02:39.160Z Compiling tokio-stream v0.1.14
24272024-03-25T17:02:39.473Z Compiling is-terminal v0.4.9
24282024-03-25T17:02:40.072Z Compiling openapiv3 v2.0.0
24292024-03-25T17:02:40.091Z Compiling hex v0.4.3
24302024-03-25T17:02:41.648Z Compiling signature v2.1.0
24312024-03-25T17:02:43.793Z Compiling hashbrown v0.12.3
24322024-03-25T17:02:44.592Z Compiling bitfield v0.14.0
24332024-03-25T17:02:45.825Z Compiling lalrpop-util v0.19.12
24342024-03-25T17:02:46.580Z Compiling termcolor v1.2.0
24352024-03-25T17:02:47.045Z Compiling env_logger v0.10.0
24362024-03-25T17:02:50.714Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24372024-03-25T17:02:51.706Z Compiling rsa v0.9.2
24382024-03-25T17:02:58.978Z Compiling serde-hex v0.1.0
24392024-03-25T17:03:00.828Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24402024-03-25T17:03:07.032Z Compiling ron v0.8.1
24412024-03-25T17:03:07.860Z Compiling x509-cert v0.2.4
24422024-03-25T17:03:08.534Z Compiling hashbrown v0.13.2
24432024-03-25T17:03:11.157Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24442024-03-25T17:03:12.541Z Compiling crc-any v2.4.3
24452024-03-25T17:03:33.923Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24462024-03-25T17:03:38.919Z Compiling object v0.30.4
24472024-03-25T17:03:39.785Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24482024-03-25T17:03:53.560Z Compiling path-slash v0.1.5
24492024-03-25T17:03:54.168Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
24502024-03-25T17:04:14.923Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24512024-03-25T17:04:15.670Z Finished release [optimized] target(s) in 3m 52s
24522024-03-25T17:04:15.742Z
24532024-03-25T17:04:15.746Zreal 3:52.196881515
24542024-03-25T17:04:15.746Zuser 25:40.692773338
24552024-03-25T17:04:15.746Zsys 3:10.441153512
24562024-03-25T17:04:15.746Ztrap 0.794022993
24572024-03-25T17:04:15.746Ztflt 1.688518640
24582024-03-25T17:04:15.746Zdflt 0.900541455
24592024-03-25T17:04:15.746Zkflt 0.020059609
24602024-03-25T17:04:15.746Zlock 58:03.967955970
24612024-03-25T17:04:15.746Zslp 1:15:42.973989133
24622024-03-25T17:04:15.746Zlat 1:33.598621778
24632024-03-25T17:04:15.746Zstop 1:24.702307780
24642024-03-25T17:04:15.746Z+ ptime -m gzip
24652024-03-25T17:04:16.100Z
24662024-03-25T17:04:16.100Zreal 0.353881380
24672024-03-25T17:04:16.100Zuser 0.349193574
24682024-03-25T17:04:16.100Zsys 0.004127024
24692024-03-25T17:04:16.100Ztrap 0.000025377
24702024-03-25T17:04:16.100Ztflt 0.000000000
24712024-03-25T17:04:16.100Zdflt 0.000000000
24722024-03-25T17:04:16.104Zkflt 0.000000000
24732024-03-25T17:04:16.104Zlock 0.000000000
24742024-03-25T17:04:16.104Zslp 0.000000000
24752024-03-25T17:04:16.104Zlat 0.000092371
24762024-03-25T17:04:16.104Zstop 0.000224720
24772024-03-25T17:04:16.104Z+ banner tufaceous
24782024-03-25T17:04:16.104Z
24792024-03-25T17:04:16.104Z ##### # # ###### ## #### ###### #### # # ####
24802024-03-25T17:04:16.104Z # # # # # # # # # # # # # #
24812024-03-25T17:04:16.104Z # # # ##### # # # ##### # # # # ####
24822024-03-25T17:04:16.104Z # # # # ###### # # # # # # #
24832024-03-25T17:04:16.104Z # # # # # # # # # # # # # # #
24842024-03-25T17:04:16.104Z # #### # # # #### ###### #### #### ####
24852024-03-25T17:04:16.104Z
24862024-03-25T17:04:16.104Z+ ptime -m cargo build --locked -p tufaceous --release
24872024-03-25T17:04:16.561Z Downloading crates ...
24882024-03-25T17:04:17.147Z Downloaded olpc-cjson v0.1.3
24892024-03-25T17:04:17.150Z Downloaded snafu v0.7.5
24902024-03-25T17:04:17.150Z Downloaded parse-size v1.0.0
24912024-03-25T17:04:17.150Z Downloaded doc-comment v0.3.3
24922024-03-25T17:04:17.150Z Downloaded serde_plain v1.0.2
24932024-03-25T17:04:17.150Z Downloaded globset v0.4.13
24942024-03-25T17:04:17.150Z Downloaded fs-err v2.11.0
24952024-03-25T17:04:17.150Z Downloaded snafu-derive v0.7.5
24962024-03-25T17:04:17.150Z Downloaded pin-project-internal v1.1.3
24972024-03-25T17:04:17.150Z Downloaded buf-list v1.0.3
24982024-03-25T17:04:17.151Z Downloaded async-recursion v1.0.5
24992024-03-25T17:04:17.151Z Downloaded pin-project v1.1.3
25002024-03-25T17:04:17.151Z Downloaded typed-path v0.7.0
25012024-03-25T17:04:17.151Z Downloaded tough v0.16.0
25022024-03-25T17:04:17.151Z Compiling serde_tokenstream v0.2.0
25032024-03-25T17:04:17.151Z Compiling regress v0.9.0
25042024-03-25T17:04:17.151Z Compiling dirs-sys-next v0.1.2
25052024-03-25T17:04:17.151Z Compiling rustls-pki-types v1.3.0
25062024-03-25T17:04:17.151Z Compiling strsim v0.10.0
25072024-03-25T17:04:17.151Z Compiling heck v0.4.1
25082024-03-25T17:04:17.151Z Compiling ident_case v1.0.1
25092024-03-25T17:04:17.165Z Compiling dirs-next v2.0.0
25102024-03-25T17:04:17.427Z Compiling darling_core v0.20.3
25112024-03-25T17:04:17.441Z Compiling getopts v0.2.21
25122024-03-25T17:04:17.651Z Compiling thread_local v1.1.7
25132024-03-25T17:04:18.086Z Compiling unsafe-libyaml v0.2.10
25142024-03-25T17:04:18.225Z Compiling camino v1.1.6
25152024-03-25T17:04:18.231Z Compiling rustls v0.22.2
25162024-03-25T17:04:18.300Z Compiling slog-async v2.8.0
25172024-03-25T17:04:18.510Z Compiling rustls-webpki v0.102.1
25182024-03-25T17:04:18.523Z Compiling term v0.7.0
25192024-03-25T17:04:18.814Z Compiling crossbeam-channel v0.5.8
25202024-03-25T17:04:19.809Z Compiling serde_yaml v0.9.25
25212024-03-25T17:04:21.128Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25222024-03-25T17:04:21.729Z Compiling structmeta-derive v0.3.0
25232024-03-25T17:04:22.867Z Compiling darling_macro v0.20.3
25242024-03-25T17:04:22.892Z Compiling atty v0.2.14
25252024-03-25T17:04:23.043Z Compiling multer v3.0.0
25262024-03-25T17:04:23.339Z Compiling match_cfg v0.1.0
25272024-03-25T17:04:23.439Z Compiling doc-comment v0.3.3
25282024-03-25T17:04:23.505Z Compiling paste v1.0.14
25292024-03-25T17:04:23.650Z Compiling take_mut v0.2.2
25302024-03-25T17:04:23.793Z Compiling darling v0.20.3
25312024-03-25T17:04:23.903Z Compiling hostname v0.3.1
25322024-03-25T17:04:24.045Z Compiling slog-term v2.9.0
25332024-03-25T17:04:24.427Z Compiling structmeta v0.3.0
25342024-03-25T17:04:24.813Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25352024-03-25T17:04:24.833Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25362024-03-25T17:04:25.942Z Compiling slog-json v2.6.1
25372024-03-25T17:04:26.096Z Compiling http v1.0.0
25382024-03-25T17:04:26.414Z Compiling async-stream-impl v0.3.5
25392024-03-25T17:04:26.471Z Compiling pin-project-internal v1.1.3
25402024-03-25T17:04:26.990Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25412024-03-25T17:04:27.150Z Compiling atomic-waker v1.1.1
25422024-03-25T17:04:27.286Z Compiling fastrand v2.0.1
25432024-03-25T17:04:27.397Z Compiling waitgroup v0.1.2
25442024-03-25T17:04:27.648Z Compiling tempfile v3.10.0
25452024-03-25T17:04:27.675Z Compiling async-stream v0.3.5
25462024-03-25T17:04:27.993Z Compiling slog-bunyan v2.5.0
25472024-03-25T17:04:28.367Z Compiling parse-display-derive v0.9.0
25482024-03-25T17:04:29.308Z Compiling pin-project v1.1.3
25492024-03-25T17:04:29.443Z Compiling tokio-rustls v0.25.0
25502024-03-25T17:04:29.884Z Compiling serde_with_macros v3.6.1
25512024-03-25T17:04:30.780Z Compiling toml v0.8.10
25522024-03-25T17:04:30.968Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25532024-03-25T17:04:31.035Z Compiling rustls-pemfile v2.1.1
25542024-03-25T17:04:31.785Z Compiling sha1 v0.10.6
25552024-03-25T17:04:32.245Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25562024-03-25T17:04:32.401Z Compiling strum_macros v0.26.1
25572024-03-25T17:04:32.675Z Compiling newtype-uuid v1.0.1
25582024-03-25T17:04:32.695Z Compiling snafu-derive v0.7.5
25592024-03-25T17:04:32.908Z Compiling serde_path_to_error v0.1.16
25602024-03-25T17:04:32.991Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25612024-03-25T17:04:33.728Z Compiling instant v0.1.12
25622024-03-25T17:04:33.897Z Compiling fs-err v2.11.0
25632024-03-25T17:04:33.901Z Compiling debug-ignore v1.0.5
25642024-03-25T17:04:34.055Z Compiling buf-list v1.0.3
25652024-03-25T17:04:34.193Z Compiling same-file v1.0.6
25662024-03-25T17:04:34.468Z Compiling arc-swap v1.6.0
25672024-03-25T17:04:34.702Z Compiling walkdir v2.4.0
25682024-03-25T17:04:35.248Z Compiling slog-scope v4.4.0
25692024-03-25T17:04:36.313Z Compiling backoff v0.4.0
25702024-03-25T17:04:36.544Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25712024-03-25T17:04:36.653Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25722024-03-25T17:04:36.676Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25732024-03-25T17:04:36.882Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25742024-03-25T17:04:37.009Z Compiling strum v0.26.1
25752024-03-25T17:04:37.209Z Compiling serde_with v3.6.1
25762024-03-25T17:04:37.250Z Compiling parse-display v0.9.0
25772024-03-25T17:04:37.692Z Compiling snafu v0.7.5
25782024-03-25T17:04:39.199Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25792024-03-25T17:04:39.506Z Compiling globset v0.4.13
25802024-03-25T17:04:39.917Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25812024-03-25T17:04:40.098Z Compiling pem v3.0.2
25822024-03-25T17:04:41.730Z Compiling olpc-cjson v0.1.3
25832024-03-25T17:04:41.743Z Compiling serde_plain v1.0.2
25842024-03-25T17:04:42.041Z Compiling macaddr v1.0.1
25852024-03-25T17:04:42.301Z Compiling async-recursion v1.0.5
25862024-03-25T17:04:42.688Z Compiling filetime v0.2.23
25872024-03-25T17:04:43.048Z Compiling xattr v1.0.1
25882024-03-25T17:04:43.280Z Compiling typed-path v0.7.0
25892024-03-25T17:04:43.374Z Compiling tar v0.4.40
25902024-03-25T17:04:43.528Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25912024-03-25T17:04:47.958Z Compiling tough v0.16.0
25922024-03-25T17:04:50.048Z Compiling slog-stdlog v4.1.1
25932024-03-25T17:04:51.014Z Compiling camino-tempfile v1.1.1
25942024-03-25T17:04:51.055Z Compiling itertools v0.12.1
25952024-03-25T17:04:51.867Z Compiling parse-size v1.0.0
25962024-03-25T17:04:52.172Z Compiling slog-envlogger v2.2.0
25972024-03-25T17:04:54.773Z Compiling humantime v2.1.0
25982024-03-25T17:04:59.172Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25992024-03-25T17:04:59.404Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
26002024-03-25T17:05:04.181Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26012024-03-25T17:05:12.241Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26022024-03-25T17:05:14.331Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
26032024-03-25T17:05:33.302Z Finished release [optimized] target(s) in 1m 17s
26042024-03-25T17:05:33.380Z
26052024-03-25T17:05:33.380Zreal 1:17.248282529
26062024-03-25T17:05:33.380Zuser 8:33.879532865
26072024-03-25T17:05:33.380Zsys 40.699324815
26082024-03-25T17:05:33.380Ztrap 0.235362728
26092024-03-25T17:05:33.380Ztflt 0.412363388
26102024-03-25T17:05:33.380Zdflt 0.479237863
26112024-03-25T17:05:33.380Zkflt 0.000005598
26122024-03-25T17:05:33.381Zlock 17:22.312723525
26132024-03-25T17:05:33.381Zslp 18:55.207055397
26142024-03-25T17:05:33.384Zlat 20.926681296
26152024-03-25T17:05:33.384Zstop 16.224788332
26162024-03-25T17:05:33.384Z+ ptime -m gzip
26172024-03-25T17:05:34.882Z
26182024-03-25T17:05:34.882Zreal 1.490833941
26192024-03-25T17:05:34.882Zuser 1.478307298
26202024-03-25T17:05:34.882Zsys 0.011169544
26212024-03-25T17:05:34.882Ztrap 0.000340976
26222024-03-25T17:05:34.882Ztflt 0.000000000
26232024-03-25T17:05:34.882Zdflt 0.000000000
26242024-03-25T17:05:34.882Zkflt 0.000000000
26252024-03-25T17:05:34.882Zlock 0.000000000
26262024-03-25T17:05:34.886Zslp 0.000000000
26272024-03-25T17:05:34.886Zlat 0.000597168
26282024-03-25T17:05:34.886Zstop 0.000192703
26292024-03-25T17:05:34.886Zprocess exited: duration 808838 ms, exit code 0
 
26302024-03-25T17:05:34.895Zfound 8 output files
26312024-03-25T17:05:34.895Zuploading: /work/end-to-end-tests/bootstrap-3cb81999e7440661.gz (9708824 bytes)
26322024-03-25T17:05:41.517Zuploaded: /work/end-to-end-tests/bootstrap-3cb81999e7440661.gz
26332024-03-25T17:05:41.524Zuploading: /work/end-to-end-tests/bootstrap.gz (102284017 bytes)
26342024-03-25T17:06:09.973Zuploaded: /work/end-to-end-tests/bootstrap.gz
26352024-03-25T17:06:09.990Zuploading: /work/end-to-end-tests/commtest-e25b00f6d79ff279.gz (9708487 bytes)
26362024-03-25T17:06:15.826Zuploaded: /work/end-to-end-tests/commtest-e25b00f6d79ff279.gz
26372024-03-25T17:06:15.826Zuploading: /work/end-to-end-tests/dhcp_server-cdb0b653f05d35f0.gz (9708300 bytes)
26382024-03-25T17:06:18.731Zuploaded: /work/end-to-end-tests/dhcp_server-cdb0b653f05d35f0.gz
26392024-03-25T17:06:18.731Zuploading: /work/end-to-end-tests/end_to_end_tests-92ca3720317208b2.gz (103617816 bytes)
26402024-03-25T17:06:47.253Zuploaded: /work/end-to-end-tests/end_to_end_tests-92ca3720317208b2.gz
26412024-03-25T17:06:47.265Zuploading: /work/caboose-util.gz (3208802 bytes)
26422024-03-25T17:06:49.206Zuploaded: /work/caboose-util.gz
26432024-03-25T17:06:49.206Zuploading: /work/tufaceous.gz (13687396 bytes)
26442024-03-25T17:06:53.119Zuploaded: /work/tufaceous.gz
26452024-03-25T17:06:53.119Zuploading: /work/commtest (461560192 bytes)
26462024-03-25T17:09:14.639Zuploaded: /work/commtest