01HSXZSY4A6VCDSRZKKWRB1Y8F: a4x2-prepare

BasicConfig {
    output_rules: [
        "=/out/cargo-bay-ce.tgz",
        "=/out/cargo-bay-cr1.tgz",
        "=/out/cargo-bay-cr2.tgz",
        "=/out/cargo-bay-g0.tgz",
        "=/out/cargo-bay-g1.tgz",
        "=/out/cargo-bay-g2.tgz",
        "=/out/cargo-bay-g3.tgz",
        "=/out/cargo-bay-tools.tgz",
        "=/out/cargo-bay-omicron-common.tgz",
        "=/out/commtest",
        "=/out/dhcp-server",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/testbed",
    ],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HSXZT85MCCC889TWT66KZQKR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-26T18:20:08.767Zjob assigned to worker 01HSXZT9W11MHKCCRZ3ZE4YT3N (queued for 38 s)
 
22024-03-26T18:20:09.365Zstarting task 0: "setup"
32024-03-26T18:20:09.391Z++ uname -s
42024-03-26T18:20:09.391Z+ kern=SunOS
52024-03-26T18:20:09.391Z+ case "$kern" in
62024-03-26T18:20:09.391Z+ groupadd -g 12345 build
72024-03-26T18:20:09.391Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-26T18:20:11.393Z+ zfs create -o mountpoint=/work rpool/work
92024-03-26T18:20:11.441Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-26T18:20:11.466Z+ home_fs=zfs
112024-03-26T18:20:11.466Z+ [[ zfs == autofs ]]
122024-03-26T18:20:11.466Z+ mkdir -p /home/build
132024-03-26T18:20:11.466Z+ chown build:build /home/build /work
142024-03-26T18:20:13.456Z+ chmod 0700 /home/build /work
152024-03-26T18:20:13.483Zprocess exited: duration 4091 ms, exit code 0
 
162024-03-26T18:20:13.539Zstarting task 1: "rust-toolchain"
172024-03-26T18:20:13.567Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-26T18:20:13.567Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192024-03-26T18:20:13.689Zinfo: downloading installer
202024-03-26T18:20:14.187Zwarning: it looks like you have an existing installation of Rust at:
212024-03-26T18:20:14.187Zwarning: /opt/ooce/bin
222024-03-26T18:20:14.187Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-26T18:20:14.187Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-26T18:20:14.187Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-26T18:20:14.187Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-26T18:20:14.187Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-26T18:20:14.187Zerror: cannot install while Rust is installed
282024-03-26T18:20:14.187Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-26T18:20:14.239Zinfo: profile set to 'default'
302024-03-26T18:20:14.239Zinfo: default host triple is x86_64-unknown-illumos
312024-03-26T18:20:14.271Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322024-03-26T18:20:14.363Zinfo: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17)
332024-03-26T18:20:14.363Zinfo: downloading component 'cargo'
342024-03-26T18:20:14.515Zinfo: downloading component 'clippy'
352024-03-26T18:20:14.561Zinfo: downloading component 'rust-docs'
362024-03-26T18:20:14.753Zinfo: downloading component 'rust-std'
372024-03-26T18:20:15.061Zinfo: downloading component 'rustc'
382024-03-26T18:20:15.790Zinfo: downloading component 'rustfmt'
392024-03-26T18:20:15.819Zinfo: installing component 'cargo'
402024-03-26T18:20:16.854Zinfo: installing component 'clippy'
412024-03-26T18:20:17.222Zinfo: installing component 'rust-docs'
422024-03-26T18:20:19.928Zinfo: installing component 'rust-std'
432024-03-26T18:20:21.915Zinfo: installing component 'rustc'
442024-03-26T18:20:26.637Zinfo: installing component 'rustfmt'
452024-03-26T18:20:27.025Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462024-03-26T18:20:27.025Z
472024-03-26T18:20:27.162Z stable-x86_64-unknown-illumos installed - rustc 1.77.0 (aedd173a2 2024-03-17)
482024-03-26T18:20:27.163Z
492024-03-26T18:20:27.187Z
502024-03-26T18:20:27.187ZRust is installed now. Great!
512024-03-26T18:20:27.187Z
522024-03-26T18:20:27.187ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-26T18:20:27.187Zenvironment variable. This has not been done automatically.
542024-03-26T18:20:27.187Z
552024-03-26T18:20:27.187ZTo configure your current shell, you need to source
562024-03-26T18:20:27.187Zthe corresponding env file under $HOME/.cargo.
572024-03-26T18:20:27.188Z
582024-03-26T18:20:27.188ZThis is usually done by running one of the following (note the leading DOT):
592024-03-26T18:20:27.188Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-26T18:20:27.188Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-26T18:20:27.246Z+ rustc --version
622024-03-26T18:20:27.368Zrustc 1.77.0 (aedd173a2 2024-03-17)
632024-03-26T18:20:27.394Zprocess exited: duration 13838 ms, exit code 0
 
642024-03-26T18:20:27.443Zstarting task 2: "authentication"
652024-03-26T18:20:27.507Zprocess exited: duration 63 ms, exit code 0
 
662024-03-26T18:20:27.555Zstarting task 3: "clone repository"
672024-03-26T18:20:27.579Z+ mkdir -p /work/oxidecomputer/omicron
682024-03-26T18:20:27.579Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-03-26T18:20:27.603ZCloning into '/work/oxidecomputer/omicron'...
702024-03-26T18:20:32.712Z+ cd /work/oxidecomputer/omicron
712024-03-26T18:20:32.712Z+ git fetch origin f784f78d67f703e3f8063c5525deed07f6c2c130
722024-03-26T18:20:33.174ZFrom https://github.com/oxidecomputer/omicron
732024-03-26T18:20:33.174Z * branch f784f78d67f703e3f8063c5525deed07f6c2c130 -> FETCH_HEAD
742024-03-26T18:20:33.205Z+ [[ -n refresh-oximeter-producer-list ]]
752024-03-26T18:20:33.205Z++ git branch --show-current
762024-03-26T18:20:33.205Z+ current=main
772024-03-26T18:20:33.205Z+ [[ main != refresh-oximeter-producer-list ]]
782024-03-26T18:20:33.205Z+ git branch -f refresh-oximeter-producer-list f784f78d67f703e3f8063c5525deed07f6c2c130
792024-03-26T18:20:33.234Z+ git checkout -f refresh-oximeter-producer-list
802024-03-26T18:20:33.368ZSwitched to branch 'refresh-oximeter-producer-list'
812024-03-26T18:20:33.399Z+ git reset --hard f784f78d67f703e3f8063c5525deed07f6c2c130
822024-03-26T18:20:33.399ZHEAD is now at f784f78d6 clippy
832024-03-26T18:20:33.399Zprocess exited: duration 5825 ms, exit code 0
 
842024-03-26T18:20:33.455Zstarting task 4: "build"
852024-03-26T18:20:33.487Z++++ dirname ./env.sh
862024-03-26T18:20:33.487Z+++ readlink -f .
872024-03-26T18:20:33.487Z++ OMICRON_WS=/work/oxidecomputer/omicron
882024-03-26T18:20:33.487Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
892024-03-26T18:20:33.487Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
902024-03-26T18:20:33.487Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
912024-03-26T18:20:33.487Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
922024-03-26T18:20:33.487Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-03-26T18:20:33.488Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-03-26T18:20:33.488Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-03-26T18:20:33.488Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-03-26T18:20:33.488Z++ unset OMICRON_WS
972024-03-26T18:20:33.488Z++ set +o xtrace
982024-03-26T18:20:33.488Z+ pfexec mkdir -p /out
992024-03-26T18:20:33.488Z+ pfexec chown 12345 /out
1002024-03-26T18:20:33.488Z+ banner prerequisites
1012024-03-26T18:20:33.489Z
1022024-03-26T18:20:33.489Z ##### ##### ###### ##### ###### #### # # # #### #
1032024-03-26T18:20:33.489Z # # # # # # # # # # # # # # #
1042024-03-26T18:20:33.489Z # # # # ##### # # ##### # # # # # #### #
1052024-03-26T18:20:33.489Z ##### ##### # ##### # # # # # # # # #
1062024-03-26T18:20:33.489Z # # # # # # # # # # # # # # #
1072024-03-26T18:20:33.489Z # # # ###### # # ###### ### # #### # #### #
1082024-03-26T18:20:33.489Z
1092024-03-26T18:20:33.489Z+ set -o xtrace
1102024-03-26T18:20:33.490Z+ ./tools/install_builder_prerequisites.sh -y
1112024-03-26T18:20:38.118Z Startup: Refreshing catalog 'helios-dev' ... Done
1122024-03-26T18:20:39.918Z Startup: Caching catalogs ... Done
1132024-03-26T18:20:42.073ZPlanning: Solver setup ... Done (1.639s)
1142024-03-26T18:20:42.113ZPlanning: Running solver ... Done (0.041s)
1152024-03-26T18:20:42.151ZPlanning: Finding local manifests ... Done (0.002s)
1162024-03-26T18:20:42.234ZPlanning: Fetching manifests: 0/4 0% complete
1172024-03-26T18:20:42.599ZPlanning: Fetching manifests: 4/4 100% complete
1182024-03-26T18:20:42.666ZPlanning: Package planning ... Done (0.067s)
1192024-03-26T18:20:42.733ZPlanning: Merging actions ... Done (0.066s)
1202024-03-26T18:20:43.154ZPlanning: Checking for conflicting actions ... Done (0.417s)
1212024-03-26T18:20:43.184ZPlanning: Consolidating action changes ... Done (0.013s)
1222024-03-26T18:20:43.919ZPlanning: Evaluating mediators ... Done (0.751s)
1232024-03-26T18:20:43.954ZPlanning: Planning completed in 3.96 seconds
1242024-03-26T18:20:43.955Z Packages to install: 4
1252024-03-26T18:20:43.955Z Mediators to change: 2
1262024-03-26T18:20:43.955Z Services to change: 1
1272024-03-26T18:20:43.955Z Estimated space available: 148.93 GB
1282024-03-26T18:20:43.955ZEstimated space to be consumed: 1.43 GB
1292024-03-26T18:20:43.956Z Create boot environment: No
1302024-03-26T18:20:43.956ZCreate backup boot environment: No
1312024-03-26T18:20:43.956Z Rebuild boot archive: No
1322024-03-26T18:20:43.956Z
1332024-03-26T18:20:43.957ZChanged mediators:
1342024-03-26T18:20:43.957Z mediator clang:
1352024-03-26T18:20:43.957Z version: None -> 15 (system default)
1362024-03-26T18:20:43.957Z
1372024-03-26T18:20:43.958Z mediator llvm:
1382024-03-26T18:20:43.958Z version: 14 (system default) -> 15 (system default)
1392024-03-26T18:20:43.958Z
1402024-03-26T18:20:43.959ZChanged packages:
1412024-03-26T18:20:43.959Zhelios-dev
1422024-03-26T18:20:43.959Z developer/build-essential
1432024-03-26T18:20:43.959Z None -> 11-2.0
1442024-03-26T18:20:43.960Z library/libxmlsec1
1452024-03-26T18:20:43.960Z None -> 1.2.35-2.0
1462024-03-26T18:20:43.960Z ooce/developer/clang-15
1472024-03-26T18:20:43.960Z None -> 15.0.7-2.0
1482024-03-26T18:20:43.960Z ooce/developer/llvm-15
1492024-03-26T18:20:43.960Z None -> 15.0.7-2.0
1502024-03-26T18:20:43.961Z
1512024-03-26T18:20:43.961ZServices:
1522024-03-26T18:20:43.961Z restart_fmri:
1532024-03-26T18:20:43.961Z svc:/system/update-man-index:default
1542024-03-26T18:20:43.993Z
1552024-03-26T18:20:43.993ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1562024-03-26T18:20:48.998ZDownload: 1134/3290 items 21.4/212.6MB 10% complete (4.2M/s)
1572024-03-26T18:20:53.997ZDownload: 2079/3290 items 118.8/212.6MB 55% complete (12.0M/s)
1582024-03-26T18:20:59.004ZDownload: 3247/3290 items 186.7/212.6MB 87% complete (16.6M/s)
1592024-03-26T18:21:01.274ZDownload: Completed 212.60 MB in 17.28 seconds (12.3M/s)
1602024-03-26T18:21:01.507Z Actions: 1/3689 actions (Installing new actions)
1612024-03-26T18:21:06.515Z Actions: 2451/3689 actions (Installing new actions)
1622024-03-26T18:21:07.230Z Actions: Completed 3689 actions in 5.72 seconds.
1632024-03-26T18:21:07.396Z Done (0.157s)
1642024-03-26T18:21:07.396Z Done (0.000s)
1652024-03-26T18:21:07.694Z Done (0.294s)
1662024-03-26T18:21:12.968Z Done (5.162s)
1672024-03-26T18:21:13.059Z Done (0.019s)
1682024-03-26T18:21:13.085Z Done (0.000s)
1692024-03-26T18:21:13.229Z Done (0.000s)
1702024-03-26T18:21:13.876ZPlanning: Evaluating mediator changes ... Done
1712024-03-26T18:21:14.127ZPlanning: Checking for conflicting actions ... Done
1722024-03-26T18:21:14.152ZPlanning: Consolidating action changes ... Done
1732024-03-26T18:21:14.461ZPlanning: Evaluating mediators ... Done
1742024-03-26T18:21:14.495ZPlanning: Planning completed in 0.58 seconds
1752024-03-26T18:21:14.525Z Mediators to change: 2
1762024-03-26T18:21:14.525Z Create boot environment: No
1772024-03-26T18:21:14.526ZCreate backup boot environment: No
1782024-03-26T18:21:14.558Z Done
1792024-03-26T18:21:14.558Z Done
1802024-03-26T18:21:14.760Z Done
1812024-03-26T18:21:19.211Z Done
1822024-03-26T18:21:19.295Z Done
1832024-03-26T18:21:19.295Z Done
1842024-03-26T18:21:19.388Z Done
1852024-03-26T18:21:20.573ZPlanning: Evaluating mediator changes ... Done
1862024-03-26T18:21:20.599ZPlanning: Merging actions ... Done
1872024-03-26T18:21:20.599ZPlanning: Checking for conflicting actions ... Done
1882024-03-26T18:21:20.600ZPlanning: Consolidating action changes ... Done
1892024-03-26T18:21:20.789ZPlanning: Evaluating mediators ... Done
1902024-03-26T18:21:20.866ZPlanning: Planning completed in 1.02 seconds
1912024-03-26T18:21:20.914Z Packages to change: 1
1922024-03-26T18:21:20.914Z Mediators to change: 1
1932024-03-26T18:21:20.942Z Services to change: 1
1942024-03-26T18:21:20.942Z Create boot environment: No
1952024-03-26T18:21:20.942ZCreate backup boot environment: Yes
1962024-03-26T18:21:22.409Z Actions: 1/6 actions (Updating modified actions)
1972024-03-26T18:21:22.456Z Actions: Completed 6 actions in 0.00 seconds.
1982024-03-26T18:21:22.456Z Done
1992024-03-26T18:21:22.456Z Done
2002024-03-26T18:21:22.494Z Done
2012024-03-26T18:21:26.891Z Done
2022024-03-26T18:21:26.989Z Done
2032024-03-26T18:21:27.021Z Done
2042024-03-26T18:21:27.064Z Done
2052024-03-26T18:21:27.572ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062024-03-26T18:21:27.572Zclang system 15 system
2072024-03-26T18:21:27.572Zcsh system system illumos
2082024-03-26T18:21:27.572Zctags system system illumos
2092024-03-26T18:21:27.572Zgcc vendor 12 vendor
2102024-03-26T18:21:27.572Zgcc system 10 system
2112024-03-26T18:21:27.572Zgcc system 7 system
2122024-03-26T18:21:27.572Zgo system 1.20 system
2132024-03-26T18:21:27.572Zgo system 1.19 system
2142024-03-26T18:21:27.573Zllvm system 15 system
2152024-03-26T18:21:27.573Zllvm system 14 system
2162024-03-26T18:21:27.573Zmariadb system 10.6 system
2172024-03-26T18:21:27.573Zmta vendor vendor dma
2182024-03-26T18:21:27.573Zopenjdk system 17 system
2192024-03-26T18:21:27.573Zopenjdk system 11 system
2202024-03-26T18:21:27.573Zopenjdk system 1.8 system
2212024-03-26T18:21:27.573Zopenssl vendor 3 vendor
2222024-03-26T18:21:27.573Zperl system 5.36 system
2232024-03-26T18:21:27.573Zpostgresql system 15 system
2242024-03-26T18:21:27.573Zpostgresql system 13 system
2252024-03-26T18:21:27.573Zpython vendor 3 vendor
2262024-03-26T18:21:27.573Zpython system 2 system
2272024-03-26T18:21:27.573Zpython3 system 3.11 system
2282024-03-26T18:21:27.573Zruby system 3.0 system
2292024-03-26T18:21:27.573Zwords vendor vendor american-english
2302024-03-26T18:21:27.573Zwords system system australian-english
2312024-03-26T18:21:27.573Zwords system system british-english
2322024-03-26T18:21:27.573Zwords system system canadian-english
2332024-03-26T18:21:27.574Zwords system system french
2342024-03-26T18:21:27.574Zwords system system italian
2352024-03-26T18:21:27.574Zwords system system ngerman
2362024-03-26T18:21:27.574Zwords system system ogerman
2372024-03-26T18:21:27.574Zwords system system spanish
2382024-03-26T18:21:27.969ZPUBLISHER TYPE STATUS P LOCATION
2392024-03-26T18:21:27.969Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402024-03-26T18:21:29.434ZFMRI IFO
2412024-03-26T18:21:29.435Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422024-03-26T18:21:29.435Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432024-03-26T18:21:29.435Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442024-03-26T18:21:29.435Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452024-03-26T18:21:29.435Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462024-03-26T18:21:29.435Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472024-03-26T18:21:29.436Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2482024-03-26T18:21:29.436Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2492024-03-26T18:21:29.436Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2502024-03-26T18:21:29.436Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2512024-03-26T18:21:29.436Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2522024-03-26T18:21:29.436Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2532024-03-26T18:21:29.677Z+ set -o errexit
2542024-03-26T18:21:29.709Z+++ dirname ./tools/ci_download_cockroachdb
2552024-03-26T18:21:29.709Z++ cd ./tools
2562024-03-26T18:21:29.709Z++ pwd
2572024-03-26T18:21:29.709Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2582024-03-26T18:21:29.709Z++ basename ./tools/ci_download_cockroachdb
2592024-03-26T18:21:29.709Z+ ARG0=ci_download_cockroachdb
2602024-03-26T18:21:29.709Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2612024-03-26T18:21:29.710Z+ CIDL_VERSION=v22.1.9
2622024-03-26T18:21:29.710Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2632024-03-26T18:21:29.710Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2642024-03-26T18:21:29.710Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2652024-03-26T18:21:29.710Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2662024-03-26T18:21:29.710Z+ TARGET_DIR=out
2672024-03-26T18:21:29.710Z+ DOWNLOAD_DIR=out/downloads
2682024-03-26T18:21:29.710Z+ DEST_DIR=./out/cockroachdb
2692024-03-26T18:21:29.710Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2702024-03-26T18:21:29.710Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2712024-03-26T18:21:29.710Z+ main
2722024-03-26T18:21:29.710Z+ [[ 0 != 0 ]]
2732024-03-26T18:21:29.710Z+ CIDL_OS=solaris2.11
2742024-03-26T18:21:29.710Z+ [[ 0 != 0 ]]
2752024-03-26T18:21:29.710Z+ configure_os solaris2.11
2762024-03-26T18:21:29.710Z+ echo 'current directory: /work/oxidecomputer/omicron'
2772024-03-26T18:21:29.710Z+ echo 'configuring based on OS: "solaris2.11"'
2782024-03-26T18:21:29.710Zcurrent directory: /work/oxidecomputer/omicron
2792024-03-26T18:21:29.710Zconfiguring based on OS: "solaris2.11"
2802024-03-26T18:21:29.710Z+ case "$1" in
2812024-03-26T18:21:29.711Z+ CIDL_BUILD=illumos
2822024-03-26T18:21:29.711Z+ CIDL_SUFFIX=tar.gz
2832024-03-26T18:21:29.711Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2842024-03-26T18:21:29.711Z+ CIDL_URL_BASE=https://illumos.org/downloads
2852024-03-26T18:21:29.711Z+ CIDL_ASSEMBLE=do_assemble_illumos
2862024-03-26T18:21:29.711Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2872024-03-26T18:21:29.711Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2882024-03-26T18:21:29.711Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-03-26T18:21:29.711Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2902024-03-26T18:21:29.711Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-03-26T18:21:29.711Z+ CIDL_SHA256FUNC=do_sha256sum
2922024-03-26T18:21:29.711Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2932024-03-26T18:21:29.711Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2942024-03-26T18:21:29.711ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2952024-03-26T18:21:29.711Z+ mkdir -p out/downloads
2962024-03-26T18:21:29.711ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-03-26T18:21:29.711Z+ mkdir -p ./out/cockroachdb
2982024-03-26T18:21:29.711Z+ local DO_DOWNLOAD=true
2992024-03-26T18:21:29.711Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3002024-03-26T18:21:29.711Z+ '[' true == true ']'
3012024-03-26T18:21:29.711Z+ echo Downloading...
3022024-03-26T18:21:29.712ZDownloading...
3032024-03-26T18:21:29.712Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3042024-03-26T18:21:29.712Z+ 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
3052024-03-26T18:21:34.085Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062024-03-26T18:21:34.111Z++ sha256sum
3072024-03-26T18:21:34.111Z++ awk '{print $1}'
3082024-03-26T18:21:34.164Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3092024-03-26T18:21:34.164Z+ [[ 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 ]]
3102024-03-26T18:21:34.165Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3112024-03-26T18:21:34.192Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3122024-03-26T18:21:37.086Z+ do_assemble_illumos
3132024-03-26T18:21:37.087Z+ rm -r ./out/cockroachdb
3142024-03-26T18:21:37.111Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3152024-03-26T18:21:37.418Z+ ./out/cockroachdb/bin/cockroach version
3162024-03-26T18:21:37.576ZBuild Tag: v22.1.9-dirty
3172024-03-26T18:21:37.577ZBuild Time: 2022/10/26 21:17:46
3182024-03-26T18:21:37.577ZDistribution: OSS
3192024-03-26T18:21:37.577ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3202024-03-26T18:21:37.577ZGo Version: go1.17.13
3212024-03-26T18:21:37.577ZC Compiler: gcc 10.3.0
3222024-03-26T18:21:37.578ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3232024-03-26T18:21:37.578ZBuild Type: release
3242024-03-26T18:21:37.604Z+ set -o errexit
3252024-03-26T18:21:37.604Z+++ dirname ./tools/ci_download_clickhouse
3262024-03-26T18:21:37.604Z++ cd ./tools
3272024-03-26T18:21:37.605Z++ pwd
3282024-03-26T18:21:37.605Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3292024-03-26T18:21:37.633Z++ basename ./tools/ci_download_clickhouse
3302024-03-26T18:21:37.633Z+ ARG0=ci_download_clickhouse
3312024-03-26T18:21:37.633Z+ TARGET_DIR=out
3322024-03-26T18:21:37.633Z+ DOWNLOAD_DIR=out/downloads
3332024-03-26T18:21:37.633Z+ DEST_DIR=./out/clickhouse
3342024-03-26T18:21:37.633Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3352024-03-26T18:21:37.633Z+ CIDL_VERSION=v23.8.7.24
3362024-03-26T18:21:37.633Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3372024-03-26T18:21:37.633Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3382024-03-26T18:21:37.633Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3392024-03-26T18:21:37.633Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3402024-03-26T18:21:37.633Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3412024-03-26T18:21:37.633Z+ main
3422024-03-26T18:21:37.633Z+ [[ 0 != 0 ]]
3432024-03-26T18:21:37.634Z+ CIDL_OS=solaris2.11
3442024-03-26T18:21:37.634Z+ [[ 0 != 0 ]]
3452024-03-26T18:21:37.634Z+ configure_os solaris2.11
3462024-03-26T18:21:37.634Z+ echo 'current directory: /work/oxidecomputer/omicron'
3472024-03-26T18:21:37.634Z+ echo 'configuring based on OS: "solaris2.11"'
3482024-03-26T18:21:37.634Zcurrent directory: /work/oxidecomputer/omicron
3492024-03-26T18:21:37.634Z+ CIDL_DASHREV=
3502024-03-26T18:21:37.634Z+ case "$1" in
3512024-03-26T18:21:37.634Z+ CIDL_PLATFORM=illumos
3522024-03-26T18:21:37.634Zconfiguring based on OS: "solaris2.11"
3532024-03-26T18:21:37.634Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3542024-03-26T18:21:37.634Z+ CIDL_MD5FUNC=do_md5sum
3552024-03-26T18:21:37.634Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3562024-03-26T18:21:37.635Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3572024-03-26T18:21:37.635Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3582024-03-26T18:21:37.635Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3592024-03-26T18:21:37.635Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3602024-03-26T18:21:37.635Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3612024-03-26T18:21:37.635Z+ mkdir -p out/downloads
3622024-03-26T18:21:37.635ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3632024-03-26T18:21:37.635ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3642024-03-26T18:21:37.635Z+ mkdir -p ./out/clickhouse
3652024-03-26T18:21:37.635Z+ local DO_DOWNLOAD=true
3662024-03-26T18:21:37.635Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3672024-03-26T18:21:37.635Z+ '[' true == true ']'
3682024-03-26T18:21:37.635Z+ echo Downloading...
3692024-03-26T18:21:37.635ZDownloading...
3702024-03-26T18:21:37.636Z+ 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
3712024-03-26T18:21:37.636Z+ 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
3722024-03-26T18:21:44.922Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3732024-03-26T18:21:44.947Z++ md5sum
3742024-03-26T18:21:44.948Z++ awk '{print $1}'
3752024-03-26T18:21:45.189Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3762024-03-26T18:21:45.189Z+ [[ 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 ]]
3772024-03-26T18:21:45.189Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3782024-03-26T18:21:45.189Z+ mkdir -p ./out/clickhouse
3792024-03-26T18:21:45.215Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3802024-03-26T18:21:50.328Z+ [[ solaris2.11 == darwin* ]]
3812024-03-26T18:21:50.329Z+ ./out/clickhouse/clickhouse server --version
3822024-03-26T18:21:50.408ZClickHouse server version 23.8.7.1.
3832024-03-26T18:21:50.437Z+ set -o errexit
3842024-03-26T18:21:50.468Z+++ dirname ./tools/ci_download_console
3852024-03-26T18:21:50.468Z++ cd ./tools
3862024-03-26T18:21:50.468Z++ pwd
3872024-03-26T18:21:50.468Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3882024-03-26T18:21:50.468Z++ basename ./tools/ci_download_console
3892024-03-26T18:21:50.469Z+ ARG0=ci_download_console
3902024-03-26T18:21:50.469Z+ TARGET_DIR=out
3912024-03-26T18:21:50.469Z+ DOWNLOAD_DIR=out/downloads
3922024-03-26T18:21:50.469Z+ DEST_DIR=./out/console-assets
3932024-03-26T18:21:50.469Z+ source /work/oxidecomputer/omicron/tools/console_version
3942024-03-26T18:21:50.469Z++ COMMIT=0114288974fb9e36bf392277fe59b0de357ec137
3952024-03-26T18:21:50.469Z++ SHA2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada
3962024-03-26T18:21:50.470Z+ URL=https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
3972024-03-26T18:21:50.470Z+ TARBALL_FILE=out/downloads/console.tar.gz
3982024-03-26T18:21:50.470Z+ main
3992024-03-26T18:21:50.470Z+ [[ 0 != 0 ]]
4002024-03-26T18:21:50.470Z+ echo 'URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz'
4012024-03-26T18:21:50.471Z+ echo 'Local file: out/downloads/console.tar.gz'
4022024-03-26T18:21:50.471ZURL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
4032024-03-26T18:21:50.471ZLocal file: out/downloads/console.tar.gz
4042024-03-26T18:21:50.471Z+ local DO_DOWNLOAD=true
4052024-03-26T18:21:50.471Z+ [[ -f out/downloads/console.tar.gz ]]
4062024-03-26T18:21:50.471Z+ mkdir -p out/downloads
4072024-03-26T18:21:50.471Z+ '[' true == true ']'
4082024-03-26T18:21:50.471Z+ echo Downloading...
4092024-03-26T18:21:50.472ZDownloading...
4102024-03-26T18:21:50.472Z+ do_download_curl https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz out/downloads/console.tar.gz
4112024-03-26T18:21:50.472Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
4122024-03-26T18:21:50.774Z++ do_sha256sum out/downloads/console.tar.gz
4132024-03-26T18:21:50.775Z++ case "$OSTYPE" in
4142024-03-26T18:21:50.775Z++ SHA=sha256sum
4152024-03-26T18:21:50.802Z++ sha256sum
4162024-03-26T18:21:50.803Z++ awk '{print $1}'
4172024-03-26T18:21:50.803Z+ calculated_sha2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada
4182024-03-26T18:21:50.803Z+ [[ 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 ]]
4192024-03-26T18:21:50.803Z+ rm -rf ./out/console-assets
4202024-03-26T18:21:50.804Z+ mkdir -p ./out/console-assets
4212024-03-26T18:21:50.804Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4222024-03-26T18:21:50.804Z+ mkdir -p ./out/console-assets
4232024-03-26T18:21:50.805Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4242024-03-26T18:21:50.922Z+ set -o errexit
4252024-03-26T18:21:50.948Z+++ dirname ./tools/ci_download_maghemite_openapi
4262024-03-26T18:21:50.948Z++ cd ./tools
4272024-03-26T18:21:50.948Z++ pwd
4282024-03-26T18:21:50.948Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4292024-03-26T18:21:50.948Z++ basename ./tools/ci_download_maghemite_openapi
4302024-03-26T18:21:50.948Z+ ARG0=ci_download_maghemite_openapi
4312024-03-26T18:21:50.948Z+ TARGET_DIR=out
4322024-03-26T18:21:50.948Z+ DOWNLOAD_DIR=out/downloads
4332024-03-26T18:21:50.948Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4342024-03-26T18:21:50.948Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4352024-03-26T18:21:50.949Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4362024-03-26T18:21:50.949Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4372024-03-26T18:21:50.949Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4382024-03-26T18:21:50.949Z+ main
4392024-03-26T18:21:50.949Z+ rm -rf out/downloads/root
4402024-03-26T18:21:50.949Z+ [[ 0 != 0 ]]
4412024-03-26T18:21:50.949Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4422024-03-26T18:21:50.949ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4432024-03-26T18:21:50.949Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4442024-03-26T18:21:50.949ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4452024-03-26T18:21:50.950Z+ local DO_DOWNLOAD=true
4462024-03-26T18:21:50.950Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4472024-03-26T18:21:50.950Z+ mkdir -p out/downloads
4482024-03-26T18:21:50.950Z+ '[' true == true ']'
4492024-03-26T18:21:50.950Z+ echo Downloading...
4502024-03-26T18:21:50.950ZDownloading...
4512024-03-26T18:21:50.950Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4522024-03-26T18:21:50.950Z+ 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
4532024-03-26T18:21:51.610Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4542024-03-26T18:21:51.610Z++ case "$OSTYPE" in
4552024-03-26T18:21:51.610Z++ SHA=sha256sum
4562024-03-26T18:21:52.458Z++ sha256sum
4572024-03-26T18:21:52.458Z++ awk '{print $1}'
4582024-03-26T18:21:52.458Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4592024-03-26T18:21:52.460Z+ [[ 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 ]]
4602024-03-26T18:21:52.460Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4612024-03-26T18:21:52.460Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4622024-03-26T18:21:52.460Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4632024-03-26T18:21:52.460Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4642024-03-26T18:21:52.461Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4652024-03-26T18:21:52.461Z+ main
4662024-03-26T18:21:52.461Z+ rm -rf out/downloads/root
4672024-03-26T18:21:52.461Z+ [[ 0 != 0 ]]
4682024-03-26T18:21:52.462Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4692024-03-26T18:21:52.462ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4702024-03-26T18:21:52.462ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4712024-03-26T18:21:52.462Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4722024-03-26T18:21:52.463Z+ local DO_DOWNLOAD=true
4732024-03-26T18:21:52.463Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4742024-03-26T18:21:52.463Z+ mkdir -p out/downloads
4752024-03-26T18:21:52.463Z+ '[' true == true ']'
4762024-03-26T18:21:52.463Z+ echo Downloading...
4772024-03-26T18:21:52.463Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4782024-03-26T18:21:52.463ZDownloading...
4792024-03-26T18:21:52.464Z+ 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
4802024-03-26T18:21:52.464Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4812024-03-26T18:21:52.464Z++ case "$OSTYPE" in
4822024-03-26T18:21:52.464Z++ SHA=sha256sum
4832024-03-26T18:21:52.464Z++ sha256sum
4842024-03-26T18:21:52.497Z++ awk '{print $1}'
4852024-03-26T18:21:52.497Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4862024-03-26T18:21:52.497Z+ [[ 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 ]]
4872024-03-26T18:21:52.497Z+ set -o errexit
4882024-03-26T18:21:52.497Z+++ dirname ./tools/ci_download_dendrite_openapi
4892024-03-26T18:21:52.498Z++ cd ./tools
4902024-03-26T18:21:52.498Z++ pwd
4912024-03-26T18:21:52.498Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4922024-03-26T18:21:52.498Z++ basename ./tools/ci_download_dendrite_openapi
4932024-03-26T18:21:52.499Z+ ARG0=ci_download_dendrite_openapi
4942024-03-26T18:21:52.499Z+ TARGET_DIR=out
4952024-03-26T18:21:52.499Z+ DOWNLOAD_DIR=out/downloads
4962024-03-26T18:21:52.499Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4972024-03-26T18:21:52.499Z++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb
4982024-03-26T18:21:52.499Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4992024-03-26T18:21:52.499Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
5002024-03-26T18:21:52.499Z+ LOCAL_FILE=out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5012024-03-26T18:21:52.500Z+ main
5022024-03-26T18:21:52.500Z+ [[ 0 != 0 ]]
5032024-03-26T18:21:52.500Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json'
5042024-03-26T18:21:52.500ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
5052024-03-26T18:21:52.500Z+ echo 'Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json'
5062024-03-26T18:21:52.500ZLocal file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5072024-03-26T18:21:52.501Z+ local DO_DOWNLOAD=true
5082024-03-26T18:21:52.501Z+ [[ -f out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json ]]
5092024-03-26T18:21:52.501Z+ mkdir -p out/downloads
5102024-03-26T18:21:52.501Z+ '[' true == true ']'
5112024-03-26T18:21:52.501Z+ echo Downloading...
5122024-03-26T18:21:52.501ZDownloading...
5132024-03-26T18:21:52.501Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5142024-03-26T18:21:52.501Z+ 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
5152024-03-26T18:21:54.955Z++ do_sha256sum out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5162024-03-26T18:21:54.955Z++ case "$OSTYPE" in
5172024-03-26T18:21:54.955Z++ SHA=sha256sum
5182024-03-26T18:21:55.002Z++ sha256sum
5192024-03-26T18:21:55.003Z++ awk '{print $1}'
5202024-03-26T18:21:55.003Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5212024-03-26T18:21:55.003Z+ [[ 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 ]]
5222024-03-26T18:21:55.003Z+ set -o errexit
5232024-03-26T18:21:55.003Z+++ dirname ./tools/ci_download_dendrite_stub
5242024-03-26T18:21:55.003Z++ cd ./tools
5252024-03-26T18:21:55.003Z++ pwd
5262024-03-26T18:21:55.003Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5272024-03-26T18:21:55.003Z++ basename ./tools/ci_download_dendrite_stub
5282024-03-26T18:21:55.003Z+ ARG0=ci_download_dendrite_stub
5292024-03-26T18:21:55.003Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5302024-03-26T18:21:55.003Z++ CIDL_SHA256_ILLUMOS=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5312024-03-26T18:21:55.003Z++ CIDL_SHA256_LINUX_DPD=db3e419cf4381607482c55230c64c6afa80388a26db8efa48e437ebc8b82526a
5322024-03-26T18:21:55.003Z++ CIDL_SHA256_LINUX_SWADM=1de82f6b7419aa0e6e0632def69d5b370a9cb3ac2261527fce96840eb5af5b8d
5332024-03-26T18:21:55.003Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5342024-03-26T18:21:55.003Z++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb
5352024-03-26T18:21:55.003Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5362024-03-26T18:21:55.003Z+ TARGET_DIR=out
5372024-03-26T18:21:55.004Z+ DOWNLOAD_DIR=out/downloads
5382024-03-26T18:21:55.004Z+ DEST_DIR=./out/dendrite-stub
5392024-03-26T18:21:55.004Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5402024-03-26T18:21:55.004Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5412024-03-26T18:21:55.004Z+ REPO=oxidecomputer/dendrite
5422024-03-26T18:21:55.004Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb
5432024-03-26T18:21:55.004Z+ main
5442024-03-26T18:21:55.004Z+ [[ 0 != 0 ]]
5452024-03-26T18:21:55.004Z+ CIDL_OS=solaris2.11
5462024-03-26T18:21:55.004Z+ [[ 0 != 0 ]]
5472024-03-26T18:21:55.004Z+ configure_os solaris2.11
5482024-03-26T18:21:55.004Z+ echo 'current directory: /work/oxidecomputer/omicron'
5492024-03-26T18:21:55.004Z+ echo 'configuring based on OS: "solaris2.11"'
5502024-03-26T18:21:55.004Zcurrent directory: /work/oxidecomputer/omicron
5512024-03-26T18:21:55.004Zconfiguring based on OS: "solaris2.11"
5522024-03-26T18:21:55.004Z+ case "$1" in
5532024-03-26T18:21:55.004Z+ SET_BINARIES=
5542024-03-26T18:21:55.004Z+ CIDL_SHA256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5552024-03-26T18:21:55.004Z+ CIDL_SHA256FUNC=do_sha256sum
5562024-03-26T18:21:55.005Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5572024-03-26T18:21:55.005Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5582024-03-26T18:21:55.005Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5592024-03-26T18:21:55.005Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz'
5602024-03-26T18:21:55.005ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5612024-03-26T18:21:55.005Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5622024-03-26T18:21:55.005Z+ mkdir -p out/downloads
5632024-03-26T18:21:55.005ZLocal file: out/downloads/dendrite-stub.tar.gz
5642024-03-26T18:21:55.005Z+ mkdir -p ./out/dendrite-stub
5652024-03-26T18:21:55.005Z+ fetch_and_verify
5662024-03-26T18:21:55.005Z+ local DO_DOWNLOAD=true
5672024-03-26T18:21:55.005Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5682024-03-26T18:21:55.005Z+ '[' true == true ']'
5692024-03-26T18:21:55.005Z+ echo Downloading...
5702024-03-26T18:21:55.005Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5712024-03-26T18:21:55.005Z+ 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
5722024-03-26T18:21:55.005ZDownloading...
5732024-03-26T18:22:07.346Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5742024-03-26T18:22:07.376Z++ sha256sum
5752024-03-26T18:22:07.376Z++ awk '{print $1}'
5762024-03-26T18:22:07.403Z+ calculated_sha256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5772024-03-26T18:22:07.404Z+ [[ 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 ]]
5782024-03-26T18:22:07.404Z+ do_untar out/downloads/dendrite-stub.tar.gz
5792024-03-26T18:22:07.404Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5802024-03-26T18:22:08.174Z+ do_assemble
5812024-03-26T18:22:08.174Z+ rm -r ./out/dendrite-stub
5822024-03-26T18:22:08.210Z+ mkdir ./out/dendrite-stub
5832024-03-26T18:22:08.210Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5842024-03-26T18:22:08.308Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5852024-03-26T18:22:08.333Z+ set -o errexit
5862024-03-26T18:22:08.333Z+++ dirname ./tools/ci_download_maghemite_mgd
5872024-03-26T18:22:08.333Z++ cd ./tools
5882024-03-26T18:22:08.333Z++ pwd
5892024-03-26T18:22:08.333Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5902024-03-26T18:22:08.333Z++ basename ./tools/ci_download_maghemite_mgd
5912024-03-26T18:22:08.333Z+ ARG0=ci_download_maghemite_mgd
5922024-03-26T18:22:08.333Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5932024-03-26T18:22:08.333Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5942024-03-26T18:22:08.333Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
5952024-03-26T18:22:08.333Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5962024-03-26T18:22:08.333Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
5972024-03-26T18:22:08.333Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5982024-03-26T18:22:08.333Z+ TARGET_DIR=out
5992024-03-26T18:22:08.334Z+ DOWNLOAD_DIR=out/downloads
6002024-03-26T18:22:08.334Z+ DEST_DIR=./out/mgd
6012024-03-26T18:22:08.334Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6022024-03-26T18:22:08.334Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6032024-03-26T18:22:08.334Z+ REPO=oxidecomputer/maghemite
6042024-03-26T18:22:08.334Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6052024-03-26T18:22:08.334Z+ main
6062024-03-26T18:22:08.334Z+ rm -rf out/downloads/root
6072024-03-26T18:22:08.359Z+ [[ 0 != 0 ]]
6082024-03-26T18:22:08.359Z+ CIDL_OS=solaris2.11
6092024-03-26T18:22:08.359Z+ [[ 0 != 0 ]]
6102024-03-26T18:22:08.359Z+ configure_os solaris2.11
6112024-03-26T18:22:08.359Z+ echo 'current directory: /work/oxidecomputer/omicron'
6122024-03-26T18:22:08.359Zcurrent directory: /work/oxidecomputer/omicron
6132024-03-26T18:22:08.359Z+ echo 'configuring based on OS: "solaris2.11"'
6142024-03-26T18:22:08.359Z+ case "$1" in
6152024-03-26T18:22:08.359Z+ SET_BINARIES=
6162024-03-26T18:22:08.359Zconfiguring based on OS: "solaris2.11"
6172024-03-26T18:22:08.359Z+ CIDL_SHA256FUNC=do_sha256sum
6182024-03-26T18:22:08.359Z+ TARBALL_FILENAME=mgd.tar.gz
6192024-03-26T18:22:08.359Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6202024-03-26T18:22:08.359Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6212024-03-26T18:22:08.359Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6222024-03-26T18:22:08.359ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6232024-03-26T18:22:08.359ZLocal file: out/downloads/mgd.tar.gz
6242024-03-26T18:22:08.359Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6252024-03-26T18:22:08.360Z+ mkdir -p out/downloads
6262024-03-26T18:22:08.360Z+ mkdir -p ./out/mgd
6272024-03-26T18:22:08.360Z+ fetch_and_verify
6282024-03-26T18:22:08.360Z+ local DO_DOWNLOAD=true
6292024-03-26T18:22:08.360Z+ [[ -f out/downloads/mgd.tar.gz ]]
6302024-03-26T18:22:08.360Z+ '[' true == true ']'
6312024-03-26T18:22:08.360Z+ echo Downloading...
6322024-03-26T18:22:08.360ZDownloading...
6332024-03-26T18:22:08.360Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6342024-03-26T18:22:08.360Z+ 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
6352024-03-26T18:22:19.633Z++ do_sha256sum out/downloads/mgd.tar.gz
6362024-03-26T18:22:19.686Z++ sha256sum
6372024-03-26T18:22:19.686Z++ awk '{print $1}'
6382024-03-26T18:22:19.721Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6392024-03-26T18:22:19.721Z+ [[ 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 ]]
6402024-03-26T18:22:19.721Z+ do_untar out/downloads/mgd.tar.gz
6412024-03-26T18:22:19.721Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6422024-03-26T18:22:20.454Z+ do_assemble
6432024-03-26T18:22:20.454Z+ rm -r ./out/mgd
6442024-03-26T18:22:20.975Z+ mkdir ./out/mgd
6452024-03-26T18:22:20.975Z+ cp -r out/downloads/root ./out/mgd/root
6462024-03-26T18:22:20.975Z+ set -o errexit
6472024-03-26T18:22:20.975Z+++ dirname ./tools/ci_download_transceiver_control
6482024-03-26T18:22:20.975Z++ cd ./tools
6492024-03-26T18:22:20.975Z++ pwd
6502024-03-26T18:22:20.976Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6512024-03-26T18:22:20.976Z++ basename ./tools/ci_download_transceiver_control
6522024-03-26T18:22:20.976Z+ ARG0=ci_download_transceiver_control
6532024-03-26T18:22:20.976Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6542024-03-26T18:22:20.976Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6552024-03-26T18:22:20.976Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6562024-03-26T18:22:20.976Z+ TARGET_DIR=out
6572024-03-26T18:22:20.976Z+ DOWNLOAD_DIR=out/downloads
6582024-03-26T18:22:20.976Z+ DEST_DIR=./out/transceiver-control
6592024-03-26T18:22:20.976Z+ BIN_DIR=/opt/oxide/bin
6602024-03-26T18:22:20.976Z+ BINARY=xcvradm
6612024-03-26T18:22:20.976Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6622024-03-26T18:22:20.976Z+ REPO=oxidecomputer/transceiver-control
6632024-03-26T18:22:20.976Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6642024-03-26T18:22:20.976Z+ main
6652024-03-26T18:22:20.976Z+ [[ 0 != 0 ]]
6662024-03-26T18:22:20.976Z+ CIDL_OS=solaris2.11
6672024-03-26T18:22:20.976Z+ [[ 0 != 0 ]]
6682024-03-26T18:22:20.977Z+ configure_os solaris2.11
6692024-03-26T18:22:20.977Z+ echo 'current directory: /work/oxidecomputer/omicron'
6702024-03-26T18:22:20.977Z+ echo 'configuring based on OS: "solaris2.11"'
6712024-03-26T18:22:20.977Zcurrent directory: /work/oxidecomputer/omicron
6722024-03-26T18:22:20.977Z+ case "$1" in
6732024-03-26T18:22:20.977Zconfiguring based on OS: "solaris2.11"
6742024-03-26T18:22:20.977Z+ SET_BINARIES=
6752024-03-26T18:22:20.977Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6762024-03-26T18:22:20.977Z+ CIDL_SHA256FUNC=do_sha256sum
6772024-03-26T18:22:20.977Z+ ARCHIVE_FILENAME=xcvradm.gz
6782024-03-26T18:22:20.977Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6792024-03-26T18:22:20.977ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6802024-03-26T18:22:20.977ZLocal file: out/downloads/xcvradm.gz
6812024-03-26T18:22:20.977Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6822024-03-26T18:22:20.977Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6832024-03-26T18:22:20.977Z+ echo 'Local file: out/downloads/xcvradm.gz'
6842024-03-26T18:22:20.977Z+ mkdir -p out/downloads
6852024-03-26T18:22:20.977Z+ mkdir -p ./out/transceiver-control
6862024-03-26T18:22:20.977Z+ fetch_and_verify
6872024-03-26T18:22:20.977Z+ local DO_DOWNLOAD=true
6882024-03-26T18:22:20.978Z+ [[ -f out/downloads/xcvradm.gz ]]
6892024-03-26T18:22:20.978Z+ '[' true == true ']'
6902024-03-26T18:22:20.978Z+ echo Downloading...
6912024-03-26T18:22:20.978ZDownloading...
6922024-03-26T18:22:20.978Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6932024-03-26T18:22:20.978Z+ 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
6942024-03-26T18:22:24.290Z++ do_sha256sum out/downloads/xcvradm.gz
6952024-03-26T18:22:24.316Z++ sha256sum
6962024-03-26T18:22:24.316Z++ awk '{print $1}'
6972024-03-26T18:22:24.316Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6982024-03-26T18:22:24.316Z+ [[ 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 ]]
6992024-03-26T18:22:24.316Z+ do_unpack out/downloads/xcvradm.gz
7002024-03-26T18:22:24.316Z+ mkdir -p out/downloads/root//opt/oxide/bin
7012024-03-26T18:22:24.316Z+ gzip -dc out/downloads/xcvradm.gz
7022024-03-26T18:22:24.463Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7032024-03-26T18:22:24.463Z+ do_assemble
7042024-03-26T18:22:24.464Z+ rm -r ./out/transceiver-control
7052024-03-26T18:22:24.464Z+ mkdir ./out/transceiver-control
7062024-03-26T18:22:24.464Z+ cp -r out/downloads/root ./out/transceiver-control/root
7072024-03-26T18:22:24.547Z+ set -o errexit
7082024-03-26T18:22:24.600Z+++ dirname ./tools/ci_download_thundermuffin
7092024-03-26T18:22:24.600Z++ cd ./tools
7102024-03-26T18:22:24.601Z++ pwd
7112024-03-26T18:22:24.601Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7122024-03-26T18:22:24.601Z++ basename ./tools/ci_download_thundermuffin
7132024-03-26T18:22:24.601Z+ ARG0=ci_download_thundermuffin
7142024-03-26T18:22:24.602Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7152024-03-26T18:22:24.602Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7162024-03-26T18:22:24.602Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7172024-03-26T18:22:24.602Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7182024-03-26T18:22:24.603Z+ TARGET_DIR=out
7192024-03-26T18:22:24.603Z+ DOWNLOAD_DIR=out/downloads
7202024-03-26T18:22:24.603Z+ DEST_DIR=./out/thundermuffin
7212024-03-26T18:22:24.604Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7222024-03-26T18:22:24.604Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7232024-03-26T18:22:24.604Z+ REPO=oxidecomputer/thundermuffin
7242024-03-26T18:22:24.604Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7252024-03-26T18:22:24.604Z+ main
7262024-03-26T18:22:24.605Z+ rm -rf out/downloads/root
7272024-03-26T18:22:24.605Z+ [[ 0 != 0 ]]
7282024-03-26T18:22:24.605Z+ CIDL_OS=solaris2.11
7292024-03-26T18:22:24.605Z+ [[ 0 != 0 ]]
7302024-03-26T18:22:24.605Z+ configure_os solaris2.11
7312024-03-26T18:22:24.605Z+ echo 'current directory: /work/oxidecomputer/omicron'
7322024-03-26T18:22:24.606Zcurrent directory: /work/oxidecomputer/omicron
7332024-03-26T18:22:24.606Z+ echo 'configuring based on OS: "solaris2.11"'
7342024-03-26T18:22:24.606Z+ case "$1" in
7352024-03-26T18:22:24.606Zconfiguring based on OS: "solaris2.11"
7362024-03-26T18:22:24.606Z+ SET_BINARIES=
7372024-03-26T18:22:24.606Z+ CIDL_SHA256FUNC=do_sha256sum
7382024-03-26T18:22:24.607Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7392024-03-26T18:22:24.607Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7402024-03-26T18:22:24.607Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7412024-03-26T18:22:24.607Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7422024-03-26T18:22:24.607ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7432024-03-26T18:22:24.607Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7442024-03-26T18:22:24.607Z+ mkdir -p out/downloads
7452024-03-26T18:22:24.608ZLocal file: out/downloads/thundermuffin.tar.gz
7462024-03-26T18:22:24.608Z+ mkdir -p ./out/thundermuffin
7472024-03-26T18:22:24.608Z+ fetch_and_verify
7482024-03-26T18:22:24.608Z+ local DO_DOWNLOAD=true
7492024-03-26T18:22:24.608Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7502024-03-26T18:22:24.608Z+ '[' true == true ']'
7512024-03-26T18:22:24.608Z+ echo Downloading...
7522024-03-26T18:22:24.608ZDownloading...
7532024-03-26T18:22:24.608Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7542024-03-26T18:22:24.608Z+ 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
7552024-03-26T18:22:27.348Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7562024-03-26T18:22:27.377Z++ sha256sum
7572024-03-26T18:22:27.377Z++ awk '{print $1}'
7582024-03-26T18:22:27.377Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7592024-03-26T18:22:27.377Z+ [[ 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 ]]
7602024-03-26T18:22:27.378Z+ do_untar out/downloads/thundermuffin.tar.gz
7612024-03-26T18:22:27.378Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7622024-03-26T18:22:27.438Z+ do_assemble
7632024-03-26T18:22:27.438Z+ rm -r ./out/thundermuffin
7642024-03-26T18:22:27.463Z+ mkdir ./out/thundermuffin
7652024-03-26T18:22:27.463Z+ cp -r out/downloads/root ./out/thundermuffin/root
7662024-03-26T18:22:27.488ZAll builder prerequisites installed successfully, and PATH looks valid
7672024-03-26T18:22:27.488Z+ banner commtest
7682024-03-26T18:22:27.488Z
7692024-03-26T18:22:27.488Z #### #### # # # # ##### ###### #### #####
7702024-03-26T18:22:27.488Z # # # # ## ## ## ## # # # #
7712024-03-26T18:22:27.488Z # # # # ## # # ## # # ##### #### #
7722024-03-26T18:22:27.488Z # # # # # # # # # # #
7732024-03-26T18:22:27.488Z # # # # # # # # # # # # #
7742024-03-26T18:22:27.488Z #### #### # # # # # ###### #### #
7752024-03-26T18:22:27.488Z
7762024-03-26T18:22:27.488Z+ cargo build -p end-to-end-tests --bin commtest --bin dhcp-server --release
7772024-03-26T18:22:27.488Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
7782024-03-26T18:22:27.675Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
7792024-03-26T18:22:27.675Zinfo: downloading component 'cargo'
7802024-03-26T18:22:27.862Zinfo: downloading component 'clippy'
7812024-03-26T18:22:27.912Zinfo: downloading component 'rust-docs'
7822024-03-26T18:22:28.120Zinfo: downloading component 'rust-std'
7832024-03-26T18:22:28.856Zinfo: downloading component 'rustc'
7842024-03-26T18:22:29.124Zinfo: downloading component 'rustfmt'
7852024-03-26T18:22:29.189Zinfo: installing component 'cargo'
7862024-03-26T18:22:30.286Zinfo: installing component 'clippy'
7872024-03-26T18:22:30.660Zinfo: installing component 'rust-docs'
7882024-03-26T18:22:33.040Zinfo: installing component 'rust-std'
7892024-03-26T18:22:35.188Zinfo: installing component 'rustc'
7902024-03-26T18:22:39.914Zinfo: installing component 'rustfmt'
7912024-03-26T18:22:40.638Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7922024-03-26T18:22:41.264Z Updating git repository `https://github.com/oxidecomputer/samael`
7932024-03-26T18:22:41.871Z Updating git repository `https://github.com/oxidecomputer/zone`
7942024-03-26T18:22:42.375Z Updating crates.io index
7952024-03-26T18:22:42.409Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7962024-03-26T18:22:43.510Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7972024-03-26T18:22:44.348Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7982024-03-26T18:22:46.517Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7992024-03-26T18:22:47.023Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8002024-03-26T18:22:47.542Z Updating git repository `https://github.com/oxidecomputer/propolis`
8012024-03-26T18:22:48.696Z Updating git repository `https://github.com/oxidecomputer/crucible`
8022024-03-26T18:22:51.022Z Updating git repository `https://github.com/oxidecomputer/opte`
8032024-03-26T18:22:52.245Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8042024-03-26T18:22:52.759Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8052024-03-26T18:22:53.508Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8062024-03-26T18:22:54.125Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8072024-03-26T18:22:54.634Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8082024-03-26T18:22:55.349Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8092024-03-26T18:22:55.893Z Updating git repository `http://github.com/oxidecomputer/tofino`
8102024-03-26T18:22:56.412Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8112024-03-26T18:22:56.913Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8122024-03-26T18:22:57.431Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8132024-03-26T18:22:57.968Z Updating git repository `https://github.com/oxidecomputer/ispf`
8142024-03-26T18:22:58.736Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8152024-03-26T18:22:59.186Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8162024-03-26T18:22:59.847Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8172024-03-26T18:23:00.428Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8182024-03-26T18:23:01.003Z Updating git repository `https://github.com/jgallagher/nix`
8192024-03-26T18:23:02.126Z Updating git repository `https://github.com/cbiffle/hubpack`
8202024-03-26T18:23:02.709Z Updating git repository `https://github.com/oxidecomputer/typify`
8212024-03-26T18:23:04.695Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8222024-03-26T18:23:05.202Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8232024-03-26T18:23:05.591Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8242024-03-26T18:23:07.133Z Downloading crates ...
8252024-03-26T18:23:07.235Z Downloaded anstream v0.6.11
8262024-03-26T18:23:07.266Z Downloaded byteorder v1.5.0
8272024-03-26T18:23:07.266Z Downloaded blake2 v0.10.6
8282024-03-26T18:23:07.266Z Downloaded instant v0.1.12
8292024-03-26T18:23:07.266Z Downloaded cfg-if v1.0.0
8302024-03-26T18:23:07.266Z Downloaded ciborium-io v0.2.2
8312024-03-26T18:23:07.266Z Downloaded cstr-argument v0.1.2
8322024-03-26T18:23:07.266Z Downloaded crypto-common v0.1.6
8332024-03-26T18:23:07.266Z Downloaded strum v0.26.1
8342024-03-26T18:23:07.266Z Downloaded usdt-macro v0.5.0
8352024-03-26T18:23:07.295Z Downloaded foreign-types-shared v0.3.1
8362024-03-26T18:23:07.296Z Downloaded ident_case v1.0.1
8372024-03-26T18:23:07.296Z Downloaded topological-sort v0.2.2
8382024-03-26T18:23:07.296Z Downloaded ecdsa v0.16.9
8392024-03-26T18:23:07.296Z Downloaded matches v0.1.10
8402024-03-26T18:23:07.296Z Downloaded iana-time-zone v0.1.57
8412024-03-26T18:23:07.296Z Downloaded num-conv v0.1.0
8422024-03-26T18:23:07.296Z Downloaded der v0.7.8
8432024-03-26T18:23:07.334Z Downloaded try-lock v0.2.4
8442024-03-26T18:23:07.334Z Downloaded openssl-macros v0.1.1
8452024-03-26T18:23:07.334Z Downloaded newtype_derive v0.1.6
8462024-03-26T18:23:07.334Z Downloaded toml_datetime v0.6.5
8472024-03-26T18:23:07.334Z Downloaded opaque-debug v0.3.0
8482024-03-26T18:23:07.334Z Downloaded url v2.5.0
8492024-03-26T18:23:07.334Z Downloaded tokio-native-tls v0.3.1
8502024-03-26T18:23:07.782Z Downloaded hostname v0.3.1
8512024-03-26T18:23:07.783Z Downloaded pretty-hex v0.2.1
8522024-03-26T18:23:07.783Z Downloaded thiserror-impl v1.0.57
8532024-03-26T18:23:07.783Z Downloaded russh-cryptovec v0.7.0
8542024-03-26T18:23:07.783Z Downloaded take_mut v0.2.2
8552024-03-26T18:23:07.783Z Downloaded equivalent v1.0.1
8562024-03-26T18:23:07.813Z Downloaded tempfile v3.10.0
8572024-03-26T18:23:07.814Z Downloaded http-range v0.1.5
8582024-03-26T18:23:07.814Z Downloaded signature v2.1.0
8592024-03-26T18:23:07.814Z Downloaded diesel_table_macro_syntax v0.1.0
8602024-03-26T18:23:07.814Z Downloaded dhcproto-macros v0.1.0
8612024-03-26T18:23:07.815Z Downloaded dof v0.3.0
8622024-03-26T18:23:07.815Z Downloaded zeroize_derive v1.4.2
8632024-03-26T18:23:07.815Z Downloaded zerocopy v0.3.0
8642024-03-26T18:23:07.815Z Downloaded diesel_derives v2.1.2
8652024-03-26T18:23:07.815Z Downloaded spin v0.5.2
8662024-03-26T18:23:07.815Z Downloaded proc-macro-error-attr v1.0.4
8672024-03-26T18:23:07.815Z Downloaded r2d2 v0.8.10
8682024-03-26T18:23:07.815Z Downloaded rustc_version v0.1.7
8692024-03-26T18:23:07.815Z Downloaded socket2 v0.5.5
8702024-03-26T18:23:07.816Z Downloaded quote v1.0.35
8712024-03-26T18:23:07.816Z Downloaded rand v0.8.5
8722024-03-26T18:23:07.816Z Downloaded winnow v0.6.1
8732024-03-26T18:23:07.816Z Downloaded rand v0.7.3
8742024-03-26T18:23:07.816Z Downloaded rustls v0.21.9
8752024-03-26T18:23:07.816Z Downloaded quick-error v1.2.3
8762024-03-26T18:23:07.816Z Downloaded rustfmt-wrapper v0.2.0
8772024-03-26T18:23:07.816Z Downloaded russh-keys v0.42.0
8782024-03-26T18:23:07.816Z Downloaded whoami v1.5.0
8792024-03-26T18:23:07.816Z Downloaded uuid v1.7.0
8802024-03-26T18:23:07.816Z Downloaded zerocopy v0.6.4
8812024-03-26T18:23:07.816Z Downloaded openssl-sys v0.9.96
8822024-03-26T18:23:07.817Z Downloaded publicsuffix v2.2.3
8832024-03-26T18:23:07.817Z Downloaded http v1.0.0
8842024-03-26T18:23:07.817Z Downloaded pest v2.7.6
8852024-03-26T18:23:07.817Z Downloaded winnow v0.5.15
8862024-03-26T18:23:07.817Z Downloaded ring v0.16.20
8872024-03-26T18:23:07.817Z Downloaded vcpkg v0.2.15
8882024-03-26T18:23:07.818Z Downloaded rustix v0.38.31
8892024-03-26T18:23:07.818Z Downloaded libc v0.2.153
8902024-03-26T18:23:07.849Z Downloaded winapi v0.3.9
8912024-03-26T18:23:07.886Z Downloaded encoding_rs v0.8.33
8922024-03-26T18:23:07.918Z Downloaded openapiv3 v2.0.0
8932024-03-26T18:23:07.943Z Downloaded syn v2.0.52
8942024-03-26T18:23:07.943Z Downloaded syn v1.0.109
8952024-03-26T18:23:07.943Z Downloaded openssl v0.10.60
8962024-03-26T18:23:07.967Z Downloaded object v0.32.1
8972024-03-26T18:23:07.967Z Downloaded petgraph v0.6.4
8982024-03-26T18:23:07.992Z Downloaded ring v0.17.8
8992024-03-26T18:23:08.064Z Downloaded p521 v0.13.3
9002024-03-26T18:23:08.092Z Downloaded nom v7.1.3
9012024-03-26T18:23:08.092Z Downloaded itertools v0.12.1
9022024-03-26T18:23:08.092Z Downloaded minimal-lexical v0.2.1
9032024-03-26T18:23:08.092Z Downloaded libm v0.2.7
9042024-03-26T18:23:08.117Z Downloaded num-bigint v0.4.4
9052024-03-26T18:23:08.117Z Downloaded mio v0.8.11
9062024-03-26T18:23:08.117Z Downloaded memchr v2.7.1
9072024-03-26T18:23:08.117Z Downloaded itertools v0.10.5
9082024-03-26T18:23:08.143Z Downloaded unicode-bidi v0.3.15
9092024-03-26T18:23:08.143Z Downloaded ppv-lite86 v0.2.17
9102024-03-26T18:23:08.143Z Downloaded postgres-types v0.2.6
9112024-03-26T18:23:08.143Z Downloaded postgres-protocol v0.6.6
9122024-03-26T18:23:08.143Z Downloaded smallvec v1.13.1
9132024-03-26T18:23:08.143Z Downloaded p256 v0.13.2
9142024-03-26T18:23:08.143Z Downloaded unicode-ident v1.0.12
9152024-03-26T18:23:08.143Z Downloaded rustc_version v0.4.0
9162024-03-26T18:23:08.175Z Downloaded proc-macro-crate v1.3.1
9172024-03-26T18:23:08.175Z Downloaded sha3 v0.10.8
9182024-03-26T18:23:08.175Z Downloaded tokio v1.36.0
9192024-03-26T18:23:08.618Z Downloaded pest_meta v2.7.6
9202024-03-26T18:23:08.618Z Downloaded pest_derive v2.7.6
9212024-03-26T18:23:08.618Z Downloaded parking_lot v0.11.2
9222024-03-26T18:23:08.618Z Downloaded owo-colors v4.0.0
9232024-03-26T18:23:08.618Z Downloaded omicron-zone-package v0.11.0
9242024-03-26T18:23:08.662Z Downloaded primeorder v0.13.6
9252024-03-26T18:23:08.662Z Downloaded predicates-core v1.0.6
9262024-03-26T18:23:08.662Z Downloaded futures-sink v0.3.30
9272024-03-26T18:23:08.662Z Downloaded zerocopy-derive v0.6.4
9282024-03-26T18:23:08.662Z Downloaded zerocopy-derive v0.2.0
9292024-03-26T18:23:08.662Z Downloaded futures-macro v0.3.30
9302024-03-26T18:23:08.663Z Downloaded predicates v3.1.0
9312024-03-26T18:23:08.663Z Downloaded slog-dtrace v0.3.0
9322024-03-26T18:23:08.663Z Downloaded slog-bunyan v2.5.0
9332024-03-26T18:23:08.663Z Downloaded sled v0.34.7
9342024-03-26T18:23:08.663Z Downloaded futures-io v0.3.30
9352024-03-26T18:23:08.663Z Downloaded vsss-rs v3.3.4
9362024-03-26T18:23:08.663Z Downloaded vec_map v0.8.2
9372024-03-26T18:23:08.663Z Downloaded sha2 v0.10.8
9382024-03-26T18:23:08.664Z Downloaded regex-automata v0.4.5
9392024-03-26T18:23:08.664Z Downloaded parking_lot v0.12.1
9402024-03-26T18:23:08.664Z Downloaded num-traits v0.2.18
9412024-03-26T18:23:08.664Z Downloaded native-tls v0.2.11
9422024-03-26T18:23:08.664Z Downloaded miniz_oxide v0.7.1
9432024-03-26T18:23:08.664Z Downloaded memmap2 v0.7.1
9442024-03-26T18:23:08.664Z Downloaded radix_trie v0.2.1
9452024-03-26T18:23:08.664Z Downloaded webpki-roots v0.25.2
9462024-03-26T18:23:08.664Z Downloaded smoltcp v0.11.0
9472024-03-26T18:23:08.664Z Downloaded smoltcp v0.9.1
9482024-03-26T18:23:08.664Z Downloaded rustls-webpki v0.102.1
9492024-03-26T18:23:08.664Z Downloaded rustls v0.22.2
9502024-03-26T18:23:08.664Z Downloaded diesel v2.1.4
9512024-03-26T18:23:08.665Z Downloaded powerfmt v0.2.0
9522024-03-26T18:23:08.665Z Downloaded hubpack v0.1.2
9532024-03-26T18:23:08.665Z Downloaded serde_repr v0.1.16
9542024-03-26T18:23:08.665Z Downloaded poly1305 v0.8.0
9552024-03-26T18:23:08.665Z Downloaded platforms v3.0.2
9562024-03-26T18:23:08.665Z Downloaded pkcs8 v0.10.2
9572024-03-26T18:23:08.665Z Downloaded pin-project-lite v0.2.13
9582024-03-26T18:23:08.665Z Downloaded pem-rfc7468 v0.7.0
9592024-03-26T18:23:08.665Z Downloaded password-hash v0.5.0
9602024-03-26T18:23:08.666Z Downloaded parking_lot_core v0.9.8
9612024-03-26T18:23:08.666Z Downloaded parking_lot_core v0.8.6
9622024-03-26T18:23:08.666Z Downloaded once_cell v1.19.0
9632024-03-26T18:23:08.666Z Downloaded bzip2-sys v0.1.11+1.0.8
9642024-03-26T18:23:08.666Z Downloaded rustls-webpki v0.101.7
9652024-03-26T18:23:08.666Z Downloaded pretty-hex v0.4.1
9662024-03-26T18:23:08.666Z Downloaded hyper v0.14.28
9672024-03-26T18:23:08.666Z Downloaded walkdir v2.4.0
9682024-03-26T18:23:08.666Z Downloaded version_check v0.9.4
9692024-03-26T18:23:08.666Z Downloaded regex-syntax v0.8.2
9702024-03-26T18:23:08.666Z Downloaded zerocopy v0.7.32
9712024-03-26T18:23:08.666Z Downloaded precomputed-hash v0.1.1
9722024-03-26T18:23:08.667Z Downloaded futures-util v0.3.30
9732024-03-26T18:23:08.667Z Downloaded slog-json v2.6.1
9742024-03-26T18:23:08.667Z Downloaded sha1 v0.10.6
9752024-03-26T18:23:08.667Z Downloaded regress v0.9.0
9762024-03-26T18:23:08.667Z Downloaded serde_with v3.6.1
9772024-03-26T18:23:08.667Z Downloaded gimli v0.28.0
9782024-03-26T18:23:08.667Z Downloaded trust-dns-proto v0.22.0
9792024-03-26T18:23:08.667Z Downloaded idna v0.2.3
9802024-03-26T18:23:08.667Z Downloaded password-hash v0.4.2
9812024-03-26T18:23:08.667Z Downloaded rayon v1.9.0
9822024-03-26T18:23:08.667Z Downloaded idna v0.3.0
9832024-03-26T18:23:08.667Z Downloaded num_enum_derive v0.5.11
9842024-03-26T18:23:08.668Z Downloaded num-rational v0.4.1
9852024-03-26T18:23:08.668Z Downloaded num-complex v0.4.4
9862024-03-26T18:23:08.668Z Downloaded mime_guess v2.0.4
9872024-03-26T18:23:08.668Z Downloaded http-body v0.4.5
9882024-03-26T18:23:08.668Z Downloaded idna v0.5.0
9892024-03-26T18:23:08.668Z Downloaded rustc-demangle v0.1.23
9902024-03-26T18:23:08.668Z Downloaded proc-macro-error v1.0.4
9912024-03-26T18:23:08.668Z Downloaded thiserror v1.0.57
9922024-03-26T18:23:08.668Z Downloaded socket2 v0.4.9
9932024-03-26T18:23:08.668Z Downloaded ryu v1.0.15
9942024-03-26T18:23:08.669Z Downloaded zip v0.6.6
9952024-03-26T18:23:08.669Z Downloaded reqwest v0.11.24
9962024-03-26T18:23:08.669Z Downloaded regex v1.10.3
9972024-03-26T18:23:08.669Z Downloaded spin v0.9.8
9982024-03-26T18:23:08.669Z Downloaded serde_tokenstream v0.2.0
9992024-03-26T18:23:08.669Z Downloaded serde_spanned v0.6.5
10002024-03-26T18:23:08.669Z Downloaded rustls-pemfile v2.1.1
10012024-03-26T18:23:08.669Z Downloaded dhcproto v0.11.0
10022024-03-26T18:23:08.698Z Downloaded unicase v2.7.0
10032024-03-26T18:23:08.698Z Downloaded thread_local v1.1.7
10042024-03-26T18:23:08.698Z Downloaded thread-id v4.2.0
10052024-03-26T18:23:08.698Z Downloaded thiserror-no-std v2.0.2
10062024-03-26T18:23:08.699Z Downloaded thiserror-impl-no-std v2.0.2
10072024-03-26T18:23:08.699Z Downloaded zerocopy-derive v0.7.32
10082024-03-26T18:23:08.699Z Downloaded smf v0.2.2
10092024-03-26T18:23:08.699Z Downloaded serde_tokenstream v0.1.7
10102024-03-26T18:23:08.699Z Downloaded rustversion v1.0.14
10112024-03-26T18:23:08.700Z Downloaded rustls-pki-types v1.3.0
10122024-03-26T18:23:08.700Z Downloaded rustls-pemfile v1.0.3
10132024-03-26T18:23:08.700Z Downloaded yasna v0.5.2
10142024-03-26T18:23:08.700Z Downloaded elliptic-curve v0.13.8
10152024-03-26T18:23:08.701Z Downloaded psl-types v2.0.11
10162024-03-26T18:23:08.701Z Downloaded h2 v0.3.24
10172024-03-26T18:23:08.701Z Downloaded multer v3.0.0
10182024-03-26T18:23:08.701Z Downloaded curve25519-dalek v4.1.1
10192024-03-26T18:23:08.727Z Downloaded pkg-config v0.3.27
10202024-03-26T18:23:08.727Z Downloaded pbkdf2 v0.12.2
10212024-03-26T18:23:08.727Z Downloaded xattr v1.0.1
10222024-03-26T18:23:08.727Z Downloaded either v1.10.0
10232024-03-26T18:23:08.727Z Downloaded postcard v1.0.8
10242024-03-26T18:23:08.727Z Downloaded utf8parse v0.2.1
10252024-03-26T18:23:08.727Z Downloaded zeroize v1.7.0
10262024-03-26T18:23:08.728Z Downloaded httparse v1.8.0
10272024-03-26T18:23:08.728Z Downloaded signal-hook v0.3.17
10282024-03-26T18:23:08.728Z Downloaded flate2 v1.0.28
10292024-03-26T18:23:08.753Z Downloaded russh v0.42.0
10302024-03-26T18:23:08.753Z Downloaded hkdf v0.12.4
10312024-03-26T18:23:08.754Z Downloaded goblin v0.8.0
10322024-03-26T18:23:08.754Z Downloaded plain v0.2.3
10332024-03-26T18:23:08.754Z Downloaded phf_shared v0.11.2
10342024-03-26T18:23:08.754Z Downloaded phf v0.11.2
10352024-03-26T18:23:08.754Z Downloaded percent-encoding v2.3.1
10362024-03-26T18:23:08.754Z Downloaded display-error-chain v0.2.0
10372024-03-26T18:23:08.754Z Downloaded dirs-sys-next v0.1.2
10382024-03-26T18:23:08.754Z Downloaded dirs-sys v0.4.1
10392024-03-26T18:23:08.780Z Downloaded dirs-next v2.0.0
10402024-03-26T18:23:08.780Z Downloaded dirs v5.0.1
10412024-03-26T18:23:08.780Z Downloaded hyper-rustls v0.24.2
10422024-03-26T18:23:08.780Z Downloaded getrandom v0.1.16
10432024-03-26T18:23:08.780Z Downloaded unicode-normalization v0.1.22
10442024-03-26T18:23:08.781Z Downloaded pest_generator v2.7.6
10452024-03-26T18:23:08.781Z Downloaded embedded-io v0.4.0
10462024-03-26T18:23:08.781Z Downloaded dtrace-parser v0.1.14
10472024-03-26T18:23:08.781Z Downloaded dof v0.1.5
10482024-03-26T18:23:08.781Z Downloaded digest v0.10.7
10492024-03-26T18:23:08.781Z Downloaded difflib v0.4.0
10502024-03-26T18:23:08.781Z Downloaded hyper-staticfile v0.9.5
10512024-03-26T18:23:08.781Z Downloaded httpdate v1.0.3
10522024-03-26T18:23:08.781Z Downloaded slog v2.7.0
10532024-03-26T18:23:08.811Z Downloaded similar v2.4.0
10542024-03-26T18:23:08.811Z Downloaded futures v0.3.30
10552024-03-26T18:23:08.812Z Downloaded time v0.3.34
10562024-03-26T18:23:08.812Z Downloaded serde_json v1.0.114
10572024-03-26T18:23:08.850Z Downloaded pem v3.0.2
10582024-03-26T18:23:08.850Z Downloaded pbkdf2 v0.11.0
10592024-03-26T18:23:08.850Z Downloaded paste v1.0.14
10602024-03-26T18:23:08.850Z Downloaded lru-cache v0.1.2
10612024-03-26T18:23:08.851Z Downloaded humantime v2.1.0
10622024-03-26T18:23:08.851Z Downloaded getopts v0.2.21
10632024-03-26T18:23:08.851Z Downloaded gethostname v0.4.3
10642024-03-26T18:23:08.851Z Downloaded generic-array v0.14.7
10652024-03-26T18:23:08.851Z Downloaded futures-task v0.3.30
10662024-03-26T18:23:08.851Z Downloaded signal-hook-mio v0.2.3
10672024-03-26T18:23:08.851Z Downloaded pin-utils v0.1.0
10682024-03-26T18:23:08.852Z Downloaded parse-display v0.9.0
10692024-03-26T18:23:08.852Z Downloaded newtype-uuid v1.0.1
10702024-03-26T18:23:08.852Z Downloaded unicode-segmentation v1.10.1
10712024-03-26T18:23:08.852Z Downloaded num-iter v0.1.44
10722024-03-26T18:23:08.852Z Downloaded nanorand v0.7.0
10732024-03-26T18:23:08.853Z Downloaded fxhash v0.2.1
10742024-03-26T18:23:08.853Z Downloaded slog-async v2.8.0
10752024-03-26T18:23:08.886Z Downloaded slab v0.4.9
10762024-03-26T18:23:08.886Z Downloaded siphasher v0.3.11
10772024-03-26T18:23:08.886Z Downloaded signal-hook-registry v1.4.1
10782024-03-26T18:23:08.886Z Downloaded serde_urlencoded v0.7.1
10792024-03-26T18:23:08.886Z Downloaded futures-executor v0.3.30
10802024-03-26T18:23:08.887Z Downloaded futures-core v0.3.30
10812024-03-26T18:23:08.887Z Downloaded futures-channel v0.3.30
10822024-03-26T18:23:08.887Z Downloaded float-cmp v0.9.0
10832024-03-26T18:23:08.887Z Downloaded flagset v0.4.3
10842024-03-26T18:23:08.887Z Downloaded fixedbitset v0.4.2
10852024-03-26T18:23:08.887Z Downloaded filetime v0.2.23
10862024-03-26T18:23:08.887Z Downloaded ff v0.13.0
10872024-03-26T18:23:08.887Z Downloaded fastrand v2.0.1
10882024-03-26T18:23:08.887Z Downloaded fallible-iterator v0.2.0
10892024-03-26T18:23:08.887Z Downloaded errno v0.3.8
10902024-03-26T18:23:08.887Z Downloaded enum-as-inner v0.5.1
10912024-03-26T18:23:08.887Z Downloaded term v0.7.0
10922024-03-26T18:23:08.888Z Downloaded tar v0.4.40
10932024-03-26T18:23:08.888Z Downloaded subprocess v0.2.9
10942024-03-26T18:23:08.888Z Downloaded proc-macro2 v1.0.78
10952024-03-26T18:23:08.888Z Downloaded hubpack_derive v0.1.1
10962024-03-26T18:23:08.888Z Downloaded want v0.3.1
10972024-03-26T18:23:08.888Z Downloaded waitgroup v0.1.2
10982024-03-26T18:23:09.350Z Downloaded swrite v0.1.0
10992024-03-26T18:23:09.350Z Downloaded hashbrown v0.14.3
11002024-03-26T18:23:09.351Z Downloaded strum_macros v0.26.1
11012024-03-26T18:23:09.351Z Downloaded hashbrown v0.12.3
11022024-03-26T18:23:09.351Z Downloaded tokio-util v0.7.10
11032024-03-26T18:23:09.351Z Downloaded log v0.4.21
11042024-03-26T18:23:09.351Z Downloaded endian-type v0.1.2
11052024-03-26T18:23:09.351Z Downloaded textwrap v0.11.0
11062024-03-26T18:23:09.351Z Downloaded terminal_size v0.3.0
11072024-03-26T18:23:09.351Z Downloaded tabwriter v1.4.0
11082024-03-26T18:23:09.352Z Downloaded synstructure v0.12.6
11092024-03-26T18:23:09.352Z Downloaded unsafe-libyaml v0.2.10
11102024-03-26T18:23:09.352Z Downloaded http v0.2.12
11112024-03-26T18:23:09.395Z Downloaded parse-display-derive v0.9.0
11122024-03-26T18:23:09.395Z Downloaded num_enum v0.5.11
11132024-03-26T18:23:09.395Z Downloaded num-derive v0.4.0
11142024-03-26T18:23:09.396Z Downloaded kstat-rs v0.2.3
11152024-03-26T18:23:09.396Z Downloaded chrono v0.4.34
11162024-03-26T18:23:09.396Z Downloaded bstr v1.9.0
11172024-03-26T18:23:09.396Z Downloaded sync_wrapper v0.1.2
11182024-03-26T18:23:09.396Z Downloaded subtle v2.5.0
11192024-03-26T18:23:09.396Z Downloaded strum_macros v0.25.2
11202024-03-26T18:23:09.396Z Downloaded rfc6979 v0.4.0
11212024-03-26T18:23:09.396Z Downloaded resolv-conf v0.7.0
11222024-03-26T18:23:09.397Z Downloaded rand_core v0.6.4
11232024-03-26T18:23:09.397Z Downloaded rand_core v0.5.1
11242024-03-26T18:23:09.397Z Downloaded rand_chacha v0.2.2
11252024-03-26T18:23:09.397Z Downloaded uuid v0.8.2
11262024-03-26T18:23:09.397Z Downloaded tinyvec v1.6.0
11272024-03-26T18:23:09.397Z Downloaded serde_yaml v0.9.25
11282024-03-26T18:23:09.397Z Downloaded trust-dns-client v0.22.0
11292024-03-26T18:23:09.397Z Downloaded regex-automata v0.1.10
11302024-03-26T18:23:09.397Z Downloaded num_cpus v1.16.0
11312024-03-26T18:23:09.398Z Downloaded nibble_vec v0.1.0
11322024-03-26T18:23:09.398Z Downloaded clap v2.34.0
11332024-03-26T18:23:09.398Z Downloaded rand_chacha v0.3.1
11342024-03-26T18:23:09.398Z Downloaded universal-hash v0.5.1
11352024-03-26T18:23:09.398Z Downloaded unicode-xid v0.2.4
11362024-03-26T18:23:09.398Z Downloaded unicode-width v0.1.11
11372024-03-26T18:23:09.399Z Downloaded time-macros v0.2.17
11382024-03-26T18:23:09.399Z Downloaded half v2.3.1
11392024-03-26T18:23:09.399Z Downloaded trust-dns-server v0.22.1
11402024-03-26T18:23:09.399Z Downloaded trust-dns-resolver v0.22.0
11412024-03-26T18:23:09.399Z Downloaded toml v0.7.8
11422024-03-26T18:23:09.399Z Downloaded tokio-postgres v0.7.10
11432024-03-26T18:23:09.399Z Downloaded serde v1.0.197
11442024-03-26T18:23:09.399Z Downloaded indexmap v2.2.5
11452024-03-26T18:23:09.399Z Downloaded num-integer v0.1.46
11462024-03-26T18:23:09.399Z Downloaded memmap v0.7.0
11472024-03-26T18:23:09.400Z Downloaded managed v0.8.0
11482024-03-26T18:23:09.400Z Downloaded macaddr v1.0.1
11492024-03-26T18:23:09.400Z Downloaded linear-map v1.2.0
11502024-03-26T18:23:09.400Z Downloaded clap_builder v4.5.1
11512024-03-26T18:23:09.400Z Downloaded bstr v0.2.17
11522024-03-26T18:23:09.400Z Downloaded serde_with_macros v3.6.1
11532024-03-26T18:23:09.400Z Downloaded hmac v0.12.1
11542024-03-26T18:23:09.400Z Downloaded getrandom v0.2.12
11552024-03-26T18:23:09.400Z Downloaded tungstenite v0.20.1
11562024-03-26T18:23:09.400Z Downloaded tracing-core v0.1.32
11572024-03-26T18:23:09.400Z Downloaded tracing-attributes v0.1.27
11582024-03-26T18:23:09.401Z Downloaded schemars v0.8.16
11592024-03-26T18:23:09.401Z Downloaded rcgen v0.12.1
11602024-03-26T18:23:09.401Z Downloaded rayon-core v1.12.1
11612024-03-26T18:23:09.401Z Downloaded heapless v0.8.0
11622024-03-26T18:23:09.401Z Downloaded heapless v0.7.16
11632024-03-26T18:23:09.401Z Downloaded num v0.4.1
11642024-03-26T18:23:09.401Z Downloaded mime v0.3.17
11652024-03-26T18:23:09.401Z Downloaded md-5 v0.10.5
11662024-03-26T18:23:09.401Z Downloaded crossterm v0.27.0
11672024-03-26T18:23:09.401Z Downloaded tinyvec_macros v0.1.1
11682024-03-26T18:23:09.401Z Downloaded time-core v0.1.2
11692024-03-26T18:23:09.401Z Downloaded spki v0.7.2
11702024-03-26T18:23:09.402Z Downloaded slog-envlogger v2.2.0
11712024-03-26T18:23:09.402Z Downloaded ucd-trie v0.1.6
11722024-03-26T18:23:09.402Z Downloaded typenum v1.16.0
11732024-03-26T18:23:09.402Z Downloaded toml v0.8.10
11742024-03-26T18:23:09.402Z Downloaded toml v0.5.11
11752024-03-26T18:23:09.402Z Downloaded tokio-tungstenite v0.20.1
11762024-03-26T18:23:09.402Z Downloaded tokio-rustls v0.25.0
11772024-03-26T18:23:09.402Z Downloaded serde_derive v1.0.197
11782024-03-26T18:23:09.402Z Downloaded semver v1.0.22
11792024-03-26T18:23:09.402Z Downloaded indexmap v1.9.3
11802024-03-26T18:23:09.403Z Downloaded ed25519-dalek v2.0.0
11812024-03-26T18:23:09.403Z Downloaded toml_edit v0.22.6
11822024-03-26T18:23:09.403Z Downloaded phf_shared v0.10.0
11832024-03-26T18:23:09.403Z Downloaded home v0.5.5
11842024-03-26T18:23:09.403Z Downloaded hex-literal v0.4.1
11852024-03-26T18:23:09.403Z Downloaded hex v0.4.3
11862024-03-26T18:23:09.403Z Downloaded heck v0.4.1
11872024-03-26T18:23:09.403Z Downloaded hash32 v0.3.1
11882024-03-26T18:23:09.403Z Downloaded hash32 v0.2.1
11892024-03-26T18:23:09.404Z Downloaded group v0.13.0
11902024-03-26T18:23:09.404Z Downloaded glob v0.3.1
11912024-03-26T18:23:09.404Z Downloaded ghash v0.5.0
11922024-03-26T18:23:09.404Z Downloaded tokio-stream v0.1.14
11932024-03-26T18:23:09.404Z Downloaded tokio-rustls v0.24.1
11942024-03-26T18:23:09.404Z Downloaded headers v0.3.9
11952024-03-26T18:23:09.405Z Downloaded tokio-macros v2.2.0
11962024-03-26T18:23:09.405Z Downloaded serde_path_to_error v0.1.16
11972024-03-26T18:23:09.405Z Downloaded serde_derive_internals v0.26.0
11982024-03-26T18:23:09.405Z Downloaded semver v0.1.20
11992024-03-26T18:23:09.405Z Downloaded secrecy v0.8.0
12002024-03-26T18:23:09.405Z Downloaded sct v0.7.0
12012024-03-26T18:23:09.405Z Downloaded scroll v0.12.0
12022024-03-26T18:23:09.405Z Downloaded flume v0.11.0
12032024-03-26T18:23:09.405Z Downloaded toml_edit v0.19.15
12042024-03-26T18:23:09.406Z Downloaded steno v0.4.0
12052024-03-26T18:23:09.406Z Downloaded option-ext v0.2.0
12062024-03-26T18:23:09.406Z Downloaded crossbeam-channel v0.5.8
12072024-03-26T18:23:09.406Z Downloaded openssl-probe v0.1.5
12082024-03-26T18:23:09.406Z Downloaded semver-parser v0.10.2
12092024-03-26T18:23:09.406Z Downloaded semver v0.11.0
12102024-03-26T18:23:09.406Z Downloaded sec1 v0.7.3
12112024-03-26T18:23:09.432Z Downloaded scroll_derive v0.12.0
12122024-03-26T18:23:09.432Z Downloaded scopeguard v1.2.0
12132024-03-26T18:23:09.433Z Downloaded schemars_derive v0.8.16
12142024-03-26T18:23:09.433Z Downloaded scheduled-thread-pool v0.2.7
12152024-03-26T18:23:09.433Z Downloaded same-file v1.0.6
12162024-03-26T18:23:09.433Z Downloaded polyval v0.6.1
12172024-03-26T18:23:09.433Z Downloaded hyper-tls v0.5.0
12182024-03-26T18:23:09.433Z Downloaded heck v0.3.3
12192024-03-26T18:23:09.433Z Downloaded tracing v0.1.40
12202024-03-26T18:23:09.433Z Downloaded num_threads v0.1.6
12212024-03-26T18:23:09.433Z Downloaded lock_api v0.4.10
12222024-03-26T18:23:09.433Z Downloaded linked-hash-map v0.5.6
12232024-03-26T18:23:09.433Z Downloaded libsw v3.3.1
12242024-03-26T18:23:09.433Z Downloaded libefi-sys v0.1.0
12252024-03-26T18:23:09.433Z Downloaded lazy_static v1.4.0
12262024-03-26T18:23:09.433Z Downloaded keccak v0.1.4
12272024-03-26T18:23:09.433Z Downloaded ipnet v2.9.0
12282024-03-26T18:23:09.433Z Downloaded normalize-line-endings v0.3.0
12292024-03-26T18:23:09.433Z Downloaded new_debug_unreachable v1.0.4
12302024-03-26T18:23:09.433Z Downloaded md5 v0.7.0
12312024-03-26T18:23:09.433Z Downloaded match_cfg v0.1.0
12322024-03-26T18:23:09.433Z Downloaded darling_core v0.20.3
12332024-03-26T18:23:09.434Z Downloaded headers-core v0.2.0
12342024-03-26T18:23:09.434Z Downloaded form_urlencoded v1.2.1
12352024-03-26T18:23:09.434Z Downloaded foreign-types-macros v0.2.3
12362024-03-26T18:23:09.434Z Downloaded foreign-types v0.5.0
12372024-03-26T18:23:09.434Z Downloaded fnv v1.0.7
12382024-03-26T18:23:09.434Z Downloaded ed25519 v2.2.2
12392024-03-26T18:23:09.434Z Downloaded dyn-clone v1.0.17
12402024-03-26T18:23:09.434Z Downloaded utf-8 v0.7.6
12412024-03-26T18:23:09.434Z Downloaded usdt-macro v0.3.5
12422024-03-26T18:23:09.434Z Downloaded usdt-impl v0.5.0
12432024-03-26T18:23:09.434Z Downloaded usdt-impl v0.3.5
12442024-03-26T18:23:09.434Z Downloaded usdt v0.5.0
12452024-03-26T18:23:09.434Z Downloaded untrusted v0.9.0
12462024-03-26T18:23:09.434Z Downloaded structopt v0.3.26
12472024-03-26T18:23:09.434Z Downloaded slog-term v2.9.0
12482024-03-26T18:23:09.434Z Downloaded lalrpop-util v0.19.12
12492024-03-26T18:23:09.434Z Downloaded inout v0.1.3
12502024-03-26T18:23:09.434Z Downloaded derive-where v1.2.7
12512024-03-26T18:23:09.434Z Downloaded der_derive v0.7.2
12522024-03-26T18:23:09.434Z Downloaded defmt v0.3.5
12532024-03-26T18:23:09.434Z Downloaded foreign-types-shared v0.1.1
12542024-03-26T18:23:09.434Z Downloaded foreign-types v0.3.2
12552024-03-26T18:23:09.435Z Downloaded dtrace-parser v0.2.0
12562024-03-26T18:23:09.435Z Downloaded usdt v0.3.5
12572024-03-26T18:23:09.435Z Downloaded untrusted v0.7.1
12582024-03-26T18:23:09.435Z Downloaded structopt-derive v0.4.18
12592024-03-26T18:23:09.435Z Downloaded structmeta-derive v0.3.0
12602024-03-26T18:23:09.435Z Downloaded structmeta v0.3.0
12612024-03-26T18:23:09.435Z Downloaded strsim v0.11.0
12622024-03-26T18:23:09.435Z Downloaded strsim v0.10.0
12632024-03-26T18:23:09.435Z Downloaded stringprep v0.1.3
12642024-03-26T18:23:09.435Z Downloaded string_cache v0.8.7
12652024-03-26T18:23:09.435Z Downloaded static_assertions v1.1.0
12662024-03-26T18:23:09.435Z Downloaded stable_deref_trait v1.2.0
12672024-03-26T18:23:09.435Z Downloaded slog-scope v4.4.0
12682024-03-26T18:23:09.435Z Downloaded itoa v1.0.9
12692024-03-26T18:23:09.435Z Downloaded ipnetwork v0.20.0
12702024-03-26T18:23:09.435Z Downloaded internet-checksum v0.2.1
12712024-03-26T18:23:09.435Z Downloaded defmt-parser v0.3.3
12722024-03-26T18:23:09.435Z Downloaded darling v0.20.3
12732024-03-26T18:23:09.435Z Downloaded crypto-bigint v0.5.2
12742024-03-26T18:23:09.435Z Downloaded crc32fast v1.3.2
12752024-03-26T18:23:09.435Z Downloaded console v0.15.8
12762024-03-26T18:23:09.436Z Downloaded clap v4.5.1
12772024-03-26T18:23:09.436Z Downloaded usdt-attr-macro v0.5.0
12782024-03-26T18:23:09.436Z Downloaded usdt-attr-macro v0.3.5
12792024-03-26T18:23:09.436Z Downloaded tower-service v0.3.2
12802024-03-26T18:23:09.436Z Downloaded toolchain_find v0.2.0
12812024-03-26T18:23:09.436Z Downloaded strsim v0.8.0
12822024-03-26T18:23:09.436Z Downloaded slog-stdlog v4.1.1
12832024-03-26T18:23:09.436Z Downloaded derive_more v0.99.17
12842024-03-26T18:23:09.436Z Downloaded deranged v0.3.11
12852024-03-26T18:23:09.436Z Downloaded defmt-macros v0.3.6
12862024-03-26T18:23:09.436Z Downloaded debug-ignore v1.0.5
12872024-03-26T18:23:09.436Z Downloaded data-encoding v2.4.0
12882024-03-26T18:23:09.436Z Downloaded ctr v0.9.2
12892024-03-26T18:23:09.461Z Downloaded crossbeam-utils v0.8.19
12902024-03-26T18:23:09.461Z Downloaded crossbeam-epoch v0.9.18
12912024-03-26T18:23:09.461Z Downloaded convert_case v0.4.0
12922024-03-26T18:23:09.461Z Downloaded const-oid v0.9.6
12932024-03-26T18:23:09.461Z Downloaded colored v2.1.0
12942024-03-26T18:23:09.462Z Downloaded cobs v0.2.3
12952024-03-26T18:23:09.462Z Downloaded blake3 v1.5.0
12962024-03-26T18:23:09.462Z Downloaded darling_macro v0.20.3
12972024-03-26T18:23:09.462Z Downloaded curve25519-dalek-derive v0.1.0
12982024-03-26T18:23:09.487Z Downloaded crossbeam-deque v0.8.3
12992024-03-26T18:23:09.487Z Downloaded cookie_store v0.20.0
13002024-03-26T18:23:09.487Z Downloaded clap_derive v4.5.0
13012024-03-26T18:23:09.487Z Downloaded ciborium v0.2.2
13022024-03-26T18:23:09.487Z Downloaded cpufeatures v0.2.12
13032024-03-26T18:23:09.488Z Downloaded cookie v0.17.0
13042024-03-26T18:23:09.488Z Downloaded constant_time_eq v0.3.0
13052024-03-26T18:23:09.488Z Downloaded colorchoice v1.0.0
13062024-03-26T18:23:09.488Z Downloaded clap_lex v0.7.0
13072024-03-26T18:23:09.488Z Downloaded cipher v0.4.4
13082024-03-26T18:23:09.488Z Downloaded ciborium-ll v0.2.2
13092024-03-26T18:23:09.488Z Downloaded chacha20poly1305 v0.10.1
13102024-03-26T18:23:09.488Z Downloaded crucible-workspace-hack v0.1.0
13112024-03-26T18:23:09.488Z Downloaded cbc v0.1.2
13122024-03-26T18:23:09.519Z Downloaded cancel-safe-futures v0.1.5
13132024-03-26T18:23:09.520Z Downloaded backoff v0.4.0
13142024-03-26T18:23:09.520Z Downloaded autocfg v1.1.0
13152024-03-26T18:23:09.520Z Downloaded camino-tempfile v1.1.1
13162024-03-26T18:23:09.520Z Downloaded camino v1.1.6
13172024-03-26T18:23:09.521Z Downloaded bzip2 v0.4.4
13182024-03-26T18:23:09.521Z Downloaded bit-vec v0.6.3
13192024-03-26T18:23:09.521Z Downloaded bit-set v0.5.3
13202024-03-26T18:23:09.521Z Downloaded backtrace v0.3.69
13212024-03-26T18:23:09.521Z Downloaded aho-corasick v1.1.2
13222024-03-26T18:23:09.561Z Downloaded base64ct v1.6.0
13232024-03-26T18:23:09.561Z Downloaded base64 v0.22.0
13242024-03-26T18:23:09.561Z Downloaded base64 v0.21.7
13252024-03-26T18:23:09.561Z Downloaded base16ct v0.2.0
13262024-03-26T18:23:09.562Z Downloaded chacha20 v0.9.1
13272024-03-26T18:23:09.562Z Downloaded cc v1.0.83
13282024-03-26T18:23:09.562Z Downloaded bytes v1.5.0
13292024-03-26T18:23:09.562Z Downloaded blowfish v0.9.1
13302024-03-26T18:23:09.562Z Downloaded bitflags v1.3.2
13312024-03-26T18:23:09.591Z Downloaded bcrypt-pbkdf v0.10.0
13322024-03-26T18:23:09.591Z Downloaded async-trait v0.1.77
13332024-03-26T18:23:09.591Z Downloaded async-stream v0.3.5
13342024-03-26T18:23:09.591Z Downloaded anyhow v1.0.79
13352024-03-26T18:23:09.591Z Downloaded anstyle-query v1.0.0
13362024-03-26T18:23:09.591Z Downloaded aes-gcm v0.10.3
13372024-03-26T18:23:09.591Z Downloaded aes v0.8.3
13382024-03-26T18:23:09.591Z Downloaded bitflags v2.4.2
13392024-03-26T18:23:09.591Z Downloaded async-stream-impl v0.3.5
13402024-03-26T18:23:09.591Z Downloaded argon2 v0.5.3
13412024-03-26T18:23:09.591Z Downloaded arc-swap v1.6.0
13422024-03-26T18:23:09.591Z Downloaded anstyle-parse v0.2.1
13432024-03-26T18:23:09.591Z Downloaded block-padding v0.3.3
13442024-03-26T18:23:09.591Z Downloaded block-buffer v0.10.4
13452024-03-26T18:23:09.591Z Downloaded atty v0.2.14
13462024-03-26T18:23:09.630Z Downloaded atomicwrites v0.4.3
13472024-03-26T18:23:09.631Z Downloaded atomic-waker v1.1.1
13482024-03-26T18:23:09.631Z Downloaded arrayvec v0.7.4
13492024-03-26T18:23:09.631Z Downloaded arrayref v0.3.7
13502024-03-26T18:23:09.631Z Downloaded anstyle v1.0.2
13512024-03-26T18:23:09.631Z Downloaded ansi_term v0.12.1
13522024-03-26T18:23:09.631Z Downloaded allocator-api2 v0.2.16
13532024-03-26T18:23:09.631Z Downloaded ahash v0.8.8
13542024-03-26T18:23:09.632Z Downloaded addr2line v0.21.0
13552024-03-26T18:23:09.632Z Downloaded aead v0.5.2
13562024-03-26T18:23:09.632Z Downloaded adler v1.0.2
13572024-03-26T18:23:09.926Z Compiling proc-macro2 v1.0.78
13582024-03-26T18:23:09.965Z Compiling unicode-ident v1.0.12
13592024-03-26T18:23:09.965Z Compiling libc v0.2.153
13602024-03-26T18:23:09.966Z Compiling serde v1.0.197
13612024-03-26T18:23:09.966Z Compiling version_check v0.9.4
13622024-03-26T18:23:09.966Z Compiling cfg-if v1.0.0
13632024-03-26T18:23:09.966Z Compiling autocfg v1.1.0
13642024-03-26T18:23:10.133Z Compiling syn v1.0.109
13652024-03-26T18:23:10.164Z Compiling typenum v1.16.0
13662024-03-26T18:23:10.212Z Compiling once_cell v1.19.0
13672024-03-26T18:23:10.681Z Compiling generic-array v0.14.7
13682024-03-26T18:23:10.681Z Compiling thiserror v1.0.57
13692024-03-26T18:23:10.737Z Compiling lock_api v0.4.10
13702024-03-26T18:23:10.770Z Compiling parking_lot_core v0.9.8
13712024-03-26T18:23:10.975Z Compiling memchr v2.7.1
13722024-03-26T18:23:11.011Z Compiling byteorder v1.5.0
13732024-03-26T18:23:11.452Z Compiling libm v0.2.7
13742024-03-26T18:23:11.487Z Compiling serde_json v1.0.114
13752024-03-26T18:23:11.488Z Compiling num-traits v0.2.18
13762024-03-26T18:23:11.515Z Compiling ahash v0.8.8
13772024-03-26T18:23:11.660Z Compiling quote v1.0.35
13782024-03-26T18:23:12.008Z Compiling itoa v1.0.9
13792024-03-26T18:23:12.208Z Compiling syn v2.0.52
13802024-03-26T18:23:12.234Z Compiling getrandom v0.2.12
13812024-03-26T18:23:12.798Z Compiling cc v1.0.83
13822024-03-26T18:23:12.827Z Compiling rand_core v0.6.4
13832024-03-26T18:23:12.827Z Compiling log v0.4.21
13842024-03-26T18:23:13.072Z Compiling scopeguard v1.2.0
13852024-03-26T18:23:13.550Z Compiling slab v0.4.9
13862024-03-26T18:23:13.786Z Compiling ryu v1.0.15
13872024-03-26T18:23:13.817Z Compiling allocator-api2 v0.2.16
13882024-03-26T18:23:13.934Z Compiling smallvec v1.13.1
13892024-03-26T18:23:14.028Z Compiling pkg-config v0.3.27
13902024-03-26T18:23:14.341Z Compiling subtle v2.5.0
13912024-03-26T18:23:14.444Z Compiling heck v0.4.1
13922024-03-26T18:23:14.473Z Compiling pin-project-lite v0.2.13
13932024-03-26T18:23:14.578Z Compiling ring v0.17.8
13942024-03-26T18:23:14.606Z Compiling schemars v0.8.16
13952024-03-26T18:23:14.646Z Compiling equivalent v1.0.1
13962024-03-26T18:23:14.752Z Compiling num-conv v0.1.0
13972024-03-26T18:23:14.777Z Compiling time-core v0.1.2
13982024-03-26T18:23:14.941Z Compiling signal-hook-registry v1.4.1
13992024-03-26T18:23:14.974Z Compiling parking_lot v0.12.1
14002024-03-26T18:23:15.030Z Compiling time-macros v0.2.17
14012024-03-26T18:23:15.724Z Compiling vcpkg v0.2.15
14022024-03-26T18:23:16.949Z Compiling mio v0.8.11
14032024-03-26T18:23:17.153Z Compiling openssl-sys v0.9.96
14042024-03-26T18:23:17.452Z Compiling fnv v1.0.7
14052024-03-26T18:23:17.575Z Compiling httparse v1.8.0
14062024-03-26T18:23:17.626Z Compiling const-oid v0.9.6
14072024-03-26T18:23:17.860Z Compiling num_cpus v1.16.0
14082024-03-26T18:23:17.886Z Compiling socket2 v0.5.5
14092024-03-26T18:23:17.984Z Compiling ucd-trie v0.1.6
14102024-03-26T18:23:18.383Z Compiling serde_derive_internals v0.26.0
14112024-03-26T18:23:18.590Z Compiling futures-core v0.3.30
14122024-03-26T18:23:19.131Z Compiling ring v0.16.20
14132024-03-26T18:23:19.579Z Compiling semver v1.0.22
14142024-03-26T18:23:19.627Z Compiling openssl v0.10.60
14152024-03-26T18:23:19.627Z Compiling iana-time-zone v0.1.57
14162024-03-26T18:23:19.627Z Compiling futures-sink v0.3.30
14172024-03-26T18:23:19.628Z Compiling slog v2.7.0
14182024-03-26T18:23:19.665Z Compiling native-tls v0.2.11
14192024-03-26T18:23:19.665Z Compiling rustls v0.21.9
14202024-03-26T18:23:19.665Z Compiling spin v0.5.2
14212024-03-26T18:23:19.969Z Compiling futures-channel v0.3.30
14222024-03-26T18:23:20.489Z Compiling cookie v0.17.0
14232024-03-26T18:23:20.489Z Compiling pin-utils v0.1.0
14242024-03-26T18:23:20.489Z Compiling futures-task v0.3.30
14252024-03-26T18:23:20.489Z Compiling rustix v0.38.31
14262024-03-26T18:23:20.490Z Compiling futures-io v0.3.30
14272024-03-26T18:23:20.545Z Compiling aho-corasick v1.1.2
14282024-03-26T18:23:20.661Z Compiling async-trait v0.1.77
14292024-03-26T18:23:20.712Z Compiling crossbeam-utils v0.8.19
14302024-03-26T18:23:20.810Z Compiling tinyvec_macros v0.1.1
14312024-03-26T18:23:20.903Z Compiling uuid v0.8.2
14322024-03-26T18:23:21.005Z Compiling regex-syntax v0.8.2
14332024-03-26T18:23:21.113Z Compiling dyn-clone v1.0.17
14342024-03-26T18:23:21.145Z Compiling cpufeatures v0.2.12
14352024-03-26T18:23:21.234Z Compiling tinyvec v1.6.0
14362024-03-26T18:23:22.119Z Compiling backtrace v0.3.69
14372024-03-26T18:23:22.524Z Compiling unicode-normalization v0.1.22
14382024-03-26T18:23:22.821Z Compiling serde_derive v1.0.197
14392024-03-26T18:23:22.929Z Compiling zeroize_derive v1.4.2
14402024-03-26T18:23:23.116Z Compiling zerocopy-derive v0.7.32
14412024-03-26T18:23:23.383Z Compiling thiserror-impl v1.0.57
14422024-03-26T18:23:23.870Z Compiling tokio-macros v2.2.0
14432024-03-26T18:23:23.906Z Compiling futures-macro v0.3.30
14442024-03-26T18:23:24.194Z Compiling zeroize v1.7.0
14452024-03-26T18:23:24.235Z Compiling tracing-attributes v0.1.27
14462024-03-26T18:23:24.703Z Compiling schemars_derive v0.8.16
14472024-03-26T18:23:24.772Z Compiling zerocopy v0.7.32
14482024-03-26T18:23:25.710Z Compiling crypto-common v0.1.6
14492024-03-26T18:23:25.785Z Compiling pest v2.7.6
14502024-03-26T18:23:25.875Z Compiling block-buffer v0.10.4
14512024-03-26T18:23:25.908Z Compiling openssl-macros v0.1.1
14522024-03-26T18:23:26.099Z Compiling digest v0.10.7
14532024-03-26T18:23:26.558Z Compiling futures-util v0.3.30
14542024-03-26T18:23:26.600Z Compiling hashbrown v0.14.3
14552024-03-26T18:23:26.857Z Compiling regex-automata v0.4.5
14562024-03-26T18:23:27.063Z Compiling der_derive v0.7.2
14572024-03-26T18:23:27.713Z Compiling pest_meta v2.7.6
14582024-03-26T18:23:27.972Z Compiling unicode-bidi v0.3.15
14592024-03-26T18:23:28.712Z Compiling pest_generator v2.7.6
14602024-03-26T18:23:30.414Z Compiling tracing-core v0.1.32
14612024-03-26T18:23:30.847Z Compiling regex v1.10.3
14622024-03-26T18:23:30.996Z Compiling pest_derive v2.7.6
14632024-03-26T18:23:31.299Z Compiling tracing v0.1.40
14642024-03-26T18:23:31.986Z Compiling anyhow v1.0.79
14652024-03-26T18:23:32.026Z Compiling ppv-lite86 v0.2.17
14662024-03-26T18:23:32.157Z Compiling spin v0.9.8
14672024-03-26T18:23:32.693Z Compiling unicode-xid v0.2.4
14682024-03-26T18:23:32.723Z Compiling percent-encoding v2.3.1
14692024-03-26T18:23:32.751Z Compiling powerfmt v0.2.0
14702024-03-26T18:23:32.852Z Compiling synstructure v0.12.6
14712024-03-26T18:23:33.175Z Compiling bytes v1.5.0
14722024-03-26T18:23:33.360Z Compiling indexmap v2.2.5
14732024-03-26T18:23:34.024Z Compiling chrono v0.4.34
14742024-03-26T18:23:34.158Z Compiling uuid v1.7.0
14752024-03-26T18:23:34.891Z Compiling tokio v1.36.0
14762024-03-26T18:23:34.929Z Compiling http v0.2.12
14772024-03-26T18:23:34.929Z Compiling bitflags v2.4.2
14782024-03-26T18:23:35.434Z Compiling rustc_version v0.4.0
14792024-03-26T18:23:36.593Z Compiling serde_spanned v0.6.5
14802024-03-26T18:23:36.780Z Compiling toml_datetime v0.6.5
14812024-03-26T18:23:37.611Z Compiling deranged v0.3.11
14822024-03-26T18:23:37.645Z Compiling scroll_derive v0.12.0
14832024-03-26T18:23:38.327Z Compiling crc32fast v1.3.2
14842024-03-26T18:23:38.680Z Compiling num_threads v0.1.6
14852024-03-26T18:23:38.709Z Compiling unicode-width v0.1.11
14862024-03-26T18:23:38.800Z Compiling winnow v0.5.15
14872024-03-26T18:23:39.572Z Compiling zerocopy-derive v0.2.0
14882024-03-26T18:23:39.636Z Compiling time v0.3.34
14892024-03-26T18:23:39.823Z Compiling rand_chacha v0.3.1
14902024-03-26T18:23:41.116Z Compiling thread-id v4.2.0
14912024-03-26T18:23:41.437Z Compiling toml_edit v0.19.15
14922024-03-26T18:23:42.588Z Compiling tokio-util v0.7.10
14932024-03-26T18:23:42.620Z Compiling rand v0.8.5
14942024-03-26T18:23:43.736Z Compiling openapiv3 v2.0.0
14952024-03-26T18:23:45.942Z Compiling form_urlencoded v1.2.1
14962024-03-26T18:23:46.996Z Compiling foreign-types-shared v0.1.1
14972024-03-26T18:23:47.180Z Compiling untrusted v0.9.0
14982024-03-26T18:23:47.340Z Compiling untrusted v0.7.1
14992024-03-26T18:23:47.934Z Compiling foreign-types v0.3.2
15002024-03-26T18:23:48.591Z Compiling errno v0.3.8
15012024-03-26T18:23:48.768Z Compiling usdt-impl v0.3.5
15022024-03-26T18:23:49.133Z Compiling try-lock v0.2.4
15032024-03-26T18:23:49.164Z Compiling base64 v0.21.7
15042024-03-26T18:23:49.266Z Compiling want v0.3.1
15052024-03-26T18:23:49.496Z Compiling rustls-webpki v0.101.7
15062024-03-26T18:23:49.709Z Compiling sct v0.7.0
15072024-03-26T18:23:50.774Z Compiling h2 v0.3.24
15082024-03-26T18:23:50.929Z Compiling http-body v0.4.5
15092024-03-26T18:23:51.273Z Compiling idna v0.5.0
15102024-03-26T18:23:52.372Z Compiling num-bigint v0.4.4
15112024-03-26T18:23:52.622Z Compiling usdt-impl v0.5.0
15122024-03-26T18:23:52.854Z Compiling tower-service v0.3.2
15132024-03-26T18:23:52.894Z Compiling openssl-probe v0.1.5
15142024-03-26T18:23:52.971Z Compiling httpdate v1.0.3
15152024-03-26T18:23:53.152Z Compiling rustversion v1.0.14
15162024-03-26T18:23:53.663Z Compiling url v2.5.0
15172024-03-26T18:23:55.821Z Compiling zerocopy v0.3.0
15182024-03-26T18:23:56.467Z Compiling hyper v0.14.28
15192024-03-26T18:23:56.503Z Compiling scroll v0.12.0
15202024-03-26T18:23:56.504Z Compiling heapless v0.7.16
15212024-03-26T18:23:56.568Z Compiling serde_tokenstream v0.2.0
15222024-03-26T18:23:56.836Z Compiling idna v0.3.0
15232024-03-26T18:23:56.929Z Compiling lazy_static v1.4.0
15242024-03-26T18:23:57.083Z Compiling bzip2-sys v0.1.11+1.0.8
15252024-03-26T18:23:57.294Z Compiling plain v0.2.3
15262024-03-26T18:23:57.409Z Compiling adler v1.0.2
15272024-03-26T18:23:57.440Z Compiling base64ct v1.6.0
15282024-03-26T18:23:57.993Z Compiling signal-hook v0.3.17
15292024-03-26T18:23:58.206Z Compiling psl-types v2.0.11
15302024-03-26T18:23:58.286Z Compiling miniz_oxide v0.7.1
15312024-03-26T18:23:58.383Z Compiling publicsuffix v2.2.3
15322024-03-26T18:23:58.481Z Compiling goblin v0.8.0
15332024-03-26T18:23:58.549Z Compiling tokio-rustls v0.24.1
15342024-03-26T18:23:59.253Z Compiling dof v0.1.5
15352024-03-26T18:23:59.312Z Compiling tokio-native-tls v0.3.1
15362024-03-26T18:23:59.843Z Compiling crossbeam-epoch v0.9.18
15372024-03-26T18:23:59.871Z Compiling dtrace-parser v0.1.14
15382024-03-26T18:23:59.947Z Compiling pretty-hex v0.4.1
15392024-03-26T18:24:00.459Z Compiling ipnet v2.9.0
15402024-03-26T18:24:00.665Z Compiling cookie_store v0.20.0
15412024-03-26T18:24:01.172Z Compiling rustls-pemfile v1.0.3
15422024-03-26T18:24:01.211Z Compiling serde_urlencoded v0.7.1
15432024-03-26T18:24:01.571Z Compiling serde_tokenstream v0.1.7
15442024-03-26T18:24:02.071Z Compiling dtrace-parser v0.2.0
15452024-03-26T18:24:02.105Z Compiling enum-as-inner v0.5.1
15462024-03-26T18:24:02.105Z Compiling encoding_rs v0.8.33
15472024-03-26T18:24:02.105Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15482024-03-26T18:24:02.105Z Compiling sync_wrapper v0.1.2
15492024-03-26T18:24:02.105Z Compiling hyper-rustls v0.24.2
15502024-03-26T18:24:02.169Z Compiling hyper-tls v0.5.0
15512024-03-26T18:24:02.403Z Compiling either v1.10.0
15522024-03-26T18:24:02.458Z Compiling mime v0.3.17
15532024-03-26T18:24:02.897Z Compiling gimli v0.28.0
15542024-03-26T18:24:02.897Z Compiling smoltcp v0.9.1
15552024-03-26T18:24:02.897Z Compiling webpki-roots v0.25.2
15562024-03-26T18:24:02.897Z Compiling pem-rfc7468 v0.7.0
15572024-03-26T18:24:03.360Z Compiling dof v0.3.0
15582024-03-26T18:24:03.396Z Compiling hmac v0.12.1
15592024-03-26T18:24:03.439Z Compiling object v0.32.1
15602024-03-26T18:24:03.471Z Compiling siphasher v0.3.11
15612024-03-26T18:24:04.085Z Compiling reqwest v0.11.24
15622024-03-26T18:24:04.449Z Compiling unicode-segmentation v1.10.1
15632024-03-26T18:24:04.493Z Compiling rustc-demangle v0.1.23
15642024-03-26T18:24:04.529Z Compiling flagset v0.4.3
15652024-03-26T18:24:04.691Z Compiling der v0.7.8
15662024-03-26T18:24:05.133Z Compiling flate2 v1.0.28
15672024-03-26T18:24:05.207Z Compiling usdt-attr-macro v0.3.5
15682024-03-26T18:24:05.732Z Compiling addr2line v0.21.0
15692024-03-26T18:24:05.924Z Compiling usdt-macro v0.3.5
15702024-03-26T18:24:06.289Z Compiling futures-executor v0.3.30
15712024-03-26T18:24:06.733Z Compiling hubpack_derive v0.1.1
15722024-03-26T18:24:06.814Z Compiling zerocopy-derive v0.6.4
15732024-03-26T18:24:07.751Z Compiling utf8parse v0.2.1
15742024-03-26T18:24:09.237Z Compiling anstyle v1.0.2
15752024-03-26T18:24:09.684Z Compiling winnow v0.6.1
15762024-03-26T18:24:11.525Z Compiling anstyle-parse v0.2.1
15772024-03-26T18:24:11.822Z Compiling sha2 v0.10.8
15782024-03-26T18:24:12.495Z Compiling toml_edit v0.22.6
15792024-03-26T18:24:14.827Z Compiling futures v0.3.30
15802024-03-26T18:24:14.943Z Compiling spki v0.7.2
15812024-03-26T18:24:17.790Z Compiling md-5 v0.10.5
15822024-03-26T18:24:17.983Z Compiling toml v0.7.8
15832024-03-26T18:24:18.421Z Compiling hex v0.4.3
15842024-03-26T18:24:18.910Z Compiling stringprep v0.1.3
15852024-03-26T18:24:19.172Z Compiling regress v0.9.0
15862024-03-26T18:24:19.312Z Compiling block-padding v0.3.3
15872024-03-26T18:24:19.526Z Compiling clap_derive v4.5.0
15882024-03-26T18:24:19.573Z Compiling num-integer v0.1.46
15892024-03-26T18:24:20.153Z Compiling diesel_table_macro_syntax v0.1.0
15902024-03-26T18:24:20.468Z Compiling hash32 v0.2.1
15912024-03-26T18:24:20.567Z Compiling fallible-iterator v0.2.0
15922024-03-26T18:24:20.777Z Compiling anstyle-query v1.0.0
15932024-03-26T18:24:20.900Z Compiling colorchoice v1.0.0
15942024-03-26T18:24:21.038Z Compiling stable_deref_trait v1.2.0
15952024-03-26T18:24:22.084Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
15962024-03-26T18:24:22.843Z Compiling postgres-protocol v0.6.6
15972024-03-26T18:24:22.872Z Compiling anstream v0.6.11
15982024-03-26T18:24:22.998Z Compiling diesel_derives v2.1.2
15992024-03-26T18:24:23.416Z Compiling inout v0.1.3
16002024-03-26T18:24:24.472Z Compiling pkcs8 v0.10.2
16012024-03-26T18:24:25.328Z Compiling phf_shared v0.11.2
16022024-03-26T18:24:25.734Z Compiling strum_macros v0.25.2
16032024-03-26T18:24:28.683Z Compiling terminal_size v0.3.0
16042024-03-26T18:24:28.865Z Compiling ff v0.13.0
16052024-03-26T18:24:29.485Z Compiling serde_repr v0.1.16
16062024-03-26T18:24:29.519Z Compiling scheduled-thread-pool v0.2.7
16072024-03-26T18:24:29.893Z Compiling bitflags v1.3.2
16082024-03-26T18:24:29.982Z Compiling matches v0.1.10
16092024-03-26T18:24:30.069Z Compiling base16ct v0.2.0
16102024-03-26T18:24:30.332Z Compiling bit-vec v0.6.3
16112024-03-26T18:24:30.929Z Compiling data-encoding v2.4.0
16122024-03-26T18:24:31.082Z Compiling strsim v0.11.0
16132024-03-26T18:24:31.207Z Compiling clap_lex v0.7.0
16142024-03-26T18:24:31.602Z Compiling regex-automata v0.1.10
16152024-03-26T18:24:31.709Z Compiling managed v0.8.0
16162024-03-26T18:24:31.989Z Compiling bstr v0.2.17
16172024-03-26T18:24:33.413Z Compiling clap_builder v4.5.1
16182024-03-26T18:24:33.728Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16192024-03-26T18:24:34.467Z Compiling sec1 v0.7.3
16202024-03-26T18:24:34.649Z Compiling idna v0.2.3
16212024-03-26T18:24:34.970Z Compiling r2d2 v0.8.10
16222024-03-26T18:24:35.498Z Compiling group v0.13.0
16232024-03-26T18:24:37.486Z Compiling phf v0.11.2
16242024-03-26T18:24:37.520Z Compiling signal-hook-mio v0.2.3
16252024-03-26T18:24:37.520Z Compiling bzip2 v0.4.4
16262024-03-26T18:24:37.521Z Compiling cipher v0.4.4
16272024-03-26T18:24:37.552Z Compiling postgres-types v0.2.6
16282024-03-26T18:24:37.988Z Compiling zerocopy v0.6.4
16292024-03-26T18:24:38.520Z Compiling hubpack v0.1.2
16302024-03-26T18:24:38.619Z Compiling phf_shared v0.10.0
16312024-03-26T18:24:38.656Z Compiling hkdf v0.12.4
16322024-03-26T18:24:38.855Z Compiling crypto-bigint v0.5.2
16332024-03-26T18:24:38.894Z Compiling ipnetwork v0.20.0
16342024-03-26T18:24:39.645Z Compiling float-cmp v0.9.0
16352024-03-26T18:24:42.942Z Compiling new_debug_unreachable v1.0.4
16362024-03-26T18:24:43.061Z Compiling whoami v1.5.0
16372024-03-26T18:24:43.061Z Compiling minimal-lexical v0.2.1
16382024-03-26T18:24:43.061Z Compiling difflib v0.4.0
16392024-03-26T18:24:43.215Z Compiling fixedbitset v0.4.2
16402024-03-26T18:24:43.534Z Compiling predicates-core v1.0.6
16412024-03-26T18:24:43.642Z Compiling normalize-line-endings v0.3.0
16422024-03-26T18:24:43.767Z Compiling static_assertions v1.1.0
16432024-03-26T18:24:43.800Z Compiling precomputed-hash v0.1.1
16442024-03-26T18:24:43.854Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16452024-03-26T18:24:43.895Z Compiling string_cache v0.8.7
16462024-03-26T18:24:44.042Z Compiling predicates v3.1.0
16472024-03-26T18:24:44.241Z Compiling petgraph v0.6.4
16482024-03-26T18:24:45.310Z Compiling nom v7.1.3
16492024-03-26T18:24:47.651Z Compiling tokio-postgres v0.7.10
16502024-03-26T18:24:48.072Z Compiling trust-dns-proto v0.22.0
16512024-03-26T18:24:48.240Z Compiling elliptic-curve v0.13.8
16522024-03-26T18:24:48.763Z Compiling diesel v2.1.4
16532024-03-26T18:24:50.925Z Compiling yasna v0.5.2
16542024-03-26T18:24:51.031Z Compiling zip v0.6.6
16552024-03-26T18:24:51.169Z Compiling crossterm v0.27.0
16562024-03-26T18:24:52.033Z Compiling clap v4.5.1
16572024-03-26T18:24:52.500Z Compiling similar v2.4.0
16582024-03-26T18:24:52.554Z Compiling bit-set v0.5.3
16592024-03-26T18:24:52.743Z Compiling num-iter v0.1.44
16602024-03-26T18:24:52.895Z Compiling usdt v0.3.5
16612024-03-26T18:24:53.110Z Compiling itertools v0.10.5
16622024-03-26T18:24:53.770Z Compiling console v0.15.8
16632024-03-26T18:24:54.014Z Compiling tokio-stream v0.1.14
16642024-03-26T18:24:54.278Z Compiling bstr v1.9.0
16652024-03-26T18:24:54.762Z Compiling lalrpop-util v0.19.12
16662024-03-26T18:24:59.122Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16672024-03-26T18:24:59.183Z Compiling getopts v0.2.21
16682024-03-26T18:24:59.360Z Compiling unsafe-libyaml v0.2.10
16692024-03-26T18:24:59.842Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16702024-03-26T18:25:00.533Z Compiling serde_yaml v0.9.25
16712024-03-26T18:25:04.205Z Compiling camino v1.1.6
16722024-03-26T18:25:05.186Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16732024-03-26T18:25:17.544Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16742024-03-26T18:25:29.688Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16752024-03-26T18:25:31.354Z Compiling ident_case v1.0.1
16762024-03-26T18:25:31.499Z Compiling strsim v0.10.0
16772024-03-26T18:25:34.896Z Compiling darling_core v0.20.3
16782024-03-26T18:25:54.293Z Compiling darling_macro v0.20.3
16792024-03-26T18:25:54.996Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16802024-03-26T18:25:58.291Z Compiling sha1 v0.10.6
16812024-03-26T18:25:58.985Z Compiling darling v0.20.3
16822024-03-26T18:25:59.093Z Compiling atty v0.2.14
16832024-03-26T18:25:59.223Z Compiling match_cfg v0.1.0
16842024-03-26T18:25:59.258Z Compiling dirs-sys-next v0.1.2
16852024-03-26T18:25:59.292Z Compiling rustls-pki-types v1.3.0
16862024-03-26T18:25:59.325Z Compiling hostname v0.3.1
16872024-03-26T18:25:59.554Z Compiling dirs-next v2.0.0
16882024-03-26T18:25:59.770Z Compiling thread_local v1.1.7
16892024-03-26T18:25:59.806Z Compiling slog-async v2.8.0
16902024-03-26T18:26:00.124Z Compiling rustls v0.22.2
16912024-03-26T18:26:00.408Z Compiling term v0.7.0
16922024-03-26T18:26:00.463Z Compiling rustls-webpki v0.102.1
16932024-03-26T18:26:00.495Z Compiling crossbeam-channel v0.5.8
16942024-03-26T18:26:01.177Z Compiling multer v3.0.0
16952024-03-26T18:26:01.425Z Compiling instant v0.1.12
16962024-03-26T18:26:01.569Z Compiling paste v1.0.14
16972024-03-26T18:26:01.680Z Compiling take_mut v0.2.2
16982024-03-26T18:26:01.989Z Compiling slog-term v2.9.0
16992024-03-26T18:26:03.965Z Compiling slog-json v2.6.1
17002024-03-26T18:26:04.253Z Compiling http v1.0.0
17012024-03-26T18:26:04.302Z Compiling async-stream-impl v0.3.5
17022024-03-26T18:26:04.435Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17032024-03-26T18:26:04.480Z Compiling debug-ignore v1.0.5
17042024-03-26T18:26:04.605Z Compiling atomic-waker v1.1.1
17052024-03-26T18:26:04.674Z Compiling slog-bunyan v2.5.0
17062024-03-26T18:26:04.734Z Compiling waitgroup v0.1.2
17072024-03-26T18:26:04.911Z Compiling rustls-pemfile v2.1.1
17082024-03-26T18:26:04.952Z Compiling serde_with_macros v3.6.1
17092024-03-26T18:26:05.274Z Compiling async-stream v0.3.5
17102024-03-26T18:26:05.523Z Compiling toml v0.8.10
17112024-03-26T18:26:05.555Z Compiling strum_macros v0.26.1
17122024-03-26T18:26:07.501Z Compiling tokio-rustls v0.25.0
17132024-03-26T18:26:07.541Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17142024-03-26T18:26:07.962Z Compiling serde_path_to_error v0.1.16
17152024-03-26T18:26:08.067Z Compiling structmeta-derive v0.3.0
17162024-03-26T18:26:08.134Z Compiling serde_with v3.6.1
17172024-03-26T18:26:08.776Z Compiling newtype-uuid v1.0.1
17182024-03-26T18:26:09.059Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17192024-03-26T18:26:09.122Z Compiling strum v0.26.1
17202024-03-26T18:26:09.288Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17212024-03-26T18:26:09.614Z Compiling backoff v0.4.0
17222024-03-26T18:26:09.655Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17232024-03-26T18:26:09.816Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17242024-03-26T18:26:09.918Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
17252024-03-26T18:26:10.090Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17262024-03-26T18:26:10.159Z Compiling structmeta v0.3.0
17272024-03-26T18:26:10.246Z Compiling macaddr v1.0.1
17282024-03-26T18:26:10.388Z Compiling proc-macro-error-attr v1.0.4
17292024-03-26T18:26:10.498Z Compiling parse-display-derive v0.9.0
17302024-03-26T18:26:10.696Z Compiling proc-macro-crate v1.3.1
17312024-03-26T18:26:10.762Z Compiling proc-macro-error v1.0.4
17322024-03-26T18:26:10.998Z Compiling heapless v0.8.0
17332024-03-26T18:26:11.490Z Compiling num_enum_derive v0.5.11
17342024-03-26T18:26:11.766Z Compiling hash32 v0.3.1
17352024-03-26T18:26:11.988Z Compiling smoltcp v0.11.0
17362024-03-26T18:26:12.303Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17372024-03-26T18:26:13.017Z Compiling fastrand v2.0.1
17382024-03-26T18:26:13.339Z Compiling num_enum v0.5.11
17392024-03-26T18:26:13.491Z Compiling embedded-io v0.4.0
17402024-03-26T18:26:13.621Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17412024-03-26T18:26:13.653Z Compiling cobs v0.2.3
17422024-03-26T18:26:13.735Z Compiling parse-display v0.9.0
17432024-03-26T18:26:13.924Z Compiling postcard v1.0.8
17442024-03-26T18:26:14.030Z Compiling tempfile v3.10.0
17452024-03-26T18:26:14.649Z Compiling foreign-types-macros v0.2.3
17462024-03-26T18:26:15.454Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17472024-03-26T18:26:15.569Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17482024-03-26T18:26:15.627Z Compiling crucible-workspace-hack v0.1.0
17492024-03-26T18:26:15.726Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17502024-03-26T18:26:16.231Z Compiling foreign-types-shared v0.3.1
17512024-03-26T18:26:16.279Z Compiling foreign-types v0.5.0
17522024-03-26T18:26:16.279Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17532024-03-26T18:26:16.279Z Compiling tabwriter v1.4.0
17542024-03-26T18:26:16.279Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17552024-03-26T18:26:16.847Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17562024-03-26T18:26:16.894Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17572024-03-26T18:26:16.895Z Compiling cstr-argument v0.1.2
17582024-03-26T18:26:17.155Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17592024-03-26T18:26:17.379Z Compiling pretty-hex v0.2.1
17602024-03-26T18:26:17.557Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17612024-03-26T18:26:17.618Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17622024-03-26T18:26:18.305Z Compiling colored v2.1.0
17632024-03-26T18:26:18.369Z Compiling socket2 v0.4.9
17642024-03-26T18:26:24.682Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17652024-03-26T18:26:24.779Z Compiling platforms v3.0.2
17662024-03-26T18:26:24.779Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17672024-03-26T18:26:24.779Z Compiling camino-tempfile v1.1.1
17682024-03-26T18:26:24.780Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17692024-03-26T18:26:24.780Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
17702024-03-26T18:26:24.780Z Compiling num-derive v0.4.0
17712024-03-26T18:26:24.780Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17722024-03-26T18:26:24.780Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17732024-03-26T18:26:24.780Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
17742024-03-26T18:26:24.780Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17752024-03-26T18:26:24.780Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17762024-03-26T18:26:24.780Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
17772024-03-26T18:26:25.257Z Compiling smf v0.2.2
17782024-03-26T18:26:26.355Z Compiling unicase v2.7.0
17792024-03-26T18:26:26.626Z Compiling semver v0.1.20
17802024-03-26T18:26:27.163Z Compiling rayon-core v1.12.1
17812024-03-26T18:26:27.163Z Compiling rustc_version v0.1.7
17822024-03-26T18:26:27.163Z Compiling curve25519-dalek v4.1.1
17832024-03-26T18:26:27.290Z Compiling crossbeam-deque v0.8.3
17842024-03-26T18:26:27.364Z Compiling universal-hash v0.5.1
17852024-03-26T18:26:27.364Z Compiling opaque-debug v0.3.0
17862024-03-26T18:26:27.431Z Compiling same-file v1.0.6
17872024-03-26T18:26:27.515Z Compiling newtype_derive v0.1.6
17882024-03-26T18:26:27.591Z Compiling walkdir v2.4.0
17892024-03-26T18:26:27.700Z Compiling semver-parser v0.10.2
17902024-03-26T18:26:27.894Z Compiling signature v2.1.0
17912024-03-26T18:26:28.112Z Compiling curve25519-dalek-derive v0.1.0
17922024-03-26T18:26:28.155Z Compiling blake3 v1.5.0
17932024-03-26T18:26:28.265Z Compiling num-rational v0.4.1
17942024-03-26T18:26:28.438Z Compiling getrandom v0.1.16
17952024-03-26T18:26:28.745Z Compiling rayon v1.9.0
17962024-03-26T18:26:28.822Z Compiling semver v0.11.0
17972024-03-26T18:26:29.373Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17982024-03-26T18:26:29.373Z Compiling usdt-macro v0.5.0
17992024-03-26T18:26:29.403Z Compiling usdt-attr-macro v0.5.0
18002024-03-26T18:26:29.719Z Compiling heck v0.3.3
18012024-03-26T18:26:30.023Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18022024-03-26T18:26:30.259Z Compiling password-hash v0.5.0
18032024-03-26T18:26:30.571Z Compiling textwrap v0.11.0
18042024-03-26T18:26:31.479Z Compiling blake2 v0.10.6
18052024-03-26T18:26:32.198Z Compiling xattr v1.0.1
18062024-03-26T18:26:32.238Z Compiling filetime v0.2.23
18072024-03-26T18:26:32.416Z Compiling memmap2 v0.7.1
18082024-03-26T18:26:32.456Z Compiling memmap v0.7.0
18092024-03-26T18:26:32.492Z Compiling base64 v0.22.0
18102024-03-26T18:26:32.595Z Compiling vec_map v0.8.2
18112024-03-26T18:26:32.752Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18122024-03-26T18:26:32.834Z Compiling arrayvec v0.7.4
18132024-03-26T18:26:32.869Z Compiling parking_lot_core v0.8.6
18142024-03-26T18:26:33.194Z Compiling libefi-sys v0.1.0
18152024-03-26T18:26:33.229Z Compiling constant_time_eq v0.3.0
18162024-03-26T18:26:33.367Z Compiling ansi_term v0.12.1
18172024-03-26T18:26:33.403Z Compiling home v0.5.5
18182024-03-26T18:26:33.460Z Compiling arrayref v0.3.7
18192024-03-26T18:26:33.546Z Compiling linked-hash-map v0.5.6
18202024-03-26T18:26:33.602Z Compiling strsim v0.8.0
18212024-03-26T18:26:33.721Z Compiling quick-error v1.2.3
18222024-03-26T18:26:33.861Z Compiling lru-cache v0.1.2
18232024-03-26T18:26:33.905Z Compiling resolv-conf v0.7.0
18242024-03-26T18:26:34.036Z Compiling clap v2.34.0
18252024-03-26T18:26:34.067Z Compiling toolchain_find v0.2.0
18262024-03-26T18:26:34.729Z Compiling usdt v0.5.0
18272024-03-26T18:26:35.167Z Compiling tar v0.4.40
18282024-03-26T18:26:35.198Z Compiling argon2 v0.5.3
18292024-03-26T18:26:35.222Z Compiling structopt-derive v0.4.18
18302024-03-26T18:26:36.513Z Compiling rfc6979 v0.4.0
18312024-03-26T18:26:36.687Z Compiling toml v0.5.11
18322024-03-26T18:26:36.716Z Compiling aead v0.5.2
18332024-03-26T18:26:36.991Z Compiling num-complex v0.4.4
18342024-03-26T18:26:37.084Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18352024-03-26T18:26:37.295Z Compiling nibble_vec v0.1.0
18362024-03-26T18:26:37.371Z Compiling slog-dtrace v0.3.0
18372024-03-26T18:26:37.494Z Compiling keccak v0.1.4
18382024-03-26T18:26:38.027Z Compiling topological-sort v0.2.2
18392024-03-26T18:26:38.061Z Compiling cancel-safe-futures v0.1.5
18402024-03-26T18:26:38.061Z Compiling endian-type v0.1.2
18412024-03-26T18:26:38.104Z Compiling utf-8 v0.7.6
18422024-03-26T18:26:38.170Z Compiling winapi v0.3.9
18432024-03-26T18:26:38.203Z Compiling arc-swap v1.6.0
18442024-03-26T18:26:38.686Z Compiling tungstenite v0.20.1
18452024-03-26T18:26:38.711Z Compiling radix_trie v0.2.1
18462024-03-26T18:26:38.820Z Compiling slog-scope v4.4.0
18472024-03-26T18:26:38.933Z Compiling rustfmt-wrapper v0.2.0
18482024-03-26T18:26:39.121Z Compiling num v0.4.1
18492024-03-26T18:26:39.241Z Compiling omicron-zone-package v0.11.0
18502024-03-26T18:26:39.298Z Compiling sha3 v0.10.8
18512024-03-26T18:26:39.594Z Compiling structopt v0.3.26
18522024-03-26T18:26:39.742Z Compiling ecdsa v0.16.9
18532024-03-26T18:26:39.956Z Compiling rand_core v0.5.1
18542024-03-26T18:26:40.010Z Compiling mime_guess v2.0.4
18552024-03-26T18:26:40.359Z Compiling steno v0.4.0
18562024-03-26T18:26:40.752Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18572024-03-26T18:26:41.612Z Compiling trust-dns-resolver v0.22.0
18582024-03-26T18:26:41.639Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18592024-03-26T18:26:42.575Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18602024-03-26T18:26:43.621Z Compiling poly1305 v0.8.0
18612024-03-26T18:26:45.022Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18622024-03-26T18:26:45.971Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18632024-03-26T18:26:46.769Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18642024-03-26T18:26:46.990Z Compiling primeorder v0.13.6
18652024-03-26T18:26:47.548Z Compiling chacha20 v0.9.1
18662024-03-26T18:26:49.011Z Compiling secrecy v0.8.0
18672024-03-26T18:26:49.204Z Compiling thiserror-impl-no-std v2.0.2
18682024-03-26T18:26:49.686Z Compiling half v2.3.1
18692024-03-26T18:26:50.225Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18702024-03-26T18:26:50.350Z Compiling convert_case v0.4.0
18712024-03-26T18:26:50.988Z Compiling humantime v2.1.0
18722024-03-26T18:26:51.330Z Compiling option-ext v0.2.0
18732024-03-26T18:26:51.455Z Compiling ciborium-io v0.2.2
18742024-03-26T18:26:51.573Z Compiling ciborium-ll v0.2.2
18752024-03-26T18:26:51.661Z Compiling dirs-sys v0.4.1
18762024-03-26T18:26:51.971Z Compiling thiserror-no-std v2.0.2
18772024-03-26T18:26:52.075Z Compiling derive_more v0.99.17
18782024-03-26T18:26:52.599Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18792024-03-26T18:26:53.205Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18802024-03-26T18:26:53.408Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
18812024-03-26T18:26:53.641Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18822024-03-26T18:26:54.919Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18832024-03-26T18:26:57.444Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18842024-03-26T18:26:57.713Z Compiling parking_lot v0.11.2
18852024-03-26T18:26:57.825Z Compiling rand_chacha v0.2.2
18862024-03-26T18:26:58.840Z Compiling tokio-tungstenite v0.20.1
18872024-03-26T18:26:59.256Z Compiling slog-stdlog v4.1.1
18882024-03-26T18:26:59.718Z Compiling trust-dns-client v0.22.0
18892024-03-26T18:26:59.877Z Compiling ed25519 v2.2.2
18902024-03-26T18:26:59.907Z Compiling polyval v0.6.1
18912024-03-26T18:27:00.028Z Compiling blowfish v0.9.1
18922024-03-26T18:27:00.235Z Compiling aes v0.8.3
18932024-03-26T18:27:00.333Z Compiling ctr v0.9.2
18942024-03-26T18:27:00.368Z Compiling password-hash v0.4.2
18952024-03-26T18:27:00.611Z Compiling libsw v3.3.1
18962024-03-26T18:27:02.005Z Compiling pbkdf2 v0.12.2
18972024-03-26T18:27:02.130Z Compiling derive-where v1.2.7
18982024-03-26T18:27:02.180Z Compiling gethostname v0.4.3
18992024-03-26T18:27:02.678Z Compiling fxhash v0.2.1
19002024-03-26T18:27:02.786Z Compiling swrite v0.1.0
19012024-03-26T18:27:02.868Z Compiling linear-map v1.2.0
19022024-03-26T18:27:02.913Z Compiling owo-colors v4.0.0
19032024-03-26T18:27:03.195Z Compiling sled v0.34.7
19042024-03-26T18:27:04.617Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19052024-03-26T18:27:08.563Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19062024-03-26T18:27:09.173Z Compiling trust-dns-server v0.22.1
19072024-03-26T18:27:09.450Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19082024-03-26T18:27:10.524Z Compiling bcrypt-pbkdf v0.10.0
19092024-03-26T18:27:10.908Z Compiling pbkdf2 v0.11.0
19102024-03-26T18:27:11.264Z Compiling ghash v0.5.0
19112024-03-26T18:27:11.585Z Compiling ed25519-dalek v2.0.0
19122024-03-26T18:27:12.133Z Compiling russh-cryptovec v0.7.0
19132024-03-26T18:27:12.422Z Compiling slog-envlogger v2.2.0
19142024-03-26T18:27:12.973Z Compiling rand v0.7.3
19152024-03-26T18:27:14.629Z Compiling vsss-rs v3.3.4
19162024-03-26T18:27:15.632Z Compiling dirs v5.0.1
19172024-03-26T18:27:15.879Z Compiling ciborium v0.2.2
19182024-03-26T18:27:16.721Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19192024-03-26T18:27:17.248Z Compiling chacha20poly1305 v0.10.1
19202024-03-26T18:27:17.435Z Compiling p256 v0.13.2
19212024-03-26T18:27:17.597Z Compiling p521 v0.13.3
19222024-03-26T18:27:18.222Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19232024-03-26T18:27:19.193Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
19242024-03-26T18:27:20.498Z Compiling cbc v0.1.2
19252024-03-26T18:27:20.720Z Compiling pem v3.0.2
19262024-03-26T18:27:22.136Z Compiling headers-core v0.2.0
19272024-03-26T18:27:22.293Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19282024-03-26T18:27:22.801Z Compiling kstat-rs v0.2.3
19292024-03-26T18:27:23.590Z Compiling nanorand v0.7.0
19302024-03-26T18:27:24.164Z Compiling md5 v0.7.0
19312024-03-26T18:27:24.260Z Compiling http-range v0.1.5
19322024-03-26T18:27:24.768Z Compiling glob v0.3.1
19332024-03-26T18:27:25.239Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19342024-03-26T18:27:26.164Z Compiling hyper-staticfile v0.9.5
19352024-03-26T18:27:26.299Z Compiling russh-keys v0.42.0
19362024-03-26T18:27:26.428Z Compiling flume v0.11.0
19372024-03-26T18:27:27.020Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19382024-03-26T18:27:27.272Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19392024-03-26T18:27:28.884Z Compiling headers v0.3.9
19402024-03-26T18:27:37.351Z Compiling rcgen v0.12.1
19412024-03-26T18:27:37.544Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19422024-03-26T18:27:37.545Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19432024-03-26T18:27:37.545Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19442024-03-26T18:27:39.126Z Compiling aes-gcm v0.10.3
19452024-03-26T18:27:39.436Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19462024-03-26T18:27:39.651Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19472024-03-26T18:27:46.916Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19482024-03-26T18:27:46.917Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19492024-03-26T18:27:54.339Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
19502024-03-26T18:27:54.471Z Compiling atomicwrites v0.4.3
19512024-03-26T18:27:54.900Z Compiling itertools v0.12.1
19522024-03-26T18:27:57.709Z Compiling subprocess v0.2.9
19532024-03-26T18:27:58.144Z Compiling hex-literal v0.4.1
19542024-03-26T18:27:58.315Z Compiling display-error-chain v0.2.0
19552024-03-26T18:27:58.484Z Compiling dhcproto-macros v0.1.0
19562024-03-26T18:27:59.192Z Compiling dhcproto v0.11.0
19572024-03-26T18:27:59.295Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
19582024-03-26T18:28:01.605Z Compiling russh v0.42.0
19592024-03-26T18:28:01.853Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19602024-03-26T18:28:02.927Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
19612024-03-26T18:28:02.990Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19622024-03-26T18:28:03.408Z Compiling internet-checksum v0.2.1
19632024-03-26T18:28:27.097Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19642024-03-26T18:29:49.974Z Finished release [optimized] target(s) in 7m 09s
19652024-03-26T18:29:50.283Z+ cp target/release/commtest /out/
19662024-03-26T18:29:50.357Z+ cp target/release/dhcp-server /out/
19672024-03-26T18:29:50.427Z+ banner testbed
19682024-03-26T18:29:50.452Z
19692024-03-26T18:29:50.452Z ##### ###### #### ##### ##### ###### #####
19702024-03-26T18:29:50.452Z # # # # # # # # #
19712024-03-26T18:29:50.452Z # ##### #### # ##### ##### # #
19722024-03-26T18:29:50.452Z # # # # # # # # #
19732024-03-26T18:29:50.452Z # # # # # # # # # #
19742024-03-26T18:29:50.452Z # ###### #### # ##### ###### #####
19752024-03-26T18:29:50.452Z
19762024-03-26T18:29:50.452Z+ cd /work/oxidecomputer
19772024-03-26T18:29:50.452Z+ rm -rf testbed
19782024-03-26T18:29:50.452Z+ git clone https://github.com/oxidecomputer/testbed
19792024-03-26T18:29:50.452ZCloning into 'testbed'...
19802024-03-26T18:29:51.463Z+ cd testbed/a4x2
19812024-03-26T18:29:51.463Z+ OMICRON=/work/oxidecomputer/omicron
19822024-03-26T18:29:51.463Z+ ./config/build-packages.sh
19832024-03-26T18:29:51.490Z+ export 'RUSTFLAGS=--cfg svcadm_autoclear -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-znocompstrtab'
19842024-03-26T18:29:51.490Z+ RUSTFLAGS='--cfg svcadm_autoclear -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-znocompstrtab'
19852024-03-26T18:29:51.490Z+++ dirname ./config/build-packages.sh
19862024-03-26T18:29:51.490Z++ cd -- ./config
19872024-03-26T18:29:51.490Z++ pwd -P
19882024-03-26T18:29:51.490Z+ HERE=/work/oxidecomputer/testbed/a4x2/config/../
19892024-03-26T18:29:51.490Z+ OMICRON=/work/oxidecomputer/omicron
19902024-03-26T18:29:51.490Z+ rm -rf cargo-bay/tools
19912024-03-26T18:29:51.490Z+ cp -r /work/oxidecomputer/omicron/tools cargo-bay/
19922024-03-26T18:29:51.491Z+ banner G0
19932024-03-26T18:29:51.516Z ##### ###
19942024-03-26T18:29:51.516Z# # # #
19952024-03-26T18:29:51.516Z# # #
19962024-03-26T18:29:51.516Z# #### # #
19972024-03-26T18:29:51.517Z# # # #
19982024-03-26T18:29:51.517Z# # # #
19992024-03-26T18:29:51.517Z ##### ###
20002024-03-26T18:29:51.517Z
20012024-03-26T18:29:51.517Z+ . config/build-g0.sh
20022024-03-26T18:29:51.517Z++ [[ '' == \s\t\a\t\i\c ]]
20032024-03-26T18:29:51.517Z++ [[ '' == true ]]
20042024-03-26T18:29:51.517Z++ cp config/config-rss.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/
20052024-03-26T18:29:51.517Z++ cp config/g0-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml
20062024-03-26T18:29:51.517Z++ cp config/mgs-sim-switch0.toml /work/oxidecomputer/omicron/smf/mgs-sim/config.toml
20072024-03-26T18:29:51.517Z++ cp config/sp-sim-config.toml /work/oxidecomputer/omicron/smf/sp-sim/config.toml
20082024-03-26T18:29:51.517Z++ cd /work/oxidecomputer/omicron
20092024-03-26T18:29:51.517Z++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled
20102024-03-26T18:29:52.171Z Downloading crates ...
20112024-03-26T18:29:52.430Z Downloaded bb8 v0.8.3
20122024-03-26T18:29:52.460Z Downloaded async-recursion v1.0.5
20132024-03-26T18:29:52.460Z Downloaded cexpr v0.6.0
20142024-03-26T18:29:52.460Z Downloaded array-init v0.0.4
20152024-03-26T18:29:52.461Z Downloaded downcast v0.11.0
20162024-03-26T18:29:52.461Z Downloaded derive_builder_macro v0.12.0
20172024-03-26T18:29:52.461Z Downloaded serde-big-array v0.4.1
20182024-03-26T18:29:52.493Z Downloaded wyz v0.5.1
20192024-03-26T18:29:52.493Z Downloaded x509-cert v0.2.4
20202024-03-26T18:29:52.520Z Downloaded peeking_take_while v0.1.2
20212024-03-26T18:29:52.520Z Downloaded compact_str v0.7.1
20222024-03-26T18:29:52.520Z Downloaded bytecount v0.6.3
20232024-03-26T18:29:52.520Z Downloaded highway v1.1.0
20242024-03-26T18:29:52.520Z Downloaded olpc-cjson v0.1.3
20252024-03-26T18:29:52.520Z Downloaded indoc v2.0.3
20262024-03-26T18:29:52.520Z Downloaded multimap v0.10.0
20272024-03-26T18:29:52.520Z Downloaded rusty-fork v0.3.0
20282024-03-26T18:29:52.520Z Downloaded rand_xorshift v0.3.0
20292024-03-26T18:29:52.520Z Downloaded mockall v0.12.0
20302024-03-26T18:29:52.520Z Downloaded radium v0.7.0
20312024-03-26T18:29:52.520Z Downloaded rtoolbox v0.0.1
20322024-03-26T18:29:52.520Z Downloaded rustc-hash v1.1.0
20332024-03-26T18:29:52.547Z Downloaded fatfs v0.3.6
20342024-03-26T18:29:52.547Z Downloaded pkcs1 v0.7.5
20352024-03-26T18:29:52.547Z Downloaded ref-cast-impl v1.0.20
20362024-03-26T18:29:52.547Z Downloaded oso v0.27.0
20372024-03-26T18:29:52.547Z Downloaded ron v0.8.1
20382024-03-26T18:29:52.585Z Downloaded rsa v0.9.2
20392024-03-26T18:29:52.617Z Downloaded reedline v0.30.0
20402024-03-26T18:29:52.617Z Downloaded regex-syntax v0.6.29
20412024-03-26T18:29:52.645Z Downloaded csv v1.3.0
20422024-03-26T18:29:52.645Z Downloaded ratatui v0.26.1
20432024-03-26T18:29:52.680Z Downloaded proptest v1.4.0
20442024-03-26T18:29:52.680Z Downloaded polar-core v0.27.0
20452024-03-26T18:29:52.711Z Downloaded object v0.30.4
20462024-03-26T18:29:52.711Z Downloaded nix v0.27.1
20472024-03-26T18:29:52.711Z Downloaded lalrpop v0.19.12
20482024-03-26T18:29:52.736Z Downloaded quick-xml v0.30.0
20492024-03-26T18:29:52.736Z Downloaded portable-atomic v1.4.3
20502024-03-26T18:29:52.736Z Downloaded num-bigint-dig v0.8.4
20512024-03-26T18:29:52.736Z Downloaded libxml v0.3.3
20522024-03-26T18:29:52.736Z Downloaded bitvec v1.0.1
20532024-03-26T18:29:52.763Z Downloaded bindgen v0.69.2
20542024-03-26T18:29:52.763Z Downloaded indicatif v0.17.8
20552024-03-26T18:29:52.790Z Downloaded hashbrown v0.13.2
20562024-03-26T18:29:52.790Z Downloaded prettyplease v0.2.16
20572024-03-26T18:29:52.790Z Downloaded pin-project v1.1.3
20582024-03-26T18:29:52.790Z Downloaded papergrid v0.11.0
20592024-03-26T18:29:52.816Z Downloaded mockall_derive v0.12.0
20602024-03-26T18:29:52.817Z Downloaded diff v0.1.13
20612024-03-26T18:29:52.817Z Downloaded darling_core v0.14.4
20622024-03-26T18:29:52.817Z Downloaded crc-any v2.4.3
20632024-03-26T18:29:52.817Z Downloaded cookie v0.18.0
20642024-03-26T18:29:52.817Z Downloaded pin-project-internal v1.1.3
20652024-03-26T18:29:52.817Z Downloaded maplit v1.0.2
20662024-03-26T18:29:52.817Z Downloaded libloading v0.7.4
20672024-03-26T18:29:52.817Z Downloaded derive_builder v0.12.0
20682024-03-26T18:29:52.844Z Downloaded ref-cast v1.0.20
20692024-03-26T18:29:52.844Z Downloaded nu-ansi-term v0.50.0
20702024-03-26T18:29:52.844Z Downloaded env_logger v0.10.0
20712024-03-26T18:29:52.844Z Downloaded derive_builder_core v0.12.0
20722024-03-26T18:29:52.844Z Downloaded clang-sys v1.6.1
20732024-03-26T18:29:52.844Z Downloaded rpassword v7.3.1
20742024-03-26T18:29:52.844Z Downloaded rand_seeder v0.2.3
20752024-03-26T18:29:52.844Z Downloaded packed_struct_codegen v0.10.1
20762024-03-26T18:29:52.844Z Downloaded packed_struct v0.10.1
20772024-03-26T18:29:52.844Z Downloaded predicates-tree v1.0.9
20782024-03-26T18:29:52.844Z Downloaded parse-size v1.0.0
20792024-03-26T18:29:52.844Z Downloaded lru v0.12.1
20802024-03-26T18:29:52.844Z Downloaded lazycell v1.3.0
20812024-03-26T18:29:52.844Z Downloaded funty v2.0.0
20822024-03-26T18:29:52.872Z Downloaded memoffset v0.7.1
20832024-03-26T18:29:52.872Z Downloaded impl-trait-for-tuples v0.2.2
20842024-03-26T18:29:52.872Z Downloaded globset v0.4.13
20852024-03-26T18:29:52.872Z Downloaded ena v0.14.2
20862024-03-26T18:29:52.872Z Downloaded darling v0.14.4
20872024-03-26T18:29:52.872Z Downloaded csv-core v0.1.11
20882024-03-26T18:29:52.872Z Downloaded fd-lock v3.0.13
20892024-03-26T18:29:52.872Z Downloaded ed25519 v1.5.3
20902024-03-26T18:29:52.872Z Downloaded maybe-uninit v2.0.0
20912024-03-26T18:29:52.872Z Downloaded vte v0.11.1
20922024-03-26T18:29:52.872Z Downloaded unicode_categories v0.1.1
20932024-03-26T18:29:52.872Z Downloaded unicode-linebreak v0.1.5
20942024-03-26T18:29:52.872Z Downloaded typed-path v0.7.0
20952024-03-26T18:29:52.902Z Downloaded tough v0.16.0
20962024-03-26T18:29:52.903Z Downloaded textwrap v0.16.1
20972024-03-26T18:29:52.903Z Downloaded test-strategy v0.3.1
20982024-03-26T18:29:52.903Z Downloaded tap v1.0.1
20992024-03-26T18:29:52.903Z Downloaded tabled v0.15.0
21002024-03-26T18:29:52.932Z Downloaded structmeta-derive v0.2.0
21012024-03-26T18:29:52.932Z Downloaded strip-ansi-escapes v0.2.0
21022024-03-26T18:29:52.932Z Downloaded sqlparser v0.43.1
21032024-03-26T18:29:52.932Z Downloaded path-slash v0.1.5
21042024-03-26T18:29:52.932Z Downloaded oso-derive v0.27.0
21052024-03-26T18:29:52.932Z Downloaded number_prefix v0.4.0
21062024-03-26T18:29:52.932Z Downloaded nodrop v0.1.14
21072024-03-26T18:29:52.932Z Downloaded is_ci v1.2.0
21082024-03-26T18:29:52.932Z Downloaded is-terminal v0.4.9
21092024-03-26T18:29:52.932Z Downloaded indoc v1.0.9
21102024-03-26T18:29:52.932Z Downloaded fs-err v2.11.0
21112024-03-26T18:29:52.932Z Downloaded fragile v2.0.0
21122024-03-26T18:29:52.960Z Downloaded fd-lock v4.0.2
21132024-03-26T18:29:52.961Z Downloaded crc-catalog v2.2.0
21142024-03-26T18:29:52.961Z Downloaded crc v3.0.1
21152024-03-26T18:29:52.961Z Downloaded corncobs v0.1.3
21162024-03-26T18:29:52.961Z Downloaded which v4.4.0
21172024-03-26T18:29:52.961Z Downloaded wait-timeout v0.2.0
21182024-03-26T18:29:52.961Z Downloaded vte_generate_state_changes v0.1.1
21192024-03-26T18:29:52.961Z Downloaded unarray v0.1.4
21202024-03-26T18:29:52.961Z Downloaded tui-tree-widget v0.17.0
21212024-03-26T18:29:52.961Z Downloaded tiny-keccak v2.0.2
21222024-03-26T18:29:52.961Z Downloaded termtree v0.4.1
21232024-03-26T18:29:52.961Z Downloaded termios v0.3.3
21242024-03-26T18:29:52.961Z Downloaded termcolor v1.2.0
21252024-03-26T18:29:52.961Z Downloaded tabled_derive v0.7.0
21262024-03-26T18:29:52.961Z Downloaded supports-color v3.0.0
21272024-03-26T18:29:52.961Z Downloaded strum_macros v0.24.3
21282024-03-26T18:29:52.961Z Downloaded strum v0.25.0
21292024-03-26T18:29:52.961Z Downloaded structmeta v0.2.0
21302024-03-26T18:29:52.961Z Downloaded stability v0.1.1
21312024-03-26T18:29:52.961Z Downloaded sqlparser_derive v0.2.2
21322024-03-26T18:29:52.962Z Downloaded sqlformat v0.2.3
21332024-03-26T18:29:52.962Z Downloaded snafu-derive v0.7.5
21342024-03-26T18:29:52.996Z Downloaded snafu v0.7.5
21352024-03-26T18:29:52.996Z Downloaded smawk v0.3.1
21362024-03-26T18:29:52.997Z Downloaded smallvec v0.6.14
21372024-03-26T18:29:52.997Z Downloaded signature v1.6.4
21382024-03-26T18:29:52.997Z Downloaded signal-hook-tokio v0.3.1
21392024-03-26T18:29:52.997Z Downloaded shlex v1.3.0
21402024-03-26T18:29:52.997Z Downloaded shell-words v1.1.0
21412024-03-26T18:29:52.997Z Downloaded serde_plain v1.0.2
21422024-03-26T18:29:52.997Z Downloaded serde-hex v0.1.0
21432024-03-26T18:29:52.997Z Downloaded serde-big-array v0.5.1
21442024-03-26T18:29:52.997Z Downloaded salty v0.2.0
21452024-03-26T18:29:52.997Z Downloaded rustyline v13.0.0
21462024-03-26T18:29:53.026Z Downloaded crunchy v0.2.2
21472024-03-26T18:29:53.026Z Downloaded castaway v0.2.2
21482024-03-26T18:29:53.026Z Downloaded cassowary v0.3.0
21492024-03-26T18:29:53.026Z Downloaded bitfield v0.14.0
21502024-03-26T18:29:53.026Z Downloaded doc-comment v0.3.3
21512024-03-26T18:29:53.026Z Downloaded bcs v0.1.6
21522024-03-26T18:29:53.026Z Downloaded darling_macro v0.14.4
21532024-03-26T18:29:53.026Z Downloaded buf-list v1.0.3
21542024-03-26T18:29:53.026Z Downloaded assert_matches v1.5.0
21552024-03-26T18:29:53.026Z Downloaded ascii-canvas v3.0.0
21562024-03-26T18:29:53.206Z Compiling proc-macro2 v1.0.78
21572024-03-26T18:29:53.207Z Compiling unicode-ident v1.0.12
21582024-03-26T18:29:53.207Z Compiling libc v0.2.153
21592024-03-26T18:29:53.231Z Compiling serde v1.0.197
21602024-03-26T18:29:53.231Z Compiling version_check v0.9.4
21612024-03-26T18:29:53.231Z Compiling autocfg v1.1.0
21622024-03-26T18:29:53.231Z Compiling cfg-if v1.0.0
21632024-03-26T18:29:53.330Z Compiling syn v1.0.109
21642024-03-26T18:29:53.384Z Compiling once_cell v1.19.0
21652024-03-26T18:29:53.437Z Compiling byteorder v1.5.0
21662024-03-26T18:29:53.725Z Compiling memchr v2.7.1
21672024-03-26T18:29:53.814Z Compiling ahash v0.8.8
21682024-03-26T18:29:53.839Z Compiling serde_json v1.0.114
21692024-03-26T18:29:53.873Z Compiling parking_lot_core v0.9.8
21702024-03-26T18:29:53.898Z Compiling lock_api v0.4.10
21712024-03-26T18:29:54.106Z Compiling libm v0.2.7
21722024-03-26T18:29:54.138Z Compiling num-traits v0.2.18
21732024-03-26T18:29:54.186Z Compiling thiserror v1.0.57
21742024-03-26T18:29:54.388Z Compiling typenum v1.16.0
21752024-03-26T18:29:54.503Z Compiling quote v1.0.35
21762024-03-26T18:29:54.638Z Compiling generic-array v0.14.7
21772024-03-26T18:29:54.881Z Compiling syn v2.0.52
21782024-03-26T18:29:54.941Z Compiling cc v1.0.83
21792024-03-26T18:29:54.987Z Compiling getrandom v0.2.12
21802024-03-26T18:29:55.133Z Compiling itoa v1.0.9
21812024-03-26T18:29:55.429Z Compiling scopeguard v1.2.0
21822024-03-26T18:29:55.492Z Compiling log v0.4.21
21832024-03-26T18:29:55.797Z Compiling pkg-config v0.3.27
21842024-03-26T18:29:55.846Z Compiling allocator-api2 v0.2.16
21852024-03-26T18:29:55.964Z Compiling slab v0.4.9
21862024-03-26T18:29:56.043Z Compiling ryu v1.0.15
21872024-03-26T18:29:56.422Z Compiling pin-project-lite v0.2.13
21882024-03-26T18:29:56.570Z Compiling smallvec v1.13.1
21892024-03-26T18:29:56.634Z Compiling schemars v0.8.16
21902024-03-26T18:29:56.943Z Compiling equivalent v1.0.1
21912024-03-26T18:29:56.973Z Compiling heck v0.4.1
21922024-03-26T18:29:57.101Z Compiling ring v0.17.8
21932024-03-26T18:29:57.314Z Compiling parking_lot v0.12.1
21942024-03-26T18:29:57.350Z Compiling vcpkg v0.2.15
21952024-03-26T18:29:58.596Z Compiling signal-hook-registry v1.4.1
21962024-03-26T18:29:58.699Z Compiling openssl-sys v0.9.96
21972024-03-26T18:29:59.141Z Compiling mio v0.8.11
21982024-03-26T18:29:59.358Z Compiling fnv v1.0.7
21992024-03-26T18:29:59.440Z Compiling rand_core v0.6.4
22002024-03-26T18:29:59.761Z Compiling time-core v0.1.2
22012024-03-26T18:29:59.856Z Compiling num-conv v0.1.0
22022024-03-26T18:29:59.893Z Compiling ring v0.16.20
22032024-03-26T18:30:00.081Z Compiling num_cpus v1.16.0
22042024-03-26T18:30:00.110Z Compiling time-macros v0.2.17
22052024-03-26T18:30:00.202Z Compiling socket2 v0.5.5
22062024-03-26T18:30:00.379Z Compiling httparse v1.8.0
22072024-03-26T18:30:00.856Z Compiling serde_derive_internals v0.26.0
22082024-03-26T18:30:01.145Z Compiling futures-core v0.3.30
22092024-03-26T18:30:01.516Z Compiling ucd-trie v0.1.6
22102024-03-26T18:30:01.757Z Compiling openssl v0.10.60
22112024-03-26T18:30:01.824Z Compiling spin v0.5.2
22122024-03-26T18:30:02.002Z Compiling iana-time-zone v0.1.57
22132024-03-26T18:30:02.044Z Compiling semver v1.0.22
22142024-03-26T18:30:02.380Z Compiling crossbeam-utils v0.8.19
22152024-03-26T18:30:02.536Z Compiling rustls v0.21.9
22162024-03-26T18:30:02.738Z Compiling native-tls v0.2.11
22172024-03-26T18:30:02.765Z Compiling tinyvec_macros v0.1.1
22182024-03-26T18:30:02.795Z Compiling spin v0.9.8
22192024-03-26T18:30:02.821Z Compiling subtle v2.5.0
22202024-03-26T18:30:02.846Z Compiling tinyvec v1.6.0
22212024-03-26T18:30:02.999Z Compiling const-oid v0.9.6
22222024-03-26T18:30:03.054Z Compiling futures-sink v0.3.30
22232024-03-26T18:30:03.191Z Compiling rustix v0.38.31
22242024-03-26T18:30:03.316Z Compiling unicode-xid v0.2.4
22252024-03-26T18:30:03.467Z Compiling synstructure v0.12.6
22262024-03-26T18:30:03.693Z Compiling backtrace v0.3.69
22272024-03-26T18:30:04.020Z Compiling unicode-normalization v0.1.22
22282024-03-26T18:30:04.380Z Compiling cookie v0.17.0
22292024-03-26T18:30:04.611Z Compiling slog v2.7.0
22302024-03-26T18:30:04.658Z Compiling dyn-clone v1.0.17
22312024-03-26T18:30:04.690Z Compiling unicode-bidi v0.3.15
22322024-03-26T18:30:04.880Z Compiling uuid v0.8.2
22332024-03-26T18:30:05.067Z Compiling futures-channel v0.3.30
22342024-03-26T18:30:05.334Z Compiling tracing-core v0.1.32
22352024-03-26T18:30:05.425Z Compiling serde_derive v1.0.197
22362024-03-26T18:30:05.452Z Compiling zerocopy-derive v0.7.32
22372024-03-26T18:30:05.481Z Compiling zeroize_derive v1.4.2
22382024-03-26T18:30:05.747Z Compiling thiserror-impl v1.0.57
22392024-03-26T18:30:05.773Z Compiling tokio-macros v2.2.0
22402024-03-26T18:30:05.995Z Compiling futures-macro v0.3.30
22412024-03-26T18:30:06.634Z Compiling tracing-attributes v0.1.27
22422024-03-26T18:30:07.034Z Compiling schemars_derive v0.8.16
22432024-03-26T18:30:07.151Z Compiling zerocopy v0.7.32
22442024-03-26T18:30:07.526Z Compiling zeroize v1.7.0
22452024-03-26T18:30:08.219Z Compiling pest v2.7.6
22462024-03-26T18:30:08.993Z Compiling hashbrown v0.14.3
22472024-03-26T18:30:09.307Z Compiling openssl-macros v0.1.1
22482024-03-26T18:30:09.458Z Compiling zerocopy-derive v0.2.0
22492024-03-26T18:30:09.885Z Compiling pin-utils v0.1.0
22502024-03-26T18:30:09.991Z Compiling futures-task v0.3.30
22512024-03-26T18:30:10.106Z Compiling pest_meta v2.7.6
22522024-03-26T18:30:10.227Z Compiling futures-io v0.3.30
22532024-03-26T18:30:10.549Z Compiling futures-util v0.3.30
22542024-03-26T18:30:10.687Z Compiling tracing v0.1.40
22552024-03-26T18:30:10.760Z Compiling crypto-common v0.1.6
22562024-03-26T18:30:11.360Z Compiling der_derive v0.7.2
22572024-03-26T18:30:11.388Z Compiling pest_generator v2.7.6
22582024-03-26T18:30:11.513Z Compiling aho-corasick v1.1.2
22592024-03-26T18:30:12.628Z Compiling anyhow v1.0.79
22602024-03-26T18:30:13.099Z Compiling regex-syntax v0.8.2
22612024-03-26T18:30:13.216Z Compiling winnow v0.5.15
22622024-03-26T18:30:14.113Z Compiling pest_derive v2.7.6
22632024-03-26T18:30:15.006Z Compiling block-buffer v0.10.4
22642024-03-26T18:30:15.226Z Compiling usdt-impl v0.3.5
22652024-03-26T18:30:15.554Z Compiling powerfmt v0.2.0
22662024-03-26T18:30:15.944Z Compiling bytes v1.5.0
22672024-03-26T18:30:16.190Z Compiling indexmap v2.2.5
22682024-03-26T18:30:16.679Z Compiling uuid v1.7.0
22692024-03-26T18:30:17.251Z Compiling tokio v1.36.0
22702024-03-26T18:30:17.374Z Compiling chrono v0.4.34
22712024-03-26T18:30:17.959Z Compiling bitflags v2.4.2
22722024-03-26T18:30:18.444Z Compiling toml_datetime v0.6.5
22732024-03-26T18:30:18.791Z Compiling serde_spanned v0.6.5
22742024-03-26T18:30:19.214Z Compiling http v0.2.12
22752024-03-26T18:30:20.628Z Compiling rustc_version v0.4.0
22762024-03-26T18:30:21.143Z Compiling toml_edit v0.19.15
22772024-03-26T18:30:21.167Z Compiling regex-automata v0.4.5
22782024-03-26T18:30:22.254Z Compiling untrusted v0.9.0
22792024-03-26T18:30:22.417Z Compiling rustversion v1.0.14
22802024-03-26T18:30:22.544Z Compiling crc32fast v1.3.2
22812024-03-26T18:30:22.890Z Compiling unicode-width v0.1.11
22822024-03-26T18:30:23.045Z Compiling heapless v0.7.16
22832024-03-26T18:30:23.796Z Compiling deranged v0.3.11
22842024-03-26T18:30:24.462Z Compiling digest v0.10.7
22852024-03-26T18:30:24.797Z Compiling scroll_derive v0.12.0
22862024-03-26T18:30:25.662Z Compiling bzip2-sys v0.1.11+1.0.8
22872024-03-26T18:30:26.007Z Compiling async-trait v0.1.77
22882024-03-26T18:30:26.315Z Compiling signal-hook v0.3.17
22892024-03-26T18:30:26.423Z Compiling num_threads v0.1.6
22902024-03-26T18:30:26.547Z Compiling percent-encoding v2.3.1
22912024-03-26T18:30:26.720Z Compiling ppv-lite86 v0.2.17
22922024-03-26T18:30:27.144Z Compiling time v0.3.34
22932024-03-26T18:30:27.355Z Compiling rand_chacha v0.3.1
22942024-03-26T18:30:28.147Z Compiling regex v1.10.3
22952024-03-26T18:30:29.006Z Compiling zerocopy v0.3.0
22962024-03-26T18:30:29.589Z Compiling thread-id v4.2.0
22972024-03-26T18:30:29.589Z Compiling dof v0.1.5
22982024-03-26T18:30:30.188Z Compiling rand v0.8.5
22992024-03-26T18:30:30.953Z Compiling tokio-util v0.7.10
23002024-03-26T18:30:31.649Z Compiling dtrace-parser v0.1.14
23012024-03-26T18:30:31.911Z Compiling num-bigint v0.4.4
23022024-03-26T18:30:32.170Z Compiling smoltcp v0.9.1
23032024-03-26T18:30:32.238Z Compiling adler v1.0.2
23042024-03-26T18:30:32.423Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23052024-03-26T18:30:32.498Z Compiling foreign-types-shared v0.1.1
23062024-03-26T18:30:32.522Z Compiling base64 v0.21.7
23072024-03-26T18:30:32.603Z Compiling base64ct v1.6.0
23082024-03-26T18:30:32.671Z Compiling untrusted v0.7.1
23092024-03-26T18:30:32.974Z Compiling foreign-types v0.3.2
23102024-03-26T18:30:32.999Z Compiling pem-rfc7468 v0.7.0
23112024-03-26T18:30:33.099Z Compiling miniz_oxide v0.7.1
23122024-03-26T18:30:34.903Z Compiling form_urlencoded v1.2.1
23132024-03-26T18:30:35.523Z Compiling hmac v0.12.1
23142024-03-26T18:30:35.559Z Compiling serde_tokenstream v0.1.7
23152024-03-26T18:30:35.716Z Compiling lazy_static v1.4.0
23162024-03-26T18:30:35.824Z Compiling flagset v0.4.3
23172024-03-26T18:30:35.994Z Compiling unicode-segmentation v1.10.1
23182024-03-26T18:30:36.018Z Compiling siphasher v0.3.11
23192024-03-26T18:30:36.138Z Compiling try-lock v0.2.4
23202024-03-26T18:30:36.276Z Compiling bitflags v1.3.2
23212024-03-26T18:30:36.371Z Compiling want v0.3.1
23222024-03-26T18:30:36.636Z Compiling der v0.7.8
23232024-03-26T18:30:37.174Z Compiling rustls-webpki v0.101.7
23242024-03-26T18:30:37.420Z Compiling sct v0.7.0
23252024-03-26T18:30:37.649Z Compiling h2 v0.3.24
23262024-03-26T18:30:38.539Z Compiling http-body v0.4.5
23272024-03-26T18:30:39.491Z Compiling openapiv3 v2.0.0
23282024-03-26T18:30:39.616Z Compiling hubpack_derive v0.1.1
23292024-03-26T18:30:40.018Z Compiling zerocopy-derive v0.6.4
23302024-03-26T18:30:40.276Z Compiling idna v0.5.0
23312024-03-26T18:30:40.682Z Compiling errno v0.3.8
23322024-03-26T18:30:40.865Z Compiling usdt-impl v0.5.0
23332024-03-26T18:30:41.145Z Compiling httpdate v1.0.3
23342024-03-26T18:30:41.445Z Compiling stable_deref_trait v1.2.0
23352024-03-26T18:30:41.529Z Compiling gimli v0.28.0
23362024-03-26T18:30:41.557Z Compiling openssl-probe v0.1.5
23372024-03-26T18:30:41.610Z Compiling tower-service v0.3.2
23382024-03-26T18:30:41.725Z Compiling cpufeatures v0.2.12
23392024-03-26T18:30:41.790Z Compiling anstyle v1.0.2
23402024-03-26T18:30:42.129Z Compiling utf8parse v0.2.1
23412024-03-26T18:30:42.602Z Compiling anstyle-parse v0.2.1
23422024-03-26T18:30:42.875Z Compiling sha2 v0.10.8
23432024-03-26T18:30:43.076Z Compiling url v2.5.0
23442024-03-26T18:30:43.877Z Compiling hyper v0.14.28
23452024-03-26T18:30:45.366Z Compiling addr2line v0.21.0
23462024-03-26T18:30:45.831Z Compiling spki v0.7.2
23472024-03-26T18:30:46.132Z Compiling usdt-attr-macro v0.3.5
23482024-03-26T18:30:46.473Z Compiling usdt-macro v0.3.5
23492024-03-26T18:30:47.161Z Compiling scroll v0.12.0
23502024-03-26T18:30:47.249Z Compiling md-5 v0.10.5
23512024-03-26T18:30:47.567Z Compiling serde_tokenstream v0.2.0
23522024-03-26T18:30:47.984Z Compiling idna v0.3.0
23532024-03-26T18:30:49.073Z Compiling stringprep v0.1.3
23542024-03-26T18:30:49.825Z Compiling diesel_table_macro_syntax v0.1.0
23552024-03-26T18:30:50.138Z Compiling num-integer v0.1.46
23562024-03-26T18:30:50.731Z Compiling object v0.32.1
23572024-03-26T18:30:50.767Z Compiling hash32 v0.2.1
23582024-03-26T18:30:51.493Z Compiling plain v0.2.3
23592024-03-26T18:30:51.530Z Compiling colorchoice v1.0.0
23602024-03-26T18:30:51.530Z Compiling psl-types v2.0.11
23612024-03-26T18:30:51.530Z Compiling fallible-iterator v0.2.0
23622024-03-26T18:30:52.122Z Compiling rustc-demangle v0.1.23
23632024-03-26T18:30:54.117Z Compiling anstyle-query v1.0.0
23642024-03-26T18:30:54.536Z Compiling anstream v0.6.11
23652024-03-26T18:30:55.436Z Compiling postgres-protocol v0.6.6
23662024-03-26T18:30:56.499Z Compiling publicsuffix v2.2.3
23672024-03-26T18:30:56.715Z Compiling goblin v0.8.0
23682024-03-26T18:30:56.759Z Compiling diesel_derives v2.1.2
23692024-03-26T18:31:02.766Z Compiling tokio-rustls v0.24.1
23702024-03-26T18:31:03.459Z Compiling pkcs8 v0.10.2
23712024-03-26T18:31:03.873Z Compiling terminal_size v0.3.0
23722024-03-26T18:31:03.903Z Compiling tokio-native-tls v0.3.1
23732024-03-26T18:31:04.055Z Compiling phf_shared v0.11.2
23742024-03-26T18:31:04.202Z Compiling strum_macros v0.25.2
23752024-03-26T18:31:04.545Z Compiling regress v0.9.0
23762024-03-26T18:31:04.659Z Compiling block-padding v0.3.3
23772024-03-26T18:31:05.467Z Compiling enum-as-inner v0.5.1
23782024-03-26T18:31:05.512Z Compiling serde_repr v0.1.16
23792024-03-26T18:31:05.586Z Compiling clap_derive v4.5.0
23802024-03-26T18:31:06.506Z Compiling ff v0.13.0
23812024-03-26T18:31:06.725Z Compiling scheduled-thread-pool v0.2.7
23822024-03-26T18:31:07.211Z Compiling encoding_rs v0.8.33
23832024-03-26T18:31:07.265Z Compiling strsim v0.11.0
23842024-03-26T18:31:07.339Z Compiling clap_lex v0.7.0
23852024-03-26T18:31:07.726Z Compiling mime v0.3.17
23862024-03-26T18:31:08.616Z Compiling ident_case v1.0.1
23872024-03-26T18:31:08.779Z Compiling pretty-hex v0.4.1
23882024-03-26T18:31:09.142Z Compiling strsim v0.10.0
23892024-03-26T18:31:09.172Z Compiling bit-vec v0.6.3
23902024-03-26T18:31:09.172Z Compiling ipnet v2.9.0
23912024-03-26T18:31:09.172Z Compiling regex-automata v0.1.10
23922024-03-26T18:31:09.346Z Compiling matches v0.1.10
23932024-03-26T18:31:09.906Z Compiling managed v0.8.0
23942024-03-26T18:31:09.906Z Compiling base16ct v0.2.0
23952024-03-26T18:31:09.906Z Compiling sec1 v0.7.3
23962024-03-26T18:31:09.975Z Compiling bstr v0.2.17
23972024-03-26T18:31:10.183Z Compiling idna v0.2.3
23982024-03-26T18:31:10.327Z Compiling darling_core v0.20.3
23992024-03-26T18:31:11.050Z Compiling dof v0.3.0
24002024-03-26T18:31:11.673Z Compiling clap_builder v4.5.1
24012024-03-26T18:31:12.576Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
24022024-03-26T18:31:14.511Z Compiling r2d2 v0.8.10
24032024-03-26T18:31:14.814Z Compiling group v0.13.0
24042024-03-26T18:31:22.013Z Compiling inout v0.1.3
24052024-03-26T18:31:22.079Z Compiling phf v0.11.2
24062024-03-26T18:31:22.079Z Compiling hyper-tls v0.5.0
24072024-03-26T18:31:22.080Z Compiling signal-hook-mio v0.2.3
24082024-03-26T18:31:22.080Z Compiling bzip2 v0.4.4
24092024-03-26T18:31:22.080Z Compiling hyper-rustls v0.24.2
24102024-03-26T18:31:22.080Z Compiling flate2 v1.0.28
24112024-03-26T18:31:22.080Z Compiling cookie_store v0.20.0
24122024-03-26T18:31:22.080Z Compiling postgres-types v0.2.6
24132024-03-26T18:31:22.080Z Compiling zerocopy v0.6.4
24142024-03-26T18:31:22.080Z Compiling hubpack v0.1.2
24152024-03-26T18:31:22.080Z Compiling phf_shared v0.10.0
24162024-03-26T18:31:22.080Z Compiling rustls-pemfile v1.0.3
24172024-03-26T18:31:22.080Z Compiling hkdf v0.12.4
24182024-03-26T18:31:22.080Z Compiling serde_urlencoded v0.7.1
24192024-03-26T18:31:22.080Z Compiling crossbeam-epoch v0.9.18
24202024-03-26T18:31:22.080Z Compiling ipnetwork v0.20.0
24212024-03-26T18:31:22.132Z Compiling futures-executor v0.3.30
24222024-03-26T18:31:22.132Z Compiling dtrace-parser v0.2.0
24232024-03-26T18:31:22.132Z Compiling crypto-bigint v0.5.2
24242024-03-26T18:31:22.132Z Compiling float-cmp v0.9.0
24252024-03-26T18:31:22.132Z Compiling data-encoding v2.4.0
24262024-03-26T18:31:22.133Z Compiling webpki-roots v0.25.2
24272024-03-26T18:31:22.133Z Compiling whoami v1.5.0
24282024-03-26T18:31:22.133Z Compiling either v1.10.0
24292024-03-26T18:31:22.133Z Compiling normalize-line-endings v0.3.0
24302024-03-26T18:31:22.133Z Compiling predicates-core v1.0.6
24312024-03-26T18:31:22.133Z Compiling difflib v0.4.0
24322024-03-26T18:31:22.133Z Compiling fixedbitset v0.4.2
24332024-03-26T18:31:22.133Z Compiling precomputed-hash v0.1.1
24342024-03-26T18:31:22.133Z Compiling static_assertions v1.1.0
24352024-03-26T18:31:22.178Z Compiling minimal-lexical v0.2.1
24362024-03-26T18:31:22.226Z Compiling new_debug_unreachable v1.0.4
24372024-03-26T18:31:22.303Z Compiling winnow v0.6.1
24382024-03-26T18:31:22.570Z Compiling sync_wrapper v0.1.2
24392024-03-26T18:31:22.810Z Compiling itertools v0.10.5
24402024-03-26T18:31:22.839Z Compiling reqwest v0.11.24
24412024-03-26T18:31:23.166Z Compiling nom v7.1.3
24422024-03-26T18:31:24.335Z Compiling predicates v3.1.0
24432024-03-26T18:31:24.847Z Compiling string_cache v0.8.7
24442024-03-26T18:31:25.027Z Compiling toml_edit v0.22.6
24452024-03-26T18:31:25.201Z Compiling petgraph v0.6.4
24462024-03-26T18:31:25.236Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
24472024-03-26T18:31:25.601Z Compiling tokio-postgres v0.7.10
24482024-03-26T18:31:26.014Z Compiling elliptic-curve v0.13.8
24492024-03-26T18:31:26.626Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
24502024-03-26T18:31:28.250Z Compiling trust-dns-proto v0.22.0
24512024-03-26T18:31:29.886Z Compiling futures v0.3.30
24522024-03-26T18:31:29.987Z Compiling diesel v2.1.4
24532024-03-26T18:31:30.226Z Compiling zip v0.6.6
24542024-03-26T18:31:30.599Z Compiling crossterm v0.27.0
24552024-03-26T18:31:30.748Z Compiling yasna v0.5.2
24562024-03-26T18:31:30.818Z Compiling cipher v0.4.4
24572024-03-26T18:31:31.834Z Compiling darling_macro v0.20.3
24582024-03-26T18:31:32.095Z Compiling clap v4.5.1
24592024-03-26T18:31:32.194Z Compiling similar v2.4.0
24602024-03-26T18:31:32.562Z Compiling bit-set v0.5.3
24612024-03-26T18:31:32.920Z Compiling num-iter v0.1.44
24622024-03-26T18:31:33.096Z Compiling usdt v0.3.5
24632024-03-26T18:31:33.298Z Compiling console v0.15.8
24642024-03-26T18:31:33.799Z Compiling bstr v1.9.0
24652024-03-26T18:31:34.075Z Compiling tokio-stream v0.1.14
24662024-03-26T18:31:34.338Z Compiling toml v0.7.8
24672024-03-26T18:31:34.812Z Compiling hex v0.4.3
24682024-03-26T18:31:34.873Z Compiling proc-macro-error-attr v1.0.4
24692024-03-26T18:31:35.059Z Compiling lalrpop-util v0.19.12
24702024-03-26T18:31:35.497Z Compiling darling v0.20.3
24712024-03-26T18:31:35.529Z Compiling proc-macro-crate v1.3.1
24722024-03-26T18:31:36.372Z Compiling proc-macro-error v1.0.4
24732024-03-26T18:31:36.447Z Compiling heapless v0.8.0
24742024-03-26T18:31:36.834Z Compiling camino v1.1.6
24752024-03-26T18:31:37.685Z Compiling num_enum_derive v0.5.11
24762024-03-26T18:31:44.103Z Compiling atty v0.2.14
24772024-03-26T18:31:44.556Z Compiling hash32 v0.3.1
24782024-03-26T18:31:44.862Z Compiling smoltcp v0.11.0
24792024-03-26T18:31:45.339Z Compiling rustls-pki-types v1.3.0
24802024-03-26T18:31:46.356Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24812024-03-26T18:31:58.283Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24822024-03-26T18:32:06.454Z Compiling num_enum v0.5.11
24832024-03-26T18:32:08.676Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
24842024-03-26T18:32:09.048Z Compiling getopts v0.2.21
24852024-03-26T18:32:09.995Z Compiling dirs-sys-next v0.1.2
24862024-03-26T18:32:10.093Z Compiling cobs v0.2.3
24872024-03-26T18:32:10.965Z Compiling rustls v0.22.2
24882024-03-26T18:32:11.078Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24892024-03-26T18:32:11.188Z Compiling embedded-io v0.4.0
24902024-03-26T18:32:11.329Z Compiling unsafe-libyaml v0.2.10
24912024-03-26T18:32:11.648Z Compiling postcard v1.0.8
24922024-03-26T18:32:12.371Z Compiling serde_yaml v0.9.25
24932024-03-26T18:32:14.191Z Compiling dirs-next v2.0.0
24942024-03-26T18:32:15.381Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
24952024-03-26T18:32:20.684Z Compiling rustls-webpki v0.102.1
24962024-03-26T18:32:24.142Z Compiling strum_macros v0.26.1
24972024-03-26T18:32:26.154Z Compiling foreign-types-macros v0.2.3
24982024-03-26T18:32:26.544Z Compiling structmeta-derive v0.3.0
24992024-03-26T18:32:26.844Z Compiling thread_local v1.1.7
25002024-03-26T18:32:27.066Z Compiling multer v3.0.0
25012024-03-26T18:32:27.178Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25022024-03-26T18:32:27.324Z Compiling paste v1.0.14
25032024-03-26T18:32:27.558Z Compiling slog-async v2.8.0
25042024-03-26T18:32:27.715Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25052024-03-26T18:32:27.913Z Compiling foreign-types-shared v0.3.1
25062024-03-26T18:32:27.942Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25072024-03-26T18:32:28.044Z Compiling match_cfg v0.1.0
25082024-03-26T18:32:28.619Z Compiling structmeta v0.3.0
25092024-03-26T18:32:32.459Z Compiling hostname v0.3.1
25102024-03-26T18:32:32.674Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25112024-03-26T18:32:33.890Z Compiling foreign-types v0.5.0
25122024-03-26T18:32:34.379Z Compiling strum v0.26.1
25132024-03-26T18:32:41.161Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25142024-03-26T18:32:42.792Z Compiling term v0.7.0
25152024-03-26T18:32:43.681Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25162024-03-26T18:32:44.968Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25172024-03-26T18:32:45.727Z Compiling slog-json v2.6.1
25182024-03-26T18:32:46.160Z Compiling crossbeam-channel v0.5.8
25192024-03-26T18:32:46.892Z Compiling tabwriter v1.4.0
25202024-03-26T18:32:47.144Z Compiling http v1.0.0
25212024-03-26T18:32:47.569Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25222024-03-26T18:32:47.596Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25232024-03-26T18:32:47.622Z Compiling async-stream-impl v0.3.5
25242024-03-26T18:32:48.180Z Compiling cstr-argument v0.1.2
25252024-03-26T18:32:48.245Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25262024-03-26T18:32:48.495Z Compiling take_mut v0.2.2
25272024-03-26T18:32:48.572Z Compiling crucible-workspace-hack v0.1.0
25282024-03-26T18:32:48.620Z Compiling fastrand v2.0.1
25292024-03-26T18:32:48.650Z Compiling pretty-hex v0.2.1
25302024-03-26T18:32:48.715Z Compiling rayon-core v1.12.1
25312024-03-26T18:32:48.817Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
25322024-03-26T18:32:48.845Z Compiling atomic-waker v1.1.1
25332024-03-26T18:32:48.969Z Compiling waitgroup v0.1.2
25342024-03-26T18:32:49.005Z Compiling tempfile v3.10.0
25352024-03-26T18:32:49.101Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25362024-03-26T18:32:49.186Z Compiling async-stream v0.3.5
25372024-03-26T18:32:49.503Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25382024-03-26T18:32:50.494Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25392024-03-26T18:32:50.582Z Compiling slog-bunyan v2.5.0
25402024-03-26T18:32:50.763Z Compiling slog-term v2.9.0
25412024-03-26T18:32:50.810Z Compiling tokio-rustls v0.25.0
25422024-03-26T18:32:51.176Z Compiling parse-display-derive v0.9.0
25432024-03-26T18:32:51.781Z Compiling toml v0.8.10
25442024-03-26T18:32:51.809Z Compiling rustls-pemfile v2.1.1
25452024-03-26T18:32:51.880Z Compiling serde_with_macros v3.6.1
25462024-03-26T18:32:52.432Z Compiling sha1 v0.10.6
25472024-03-26T18:32:53.079Z Compiling crossbeam-deque v0.8.3
25482024-03-26T18:32:53.106Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25492024-03-26T18:32:53.386Z Compiling colored v2.1.0
25502024-03-26T18:32:54.009Z Compiling newtype-uuid v1.0.1
25512024-03-26T18:32:54.273Z Compiling serde_path_to_error v0.1.16
25522024-03-26T18:32:54.344Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25532024-03-26T18:32:54.455Z Compiling socket2 v0.4.9
25542024-03-26T18:32:54.641Z Compiling instant v0.1.12
25552024-03-26T18:32:54.793Z Compiling debug-ignore v1.0.5
25562024-03-26T18:32:54.913Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25572024-03-26T18:32:54.939Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25582024-03-26T18:32:55.108Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25592024-03-26T18:32:55.873Z Compiling backoff v0.4.0
25602024-03-26T18:32:56.139Z Compiling parse-display v0.9.0
25612024-03-26T18:32:56.242Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25622024-03-26T18:32:56.566Z Compiling serde_with v3.6.1
25632024-03-26T18:32:57.788Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25642024-03-26T18:32:58.313Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
25652024-03-26T18:32:59.880Z Compiling camino-tempfile v1.1.1
25662024-03-26T18:33:00.181Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
25672024-03-26T18:33:00.206Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25682024-03-26T18:33:00.330Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25692024-03-26T18:33:00.526Z Compiling heck v0.3.3
25702024-03-26T18:33:00.554Z Compiling textwrap v0.11.0
25712024-03-26T18:33:00.824Z Compiling macaddr v1.0.1
25722024-03-26T18:33:01.349Z Compiling num-derive v0.4.0
25732024-03-26T18:33:01.380Z Compiling strsim v0.8.0
25742024-03-26T18:33:01.410Z Compiling vec_map v0.8.2
25752024-03-26T18:33:01.671Z Compiling libefi-sys v0.1.0
25762024-03-26T18:33:01.904Z Compiling ansi_term v0.12.1
25772024-03-26T18:33:02.425Z Compiling clap v2.34.0
25782024-03-26T18:33:02.501Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25792024-03-26T18:33:02.546Z Compiling structopt-derive v0.4.18
25802024-03-26T18:33:02.908Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
25812024-03-26T18:33:04.229Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
25822024-03-26T18:33:04.537Z Compiling rayon v1.9.0
25832024-03-26T18:33:04.665Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25842024-03-26T18:33:05.488Z Compiling smf v0.2.2
25852024-03-26T18:33:05.637Z Compiling blake3 v1.5.0
25862024-03-26T18:33:06.060Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
25872024-03-26T18:33:06.351Z Compiling portable-atomic v1.4.3
25882024-03-26T18:33:07.091Z Compiling structopt v0.3.26
25892024-03-26T18:33:07.347Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25902024-03-26T18:33:07.590Z Compiling memmap2 v0.7.1
25912024-03-26T18:33:07.653Z Compiling filetime v0.2.23
25922024-03-26T18:33:07.927Z Compiling xattr v1.0.1
25932024-03-26T18:33:08.023Z Compiling arrayvec v0.7.4
25942024-03-26T18:33:08.184Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
25952024-03-26T18:33:08.317Z Compiling same-file v1.0.6
25962024-03-26T18:33:08.341Z Compiling arrayref v0.3.7
25972024-03-26T18:33:08.423Z Compiling constant_time_eq v0.3.0
25982024-03-26T18:33:08.447Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
25992024-03-26T18:33:08.578Z Compiling walkdir v2.4.0
26002024-03-26T18:33:09.075Z Compiling tar v0.4.40
26012024-03-26T18:33:09.908Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26022024-03-26T18:33:10.193Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26032024-03-26T18:33:10.608Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26042024-03-26T18:33:11.306Z Compiling gethostname v0.4.3
26052024-03-26T18:33:11.523Z Compiling topological-sort v0.2.2
26062024-03-26T18:33:11.723Z Compiling number_prefix v0.4.0
26072024-03-26T18:33:11.942Z Compiling indicatif v0.17.8
26082024-03-26T18:33:12.472Z Compiling omicron-zone-package v0.11.0
26092024-03-26T18:33:12.500Z Compiling swrite v0.1.0
26102024-03-26T18:33:17.453Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26112024-03-26T18:33:19.826Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26122024-03-26T18:33:20.439Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26132024-03-26T18:33:21.651Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26142024-03-26T18:33:38.708Z Finished release [optimized] target(s) in 3m 47s
26152024-03-26T18:33:38.766Z Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled`
26162024-03-26T18:33:38.810ZLogging to: /work/oxidecomputer/omicron/out/LOG
26172024-03-26T18:33:38.839ZCreated new build target 'default' and set it as active
26182024-03-26T18:33:38.839Z++ cargo run --release --bin omicron-package -- package
26192024-03-26T18:33:39.722Z Compiling ring v0.16.20
26202024-03-26T18:33:41.225Z Compiling sct v0.7.0
26212024-03-26T18:33:41.388Z Compiling rustls v0.21.9
26222024-03-26T18:33:48.166Z Compiling tokio-rustls v0.24.1
26232024-03-26T18:33:48.258Z Compiling hyper-rustls v0.24.2
26242024-03-26T18:33:48.259Z Compiling reqwest v0.11.24
26252024-03-26T18:33:48.259Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26262024-03-26T18:33:48.259Z Compiling omicron-zone-package v0.11.0
26272024-03-26T18:33:48.259Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26282024-03-26T18:33:48.260Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
26292024-03-26T18:33:52.979Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26302024-03-26T18:33:53.134Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26312024-03-26T18:33:53.643Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26322024-03-26T18:33:54.793Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26332024-03-26T18:34:01.136Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26342024-03-26T18:34:03.444Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26352024-03-26T18:34:03.917Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26362024-03-26T18:34:05.251Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26372024-03-26T18:34:21.579Z Finished release [optimized] target(s) in 42.70s
26382024-03-26T18:34:21.636Z Running `target/release/omicron-package package`
26392024-03-26T18:34:21.691ZLogging to: /work/oxidecomputer/omicron/out/LOG
26402024-03-26T18:34:22.731Z Compiling base64 v0.22.0
26412024-03-26T18:34:22.758Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26422024-03-26T18:34:22.783Z Compiling linked-hash-map v0.5.6
26432024-03-26T18:34:22.783Z Compiling password-hash v0.5.0
26442024-03-26T18:34:22.784Z Compiling usdt-macro v0.5.0
26452024-03-26T18:34:22.784Z Compiling usdt-attr-macro v0.5.0
26462024-03-26T18:34:22.784Z Compiling blake2 v0.10.6
26472024-03-26T18:34:22.809Z Compiling memmap v0.7.0
26482024-03-26T18:34:23.083Z Compiling lru-cache v0.1.2
26492024-03-26T18:34:23.200Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26502024-03-26T18:34:23.259Z Compiling argon2 v0.5.3
26512024-03-26T18:34:23.616Z Compiling semver v0.1.20
26522024-03-26T18:34:23.789Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26532024-03-26T18:34:23.876Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26542024-03-26T18:34:24.409Z Compiling usdt v0.5.0
26552024-03-26T18:34:24.438Z Compiling rustc_version v0.1.7
26562024-03-26T18:34:24.438Z Compiling quick-error v1.2.3
26572024-03-26T18:34:24.438Z Compiling humantime v2.1.0
26582024-03-26T18:34:24.438Z Compiling newtype_derive v0.1.6
26592024-03-26T18:34:24.438Z Compiling resolv-conf v0.7.0
26602024-03-26T18:34:24.614Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26612024-03-26T18:34:24.760Z Compiling steno v0.4.0
26622024-03-26T18:34:24.909Z Compiling trust-dns-resolver v0.22.0
26632024-03-26T18:34:25.245Z Compiling itertools v0.12.1
26642024-03-26T18:34:25.316Z Compiling derive-where v1.2.7
26652024-03-26T18:34:25.668Z Compiling slog-dtrace v0.3.0
26662024-03-26T18:34:25.973Z Compiling num-rational v0.4.1
26672024-03-26T18:34:27.290Z Compiling nibble_vec v0.1.0
26682024-03-26T18:34:27.474Z Compiling radium v0.7.0
26692024-03-26T18:34:27.660Z Compiling endian-type v0.1.2
26702024-03-26T18:34:27.833Z Compiling radix_trie v0.2.1
26712024-03-26T18:34:28.292Z Compiling num-complex v0.4.4
26722024-03-26T18:34:28.322Z Compiling tap v1.0.1
26732024-03-26T18:34:28.354Z Compiling maybe-uninit v2.0.0
26742024-03-26T18:34:28.584Z Compiling wyz v0.5.1
26752024-03-26T18:34:28.763Z Compiling num v0.4.1
26762024-03-26T18:34:28.865Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26772024-03-26T18:34:28.961Z Compiling num-bigint-dig v0.8.4
26782024-03-26T18:34:29.179Z Compiling funty v2.0.0
26792024-03-26T18:34:29.294Z Compiling cancel-safe-futures v0.1.5
26802024-03-26T18:34:29.568Z Compiling packed_struct v0.10.1
26812024-03-26T18:34:29.665Z Compiling crc-catalog v2.2.0
26822024-03-26T18:34:29.790Z Compiling crc v3.0.1
26832024-03-26T18:34:29.845Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26842024-03-26T18:34:30.034Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26852024-03-26T18:34:30.806Z Compiling bitvec v1.0.1
26862024-03-26T18:34:31.178Z Compiling fxhash v0.2.1
26872024-03-26T18:34:31.385Z Compiling packed_struct_codegen v0.10.1
26882024-03-26T18:34:33.335Z Compiling indexmap v1.9.3
26892024-03-26T18:34:33.568Z Compiling utf-8 v0.7.6
26902024-03-26T18:34:33.664Z Compiling display-error-chain v0.2.0
26912024-03-26T18:34:33.819Z Compiling nodrop v0.1.14
26922024-03-26T18:34:33.853Z Compiling tungstenite v0.20.1
26932024-03-26T18:34:33.940Z Compiling array-init v0.0.4
26942024-03-26T18:34:34.839Z Compiling smallvec v0.6.14
26952024-03-26T18:34:35.759Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26962024-03-26T18:34:37.774Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26972024-03-26T18:34:38.046Z Compiling rayon-core v1.12.1
26982024-03-26T18:34:38.071Z Compiling pkcs1 v0.7.5
26992024-03-26T18:34:41.120Z Compiling is-terminal v0.4.9
27002024-03-26T18:34:41.236Z Compiling signature v2.1.0
27012024-03-26T18:34:41.444Z Compiling crossbeam-deque v0.8.3
27022024-03-26T18:34:41.724Z Compiling half v2.3.1
27032024-03-26T18:34:42.268Z Compiling fastrand v2.0.1
27042024-03-26T18:34:42.643Z Compiling termcolor v1.2.0
27052024-03-26T18:34:42.702Z Compiling ciborium-io v0.2.2
27062024-03-26T18:34:42.816Z Compiling hashbrown v0.12.3
27072024-03-26T18:34:43.206Z Compiling same-file v1.0.6
27082024-03-26T18:34:43.398Z Compiling bitfield v0.14.0
27092024-03-26T18:34:43.471Z Compiling walkdir v2.4.0
27102024-03-26T18:34:43.636Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27112024-03-26T18:34:44.019Z Compiling env_logger v0.10.0
27122024-03-26T18:34:44.130Z Compiling ciborium-ll v0.2.2
27132024-03-26T18:34:44.525Z Compiling tempfile v3.10.0
27142024-03-26T18:34:45.208Z Compiling rsa v0.9.2
27152024-03-26T18:34:45.960Z Compiling serde-hex v0.1.0
27162024-03-26T18:34:47.085Z Compiling tokio-tungstenite v0.20.1
27172024-03-26T18:34:47.541Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27182024-03-26T18:34:47.816Z Compiling camino v1.1.6
27192024-03-26T18:34:47.883Z Compiling x509-cert v0.2.4
27202024-03-26T18:34:48.812Z Compiling ron v0.8.1
27212024-03-26T18:34:49.375Z Compiling hashbrown v0.13.2
27222024-03-26T18:34:50.033Z Compiling semver-parser v0.10.2
27232024-03-26T18:34:50.435Z Compiling unicase v2.7.0
27242024-03-26T18:34:50.658Z Compiling crc-any v2.4.3
27252024-03-26T18:34:51.411Z Compiling semver v0.11.0
27262024-03-26T18:34:51.465Z Compiling blake3 v1.5.0
27272024-03-26T18:34:51.716Z Compiling object v0.30.4
27282024-03-26T18:34:51.985Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27292024-03-26T18:34:52.954Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27302024-03-26T18:34:53.566Z Compiling rayon v1.9.0
27312024-03-26T18:34:54.068Z Compiling ciborium v0.2.2
27322024-03-26T18:34:55.776Z Compiling filetime v0.2.23
27332024-03-26T18:34:56.023Z Compiling xattr v1.0.1
27342024-03-26T18:34:56.233Z Compiling memmap2 v0.7.1
27352024-03-26T18:34:56.547Z Compiling dirs-sys-next v0.1.2
27362024-03-26T18:34:56.964Z Compiling constant_time_eq v0.3.0
27372024-03-26T18:34:57.095Z Compiling path-slash v0.1.5
27382024-03-26T18:34:57.229Z Compiling glob v0.3.1
27392024-03-26T18:34:57.291Z Compiling arrayref v0.3.7
27402024-03-26T18:34:57.316Z Compiling crunchy v0.2.2
27412024-03-26T18:34:57.377Z Compiling home v0.5.5
27422024-03-26T18:34:57.579Z Compiling arrayvec v0.7.4
27432024-03-26T18:34:57.647Z Compiling arc-swap v1.6.0
27442024-03-26T18:34:57.866Z Compiling clang-sys v1.6.1
27452024-03-26T18:34:58.246Z Compiling slog-scope v4.4.0
27462024-03-26T18:34:58.400Z Compiling toolchain_find v0.2.0
27472024-03-26T18:34:58.840Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
27482024-03-26T18:34:58.987Z Compiling dirs-next v2.0.0
27492024-03-26T18:34:59.011Z Compiling tar v0.4.40
27502024-03-26T18:34:59.142Z Compiling camino-tempfile v1.1.1
27512024-03-26T18:34:59.472Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27522024-03-26T18:34:59.833Z Compiling libsw v3.3.1
27532024-03-26T18:35:00.391Z Compiling toml v0.5.11
27542024-03-26T18:35:00.559Z Compiling prettyplease v0.2.16
27552024-03-26T18:35:00.772Z Compiling topological-sort v0.2.2
27562024-03-26T18:35:00.948Z Compiling linear-map v1.2.0
27572024-03-26T18:35:01.284Z Compiling owo-colors v4.0.0
27582024-03-26T18:35:02.417Z Compiling convert_case v0.4.0
27592024-03-26T18:35:02.673Z Compiling tiny-keccak v2.0.2
27602024-03-26T18:35:02.899Z Compiling parking_lot_core v0.8.6
27612024-03-26T18:35:03.079Z Compiling derive_more v0.99.17
27622024-03-26T18:35:03.278Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27632024-03-26T18:35:03.755Z Compiling rustfmt-wrapper v0.2.0
27642024-03-26T18:35:03.797Z Compiling omicron-zone-package v0.11.0
27652024-03-26T18:35:06.763Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27662024-03-26T18:35:06.943Z Compiling term v0.7.0
27672024-03-26T18:35:07.996Z Compiling slog-stdlog v4.1.1
27682024-03-26T18:35:08.559Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27692024-03-26T18:35:08.585Z Compiling darling_core v0.14.4
27702024-03-26T18:35:08.609Z Compiling toml v0.8.10
27712024-03-26T18:35:09.102Z Compiling slog-envlogger v2.2.0
27722024-03-26T18:35:09.501Z Compiling ascii-canvas v3.0.0
27732024-03-26T18:35:09.845Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27742024-03-26T18:35:09.888Z Compiling pem v3.0.2
27752024-03-26T18:35:10.465Z Compiling ena v0.14.2
27762024-03-26T18:35:10.791Z Compiling libloading v0.7.4
27772024-03-26T18:35:11.130Z Compiling platforms v3.0.2
27782024-03-26T18:35:11.194Z Compiling bindgen v0.69.2
27792024-03-26T18:35:11.346Z Compiling regex-syntax v0.6.29
27802024-03-26T18:35:11.412Z Compiling diff v0.1.13
27812024-03-26T18:35:11.873Z Compiling parking_lot v0.11.2
27822024-03-26T18:35:12.326Z Compiling darling_macro v0.14.4
27832024-03-26T18:35:13.008Z Compiling darling v0.14.4
27842024-03-26T18:35:13.097Z Compiling mime_guess v2.0.4
27852024-03-26T18:35:13.945Z Compiling lalrpop v0.19.12
27862024-03-26T18:35:14.658Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27872024-03-26T18:35:15.675Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27882024-03-26T18:35:15.898Z Compiling trust-dns-client v0.22.0
27892024-03-26T18:35:16.527Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27902024-03-26T18:35:16.613Z Compiling cexpr v0.6.0
27912024-03-26T18:35:16.717Z Compiling which v4.4.0
27922024-03-26T18:35:17.790Z Compiling vte_generate_state_changes v0.1.1
27932024-03-26T18:35:18.274Z Compiling doc-comment v0.3.3
27942024-03-26T18:35:18.653Z Compiling rustc-hash v1.1.0
27952024-03-26T18:35:18.787Z Compiling buf-list v1.0.3
27962024-03-26T18:35:19.234Z Compiling ref-cast v1.0.20
27972024-03-26T18:35:19.608Z Compiling lazycell v1.3.0
27982024-03-26T18:35:19.677Z Compiling peeking_take_while v0.1.2
27992024-03-26T18:35:19.776Z Compiling shlex v1.3.0
28002024-03-26T18:35:20.112Z Compiling trust-dns-server v0.22.1
28012024-03-26T18:35:20.172Z Compiling vte v0.11.1
28022024-03-26T18:35:22.079Z Compiling derive_builder_core v0.12.0
28032024-03-26T18:35:23.701Z Compiling sled v0.34.7
28042024-03-26T18:35:24.917Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28052024-03-26T18:35:25.459Z Compiling headers-core v0.2.0
28062024-03-26T18:35:25.459Z Compiling libxml v0.3.3
28072024-03-26T18:35:25.459Z Compiling ref-cast-impl v1.0.20
28082024-03-26T18:35:25.459Z Compiling pin-project-internal v1.1.3
28092024-03-26T18:35:26.039Z Compiling memoffset v0.7.1
28102024-03-26T18:35:26.272Z Compiling bytecount v0.6.3
28112024-03-26T18:35:26.532Z Compiling papergrid v0.11.0
28122024-03-26T18:35:27.501Z Compiling pin-project v1.1.3
28132024-03-26T18:35:27.618Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28142024-03-26T18:35:31.055Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
28152024-03-26T18:35:32.474Z Compiling headers v0.3.9
28162024-03-26T18:35:35.580Z Compiling curve25519-dalek v4.1.1
28172024-03-26T18:35:35.781Z Compiling polar-core v0.27.0
28182024-03-26T18:35:35.921Z Compiling derive_builder_macro v0.12.0
28192024-03-26T18:35:37.244Z Compiling strip-ansi-escapes v0.2.0
28202024-03-26T18:35:37.859Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28212024-03-26T18:35:37.900Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
28222024-03-26T18:35:38.340Z Compiling tabled_derive v0.7.0
28232024-03-26T18:35:40.017Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28242024-03-26T18:35:40.704Z Compiling fd-lock v3.0.13
28252024-03-26T18:35:40.729Z Compiling strum_macros v0.24.3
28262024-03-26T18:35:41.782Z Compiling kstat-rs v0.2.3
28272024-03-26T18:35:42.534Z Compiling snafu-derive v0.7.5
28282024-03-26T18:35:43.137Z Compiling fs-err v2.11.0
28292024-03-26T18:35:43.352Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
28302024-03-26T18:35:43.583Z Compiling cookie v0.18.0
28312024-03-26T18:35:43.813Z Compiling keccak v0.1.4
28322024-03-26T18:35:44.059Z Compiling indoc v1.0.9
28332024-03-26T18:35:44.488Z Compiling strum v0.25.0
28342024-03-26T18:35:44.650Z Compiling nu-ansi-term v0.50.0
28352024-03-26T18:35:44.765Z Compiling sha3 v0.10.8
28362024-03-26T18:35:45.458Z Compiling reedline v0.30.0
28372024-03-26T18:35:45.844Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28382024-03-26T18:35:46.287Z Compiling snafu v0.7.5
28392024-03-26T18:35:48.647Z Compiling tabled v0.15.0
28402024-03-26T18:35:51.733Z Compiling derive_builder v0.12.0
28412024-03-26T18:35:55.166Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28422024-03-26T18:35:55.921Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
28432024-03-26T18:35:57.915Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28442024-03-26T18:35:58.131Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
28452024-03-26T18:35:59.324Z Compiling globset v0.4.13
28462024-03-26T18:36:02.595Z Compiling fd-lock v4.0.2
28472024-03-26T18:36:02.805Z Compiling olpc-cjson v0.1.3
28482024-03-26T18:36:03.103Z Compiling bb8 v0.8.3
28492024-03-26T18:36:03.556Z Compiling universal-hash v0.5.1
28502024-03-26T18:36:03.754Z Compiling nix v0.27.1
28512024-03-26T18:36:04.480Z Compiling secrecy v0.8.0
28522024-03-26T18:36:04.718Z Compiling serde_plain v1.0.2
28532024-03-26T18:36:05.178Z Compiling quick-xml v0.30.0
28542024-03-26T18:36:05.923Z Compiling oso-derive v0.27.0
28552024-03-26T18:36:06.361Z Compiling impl-trait-for-tuples v0.2.2
28562024-03-26T18:36:06.761Z Compiling thiserror-impl-no-std v2.0.2
28572024-03-26T18:36:08.654Z Compiling nanorand v0.7.0
28582024-03-26T18:36:08.944Z Compiling async-recursion v1.0.5
28592024-03-26T18:36:09.252Z Compiling curve25519-dalek-derive v0.1.0
28602024-03-26T18:36:09.732Z Compiling sqlparser_derive v0.2.2
28612024-03-26T18:36:10.170Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
28622024-03-26T18:36:10.347Z Compiling unicode_categories v0.1.1
28632024-03-26T18:36:10.429Z Compiling typed-path v0.7.0
28642024-03-26T18:36:10.457Z Compiling opaque-debug v0.3.0
28652024-03-26T18:36:10.565Z Compiling maplit v1.0.2
28662024-03-26T18:36:10.617Z Compiling salty v0.2.0
28672024-03-26T18:36:10.645Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28682024-03-26T18:36:10.672Z Compiling signature v1.6.4
28692024-03-26T18:36:10.932Z Compiling rustyline v13.0.0
28702024-03-26T18:36:10.958Z Compiling ed25519 v1.5.3
28712024-03-26T18:36:11.078Z Compiling sqlformat v0.2.3
28722024-03-26T18:36:11.198Z Compiling sqlparser v0.43.1
28732024-03-26T18:36:14.062Z Compiling oso v0.27.0
28742024-03-26T18:36:15.783Z Compiling tough v0.16.0
28752024-03-26T18:36:17.531Z Compiling poly1305 v0.8.0
28762024-03-26T18:36:24.122Z Compiling flume v0.11.0
28772024-03-26T18:36:24.708Z Compiling thiserror-no-std v2.0.2
28782024-03-26T18:36:24.813Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
28792024-03-26T18:36:25.316Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28802024-03-26T18:36:29.214Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
28812024-03-26T18:36:34.052Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28822024-03-26T18:36:34.760Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28832024-03-26T18:36:35.206Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28842024-03-26T18:36:35.499Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28852024-03-26T18:36:35.756Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28862024-03-26T18:36:35.917Z Compiling chacha20 v0.9.1
28872024-03-26T18:36:36.286Z Compiling aead v0.5.2
28882024-03-26T18:36:36.559Z Compiling bcs v0.1.6
28892024-03-26T18:36:37.307Z Compiling serde-big-array v0.5.1
28902024-03-26T18:36:37.516Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
28912024-03-26T18:36:38.169Z Compiling parse-size v1.0.0
28922024-03-26T18:36:38.433Z Compiling highway v1.1.0
28932024-03-26T18:36:39.621Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28942024-03-26T18:36:43.059Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28952024-03-26T18:36:44.891Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
28962024-03-26T18:36:48.487Z Compiling chacha20poly1305 v0.10.1
28972024-03-26T18:36:48.681Z Compiling vsss-rs v3.3.4
28982024-03-26T18:36:52.457Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28992024-03-26T18:36:53.004Z Compiling signal-hook-tokio v0.3.1
29002024-03-26T18:36:53.579Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
29012024-03-26T18:36:54.291Z Compiling castaway v0.2.2
29022024-03-26T18:36:54.441Z Compiling serde-big-array v0.4.1
29032024-03-26T18:36:54.986Z Compiling http-range v0.1.5
29042024-03-26T18:36:55.055Z Compiling hyper-staticfile v0.9.5
29052024-03-26T18:36:56.641Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29062024-03-26T18:36:57.624Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29072024-03-26T18:36:57.781Z Compiling compact_str v0.7.1
29082024-03-26T18:36:58.762Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
29092024-03-26T18:36:59.003Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29102024-03-26T18:37:06.617Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29112024-03-26T18:37:10.102Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29122024-03-26T18:37:11.604Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29132024-03-26T18:37:11.856Z Compiling lru v0.12.1
29142024-03-26T18:37:12.160Z Compiling stability v0.1.1
29152024-03-26T18:37:12.895Z Compiling corncobs v0.1.3
29162024-03-26T18:37:13.221Z Compiling indoc v2.0.3
29172024-03-26T18:37:14.036Z Compiling cassowary v0.3.0
29182024-03-26T18:37:15.709Z Compiling ratatui v0.26.1
29192024-03-26T18:37:15.733Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29202024-03-26T18:37:15.952Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29212024-03-26T18:37:16.388Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29222024-03-26T18:37:17.561Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29232024-03-26T18:37:19.573Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29242024-03-26T18:37:21.665Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29252024-03-26T18:37:21.904Z Compiling rand_seeder v0.2.3
29262024-03-26T18:37:22.216Z Compiling smawk v0.3.1
29272024-03-26T18:37:22.414Z Compiling unicode-linebreak v0.1.5
29282024-03-26T18:37:22.846Z Compiling textwrap v0.16.1
29292024-03-26T18:37:25.894Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29302024-03-26T18:37:29.303Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29312024-03-26T18:37:30.666Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29322024-03-26T18:37:33.898Z Compiling rcgen v0.12.1
29332024-03-26T18:37:34.802Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29342024-03-26T18:37:35.128Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
29352024-03-26T18:37:40.221Z Compiling atomicwrites v0.4.3
29362024-03-26T18:37:40.699Z Compiling fatfs v0.3.6
29372024-03-26T18:37:41.074Z Compiling subprocess v0.2.9
29382024-03-26T18:37:41.629Z Compiling rtoolbox v0.0.1
29392024-03-26T18:37:41.983Z Compiling is_ci v1.2.0
29402024-03-26T18:37:42.238Z Compiling assert_matches v1.5.0
29412024-03-26T18:37:42.274Z Compiling supports-color v3.0.0
29422024-03-26T18:37:42.806Z Compiling rpassword v7.3.1
29432024-03-26T18:37:43.042Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29442024-03-26T18:37:43.187Z Compiling tui-tree-widget v0.17.0
29452024-03-26T18:37:43.515Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29462024-03-26T18:37:45.290Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
29472024-03-26T18:37:48.531Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29482024-03-26T18:37:49.154Z Compiling csv-core v0.1.11
29492024-03-26T18:37:49.482Z Compiling shell-words v1.1.0
29502024-03-26T18:37:49.944Z Compiling csv v1.3.0
29512024-03-26T18:37:49.970Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29522024-03-26T18:37:51.315Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29532024-03-26T18:38:21.825Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29542024-03-26T18:38:27.650Z Compiling multimap v0.10.0
29552024-03-26T18:39:33.727Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
29562024-03-26T18:39:53.593Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
29572024-03-26T18:39:58.219Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29582024-03-26T18:45:13.003Z Finished release [optimized] target(s) in 10m 51s
29592024-03-26T18:46:43.960Z++ cd /work/oxidecomputer/testbed/a4x2/config/../
29602024-03-26T18:46:43.960Z++ rm -rf cargo-bay/g0/omicron
29612024-03-26T18:46:44.396Z++ mkdir -p cargo-bay/g0/omicron
29622024-03-26T18:46:44.396Z++ rsync --delete -Paz /work/oxidecomputer/omicron/tools /work/oxidecomputer/omicron/out /work/oxidecomputer/omicron/smf /work/oxidecomputer/omicron/target/release/omicron-package /work/oxidecomputer/omicron/package-manifest.toml --exclude out/downloads --exclude out/clickhouse --exclude out/cockroachdb --exclude out/dendrite-stub --exclude out/mgd --exclude out/thundermuffin --exclude out/transceiver-control --exclude out/omicron-nexus.tar.gz --exclude out/oximeter-collector.tar.gz --exclude out/oximeter-collector.tar.gz --exclude out/clickhouse_svc.tar.gz --exclude out/clickhouse_keeper_svc.tar.gz --exclude out/cockroachdb-service.tar.gz --exclude out/internal-dns-cli.tar.gz --exclude out/dns-server.tar.gz --exclude out/internal-dns-customizations.tar.gz --exclude out/external-dns-customizations.tar.gz --exclude out/ntp-svc.tar.gz --exclude out/mgs.tar.gz --exclude out/omicron-gateway-asic-customizations.tar.gz --exclude out/omicron-gateway-stub-customizations.tar.gz --exclude out/omicron-gateway-softnpu-customizations.tar.gz --exclude out/wicketd.tar.gz --exclude out/wicket.tar.gz --exclude out/switch_zone_setup.tar.gz --exclude out/sp-sim.tar.gz --exclude out/sp-sim-stub.tar.gz --exclude out/sp-sim-softnpu.tar.gz --exclude out/crucible.tar.gz --exclude out/crucible-pantry.tar.gz --exclude out/mg-ddm.tar.gz --exclude out/mgd.tar.gz --exclude out/lldp.tar.gz --exclude out/dendrite-stub.tar.gz --exclude out/dendrite-asic.tar.gz --exclude out/dendrite-softnpu.tar.gz --exclude out/xcvradm.tar.gz --exclude out/thundermuffin.tar.gz --exclude out/zone-network-install.tar.gz --exclude out/zone-network-setup.tar.gz --exclude out/opte-interface-setup.tar.gz --exclude out/omicron-omdb.tar.gz --exclude out/logadm.tar.gz --exclude out/profile.tar.gz --exclude '*.p5p' cargo-bay/g0/omicron/
29632024-03-26T18:46:44.396Zsending incremental file list
29642024-03-26T18:46:44.396Zomicron-package
29652024-03-26T18:46:44.433Z 32,768 0% 0.00kB/s 0:00:00 40,143,440 100% 153.62MB/s 0:00:00 (xfr#1, to-chk=254/255)
29662024-03-26T18:46:44.433Zpackage-manifest.toml
29672024-03-26T18:46:44.433Z 26,511 100% 103.97kB/s 0:00:00 26,511 100% 103.97kB/s 0:00:00 (xfr#2, to-chk=253/255)
29682024-03-26T18:46:44.433Zout/
29692024-03-26T18:46:44.433Zout/LOG
29702024-03-26T18:46:44.433Z 32,768 14% 128.51kB/s 0:00:01 233,960 100% 917.58kB/s 0:00:00 (xfr#3, to-chk=249/255)
29712024-03-26T18:46:44.433Zout/clickhouse.tar.gz
29722024-03-26T18:46:45.060Z 32,768 0% 128.00kB/s 0:30:05 207,880,192 89% 198.25MB/s 0:00:00 231,181,998 100% 206.82MB/s 0:00:01 (xfr#4, to-chk=248/255)
29732024-03-26T18:46:45.060Zout/clickhouse_keeper.tar.gz
29742024-03-26T18:46:45.859Z 32,768 0% 477.61kB/s 0:08:03 231,172,279 100% 253.99MB/s 0:00:00 (xfr#5, to-chk=247/255)
29752024-03-26T18:46:45.860Zout/cockroachdb.tar.gz
29762024-03-26T18:46:46.418Z 32,768 0% 36.87kB/s 0:57:15 27,656,192 21% 26.38MB/s 0:00:03 126,678,544 100% 84.42MB/s 0:00:01 (xfr#6, to-chk=246/255)
29772024-03-26T18:46:46.418Zout/crucible-pantry-zone.tar.gz
29782024-03-26T18:46:46.490Z 32,768 0% 74.07kB/s 0:05:40 25,291,089 100% 47.57MB/s 0:00:00 (xfr#7, to-chk=245/255)
29792024-03-26T18:46:46.490Zout/crucible-zone.tar.gz
29802024-03-26T18:46:46.616Z 32,768 0% 63.12kB/s 0:09:45 36,990,014 100% 56.62MB/s 0:00:00 (xfr#8, to-chk=244/255)
29812024-03-26T18:46:46.616Zout/external-dns.tar.gz
29822024-03-26T18:46:46.709Z 32,768 0% 51.36kB/s 0:10:03 31,009,053 100% 40.79MB/s 0:00:00 (xfr#9, to-chk=243/255)
29832024-03-26T18:46:46.709Zout/internal-dns.tar.gz
29842024-03-26T18:46:46.812Z 32,768 0% 44.14kB/s 0:11:41 31,008,613 100% 36.06MB/s 0:00:00 (xfr#10, to-chk=242/255)
29852024-03-26T18:46:46.812Zout/mg-ddm-gz.tar
29862024-03-26T18:46:47.382Z 32,768 0% 39.02kB/s 0:32:02 23,068,672 30% 22.00MB/s 0:00:02 75,039,232 100% 51.89MB/s 0:00:01 (xfr#11, to-chk=241/255)
29872024-03-26T18:46:47.382Zout/nexus.tar.gz
29882024-03-26T18:46:47.649Z 32,768 0% 84.21kB/s 0:17:55 90,574,202 100% 131.07MB/s 0:00:00 (xfr#12, to-chk=240/255)
29892024-03-26T18:46:47.649Zout/ntp.tar.gz
29902024-03-26T18:46:47.687Z 32,768 0% 48.56kB/s 0:03:34 10,429,099 100% 14.44MB/s 0:00:00 (xfr#13, to-chk=239/255)
29912024-03-26T18:46:47.687Zout/omicron-gateway-softnpu.tar.gz
29922024-03-26T18:46:47.717Z 32,768 0% 46.44kB/s 0:05:55 16,523,785 100% 21.53MB/s 0:00:00 (xfr#14, to-chk=238/255)
29932024-03-26T18:46:47.717Zout/omicron-gateway.tar.gz
29942024-03-26T18:46:47.764Z 32,768 0% 43.66kB/s 0:06:17 16,520,360 100% 20.30MB/s 0:00:00 (xfr#15, to-chk=237/255)
29952024-03-26T18:46:47.764Zout/omicron-sled-agent.tar
29962024-03-26T18:46:48.551Z 32,768 0% 41.24kB/s 0:46:06 30,539,776 26% 29.12MB/s 0:00:02 114,100,224 100% 69.93MB/s 0:00:01 (xfr#16, to-chk=236/255)
29972024-03-26T18:46:48.551Zout/overlay.tar.gz
29982024-03-26T18:46:48.551Z 2,622 100% 4.60kB/s 0:00:00 2,622 100% 4.60kB/s 0:00:00 (xfr#17, to-chk=235/255)
29992024-03-26T18:46:48.551Zout/oximeter.tar.gz
30002024-03-26T18:46:48.688Z 32,768 0% 57.45kB/s 0:14:13 49,088,759 100% 66.50MB/s 0:00:00 (xfr#18, to-chk=234/255)
30012024-03-26T18:46:48.688Zout/oxlog.tar
30022024-03-26T18:46:48.734Z 32,768 0% 45.39kB/s 0:02:16 6,244,864 100% 7.93MB/s 0:00:00 (xfr#19, to-chk=233/255)
30032024-03-26T18:46:48.734Zout/probe.tar.gz
30042024-03-26T18:46:48.759Z 32,768 1% 42.61kB/s 0:01:05 2,829,470 100% 3.55MB/s 0:00:00 (xfr#20, to-chk=232/255)
30052024-03-26T18:46:48.760Zout/propolis-server.tar.gz
30062024-03-26T18:46:48.936Z 32,768 0% 42.05kB/s 0:26:17 66,360,059 100% 66.41MB/s 0:00:00 (xfr#21, to-chk=231/255)
30072024-03-26T18:46:48.936Zout/switch-softnpu.tar.gz
30082024-03-26T18:46:49.661Z 32,768 0% 33.58kB/s 1:46:04 14,680,064 6% 14.00MB/s 0:00:13 213,725,047 100% 121.76MB/s 0:00:01 (xfr#22, to-chk=230/255)
30092024-03-26T18:46:49.661Zout/console-assets/
30102024-03-26T18:46:49.661Zout/console-assets/VERSION
30112024-03-26T18:46:49.661Z 41 100% 0.06kB/s 0:00:00 41 100% 0.06kB/s 0:00:00 (xfr#23, to-chk=226/255)
30122024-03-26T18:46:49.661Zout/console-assets/index.html
30132024-03-26T18:46:49.661Z 466 100% 0.67kB/s 0:00:00 466 100% 0.67kB/s 0:00:00 (xfr#24, to-chk=225/255)
30142024-03-26T18:46:49.661Zout/console-assets/assets/
30152024-03-26T18:46:49.661Zout/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2
30162024-03-26T18:46:49.687Z 32,768 70% 47.41kB/s 0:00:00 46,276 100% 66.95kB/s 0:00:00 (xfr#25, to-chk=223/255)
30172024-03-26T18:46:49.687Zout/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff
30182024-03-26T18:46:49.687Z 32,768 65% 47.41kB/s 0:00:00 50,032 100% 72.38kB/s 0:00:00 (xfr#26, to-chk=222/255)
30192024-03-26T18:46:49.687Zout/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff
30202024-03-26T18:46:49.687Z 32,768 55% 47.41kB/s 0:00:00 58,524 100% 84.54kB/s 0:00:00 (xfr#27, to-chk=221/255)
30212024-03-26T18:46:49.687Zout/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2
30222024-03-26T18:46:49.687Z 32,768 71% 47.34kB/s 0:00:00 46,060 100% 66.54kB/s 0:00:00 (xfr#28, to-chk=220/255)
30232024-03-26T18:46:49.687Zout/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff
30242024-03-26T18:46:49.687Z 21,937 100% 31.69kB/s 0:00:00 21,937 100% 31.69kB/s 0:00:00 (xfr#29, to-chk=219/255)
30252024-03-26T18:46:49.687Zout/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2
30262024-03-26T18:46:49.687Z 17,996 100% 25.96kB/s 0:00:00 17,996 100% 25.96kB/s 0:00:00 (xfr#30, to-chk=218/255)
30272024-03-26T18:46:49.687Zout/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff
30282024-03-26T18:46:49.687Z 21,890 100% 31.58kB/s 0:00:00 21,890 100% 31.58kB/s 0:00:00 (xfr#31, to-chk=217/255)
30292024-03-26T18:46:49.687Zout/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2
30302024-03-26T18:46:49.688Z 17,984 100% 25.94kB/s 0:00:00 17,984 100% 25.94kB/s 0:00:00 (xfr#32, to-chk=216/255)
30312024-03-26T18:46:49.688Zout/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff
30322024-03-26T18:46:49.688Z 21,123 100% 30.47kB/s 0:00:00 21,123 100% 30.47kB/s 0:00:00 (xfr#33, to-chk=215/255)
30332024-03-26T18:46:49.688Zout/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2
30342024-03-26T18:46:49.688Z 17,228 100% 24.85kB/s 0:00:00 17,228 100% 24.85kB/s 0:00:00 (xfr#34, to-chk=214/255)
30352024-03-26T18:46:49.688Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2
30362024-03-26T18:46:49.688Z 18,448 100% 26.61kB/s 0:00:00 18,448 100% 26.61kB/s 0:00:00 (xfr#35, to-chk=213/255)
30372024-03-26T18:46:49.688Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff
30382024-03-26T18:46:49.688Z 22,665 100% 32.65kB/s 0:00:00 22,665 100% 32.65kB/s 0:00:00 (xfr#36, to-chk=212/255)
30392024-03-26T18:46:49.688Zout/console-assets/assets/Terminal-MhI4tVax.js
30402024-03-26T18:46:49.688Z 32,768 11% 47.20kB/s 0:00:05 287,745 100% 413.24kB/s 0:00:00 (xfr#37, to-chk=211/255)
30412024-03-26T18:46:49.688Zout/console-assets/assets/Terminal-MhI4tVax.js.gz
30422024-03-26T18:46:49.688Z 32,768 45% 47.06kB/s 0:00:00 71,751 100% 103.04kB/s 0:00:00 (xfr#38, to-chk=210/255)
30432024-03-26T18:46:49.688Zout/console-assets/assets/Terminal-MhI4tVax.js.map
30442024-03-26T18:46:49.688Z 32,768 5% 47.06kB/s 0:00:11 590,398 100% 844.16kB/s 0:00:00 (xfr#39, to-chk=209/255)
30452024-03-26T18:46:49.688Zout/console-assets/assets/Terminal-MhI4tVax.js.map.gz
30462024-03-26T18:46:49.688Z 32,768 27% 46.85kB/s 0:00:01 118,340 100% 168.71kB/s 0:00:00 (xfr#40, to-chk=208/255)
30472024-03-26T18:46:49.689Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js
30482024-03-26T18:46:49.689Z 32,768 8% 46.72kB/s 0:00:07 371,459 100% 525.73kB/s 0:00:00 (xfr#41, to-chk=207/255)
30492024-03-26T18:46:49.689Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js.gz
30502024-03-26T18:46:49.689Z 32,768 31% 46.38kB/s 0:00:01 103,751 100% 146.84kB/s 0:00:00 (xfr#42, to-chk=206/255)
30512024-03-26T18:46:49.689Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js.map
30522024-03-26T18:46:49.689Z 32,768 1% 46.38kB/s 0:00:35 1,659,324 100% 2.26MB/s 0:00:00 (xfr#43, to-chk=205/255)
30532024-03-26T18:46:49.689Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js.map.gz
30542024-03-26T18:46:49.689Z 32,768 8% 45.71kB/s 0:00:07 379,086 100% 526.60kB/s 0:00:00 (xfr#44, to-chk=204/255)
30552024-03-26T18:46:49.689Zout/console-assets/assets/app-UgyCDj6n.css
30562024-03-26T18:46:49.713Z 32,768 23% 45.45kB/s 0:00:02 138,220 100% 191.46kB/s 0:00:00 (xfr#45, to-chk=203/255)
30572024-03-26T18:46:49.713Zout/console-assets/assets/app-UgyCDj6n.css.gz
30582024-03-26T18:46:49.714Z 21,226 100% 29.40kB/s 0:00:00 21,226 100% 29.40kB/s 0:00:00 (xfr#46, to-chk=202/255)
30592024-03-26T18:46:49.714Zout/console-assets/assets/app-oDC708oE.js
30602024-03-26T18:46:49.714Z 32,768 3% 45.39kB/s 0:00:23 1,090,115 100% 1.46MB/s 0:00:00 (xfr#47, to-chk=201/255)
30612024-03-26T18:46:49.714Zout/console-assets/assets/app-oDC708oE.js.gz
30622024-03-26T18:46:49.714Z 32,768 9% 44.82kB/s 0:00:06 336,276 100% 458.65kB/s 0:00:00 (xfr#48, to-chk=200/255)
30632024-03-26T18:46:49.714Zout/console-assets/assets/app-oDC708oE.js.map
30642024-03-26T18:46:49.738Z 32,768 0% 44.69kB/s 0:01:56 5,242,661 100% 6.66MB/s 0:00:00 (xfr#49, to-chk=199/255)
30652024-03-26T18:46:49.738Zout/console-assets/assets/app-oDC708oE.js.map.gz
30662024-03-26T18:46:49.738Z 32,768 2% 42.61kB/s 0:00:28 1,239,845 100% 1.56MB/s 0:00:00 (xfr#50, to-chk=198/255)
30672024-03-26T18:46:49.738Zout/console-assets/assets/favicon-WELtHcTG.svg
30682024-03-26T18:46:49.738Z 761 100% 0.98kB/s 0:00:00 761 100% 0.98kB/s 0:00:00 (xfr#51, to-chk=197/255)
30692024-03-26T18:46:49.738Zout/console-assets/assets/favicon-cDDaBnwQ.png
30702024-03-26T18:46:49.738Z 1,327 100% 1.71kB/s 0:00:00 1,327 100% 1.71kB/s 0:00:00 (xfr#52, to-chk=196/255)
30712024-03-26T18:46:49.738Zout/console-assets/assets/og-preview-image.webp
30722024-03-26T18:46:49.764Z 32,768 36% 42.33kB/s 0:00:01 89,880 100% 115.80kB/s 0:00:00 (xfr#53, to-chk=195/255)
30732024-03-26T18:46:49.764Zout/console-assets/assets/oxide-hero-rack-hMCZGwQc.webp
30742024-03-26T18:46:49.764Z 32,768 9% 42.22kB/s 0:00:07 352,484 100% 453.52kB/s 0:00:00 (xfr#54, to-chk=194/255)
30752024-03-26T18:46:49.764Zout/manifest-cache/
30762024-03-26T18:46:49.764Zout/manifest-cache/clickhouse.tar.gz.json
30772024-03-26T18:46:49.764Z 780 100% 1.00kB/s 0:00:00 780 100% 1.00kB/s 0:00:00 (xfr#55, to-chk=193/255)
30782024-03-26T18:46:49.764Zout/manifest-cache/clickhouse_keeper.tar.gz.json
30792024-03-26T18:46:49.764Z 801 100% 1.03kB/s 0:00:00 801 100% 1.03kB/s 0:00:00 (xfr#56, to-chk=192/255)
30802024-03-26T18:46:49.764Zout/manifest-cache/clickhouse_keeper_svc.tar.gz.json
30812024-03-26T18:46:49.764Z 2,958 100% 3.81kB/s 0:00:00 2,958 100% 3.81kB/s 0:00:00 (xfr#57, to-chk=191/255)
30822024-03-26T18:46:49.764Zout/manifest-cache/clickhouse_svc.tar.gz.json
30832024-03-26T18:46:49.764Z 2,946 100% 3.79kB/s 0:00:00 2,946 100% 3.79kB/s 0:00:00 (xfr#58, to-chk=190/255)
30842024-03-26T18:46:49.764Zout/manifest-cache/cockroachdb-service.tar.gz.json
30852024-03-26T18:46:49.764Z 32,768 59% 42.16kB/s 0:00:00 54,966 100% 70.63kB/s 0:00:00 (xfr#59, to-chk=189/255)
30862024-03-26T18:46:49.764Zout/manifest-cache/cockroachdb.tar.gz.json
30872024-03-26T18:46:49.764Z 787 100% 1.01kB/s 0:00:00 787 100% 1.01kB/s 0:00:00 (xfr#60, to-chk=188/255)
30882024-03-26T18:46:49.764Zout/manifest-cache/crucible-pantry-zone.tar.gz.json
30892024-03-26T18:46:49.764Z 662 100% 0.85kB/s 0:00:00 662 100% 0.85kB/s 0:00:00 (xfr#61, to-chk=187/255)
30902024-03-26T18:46:49.764Zout/manifest-cache/crucible-zone.tar.gz.json
30912024-03-26T18:46:49.765Z 641 100% 0.82kB/s 0:00:00 641 100% 0.82kB/s 0:00:00 (xfr#62, to-chk=186/255)
30922024-03-26T18:46:49.765Zout/manifest-cache/dns-server.tar.gz.json
30932024-03-26T18:46:49.765Z 942 100% 1.21kB/s 0:00:00 942 100% 1.21kB/s 0:00:00 (xfr#63, to-chk=185/255)
30942024-03-26T18:46:49.765Zout/manifest-cache/external-dns-customizations.tar.gz.json
30952024-03-26T18:46:49.765Z 1,132 100% 1.45kB/s 0:00:00 1,132 100% 1.45kB/s 0:00:00 (xfr#64, to-chk=184/255)
30962024-03-26T18:46:49.765Zout/manifest-cache/external-dns.tar.gz.json
30972024-03-26T18:46:49.765Z 934 100% 1.20kB/s 0:00:00 934 100% 1.20kB/s 0:00:00 (xfr#65, to-chk=183/255)
30982024-03-26T18:46:49.765Zout/manifest-cache/internal-dns-cli.tar.gz.json
30992024-03-26T18:46:49.765Z 752 100% 0.97kB/s 0:00:00 752 100% 0.97kB/s 0:00:00 (xfr#66, to-chk=182/255)
31002024-03-26T18:46:49.765Zout/manifest-cache/internal-dns-customizations.tar.gz.json
31012024-03-26T18:46:49.765Z 1,132 100% 1.45kB/s 0:00:00 1,132 100% 1.45kB/s 0:00:00 (xfr#67, to-chk=181/255)
31022024-03-26T18:46:49.765Zout/manifest-cache/internal-dns.tar.gz.json
31032024-03-26T18:46:49.765Z 791 100% 1.02kB/s 0:00:00 791 100% 1.02kB/s 0:00:00 (xfr#68, to-chk=180/255)
31042024-03-26T18:46:49.765Zout/manifest-cache/logadm.tar.gz.json
31052024-03-26T18:46:49.765Z 1,044 100% 1.34kB/s 0:00:00 1,044 100% 1.34kB/s 0:00:00 (xfr#69, to-chk=179/255)
31062024-03-26T18:46:49.765Zout/manifest-cache/nexus.tar.gz.json
31072024-03-26T18:46:49.765Z 773 100% 0.99kB/s 0:00:00 773 100% 0.99kB/s 0:00:00 (xfr#70, to-chk=178/255)
31082024-03-26T18:46:49.765Zout/manifest-cache/ntp-svc.tar.gz.json
31092024-03-26T18:46:49.765Z 2,228 100% 2.86kB/s 0:00:00 2,228 100% 2.86kB/s 0:00:00 (xfr#71, to-chk=177/255)
31102024-03-26T18:46:49.765Zout/manifest-cache/ntp.tar.gz.json
31112024-03-26T18:46:49.765Z 763 100% 0.98kB/s 0:00:00 763 100% 0.98kB/s 0:00:00 (xfr#72, to-chk=176/255)
31122024-03-26T18:46:49.766Zout/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json
31132024-03-26T18:46:49.766Z 1,462 100% 1.88kB/s 0:00:00 1,462 100% 1.88kB/s 0:00:00 (xfr#73, to-chk=175/255)
31142024-03-26T18:46:49.766Zout/manifest-cache/omicron-gateway-softnpu.tar.gz.json
31152024-03-26T18:46:49.766Z 545 100% 0.70kB/s 0:00:00 545 100% 0.70kB/s 0:00:00 (xfr#74, to-chk=174/255)
31162024-03-26T18:46:49.766Zout/manifest-cache/omicron-gateway.tar.gz.json
31172024-03-26T18:46:49.766Z 703 100% 0.90kB/s 0:00:00 703 100% 0.90kB/s 0:00:00 (xfr#75, to-chk=173/255)
31182024-03-26T18:46:49.766Zout/manifest-cache/omicron-nexus.tar.gz.json
31192024-03-26T18:46:49.766Z 32,768 45% 42.11kB/s 0:00:00 71,925 100% 92.30kB/s 0:00:00 (xfr#76, to-chk=172/255)
31202024-03-26T18:46:49.766Zout/manifest-cache/omicron-omdb.tar.gz.json
31212024-03-26T18:46:49.766Z 702 100% 0.90kB/s 0:00:00 702 100% 0.90kB/s 0:00:00 (xfr#77, to-chk=171/255)
31222024-03-26T18:46:49.766Zout/manifest-cache/omicron-sled-agent.tar.json
31232024-03-26T18:46:49.766Z 1,510 100% 1.94kB/s 0:00:00 1,510 100% 1.94kB/s 0:00:00 (xfr#78, to-chk=170/255)
31242024-03-26T18:46:49.766Zout/manifest-cache/opte-interface-setup.tar.gz.json
31252024-03-26T18:46:49.766Z 883 100% 1.13kB/s 0:00:00 883 100% 1.13kB/s 0:00:00 (xfr#79, to-chk=169/255)
31262024-03-26T18:46:49.766Zout/manifest-cache/overlay.tar.gz.json
31272024-03-26T18:46:49.766Z 473 100% 0.61kB/s 0:00:00 473 100% 0.61kB/s 0:00:00 (xfr#80, to-chk=168/255)
31282024-03-26T18:46:49.766Zout/manifest-cache/oximeter-collector.tar.gz.json
31292024-03-26T18:46:49.766Z 18,311 100% 23.50kB/s 0:00:00 18,311 100% 23.50kB/s 0:00:00 (xfr#81, to-chk=167/255)
31302024-03-26T18:46:49.766Zout/manifest-cache/oximeter.tar.gz.json
31312024-03-26T18:46:49.766Z 641 100% 0.82kB/s 0:00:00 641 100% 0.82kB/s 0:00:00 (xfr#82, to-chk=166/255)
31322024-03-26T18:46:49.766Zout/manifest-cache/oxlog.tar.json
31332024-03-26T18:46:49.767Z 321 100% 0.41kB/s 0:00:00 321 100% 0.41kB/s 0:00:00 (xfr#83, to-chk=165/255)
31342024-03-26T18:46:49.767Zout/manifest-cache/probe.tar.gz.json
31352024-03-26T18:46:49.767Z 346 100% 0.44kB/s 0:00:00 346 100% 0.44kB/s 0:00:00 (xfr#84, to-chk=164/255)
31362024-03-26T18:46:49.767Zout/manifest-cache/profile.tar.gz.json
31372024-03-26T18:46:49.767Z 838 100% 1.08kB/s 0:00:00 838 100% 1.08kB/s 0:00:00 (xfr#85, to-chk=163/255)
31382024-03-26T18:46:49.767Zout/manifest-cache/sp-sim-softnpu.tar.gz.json
31392024-03-26T18:46:49.767Z 357 100% 0.46kB/s 0:00:00 357 100% 0.46kB/s 0:00:00 (xfr#86, to-chk=162/255)
31402024-03-26T18:46:49.767Zout/manifest-cache/sp-sim.tar.gz.json
31412024-03-26T18:46:49.767Z 1,549 100% 1.99kB/s 0:00:00 1,549 100% 1.99kB/s 0:00:00 (xfr#87, to-chk=161/255)
31422024-03-26T18:46:49.767Zout/manifest-cache/switch-softnpu.tar.gz.json
31432024-03-26T18:46:49.767Z 1,566 100% 2.01kB/s 0:00:00 1,566 100% 2.01kB/s 0:00:00 (xfr#88, to-chk=160/255)
31442024-03-26T18:46:49.767Zout/manifest-cache/switch_zone_setup.tar.gz.json
31452024-03-26T18:46:49.767Z 10,790 100% 13.85kB/s 0:00:00 10,790 100% 13.85kB/s 0:00:00 (xfr#89, to-chk=159/255)
31462024-03-26T18:46:49.767Zout/manifest-cache/wicket.tar.gz.json
31472024-03-26T18:46:49.767Z 1,084 100% 1.39kB/s 0:00:00 1,084 100% 1.39kB/s 0:00:00 (xfr#90, to-chk=158/255)
31482024-03-26T18:46:49.767Zout/manifest-cache/wicketd.tar.gz.json
31492024-03-26T18:46:49.767Z 1,560 100% 2.00kB/s 0:00:00 1,560 100% 2.00kB/s 0:00:00 (xfr#91, to-chk=157/255)
31502024-03-26T18:46:49.767Zout/manifest-cache/zone-network-install.tar.gz.json
31512024-03-26T18:46:49.767Z 877 100% 1.12kB/s 0:00:00 877 100% 1.12kB/s 0:00:00 (xfr#92, to-chk=156/255)
31522024-03-26T18:46:49.767Zout/manifest-cache/zone-network-setup.tar.gz.json
31532024-03-26T18:46:49.767Z 772 100% 0.99kB/s 0:00:00 772 100% 0.99kB/s 0:00:00 (xfr#93, to-chk=155/255)
31542024-03-26T18:46:49.768Zout/target/
31552024-03-26T18:46:49.768Zout/target/active -> default
31562024-03-26T18:46:49.768Zout/target/default
31572024-03-26T18:46:49.768Z 74 100% 0.09kB/s 0:00:00 74 100% 0.09kB/s 0:00:00 (xfr#94, to-chk=153/255)
31582024-03-26T18:46:49.768Zsmf/
31592024-03-26T18:46:49.768Zsmf/clickhouse/
31602024-03-26T18:46:49.768Zsmf/clickhouse/config_replica.xml
31612024-03-26T18:46:49.768Z 2,728 100% 3.50kB/s 0:00:00 2,728 100% 3.50kB/s 0:00:00 (xfr#95, to-chk=133/255)
31622024-03-26T18:46:49.768Zsmf/clickhouse/manifest.xml
31632024-03-26T18:46:49.768Z 1,494 100% 1.91kB/s 0:00:00 1,494 100% 1.91kB/s 0:00:00 (xfr#96, to-chk=132/255)
31642024-03-26T18:46:49.768Zsmf/clickhouse/method_script.sh
31652024-03-26T18:46:49.768Z 5,330 100% 6.83kB/s 0:00:00 5,330 100% 6.83kB/s 0:00:00 (xfr#97, to-chk=131/255)
31662024-03-26T18:46:49.768Zsmf/clickhouse_keeper/
31672024-03-26T18:46:49.768Zsmf/clickhouse_keeper/keeper_config.xml
31682024-03-26T18:46:49.768Z 1,460 100% 1.87kB/s 0:00:00 1,460 100% 1.87kB/s 0:00:00 (xfr#98, to-chk=130/255)
31692024-03-26T18:46:49.768Zsmf/clickhouse_keeper/manifest.xml
31702024-03-26T18:46:49.768Z 1,534 100% 1.97kB/s 0:00:00 1,534 100% 1.97kB/s 0:00:00 (xfr#99, to-chk=129/255)
31712024-03-26T18:46:49.768Zsmf/clickhouse_keeper/method_script.sh
31722024-03-26T18:46:49.802Z 4,324 100% 5.54kB/s 0:00:00 4,324 100% 5.54kB/s 0:00:00 (xfr#100, to-chk=128/255)
31732024-03-26T18:46:49.802Zsmf/cockroachdb/
31742024-03-26T18:46:49.802Zsmf/cockroachdb/manifest.xml
31752024-03-26T18:46:49.802Z 1,667 100% 2.14kB/s 0:00:00 1,667 100% 2.14kB/s 0:00:00 (xfr#101, to-chk=127/255)
31762024-03-26T18:46:49.802Zsmf/cockroachdb/method_script.sh
31772024-03-26T18:46:49.802Z 1,030 100% 1.32kB/s 0:00:00 1,030 100% 1.32kB/s 0:00:00 (xfr#102, to-chk=126/255)
31782024-03-26T18:46:49.802Zsmf/external-dns/
31792024-03-26T18:46:49.802Zsmf/external-dns/config.toml
31802024-03-26T18:46:49.802Z 353 100% 0.45kB/s 0:00:00 353 100% 0.45kB/s 0:00:00 (xfr#103, to-chk=125/255)
31812024-03-26T18:46:49.802Zsmf/external-dns/manifest.xml
31822024-03-26T18:46:49.802Z 1,805 100% 2.31kB/s 0:00:00 1,805 100% 2.31kB/s 0:00:00 (xfr#104, to-chk=124/255)
31832024-03-26T18:46:49.803Zsmf/installinator/
31842024-03-26T18:46:49.803Zsmf/installinator/manifest.xml
31852024-03-26T18:46:49.803Z 2,149 100% 2.75kB/s 0:00:00 2,149 100% 2.75kB/s 0:00:00 (xfr#105, to-chk=123/255)
31862024-03-26T18:46:49.803Zsmf/internal-dns/
31872024-03-26T18:46:49.803Zsmf/internal-dns/config.toml
31882024-03-26T18:46:49.803Z 353 100% 0.45kB/s 0:00:00 353 100% 0.45kB/s 0:00:00 (xfr#106, to-chk=122/255)
31892024-03-26T18:46:49.803Zsmf/internal-dns/manifest.xml
31902024-03-26T18:46:49.803Z 1,618 100% 2.07kB/s 0:00:00 1,618 100% 2.07kB/s 0:00:00 (xfr#107, to-chk=121/255)
31912024-03-26T18:46:49.803Zsmf/logadm/
31922024-03-26T18:46:49.803Zsmf/logadm/crontab.root
31932024-03-26T18:46:49.803Z 30 100% 0.04kB/s 0:00:00 30 100% 0.04kB/s 0:00:00 (xfr#108, to-chk=120/255)
31942024-03-26T18:46:49.803Zsmf/logadm/logadm.conf
31952024-03-26T18:46:49.803Z 2,553 100% 3.27kB/s 0:00:00 2,553 100% 3.27kB/s 0:00:00 (xfr#109, to-chk=119/255)
31962024-03-26T18:46:49.803Zsmf/mgs-sim/
31972024-03-26T18:46:49.803Zsmf/mgs-sim/config.toml
31982024-03-26T18:46:49.803Z 3,534 100% 4.52kB/s 0:00:00 3,534 100% 4.52kB/s 0:00:00 (xfr#110, to-chk=118/255)
31992024-03-26T18:46:49.803Zsmf/mgs/
32002024-03-26T18:46:49.803Zsmf/mgs/config.toml
32012024-03-26T18:46:49.803Z 9,085 100% 11.63kB/s 0:00:00 9,085 100% 11.63kB/s 0:00:00 (xfr#111, to-chk=117/255)
32022024-03-26T18:46:49.803Zsmf/mgs/manifest.xml
32032024-03-26T18:46:49.803Z 2,474 100% 3.17kB/s 0:00:00 2,474 100% 3.17kB/s 0:00:00 (xfr#112, to-chk=116/255)
32042024-03-26T18:46:49.803Zsmf/nexus/
32052024-03-26T18:46:49.804Zsmf/nexus/manifest.xml
32062024-03-26T18:46:49.804Z 1,987 100% 2.54kB/s 0:00:00 1,987 100% 2.54kB/s 0:00:00 (xfr#113, to-chk=115/255)
32072024-03-26T18:46:49.804Zsmf/nexus/multi-sled/
32082024-03-26T18:46:49.804Zsmf/nexus/multi-sled/config-partial.toml
32092024-03-26T18:46:49.804Z 1,997 100% 2.56kB/s 0:00:00 1,997 100% 2.56kB/s 0:00:00 (xfr#114, to-chk=112/255)
32102024-03-26T18:46:49.804Zsmf/nexus/single-sled/
32112024-03-26T18:46:49.804Zsmf/nexus/single-sled/config-partial.toml
32122024-03-26T18:46:49.804Z 1,993 100% 2.55kB/s 0:00:00 1,993 100% 2.55kB/s 0:00:00 (xfr#115, to-chk=111/255)
32132024-03-26T18:46:49.804Zsmf/ntp/
32142024-03-26T18:46:49.804Zsmf/ntp/etc/
32152024-03-26T18:46:49.804Zsmf/ntp/etc/inet/
32162024-03-26T18:46:49.804Zsmf/ntp/etc/inet/chrony.conf.boundary
32172024-03-26T18:46:49.804Z 881 100% 1.13kB/s 0:00:00 881 100% 1.13kB/s 0:00:00 (xfr#116, to-chk=105/255)
32182024-03-26T18:46:49.804Zsmf/ntp/etc/inet/chrony.conf.internal
32192024-03-26T18:46:49.804Z 1,108 100% 1.42kB/s 0:00:00 1,108 100% 1.42kB/s 0:00:00 (xfr#117, to-chk=104/255)
32202024-03-26T18:46:49.804Zsmf/ntp/etc/logadm.d/
32212024-03-26T18:46:49.804Zsmf/ntp/etc/logadm.d/chrony.logadm.conf
32222024-03-26T18:46:49.804Z 135 100% 0.17kB/s 0:00:00 135 100% 0.17kB/s 0:00:00 (xfr#118, to-chk=103/255)
32232024-03-26T18:46:49.804Zsmf/ntp/manifest/
32242024-03-26T18:46:49.804Zsmf/ntp/manifest/manifest.xml
32252024-03-26T18:46:49.804Z 3,336 100% 4.27kB/s 0:00:00 3,336 100% 4.27kB/s 0:00:00 (xfr#119, to-chk=102/255)
32262024-03-26T18:46:49.805Zsmf/ntp/method/
32272024-03-26T18:46:49.805Zsmf/ntp/method/svc-site-ntp
32282024-03-26T18:46:49.805Z 3,211 100% 4.11kB/s 0:00:00 3,211 100% 4.11kB/s 0:00:00 (xfr#120, to-chk=101/255)
32292024-03-26T18:46:49.805Zsmf/opte-interface-setup/
32302024-03-26T18:46:49.805Zsmf/opte-interface-setup/manifest.xml
32312024-03-26T18:46:49.805Z 1,638 100% 2.10kB/s 0:00:00 1,638 100% 2.10kB/s 0:00:00 (xfr#121, to-chk=100/255)
32322024-03-26T18:46:49.805Zsmf/oximeter/
32332024-03-26T18:46:49.805Zsmf/oximeter/config.toml
32342024-03-26T18:46:49.805Z 205 100% 0.26kB/s 0:00:00 205 100% 0.26kB/s 0:00:00 (xfr#122, to-chk=99/255)
32352024-03-26T18:46:49.805Zsmf/oximeter/manifest.xml
32362024-03-26T18:46:49.805Z 1,770 100% 2.27kB/s 0:00:00 1,770 100% 2.27kB/s 0:00:00 (xfr#123, to-chk=98/255)
32372024-03-26T18:46:49.805Zsmf/profile/
32382024-03-26T18:46:49.805Zsmf/profile/bashrc
32392024-03-26T18:46:49.805Z 925 100% 1.18kB/s 0:00:00 925 100% 1.18kB/s 0:00:00 (xfr#124, to-chk=97/255)
32402024-03-26T18:46:49.805Zsmf/profile/profile
32412024-03-26T18:46:49.805Z 554 100% 0.71kB/s 0:00:00 554 100% 0.71kB/s 0:00:00 (xfr#125, to-chk=96/255)
32422024-03-26T18:46:49.805Zsmf/sled-agent/
32432024-03-26T18:46:49.805Zsmf/sled-agent/manifest.xml
32442024-03-26T18:46:49.805Z 2,373 100% 3.04kB/s 0:00:00 2,373 100% 3.04kB/s 0:00:00 (xfr#126, to-chk=95/255)
32452024-03-26T18:46:49.805Zsmf/sled-agent/gimlet-standalone/
32462024-03-26T18:46:49.805Zsmf/sled-agent/gimlet-standalone/README.md
32472024-03-26T18:46:49.806Z 114 100% 0.15kB/s 0:00:00 114 100% 0.15kB/s 0:00:00 (xfr#127, to-chk=91/255)
32482024-03-26T18:46:49.806Zsmf/sled-agent/gimlet-standalone/config-rss.toml
32492024-03-26T18:46:49.806Z 6,611 100% 8.46kB/s 0:00:00 6,611 100% 8.46kB/s 0:00:00 (xfr#128, to-chk=90/255)
32502024-03-26T18:46:49.806Zsmf/sled-agent/gimlet-standalone/config.toml
32512024-03-26T18:46:49.806Z 1,800 100% 2.30kB/s 0:00:00 1,800 100% 2.30kB/s 0:00:00 (xfr#129, to-chk=89/255)
32522024-03-26T18:46:49.806Zsmf/sled-agent/gimlet/
32532024-03-26T18:46:49.806Zsmf/sled-agent/gimlet/README.md
32542024-03-26T18:46:49.806Z 54 100% 0.07kB/s 0:00:00 54 100% 0.07kB/s 0:00:00 (xfr#130, to-chk=88/255)
32552024-03-26T18:46:49.806Zsmf/sled-agent/gimlet/config.toml
32562024-03-26T18:46:49.806Z 1,657 100% 2.12kB/s 0:00:00 1,657 100% 2.12kB/s 0:00:00 (xfr#131, to-chk=87/255)
32572024-03-26T18:46:49.806Zsmf/sled-agent/non-gimlet/
32582024-03-26T18:46:49.806Zsmf/sled-agent/non-gimlet/README.md
32592024-03-26T18:46:49.806Z 105 100% 0.13kB/s 0:00:00 105 100% 0.13kB/s 0:00:00 (xfr#132, to-chk=86/255)
32602024-03-26T18:46:49.806Zsmf/sled-agent/non-gimlet/config-rss.toml
32612024-03-26T18:46:49.806Z 1,947 100% 2.49kB/s 0:00:00 1,947 100% 2.49kB/s 0:00:00 (xfr#133, to-chk=85/255)
32622024-03-26T18:46:49.806Zsmf/sled-agent/non-gimlet/config.toml
32632024-03-26T18:46:49.806Z 2,906 100% 3.71kB/s 0:00:00 2,906 100% 3.71kB/s 0:00:00 (xfr#134, to-chk=84/255)
32642024-03-26T18:46:49.806Zsmf/sp-sim/
32652024-03-26T18:46:49.806Zsmf/sp-sim/config.toml
32662024-03-26T18:46:49.806Z 2,604 100% 3.33kB/s 0:00:00 2,604 100% 3.33kB/s 0:00:00 (xfr#135, to-chk=83/255)
32672024-03-26T18:46:49.806Zsmf/sp-sim/manifest.xml
32682024-03-26T18:46:49.807Z 1,271 100% 1.62kB/s 0:00:00 1,271 100% 1.62kB/s 0:00:00 (xfr#136, to-chk=82/255)
32692024-03-26T18:46:49.807Zsmf/switch_zone_setup/
32702024-03-26T18:46:49.807Zsmf/switch_zone_setup/manifest.xml
32712024-03-26T18:46:49.807Z 1,061 100% 1.36kB/s 0:00:00 1,061 100% 1.36kB/s 0:00:00 (xfr#137, to-chk=81/255)
32722024-03-26T18:46:49.834Zsmf/switch_zone_setup/support_authorized_keys
32732024-03-26T18:46:49.834Z 1,284 100% 1.64kB/s 0:00:00 1,284 100% 1.64kB/s 0:00:00 (xfr#138, to-chk=80/255)
32742024-03-26T18:46:49.834Zsmf/switch_zone_setup/switch_zone_setup
32752024-03-26T18:46:49.834Z 1,041 100% 1.33kB/s 0:00:00 1,041 100% 1.33kB/s 0:00:00 (xfr#139, to-chk=79/255)
32762024-03-26T18:46:49.834Zsmf/wicketd/
32772024-03-26T18:46:49.834Zsmf/wicketd/config.toml
32782024-03-26T18:46:49.834Z 104 100% 0.13kB/s 0:00:00 104 100% 0.13kB/s 0:00:00 (xfr#140, to-chk=78/255)
32792024-03-26T18:46:49.834Zsmf/wicketd/manifest.xml
32802024-03-26T18:46:49.834Z 2,954 100% 3.78kB/s 0:00:00 2,954 100% 3.78kB/s 0:00:00 (xfr#141, to-chk=77/255)
32812024-03-26T18:46:49.834Zsmf/zone-network-setup/
32822024-03-26T18:46:49.834Zsmf/zone-network-setup/manifest.xml
32832024-03-26T18:46:49.834Z 1,614 100% 2.06kB/s 0:00:00 1,614 100% 2.06kB/s 0:00:00 (xfr#142, to-chk=76/255)
32842024-03-26T18:46:49.834Ztools/
32852024-03-26T18:46:49.834Ztools/README.adoc
32862024-03-26T18:46:49.834Z 3,558 100% 4.55kB/s 0:00:00 3,558 100% 4.55kB/s 0:00:00 (xfr#143, to-chk=75/255)
32872024-03-26T18:46:49.835Ztools/build-global-zone-packages.sh
32882024-03-26T18:46:49.835Z 2,388 100% 3.05kB/s 0:00:00 2,388 100% 3.05kB/s 0:00:00 (xfr#144, to-chk=74/255)
32892024-03-26T18:46:49.835Ztools/build-host-image.sh
32902024-03-26T18:46:49.835Z 2,971 100% 3.80kB/s 0:00:00 2,971 100% 3.80kB/s 0:00:00 (xfr#145, to-chk=73/255)
32912024-03-26T18:46:49.835Ztools/build-trampoline-global-zone-packages.sh
32922024-03-26T18:46:49.835Z 1,878 100% 2.40kB/s 0:00:00 1,878 100% 2.40kB/s 0:00:00 (xfr#146, to-chk=72/255)
32932024-03-26T18:46:49.835Ztools/ci_check_opte_ver.sh
32942024-03-26T18:46:49.835Z 2,770 100% 3.54kB/s 0:00:00 2,770 100% 3.54kB/s 0:00:00 (xfr#147, to-chk=71/255)
32952024-03-26T18:46:49.835Ztools/ci_download_clickhouse
32962024-03-26T18:46:49.835Z 3,631 100% 4.64kB/s 0:00:00 3,631 100% 4.64kB/s 0:00:00 (xfr#148, to-chk=70/255)
32972024-03-26T18:46:49.835Ztools/ci_download_cockroachdb
32982024-03-26T18:46:49.835Z 4,292 100% 5.49kB/s 0:00:00 4,292 100% 5.49kB/s 0:00:00 (xfr#149, to-chk=69/255)
32992024-03-26T18:46:49.835Ztools/ci_download_console
33002024-03-26T18:46:49.835Z 1,991 100% 2.54kB/s 0:00:00 1,991 100% 2.54kB/s 0:00:00 (xfr#150, to-chk=68/255)
33012024-03-26T18:46:49.835Ztools/ci_download_dendrite_openapi
33022024-03-26T18:46:49.835Z 1,719 100% 2.19kB/s 0:00:00 1,719 100% 2.19kB/s 0:00:00 (xfr#151, to-chk=67/255)
33032024-03-26T18:46:49.835Ztools/ci_download_dendrite_stub
33042024-03-26T18:46:49.835Z 4,229 100% 5.40kB/s 0:00:00 4,229 100% 5.40kB/s 0:00:00 (xfr#152, to-chk=66/255)
33052024-03-26T18:46:49.835Ztools/ci_download_maghemite_mgd
33062024-03-26T18:46:49.835Z 3,650 100% 4.66kB/s 0:00:00 3,650 100% 4.66kB/s 0:00:00 (xfr#153, to-chk=65/255)
33072024-03-26T18:46:49.835Ztools/ci_download_maghemite_openapi
33082024-03-26T18:46:49.836Z 1,989 100% 2.54kB/s 0:00:00 1,989 100% 2.54kB/s 0:00:00 (xfr#154, to-chk=64/255)
33092024-03-26T18:46:49.836Ztools/ci_download_softnpu_machinery
33102024-03-26T18:46:49.836Z 668 100% 0.85kB/s 0:00:00 668 100% 0.85kB/s 0:00:00 (xfr#155, to-chk=63/255)
33112024-03-26T18:46:49.836Ztools/ci_download_thundermuffin
33122024-03-26T18:46:49.836Z 3,237 100% 4.13kB/s 0:00:00 3,237 100% 4.13kB/s 0:00:00 (xfr#156, to-chk=62/255)
33132024-03-26T18:46:49.836Ztools/ci_download_transceiver_control
33142024-03-26T18:46:49.836Z 3,415 100% 4.36kB/s 0:00:00 3,415 100% 4.36kB/s 0:00:00 (xfr#157, to-chk=61/255)
33152024-03-26T18:46:49.836Ztools/clickhouse_checksums
33162024-03-26T18:46:49.836Z 153 100% 0.20kB/s 0:00:00 153 100% 0.20kB/s 0:00:00 (xfr#158, to-chk=60/255)
33172024-03-26T18:46:49.836Ztools/clickhouse_version
33182024-03-26T18:46:49.836Z 11 100% 0.01kB/s 0:00:00 11 100% 0.01kB/s 0:00:00 (xfr#159, to-chk=59/255)
33192024-03-26T18:46:49.836Ztools/cockroachdb_checksums
33202024-03-26T18:46:49.836Z 258 100% 0.33kB/s 0:00:00 258 100% 0.33kB/s 0:00:00 (xfr#160, to-chk=58/255)
33212024-03-26T18:46:49.836Ztools/cockroachdb_version
33222024-03-26T18:46:49.836Z 8 100% 0.01kB/s 0:00:00 8 100% 0.01kB/s 0:00:00 (xfr#161, to-chk=57/255)
33232024-03-26T18:46:49.836Ztools/console_version
33242024-03-26T18:46:49.836Z 122 100% 0.16kB/s 0:00:00 122 100% 0.16kB/s 0:00:00 (xfr#162, to-chk=56/255)
33252024-03-26T18:46:49.836Ztools/create_gimlet_virtual_hardware.sh
33262024-03-26T18:46:49.836Z 936 100% 1.19kB/s 0:00:00 936 100% 1.19kB/s 0:00:00 (xfr#163, to-chk=55/255)
33272024-03-26T18:46:49.836Ztools/create_scrimlet_virtual_hardware.sh
33282024-03-26T18:46:49.836Z 2,014 100% 2.57kB/s 0:00:00 2,014 100% 2.57kB/s 0:00:00 (xfr#164, to-chk=54/255)
33292024-03-26T18:46:49.837Ztools/create_self_signed_cert.sh
33302024-03-26T18:46:49.837Z 685 100% 0.87kB/s 0:00:00 685 100% 0.87kB/s 0:00:00 (xfr#165, to-chk=53/255)
33312024-03-26T18:46:49.837Ztools/create_virtual_hardware.sh
33322024-03-26T18:46:49.837Z 3,184 100% 4.06kB/s 0:00:00 3,184 100% 4.06kB/s 0:00:00 (xfr#166, to-chk=52/255)
33332024-03-26T18:46:49.837Ztools/delete-reservoir.sh
33342024-03-26T18:46:49.837Z 136 100% 0.17kB/s 0:00:00 136 100% 0.17kB/s 0:00:00 (xfr#167, to-chk=51/255)
33352024-03-26T18:46:49.837Ztools/dendrite_openapi_version
33362024-03-26T18:46:49.837Z 122 100% 0.16kB/s 0:00:00 122 100% 0.16kB/s 0:00:00 (xfr#168, to-chk=50/255)
33372024-03-26T18:46:49.837Ztools/dendrite_stub_checksums
33382024-03-26T18:46:49.837Z 267 100% 0.34kB/s 0:00:00 267 100% 0.34kB/s 0:00:00 (xfr#169, to-chk=49/255)
33392024-03-26T18:46:49.837Ztools/destroy_gimlet_virtual_hardware.sh
33402024-03-26T18:46:49.837Z 888 100% 1.13kB/s 0:00:00 888 100% 1.13kB/s 0:00:00 (xfr#170, to-chk=48/255)
33412024-03-26T18:46:49.837Ztools/destroy_scrimlet_virtual_hardware.sh
33422024-03-26T18:46:49.837Z 1,147 100% 1.46kB/s 0:00:00 1,147 100% 1.46kB/s 0:00:00 (xfr#171, to-chk=47/255)
33432024-03-26T18:46:49.837Ztools/destroy_virtual_hardware.sh
33442024-03-26T18:46:49.837Z 2,227 100% 2.84kB/s 0:00:00 2,227 100% 2.84kB/s 0:00:00 (xfr#172, to-chk=46/255)
33452024-03-26T18:46:49.837Ztools/dvt_dock_version
33462024-03-26T18:46:49.837Z 48 100% 0.06kB/s 0:00:00 48 100% 0.06kB/s 0:00:00 (xfr#173, to-chk=45/255)
33472024-03-26T18:46:49.837Ztools/ensure_buildomat_artifact.sh
33482024-03-26T18:46:49.837Z 3,759 100% 4.80kB/s 0:00:00 3,759 100% 4.80kB/s 0:00:00 (xfr#174, to-chk=44/255)
33492024-03-26T18:46:49.837Ztools/generate-nexus-api.sh
33502024-03-26T18:46:49.838Z 174 100% 0.22kB/s 0:00:00 174 100% 0.22kB/s 0:00:00 (xfr#175, to-chk=43/255)
33512024-03-26T18:46:49.838Ztools/generate-sled-agent-api.sh
33522024-03-26T18:46:49.838Z 161 100% 0.21kB/s 0:00:00 161 100% 0.21kB/s 0:00:00 (xfr#176, to-chk=42/255)
33532024-03-26T18:46:49.838Ztools/generate-wicketd-api.sh
33542024-03-26T18:46:49.838Z 75 100% 0.10kB/s 0:00:00 75 100% 0.10kB/s 0:00:00 (xfr#177, to-chk=41/255)
33552024-03-26T18:46:49.838Ztools/hubris_checksums
33562024-03-26T18:46:49.838Z 852 100% 1.09kB/s 0:00:00 852 100% 1.09kB/s 0:00:00 (xfr#178, to-chk=40/255)
33572024-03-26T18:46:49.838Ztools/hubris_version
33582024-03-26T18:46:49.838Z 50 100% 0.06kB/s 0:00:00 50 100% 0.06kB/s 0:00:00 (xfr#179, to-chk=39/255)
33592024-03-26T18:46:49.838Ztools/install_builder_prerequisites.sh
33602024-03-26T18:46:49.838Z 7,537 100% 9.61kB/s 0:00:00 7,537 100% 9.61kB/s 0:00:00 (xfr#180, to-chk=38/255)
33612024-03-26T18:46:49.838Ztools/install_opte.sh
33622024-03-26T18:46:49.838Z 3,755 100% 4.79kB/s 0:00:00 3,755 100% 4.79kB/s 0:00:00 (xfr#181, to-chk=37/255)
33632024-03-26T18:46:49.838Ztools/install_prerequisites.sh
33642024-03-26T18:46:49.838Z 255 100% 0.33kB/s 0:00:00 255 100% 0.33kB/s 0:00:00 (xfr#182, to-chk=36/255)
33652024-03-26T18:46:49.838Ztools/install_runner_prerequisites.sh
33662024-03-26T18:46:49.838Z 4,154 100% 5.30kB/s 0:00:00 4,154 100% 5.30kB/s 0:00:00 (xfr#183, to-chk=35/255)
33672024-03-26T18:46:49.838Ztools/maghemite_ddm_openapi_version
33682024-03-26T18:46:49.838Z 122 100% 0.16kB/s 0:00:00 122 100% 0.16kB/s 0:00:00 (xfr#184, to-chk=34/255)
33692024-03-26T18:46:49.838Ztools/maghemite_mg_openapi_version
33702024-03-26T18:46:49.838Z 122 100% 0.16kB/s 0:00:00 122 100% 0.16kB/s 0:00:00 (xfr#185, to-chk=33/255)
33712024-03-26T18:46:49.839Ztools/maghemite_mgd_checksums
33722024-03-26T18:46:49.871Z 163 100% 0.21kB/s 0:00:00 163 100% 0.21kB/s 0:00:00 (xfr#186, to-chk=32/255)
33732024-03-26T18:46:49.871Ztools/opte_version
33742024-03-26T18:46:49.871Z 9 100% 0.01kB/s 0:00:00 9 100% 0.01kB/s 0:00:00 (xfr#187, to-chk=31/255)
33752024-03-26T18:46:49.871Ztools/opte_version_override
33762024-03-26T18:46:49.872Z 142 100% 0.18kB/s 0:00:00 142 100% 0.18kB/s 0:00:00 (xfr#188, to-chk=30/255)
33772024-03-26T18:46:49.872Ztools/renovate-post-upgrade.sh
33782024-03-26T18:46:49.872Z 1,705 100% 2.17kB/s 0:00:00 1,705 100% 2.17kB/s 0:00:00 (xfr#189, to-chk=29/255)
33792024-03-26T18:46:49.872Ztools/thundermuffin_checksums
33802024-03-26T18:46:49.872Z 79 100% 0.10kB/s 0:00:00 79 100% 0.10kB/s 0:00:00 (xfr#190, to-chk=28/255)
33812024-03-26T18:46:49.872Ztools/thundermuffin_version
33822024-03-26T18:46:49.872Z 50 100% 0.06kB/s 0:00:00 50 100% 0.06kB/s 0:00:00 (xfr#191, to-chk=27/255)
33832024-03-26T18:46:49.872Ztools/transceiver_control_version
33842024-03-26T18:46:49.872Z 137 100% 0.17kB/s 0:00:00 137 100% 0.17kB/s 0:00:00 (xfr#192, to-chk=26/255)
33852024-03-26T18:46:49.872Ztools/uninstall_opte.sh
33862024-03-26T18:46:49.872Z 6,514 100% 8.30kB/s 0:00:00 6,514 100% 8.30kB/s 0:00:00 (xfr#193, to-chk=25/255)
33872024-03-26T18:46:49.873Ztools/update_crucible.sh
33882024-03-26T18:46:49.873Z 1,093 100% 1.39kB/s 0:00:00 1,093 100% 1.39kB/s 0:00:00 (xfr#194, to-chk=24/255)
33892024-03-26T18:46:49.873Ztools/update_dendrite.sh
33902024-03-26T18:46:49.873Z 2,333 100% 2.97kB/s 0:00:00 2,333 100% 2.97kB/s 0:00:00 (xfr#195, to-chk=23/255)
33912024-03-26T18:46:49.873Ztools/update_helpers.sh
33922024-03-26T18:46:49.873Z 3,831 100% 4.88kB/s 0:00:00 3,831 100% 4.88kB/s 0:00:00 (xfr#196, to-chk=22/255)
33932024-03-26T18:46:49.873Ztools/update_lldp.sh
33942024-03-26T18:46:49.873Z 1,000 100% 1.27kB/s 0:00:00 1,000 100% 1.27kB/s 0:00:00 (xfr#197, to-chk=21/255)
33952024-03-26T18:46:49.873Ztools/update_maghemite.sh
33962024-03-26T18:46:49.873Z 939 100% 1.20kB/s 0:00:00 939 100% 1.20kB/s 0:00:00 (xfr#198, to-chk=20/255)
33972024-03-26T18:46:49.873Ztools/update_propolis.sh
33982024-03-26T18:46:49.873Z 1,050 100% 1.34kB/s 0:00:00 1,050 100% 1.34kB/s 0:00:00 (xfr#199, to-chk=19/255)
33992024-03-26T18:46:49.874Ztools/update_transceiver_control.sh
34002024-03-26T18:46:49.874Z 1,374 100% 1.75kB/s 0:00:00 1,374 100% 1.75kB/s 0:00:00 (xfr#200, to-chk=18/255)
34012024-03-26T18:46:49.874Ztools/virtual_hardware.sh
34022024-03-26T18:46:49.874Z 3,429 100% 4.37kB/s 0:00:00 3,429 100% 4.37kB/s 0:00:00 (xfr#201, to-chk=17/255)
34032024-03-26T18:46:49.874Ztools/dtrace/
34042024-03-26T18:46:49.874Ztools/dtrace/aggregate-query-latency.d
34052024-03-26T18:46:49.874Z 780 100% 0.99kB/s 0:00:00 780 100% 0.99kB/s 0:00:00 (xfr#202, to-chk=11/255)
34062024-03-26T18:46:49.874Ztools/dtrace/slowest-queries.d
34072024-03-26T18:46:49.874Z 1,077 100% 1.37kB/s 0:00:00 1,077 100% 1.37kB/s 0:00:00 (xfr#203, to-chk=10/255)
34082024-03-26T18:46:49.874Ztools/dtrace/trace-db-queries.d
34092024-03-26T18:46:49.874Z 811 100% 1.03kB/s 0:00:00 811 100% 1.03kB/s 0:00:00 (xfr#204, to-chk=9/255)
34102024-03-26T18:46:49.874Ztools/include/
34112024-03-26T18:46:49.875Ztools/include/force-git-over-https.sh
34122024-03-26T18:46:49.875Z 940 100% 1.20kB/s 0:00:00 940 100% 1.20kB/s 0:00:00 (xfr#205, to-chk=8/255)
34132024-03-26T18:46:49.875Ztools/populate/
34142024-03-26T18:46:49.875Ztools/populate/populate-alpine.sh
34152024-03-26T18:46:49.875Z 788 100% 1.00kB/s 0:00:00 788 100% 1.00kB/s 0:00:00 (xfr#206, to-chk=7/255)
34162024-03-26T18:46:49.875Ztools/populate/populate-images.sh
34172024-03-26T18:46:49.875Z 2,571 100% 3.27kB/s 0:00:00 2,571 100% 3.27kB/s 0:00:00 (xfr#207, to-chk=6/255)
34182024-03-26T18:46:49.875Ztools/reflector/
34192024-03-26T18:46:49.875Ztools/reflector/helpers.sh
34202024-03-26T18:46:49.875Z 4,652 100% 5.92kB/s 0:00:00 4,652 100% 5.92kB/s 0:00:00 (xfr#208, to-chk=5/255)
34212024-03-26T18:46:49.875Ztools/scrimlet/
34222024-03-26T18:46:49.875Ztools/scrimlet/create-softnpu-zone.sh
34232024-03-26T18:46:49.876Z 627 100% 0.80kB/s 0:00:00 627 100% 0.80kB/s 0:00:00 (xfr#209, to-chk=4/255)
34242024-03-26T18:46:49.876Ztools/scrimlet/destroy-softnpu-zone.sh
34252024-03-26T18:46:49.876Z 203 100% 0.26kB/s 0:00:00 203 100% 0.26kB/s 0:00:00 (xfr#210, to-chk=3/255)
34262024-03-26T18:46:49.876Ztools/scrimlet/softnpu-init.sh
34272024-03-26T18:46:49.876Z 2,157 100% 2.75kB/s 0:00:00 2,157 100% 2.75kB/s 0:00:00 (xfr#211, to-chk=2/255)
34282024-03-26T18:46:49.876Ztools/scrimlet/softnpu-zone.txt
34292024-03-26T18:46:49.876Z 330 100% 0.42kB/s 0:00:00 330 100% 0.42kB/s 0:00:00 (xfr#212, to-chk=1/255)
34302024-03-26T18:46:49.876Ztools/scrimlet/softnpu.toml
34312024-03-26T18:46:49.876Z 171 100% 0.22kB/s 0:00:00 171 100% 0.22kB/s 0:00:00 (xfr#213, to-chk=0/255)
34322024-03-26T18:46:49.876Z+ banner G1
34332024-03-26T18:46:49.876Z ##### #
34342024-03-26T18:46:49.876Z# # ##
34352024-03-26T18:46:49.877Z# # #
34362024-03-26T18:46:49.877Z# #### #
34372024-03-26T18:46:49.877Z# # #
34382024-03-26T18:46:49.877Z# # #
34392024-03-26T18:46:49.877Z ##### #####
34402024-03-26T18:46:49.877Z
34412024-03-26T18:46:49.877Z+ . config/build-g1.sh
34422024-03-26T18:46:49.877Z++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml
34432024-03-26T18:46:49.877Z++ cp config/g1-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml
34442024-03-26T18:46:49.877Z++ cp -r cargo-bay/tools cargo-bay/g1/
34452024-03-26T18:46:49.877Z++ cd /work/oxidecomputer/omicron
34462024-03-26T18:46:49.878Z++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled
34472024-03-26T18:46:50.999Z Finished release [optimized] target(s) in 1.06s
34482024-03-26T18:46:51.041Z Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled`
34492024-03-26T18:46:51.080ZLogging to: /work/oxidecomputer/omicron/out/LOG
34502024-03-26T18:46:51.080ZCreated new build target 'default' and set it as active
34512024-03-26T18:46:51.080Z++ cargo run --release --bin omicron-package -- package
34522024-03-26T18:46:52.079Z Finished release [optimized] target(s) in 0.91s
34532024-03-26T18:46:52.107Z Running `target/release/omicron-package package`
34542024-03-26T18:46:52.152ZLogging to: /work/oxidecomputer/omicron/out/LOG
34552024-03-26T18:46:53.270Z Finished release [optimized] target(s) in 1.06s
34562024-03-26T18:46:56.074Z++ cd /work/oxidecomputer/testbed/a4x2/config/../
34572024-03-26T18:46:56.075Z++ rm -rf cargo-bay/g1/omicron
34582024-03-26T18:46:56.100Z++ mkdir -p cargo-bay/g1/omicron
34592024-03-26T18:46:56.100Z++ rsync --delete -Paz /work/oxidecomputer/omicron/tools /work/oxidecomputer/omicron/out /work/oxidecomputer/omicron/smf /work/oxidecomputer/omicron/target/release/omicron-package /work/oxidecomputer/omicron/package-manifest.toml --exclude out/downloads --exclude out/clickhouse --exclude out/cockroachdb --exclude out/dendrite-stub --exclude out/mgd --exclude out/thundermuffin --exclude out/transceiver-control --exclude out/omicron-nexus.tar.gz --exclude out/oximeter-collector.tar.gz --exclude out/oximeter-collector.tar.gz --exclude out/clickhouse_svc.tar.gz --exclude out/clickhouse_keeper_svc.tar.gz --exclude out/cockroachdb-service.tar.gz --exclude out/internal-dns-cli.tar.gz --exclude out/dns-server.tar.gz --exclude out/internal-dns-customizations.tar.gz --exclude out/external-dns-customizations.tar.gz --exclude out/ntp-svc.tar.gz --exclude out/mgs.tar.gz --exclude out/omicron-gateway-asic-customizations.tar.gz --exclude out/omicron-gateway-stub-customizations.tar.gz --exclude out/omicron-gateway-softnpu-customizations.tar.gz --exclude out/wicketd.tar.gz --exclude out/wicket.tar.gz --exclude out/switch_zone_setup.tar.gz --exclude out/sp-sim.tar.gz --exclude out/sp-sim-stub.tar.gz --exclude out/sp-sim-softnpu.tar.gz --exclude out/crucible.tar.gz --exclude out/crucible-pantry.tar.gz --exclude out/mg-ddm.tar.gz --exclude out/mgd.tar.gz --exclude out/lldp.tar.gz --exclude out/dendrite-stub.tar.gz --exclude out/dendrite-asic.tar.gz --exclude out/dendrite-softnpu.tar.gz --exclude out/xcvradm.tar.gz --exclude out/thundermuffin.tar.gz --exclude out/zone-network-install.tar.gz --exclude out/zone-network-setup.tar.gz --exclude out/opte-interface-setup.tar.gz --exclude out/omicron-omdb.tar.gz --exclude out/logadm.tar.gz --exclude out/profile.tar.gz --exclude '*.p5p' cargo-bay/g1/omicron/
34602024-03-26T18:46:56.100Zsending incremental file list
34612024-03-26T18:46:56.101Zomicron-package
34622024-03-26T18:46:56.349Z 32,768 0% 0.00kB/s 0:00:00 40,143,440 100% 154.24MB/s 0:00:00 (xfr#1, to-chk=253/254)
34632024-03-26T18:46:56.349Zpackage-manifest.toml
34642024-03-26T18:46:56.349Z 26,511 100% 104.39kB/s 0:00:00 26,511 100% 104.39kB/s 0:00:00 (xfr#2, to-chk=252/254)
34652024-03-26T18:46:56.349Zout/
34662024-03-26T18:46:56.349Zout/LOG
34672024-03-26T18:46:56.373Z 32,768 79% 129.03kB/s 0:00:00 41,301 100% 162.63kB/s 0:00:00 (xfr#3, to-chk=248/254)
34682024-03-26T18:46:56.373Zout/clickhouse.tar.gz
34692024-03-26T18:46:57.093Z 32,768 0% 128.51kB/s 0:29:58 231,181,998 100% 221.80MB/s 0:00:00 (xfr#4, to-chk=247/254)
34702024-03-26T18:46:57.094Zout/clickhouse_keeper.tar.gz
34712024-03-26T18:46:57.823Z 32,768 0% 32.19kB/s 1:59:39 393,216 0% 384.00kB/s 0:10:00 231,172,279 100% 128.03MB/s 0:00:01 (xfr#5, to-chk=246/254)
34722024-03-26T18:46:57.823Zout/cockroachdb.tar.gz
34732024-03-26T18:46:58.236Z 32,768 0% 44.32kB/s 0:47:37 84,803,584 66% 80.88MB/s 0:00:00 126,678,544 100% 106.44MB/s 0:00:01 (xfr#6, to-chk=245/254)
34742024-03-26T18:46:58.236Zout/crucible-pantry-zone.tar.gz
34752024-03-26T18:46:58.304Z 32,768 0% 235.29kB/s 0:01:47 25,291,089 100% 118.23MB/s 0:00:00 (xfr#7, to-chk=244/254)
34762024-03-26T18:46:58.304Zout/crucible-zone.tar.gz
34772024-03-26T18:46:58.431Z 32,768 0% 156.86kB/s 0:03:55 36,990,014 100% 106.58MB/s 0:00:00 (xfr#8, to-chk=243/254)
34782024-03-26T18:46:58.431Zout/external-dns.tar.gz
34792024-03-26T18:46:58.523Z 32,768 0% 96.68kB/s 0:05:20 31,009,053 100% 69.75MB/s 0:00:00 (xfr#9, to-chk=242/254)
34802024-03-26T18:46:58.524Zout/internal-dns.tar.gz
34812024-03-26T18:46:58.619Z 32,768 0% 75.47kB/s 0:06:50 31,008,613 100% 57.31MB/s 0:00:00 (xfr#10, to-chk=241/254)
34822024-03-26T18:46:58.619Zout/mg-ddm-gz.tar
34832024-03-26T18:46:59.228Z 32,768 0% 62.02kB/s 0:20:09 58,458,112 77% 55.75MB/s 0:00:00 75,039,232 100% 63.39MB/s 0:00:01 (xfr#11, to-chk=240/254)
34842024-03-26T18:46:59.229Zout/nexus.tar.gz
34852024-03-26T18:46:59.616Z 32,768 0% 248.06kB/s 0:06:04 90,574,202 100% 167.08MB/s 0:00:00 (xfr#12, to-chk=239/254)
34862024-03-26T18:46:59.616Zout/ntp.tar.gz
34872024-03-26T18:46:59.660Z 32,768 0% 61.90kB/s 0:02:47 10,429,099 100% 17.73MB/s 0:00:00 (xfr#13, to-chk=238/254)
34882024-03-26T18:46:59.660Zout/omicron-gateway-softnpu.tar.gz
34892024-03-26T18:46:59.715Z 32,768 0% 57.04kB/s 0:04:49 16,523,785 100% 25.62MB/s 0:00:00 (xfr#14, to-chk=237/254)
34902024-03-26T18:46:59.715Zout/omicron-gateway.tar.gz
34912024-03-26T18:46:59.770Z 32,768 0% 52.03kB/s 0:05:16 16,520,360 100% 23.51MB/s 0:00:00 (xfr#15, to-chk=236/254)
34922024-03-26T18:46:59.770Zout/omicron-sled-agent.tar
34932024-03-26T18:47:00.593Z 32,768 0% 47.76kB/s 0:39:48 40,370,176 35% 38.50MB/s 0:00:01 114,097,664 100% 73.03MB/s 0:00:01 (xfr#16, to-chk=235/254)
34942024-03-26T18:47:00.593Zout/overlay.tar.gz
34952024-03-26T18:47:00.593Z 2,622 100% 5.23kB/s 0:00:00 2,622 100% 5.23kB/s 0:00:00 (xfr#17, to-chk=234/254)
34962024-03-26T18:47:00.593Zout/oximeter.tar.gz
34972024-03-26T18:47:00.732Z 32,768 0% 65.17kB/s 0:12:32 49,088,759 100% 73.96MB/s 0:00:00 (xfr#18, to-chk=233/254)
34982024-03-26T18:47:00.732Zout/oxlog.tar
34992024-03-26T18:47:00.781Z 32,768 0% 50.55kB/s 0:02:02 6,244,864 100% 8.73MB/s 0:00:00 (xfr#19, to-chk=232/254)
35002024-03-26T18:47:00.782Zout/probe.tar.gz
35012024-03-26T18:47:00.810Z 32,768 1% 46.85kB/s 0:00:59 2,829,470 100% 3.91MB/s 0:00:00 (xfr#20, to-chk=231/254)
35022024-03-26T18:47:00.810Zout/propolis-server.tar.gz
35032024-03-26T18:47:00.968Z 32,768 0% 46.31kB/s 0:23:52 66,360,059 100% 72.91MB/s 0:00:00 (xfr#21, to-chk=230/254)
35042024-03-26T18:47:00.968Zout/switch-softnpu.tar.gz
35052024-03-26T18:47:01.580Z 32,768 0% 36.82kB/s 1:36:43 44,335,104 20% 42.28MB/s 0:00:03 213,725,047 100% 137.72MB/s 0:00:01 (xfr#22, to-chk=229/254)
35062024-03-26T18:47:01.580Zout/console-assets/
35072024-03-26T18:47:01.580Zout/console-assets/VERSION
35082024-03-26T18:47:01.580Z 41 100% 0.08kB/s 0:00:00 41 100% 0.08kB/s 0:00:00 (xfr#23, to-chk=225/254)
35092024-03-26T18:47:01.580Zout/console-assets/index.html
35102024-03-26T18:47:01.580Z 466 100% 0.95kB/s 0:00:00 466 100% 0.95kB/s 0:00:00 (xfr#24, to-chk=224/254)
35112024-03-26T18:47:01.580Zout/console-assets/assets/
35122024-03-26T18:47:01.580Zout/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2
35132024-03-26T18:47:01.627Z 32,768 70% 66.53kB/s 0:00:00 46,276 100% 93.95kB/s 0:00:00 (xfr#25, to-chk=222/254)
35142024-03-26T18:47:01.627Zout/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff
35152024-03-26T18:47:01.627Z 32,768 65% 66.53kB/s 0:00:00 50,032 100% 101.58kB/s 0:00:00 (xfr#26, to-chk=221/254)
35162024-03-26T18:47:01.627Zout/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff
35172024-03-26T18:47:01.627Z 32,768 55% 66.53kB/s 0:00:00 58,524 100% 118.57kB/s 0:00:00 (xfr#27, to-chk=220/254)
35182024-03-26T18:47:01.627Zout/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2
35192024-03-26T18:47:01.627Z 32,768 71% 66.39kB/s 0:00:00 46,060 100% 93.32kB/s 0:00:00 (xfr#28, to-chk=219/254)
35202024-03-26T18:47:01.627Zout/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff
35212024-03-26T18:47:01.628Z 21,937 100% 44.45kB/s 0:00:00 21,937 100% 44.45kB/s 0:00:00 (xfr#29, to-chk=218/254)
35222024-03-26T18:47:01.628Zout/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2
35232024-03-26T18:47:01.628Z 17,996 100% 36.39kB/s 0:00:00 17,996 100% 36.39kB/s 0:00:00 (xfr#30, to-chk=217/254)
35242024-03-26T18:47:01.628Zout/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff
35252024-03-26T18:47:01.628Z 21,890 100% 44.26kB/s 0:00:00 21,890 100% 44.26kB/s 0:00:00 (xfr#31, to-chk=216/254)
35262024-03-26T18:47:01.628Zout/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2
35272024-03-26T18:47:01.628Z 17,984 100% 36.36kB/s 0:00:00 17,984 100% 36.36kB/s 0:00:00 (xfr#32, to-chk=215/254)
35282024-03-26T18:47:01.628Zout/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff
35292024-03-26T18:47:01.628Z 21,123 100% 42.71kB/s 0:00:00 21,123 100% 42.71kB/s 0:00:00 (xfr#33, to-chk=214/254)
35302024-03-26T18:47:01.628Zout/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2
35312024-03-26T18:47:01.628Z 17,228 100% 34.83kB/s 0:00:00 17,228 100% 34.83kB/s 0:00:00 (xfr#34, to-chk=213/254)
35322024-03-26T18:47:01.628Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2
35332024-03-26T18:47:01.628Z 18,448 100% 37.30kB/s 0:00:00 18,448 100% 37.30kB/s 0:00:00 (xfr#35, to-chk=212/254)
35342024-03-26T18:47:01.628Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff
35352024-03-26T18:47:01.628Z 22,665 100% 45.83kB/s 0:00:00 22,665 100% 45.73kB/s 0:00:00 (xfr#36, to-chk=211/254)
35362024-03-26T18:47:01.628Zout/console-assets/assets/Terminal-MhI4tVax.js
35372024-03-26T18:47:01.628Z 32,768 11% 66.12kB/s 0:00:03 287,745 100% 578.19kB/s 0:00:00 (xfr#37, to-chk=210/254)
35382024-03-26T18:47:01.628Zout/console-assets/assets/Terminal-MhI4tVax.js.gz
35392024-03-26T18:47:01.628Z 32,768 45% 65.84kB/s 0:00:00 71,751 100% 144.18kB/s 0:00:00 (xfr#38, to-chk=209/254)
35402024-03-26T18:47:01.628Zout/console-assets/assets/Terminal-MhI4tVax.js.map
35412024-03-26T18:47:01.628Z 32,768 5% 65.71kB/s 0:00:08 590,398 100% 1.15MB/s 0:00:00 (xfr#39, to-chk=208/254)
35422024-03-26T18:47:01.629Zout/console-assets/assets/Terminal-MhI4tVax.js.map.gz
35432024-03-26T18:47:01.629Z 32,768 27% 65.31kB/s 0:00:01 118,340 100% 235.85kB/s 0:00:00 (xfr#40, to-chk=207/254)
35442024-03-26T18:47:01.629Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js
35452024-03-26T18:47:01.629Z 32,768 8% 65.17kB/s 0:00:05 371,459 100% 735.81kB/s 0:00:00 (xfr#41, to-chk=206/254)
35462024-03-26T18:47:01.629Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js.gz
35472024-03-26T18:47:01.629Z 32,768 31% 64.91kB/s 0:00:01 103,751 100% 205.10kB/s 0:00:00 (xfr#42, to-chk=205/254)
35482024-03-26T18:47:01.629Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js.map
35492024-03-26T18:47:01.629Z 32,768 1% 64.78kB/s 0:00:25 1,659,324 100% 3.13MB/s 0:00:00 (xfr#43, to-chk=204/254)
35502024-03-26T18:47:01.629Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js.map.gz
35512024-03-26T18:47:01.654Z 32,768 8% 63.37kB/s 0:00:05 379,086 100% 730.18kB/s 0:00:00 (xfr#44, to-chk=203/254)
35522024-03-26T18:47:01.654Zout/console-assets/assets/app-UgyCDj6n.css
35532024-03-26T18:47:01.654Z 32,768 23% 63.12kB/s 0:00:01 138,220 100% 265.71kB/s 0:00:00 (xfr#45, to-chk=202/254)
35542024-03-26T18:47:01.654Zout/console-assets/assets/app-UgyCDj6n.css.gz
35552024-03-26T18:47:01.654Z 21,226 100% 40.72kB/s 0:00:00 21,226 100% 40.72kB/s 0:00:00 (xfr#46, to-chk=201/254)
35562024-03-26T18:47:01.654Zout/console-assets/assets/app-oDC708oE.js
35572024-03-26T18:47:01.654Z 32,768 3% 62.87kB/s 0:00:16 1,090,115 100% 2.00MB/s 0:00:00 (xfr#47, to-chk=200/254)
35582024-03-26T18:47:01.654Zout/console-assets/assets/app-oDC708oE.js.gz
35592024-03-26T18:47:01.654Z 32,768 9% 61.66kB/s 0:00:04 336,276 100% 630.32kB/s 0:00:00 (xfr#48, to-chk=199/254)
35602024-03-26T18:47:01.654Zout/console-assets/assets/app-oDC708oE.js.map
35612024-03-26T18:47:01.683Z 32,768 0% 61.42kB/s 0:01:24 5,242,661 100% 8.98MB/s 0:00:00 (xfr#49, to-chk=198/254)
35622024-03-26T18:47:01.683Zout/console-assets/assets/app-oDC708oE.js.map.gz
35632024-03-26T18:47:01.683Z 32,768 2% 57.45kB/s 0:00:21 1,239,845 100% 2.10MB/s 0:00:00 (xfr#50, to-chk=197/254)
35642024-03-26T18:47:01.683Zout/console-assets/assets/favicon-WELtHcTG.svg
35652024-03-26T18:47:01.683Z 761 100% 1.32kB/s 0:00:00 761 100% 1.32kB/s 0:00:00 (xfr#51, to-chk=196/254)
35662024-03-26T18:47:01.683Zout/console-assets/assets/favicon-cDDaBnwQ.png
35672024-03-26T18:47:01.683Z 1,327 100% 2.31kB/s 0:00:00 1,327 100% 2.31kB/s 0:00:00 (xfr#52, to-chk=195/254)
35682024-03-26T18:47:01.683Zout/console-assets/assets/og-preview-image.webp
35692024-03-26T18:47:01.683Z 32,768 36% 56.94kB/s 0:00:01 89,880 100% 155.90kB/s 0:00:00 (xfr#53, to-chk=194/254)
35702024-03-26T18:47:01.683Zout/console-assets/assets/oxide-hero-rack-hMCZGwQc.webp
35712024-03-26T18:47:01.684Z 32,768 9% 56.84kB/s 0:00:05 352,484 100% 609.24kB/s 0:00:00 (xfr#54, to-chk=193/254)
35722024-03-26T18:47:01.684Zout/manifest-cache/
35732024-03-26T18:47:01.684Zout/manifest-cache/clickhouse.tar.gz.json
35742024-03-26T18:47:01.684Z 780 100% 1.35kB/s 0:00:00 780 100% 1.35kB/s 0:00:00 (xfr#55, to-chk=192/254)
35752024-03-26T18:47:01.684Zout/manifest-cache/clickhouse_keeper.tar.gz.json
35762024-03-26T18:47:01.684Z 801 100% 1.38kB/s 0:00:00 801 100% 1.38kB/s 0:00:00 (xfr#56, to-chk=191/254)
35772024-03-26T18:47:01.684Zout/manifest-cache/clickhouse_keeper_svc.tar.gz.json
35782024-03-26T18:47:01.684Z 2,958 100% 5.11kB/s 0:00:00 2,958 100% 5.11kB/s 0:00:00 (xfr#57, to-chk=190/254)
35792024-03-26T18:47:01.684Zout/manifest-cache/clickhouse_svc.tar.gz.json
35802024-03-26T18:47:01.685Z 2,946 100% 5.09kB/s 0:00:00 2,946 100% 5.09kB/s 0:00:00 (xfr#58, to-chk=189/254)
35812024-03-26T18:47:01.685Zout/manifest-cache/cockroachdb-service.tar.gz.json
35822024-03-26T18:47:01.685Z 32,768 59% 56.64kB/s 0:00:00 54,966 100% 94.84kB/s 0:00:00 (xfr#59, to-chk=188/254)
35832024-03-26T18:47:01.685Zout/manifest-cache/cockroachdb.tar.gz.json
35842024-03-26T18:47:01.685Z 787 100% 1.36kB/s 0:00:00 787 100% 1.36kB/s 0:00:00 (xfr#60, to-chk=187/254)
35852024-03-26T18:47:01.685Zout/manifest-cache/crucible-pantry-zone.tar.gz.json
35862024-03-26T18:47:01.685Z 662 100% 1.14kB/s 0:00:00 662 100% 1.14kB/s 0:00:00 (xfr#61, to-chk=186/254)
35872024-03-26T18:47:01.685Zout/manifest-cache/crucible-zone.tar.gz.json
35882024-03-26T18:47:01.685Z 641 100% 1.11kB/s 0:00:00 641 100% 1.11kB/s 0:00:00 (xfr#62, to-chk=185/254)
35892024-03-26T18:47:01.685Zout/manifest-cache/dns-server.tar.gz.json
35902024-03-26T18:47:01.686Z 942 100% 1.63kB/s 0:00:00 942 100% 1.63kB/s 0:00:00 (xfr#63, to-chk=184/254)
35912024-03-26T18:47:01.686Zout/manifest-cache/external-dns-customizations.tar.gz.json
35922024-03-26T18:47:01.686Z 1,132 100% 1.95kB/s 0:00:00 1,132 100% 1.95kB/s 0:00:00 (xfr#64, to-chk=183/254)
35932024-03-26T18:47:01.686Zout/manifest-cache/external-dns.tar.gz.json
35942024-03-26T18:47:01.686Z 934 100% 1.61kB/s 0:00:00 934 100% 1.61kB/s 0:00:00 (xfr#65, to-chk=182/254)
35952024-03-26T18:47:01.687Zout/manifest-cache/internal-dns-cli.tar.gz.json
35962024-03-26T18:47:01.687Z 752 100% 1.30kB/s 0:00:00 752 100% 1.30kB/s 0:00:00 (xfr#66, to-chk=181/254)
35972024-03-26T18:47:01.687Zout/manifest-cache/internal-dns-customizations.tar.gz.json
35982024-03-26T18:47:01.687Z 1,132 100% 1.95kB/s 0:00:00 1,132 100% 1.95kB/s 0:00:00 (xfr#67, to-chk=180/254)
35992024-03-26T18:47:01.687Zout/manifest-cache/internal-dns.tar.gz.json
36002024-03-26T18:47:01.687Z 791 100% 1.36kB/s 0:00:00 791 100% 1.36kB/s 0:00:00 (xfr#68, to-chk=179/254)
36012024-03-26T18:47:01.687Zout/manifest-cache/logadm.tar.gz.json
36022024-03-26T18:47:01.687Z 1,044 100% 1.80kB/s 0:00:00 1,044 100% 1.80kB/s 0:00:00 (xfr#69, to-chk=178/254)
36032024-03-26T18:47:01.687Zout/manifest-cache/nexus.tar.gz.json
36042024-03-26T18:47:01.688Z 773 100% 1.33kB/s 0:00:00 773 100% 1.33kB/s 0:00:00 (xfr#70, to-chk=177/254)
36052024-03-26T18:47:01.688Zout/manifest-cache/ntp-svc.tar.gz.json
36062024-03-26T18:47:01.688Z 2,228 100% 3.84kB/s 0:00:00 2,228 100% 3.84kB/s 0:00:00 (xfr#71, to-chk=176/254)
36072024-03-26T18:47:01.688Zout/manifest-cache/ntp.tar.gz.json
36082024-03-26T18:47:01.688Z 763 100% 1.32kB/s 0:00:00 763 100% 1.32kB/s 0:00:00 (xfr#72, to-chk=175/254)
36092024-03-26T18:47:01.688Zout/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json
36102024-03-26T18:47:01.688Z 1,462 100% 2.52kB/s 0:00:00 1,462 100% 2.52kB/s 0:00:00 (xfr#73, to-chk=174/254)
36112024-03-26T18:47:01.688Zout/manifest-cache/omicron-gateway-softnpu.tar.gz.json
36122024-03-26T18:47:01.688Z 545 100% 0.94kB/s 0:00:00 545 100% 0.94kB/s 0:00:00 (xfr#74, to-chk=173/254)
36132024-03-26T18:47:01.689Zout/manifest-cache/omicron-gateway.tar.gz.json
36142024-03-26T18:47:01.689Z 703 100% 1.21kB/s 0:00:00 703 100% 1.21kB/s 0:00:00 (xfr#75, to-chk=172/254)
36152024-03-26T18:47:01.689Zout/manifest-cache/omicron-nexus.tar.gz.json
36162024-03-26T18:47:01.689Z 32,768 45% 56.54kB/s 0:00:00 71,925 100% 123.88kB/s 0:00:00 (xfr#76, to-chk=171/254)
36172024-03-26T18:47:01.689Zout/manifest-cache/omicron-omdb.tar.gz.json
36182024-03-26T18:47:01.689Z 702 100% 1.21kB/s 0:00:00 702 100% 1.21kB/s 0:00:00 (xfr#77, to-chk=170/254)
36192024-03-26T18:47:01.689Zout/manifest-cache/omicron-sled-agent.tar.json
36202024-03-26T18:47:01.689Z 1,269 100% 2.19kB/s 0:00:00 1,269 100% 2.19kB/s 0:00:00 (xfr#78, to-chk=169/254)
36212024-03-26T18:47:01.689Zout/manifest-cache/opte-interface-setup.tar.gz.json
36222024-03-26T18:47:01.689Z 883 100% 1.52kB/s 0:00:00 883 100% 1.52kB/s 0:00:00 (xfr#79, to-chk=168/254)
36232024-03-26T18:47:01.690Zout/manifest-cache/overlay.tar.gz.json
36242024-03-26T18:47:01.690Z 473 100% 0.81kB/s 0:00:00 473 100% 0.81kB/s 0:00:00 (xfr#80, to-chk=167/254)
36252024-03-26T18:47:01.690Zout/manifest-cache/oximeter-collector.tar.gz.json
36262024-03-26T18:47:01.690Z 18,311 100% 31.54kB/s 0:00:00 18,311 100% 31.54kB/s 0:00:00 (xfr#81, to-chk=166/254)
36272024-03-26T18:47:01.690Zout/manifest-cache/oximeter.tar.gz.json
36282024-03-26T18:47:01.690Z 641 100% 1.10kB/s 0:00:00 641 100% 1.10kB/s 0:00:00 (xfr#82, to-chk=165/254)
36292024-03-26T18:47:01.690Zout/manifest-cache/oxlog.tar.json
36302024-03-26T18:47:01.690Z 321 100% 0.55kB/s 0:00:00 321 100% 0.55kB/s 0:00:00 (xfr#83, to-chk=164/254)
36312024-03-26T18:47:01.690Zout/manifest-cache/probe.tar.gz.json
36322024-03-26T18:47:01.691Z 346 100% 0.60kB/s 0:00:00 346 100% 0.60kB/s 0:00:00 (xfr#84, to-chk=163/254)
36332024-03-26T18:47:01.691Zout/manifest-cache/profile.tar.gz.json
36342024-03-26T18:47:01.691Z 838 100% 1.44kB/s 0:00:00 838 100% 1.44kB/s 0:00:00 (xfr#85, to-chk=162/254)
36352024-03-26T18:47:01.691Zout/manifest-cache/sp-sim-softnpu.tar.gz.json
36362024-03-26T18:47:01.691Z 357 100% 0.61kB/s 0:00:00 357 100% 0.61kB/s 0:00:00 (xfr#86, to-chk=161/254)
36372024-03-26T18:47:01.691Zout/manifest-cache/sp-sim.tar.gz.json
36382024-03-26T18:47:01.691Z 1,549 100% 2.67kB/s 0:00:00 1,549 100% 2.67kB/s 0:00:00 (xfr#87, to-chk=160/254)
36392024-03-26T18:47:01.691Zout/manifest-cache/switch-softnpu.tar.gz.json
36402024-03-26T18:47:01.691Z 1,566 100% 2.70kB/s 0:00:00 1,566 100% 2.70kB/s 0:00:00 (xfr#88, to-chk=159/254)
36412024-03-26T18:47:01.691Zout/manifest-cache/switch_zone_setup.tar.gz.json
36422024-03-26T18:47:01.691Z 10,790 100% 18.58kB/s 0:00:00 10,790 100% 18.58kB/s 0:00:00 (xfr#89, to-chk=158/254)
36432024-03-26T18:47:01.691Zout/manifest-cache/wicket.tar.gz.json
36442024-03-26T18:47:01.691Z 1,084 100% 1.87kB/s 0:00:00 1,084 100% 1.87kB/s 0:00:00 (xfr#90, to-chk=157/254)
36452024-03-26T18:47:01.691Zout/manifest-cache/wicketd.tar.gz.json
36462024-03-26T18:47:01.691Z 1,560 100% 2.69kB/s 0:00:00 1,560 100% 2.69kB/s 0:00:00 (xfr#91, to-chk=156/254)
36472024-03-26T18:47:01.691Zout/manifest-cache/zone-network-install.tar.gz.json
36482024-03-26T18:47:01.691Z 877 100% 1.51kB/s 0:00:00 877 100% 1.51kB/s 0:00:00 (xfr#92, to-chk=155/254)
36492024-03-26T18:47:01.691Zout/manifest-cache/zone-network-setup.tar.gz.json
36502024-03-26T18:47:01.691Z 772 100% 1.33kB/s 0:00:00 772 100% 1.33kB/s 0:00:00 (xfr#93, to-chk=154/254)
36512024-03-26T18:47:01.692Zout/target/
36522024-03-26T18:47:01.692Zout/target/active -> default
36532024-03-26T18:47:01.692Zout/target/default
36542024-03-26T18:47:01.692Z 74 100% 0.13kB/s 0:00:00 74 100% 0.13kB/s 0:00:00 (xfr#94, to-chk=152/254)
36552024-03-26T18:47:01.692Zsmf/
36562024-03-26T18:47:01.692Zsmf/clickhouse/
36572024-03-26T18:47:01.692Zsmf/clickhouse/config_replica.xml
36582024-03-26T18:47:01.692Z 2,728 100% 4.69kB/s 0:00:00 2,728 100% 4.69kB/s 0:00:00 (xfr#95, to-chk=132/254)
36592024-03-26T18:47:01.692Zsmf/clickhouse/manifest.xml
36602024-03-26T18:47:01.692Z 1,494 100% 2.57kB/s 0:00:00 1,494 100% 2.57kB/s 0:00:00 (xfr#96, to-chk=131/254)
36612024-03-26T18:47:01.724Zsmf/clickhouse/method_script.sh
36622024-03-26T18:47:01.724Z 5,330 100% 9.16kB/s 0:00:00 5,330 100% 9.16kB/s 0:00:00 (xfr#97, to-chk=130/254)
36632024-03-26T18:47:01.724Zsmf/clickhouse_keeper/
36642024-03-26T18:47:01.724Zsmf/clickhouse_keeper/keeper_config.xml
36652024-03-26T18:47:01.724Z 1,460 100% 2.51kB/s 0:00:00 1,460 100% 2.51kB/s 0:00:00 (xfr#98, to-chk=129/254)
36662024-03-26T18:47:01.724Zsmf/clickhouse_keeper/manifest.xml
36672024-03-26T18:47:01.724Z 1,534 100% 2.64kB/s 0:00:00 1,534 100% 2.64kB/s 0:00:00 (xfr#99, to-chk=128/254)
36682024-03-26T18:47:01.724Zsmf/clickhouse_keeper/method_script.sh
36692024-03-26T18:47:01.724Z 4,324 100% 7.43kB/s 0:00:00 4,324 100% 7.43kB/s 0:00:00 (xfr#100, to-chk=127/254)
36702024-03-26T18:47:01.725Zsmf/cockroachdb/
36712024-03-26T18:47:01.725Zsmf/cockroachdb/manifest.xml
36722024-03-26T18:47:01.725Z 1,667 100% 2.87kB/s 0:00:00 1,667 100% 2.87kB/s 0:00:00 (xfr#101, to-chk=126/254)
36732024-03-26T18:47:01.725Zsmf/cockroachdb/method_script.sh
36742024-03-26T18:47:01.725Z 1,030 100% 1.77kB/s 0:00:00 1,030 100% 1.77kB/s 0:00:00 (xfr#102, to-chk=125/254)
36752024-03-26T18:47:01.725Zsmf/external-dns/
36762024-03-26T18:47:01.725Zsmf/external-dns/config.toml
36772024-03-26T18:47:01.725Z 353 100% 0.61kB/s 0:00:00 353 100% 0.61kB/s 0:00:00 (xfr#103, to-chk=124/254)
36782024-03-26T18:47:01.725Zsmf/external-dns/manifest.xml
36792024-03-26T18:47:01.725Z 1,805 100% 3.10kB/s 0:00:00 1,805 100% 3.10kB/s 0:00:00 (xfr#104, to-chk=123/254)
36802024-03-26T18:47:01.725Zsmf/installinator/
36812024-03-26T18:47:01.725Zsmf/installinator/manifest.xml
36822024-03-26T18:47:01.725Z 2,149 100% 3.69kB/s 0:00:00 2,149 100% 3.69kB/s 0:00:00 (xfr#105, to-chk=122/254)
36832024-03-26T18:47:01.725Zsmf/internal-dns/
36842024-03-26T18:47:01.725Zsmf/internal-dns/config.toml
36852024-03-26T18:47:01.725Z 353 100% 0.61kB/s 0:00:00 353 100% 0.61kB/s 0:00:00 (xfr#106, to-chk=121/254)
36862024-03-26T18:47:01.725Zsmf/internal-dns/manifest.xml
36872024-03-26T18:47:01.725Z 1,618 100% 2.78kB/s 0:00:00 1,618 100% 2.78kB/s 0:00:00 (xfr#107, to-chk=120/254)
36882024-03-26T18:47:01.725Zsmf/logadm/
36892024-03-26T18:47:01.725Zsmf/logadm/crontab.root
36902024-03-26T18:47:01.725Z 30 100% 0.05kB/s 0:00:00 30 100% 0.05kB/s 0:00:00 (xfr#108, to-chk=119/254)
36912024-03-26T18:47:01.726Zsmf/logadm/logadm.conf
36922024-03-26T18:47:01.726Z 2,553 100% 4.39kB/s 0:00:00 2,553 100% 4.39kB/s 0:00:00 (xfr#109, to-chk=118/254)
36932024-03-26T18:47:01.726Zsmf/mgs-sim/
36942024-03-26T18:47:01.726Zsmf/mgs-sim/config.toml
36952024-03-26T18:47:01.726Z 3,534 100% 6.08kB/s 0:00:00 3,534 100% 6.08kB/s 0:00:00 (xfr#110, to-chk=117/254)
36962024-03-26T18:47:01.726Zsmf/mgs/
36972024-03-26T18:47:01.726Zsmf/mgs/config.toml
36982024-03-26T18:47:01.726Z 9,085 100% 15.59kB/s 0:00:00 9,085 100% 15.59kB/s 0:00:00 (xfr#111, to-chk=116/254)
36992024-03-26T18:47:01.726Zsmf/mgs/manifest.xml
37002024-03-26T18:47:01.726Z 2,474 100% 4.25kB/s 0:00:00 2,474 100% 4.25kB/s 0:00:00 (xfr#112, to-chk=115/254)
37012024-03-26T18:47:01.726Zsmf/nexus/
37022024-03-26T18:47:01.726Zsmf/nexus/manifest.xml
37032024-03-26T18:47:01.726Z 1,987 100% 3.41kB/s 0:00:00 1,987 100% 3.41kB/s 0:00:00 (xfr#113, to-chk=114/254)
37042024-03-26T18:47:01.726Zsmf/nexus/multi-sled/
37052024-03-26T18:47:01.726Zsmf/nexus/multi-sled/config-partial.toml
37062024-03-26T18:47:01.726Z 1,997 100% 3.43kB/s 0:00:00 1,997 100% 3.43kB/s 0:00:00 (xfr#114, to-chk=111/254)
37072024-03-26T18:47:01.726Zsmf/nexus/single-sled/
37082024-03-26T18:47:01.726Zsmf/nexus/single-sled/config-partial.toml
37092024-03-26T18:47:01.726Z 1,993 100% 3.42kB/s 0:00:00 1,993 100% 3.42kB/s 0:00:00 (xfr#115, to-chk=110/254)
37102024-03-26T18:47:01.726Zsmf/ntp/
37112024-03-26T18:47:01.726Zsmf/ntp/etc/
37122024-03-26T18:47:01.727Zsmf/ntp/etc/inet/
37132024-03-26T18:47:01.727Zsmf/ntp/etc/inet/chrony.conf.boundary
37142024-03-26T18:47:01.727Z 881 100% 1.51kB/s 0:00:00 881 100% 1.51kB/s 0:00:00 (xfr#116, to-chk=104/254)
37152024-03-26T18:47:01.727Zsmf/ntp/etc/inet/chrony.conf.internal
37162024-03-26T18:47:01.727Z 1,108 100% 1.90kB/s 0:00:00 1,108 100% 1.90kB/s 0:00:00 (xfr#117, to-chk=103/254)
37172024-03-26T18:47:01.727Zsmf/ntp/etc/logadm.d/
37182024-03-26T18:47:01.727Zsmf/ntp/etc/logadm.d/chrony.logadm.conf
37192024-03-26T18:47:01.727Z 135 100% 0.23kB/s 0:00:00 135 100% 0.23kB/s 0:00:00 (xfr#118, to-chk=102/254)
37202024-03-26T18:47:01.727Zsmf/ntp/manifest/
37212024-03-26T18:47:01.727Zsmf/ntp/manifest/manifest.xml
37222024-03-26T18:47:01.727Z 3,336 100% 5.73kB/s 0:00:00 3,336 100% 5.73kB/s 0:00:00 (xfr#119, to-chk=101/254)
37232024-03-26T18:47:01.727Zsmf/ntp/method/
37242024-03-26T18:47:01.727Zsmf/ntp/method/svc-site-ntp
37252024-03-26T18:47:01.727Z 3,211 100% 5.51kB/s 0:00:00 3,211 100% 5.51kB/s 0:00:00 (xfr#120, to-chk=100/254)
37262024-03-26T18:47:01.727Zsmf/opte-interface-setup/
37272024-03-26T18:47:01.727Zsmf/opte-interface-setup/manifest.xml
37282024-03-26T18:47:01.727Z 1,638 100% 2.81kB/s 0:00:00 1,638 100% 2.81kB/s 0:00:00 (xfr#121, to-chk=99/254)
37292024-03-26T18:47:01.727Zsmf/oximeter/
37302024-03-26T18:47:01.727Zsmf/oximeter/config.toml
37312024-03-26T18:47:01.727Z 205 100% 0.35kB/s 0:00:00 205 100% 0.35kB/s 0:00:00 (xfr#122, to-chk=98/254)
37322024-03-26T18:47:01.728Zsmf/oximeter/manifest.xml
37332024-03-26T18:47:01.728Z 1,770 100% 3.04kB/s 0:00:00 1,770 100% 3.04kB/s 0:00:00 (xfr#123, to-chk=97/254)
37342024-03-26T18:47:01.728Zsmf/profile/
37352024-03-26T18:47:01.728Zsmf/profile/bashrc
37362024-03-26T18:47:01.728Z 925 100% 1.59kB/s 0:00:00 925 100% 1.59kB/s 0:00:00 (xfr#124, to-chk=96/254)
37372024-03-26T18:47:01.728Zsmf/profile/profile
37382024-03-26T18:47:01.728Z 554 100% 0.95kB/s 0:00:00 554 100% 0.95kB/s 0:00:00 (xfr#125, to-chk=95/254)
37392024-03-26T18:47:01.728Zsmf/sled-agent/
37402024-03-26T18:47:01.728Zsmf/sled-agent/manifest.xml
37412024-03-26T18:47:01.728Z 2,373 100% 4.07kB/s 0:00:00 2,373 100% 4.07kB/s 0:00:00 (xfr#126, to-chk=94/254)
37422024-03-26T18:47:01.728Zsmf/sled-agent/gimlet-standalone/
37432024-03-26T18:47:01.728Zsmf/sled-agent/gimlet-standalone/README.md
37442024-03-26T18:47:01.728Z 114 100% 0.20kB/s 0:00:00 114 100% 0.20kB/s 0:00:00 (xfr#127, to-chk=90/254)
37452024-03-26T18:47:01.728Zsmf/sled-agent/gimlet-standalone/config-rss.toml
37462024-03-26T18:47:01.728Z 6,611 100% 11.33kB/s 0:00:00 6,611 100% 11.33kB/s 0:00:00 (xfr#128, to-chk=89/254)
37472024-03-26T18:47:01.728Zsmf/sled-agent/gimlet-standalone/config.toml
37482024-03-26T18:47:01.728Z 1,800 100% 3.08kB/s 0:00:00 1,800 100% 3.08kB/s 0:00:00 (xfr#129, to-chk=88/254)
37492024-03-26T18:47:01.728Zsmf/sled-agent/gimlet/
37502024-03-26T18:47:01.728Zsmf/sled-agent/gimlet/README.md
37512024-03-26T18:47:01.728Z 54 100% 0.09kB/s 0:00:00 54 100% 0.09kB/s 0:00:00 (xfr#130, to-chk=87/254)
37522024-03-26T18:47:01.728Zsmf/sled-agent/gimlet/config.toml
37532024-03-26T18:47:01.728Z 1,657 100% 2.84kB/s 0:00:00 1,657 100% 2.84kB/s 0:00:00 (xfr#131, to-chk=86/254)
37542024-03-26T18:47:01.729Zsmf/sled-agent/non-gimlet/
37552024-03-26T18:47:01.729Zsmf/sled-agent/non-gimlet/README.md
37562024-03-26T18:47:01.729Z 105 100% 0.18kB/s 0:00:00 105 100% 0.18kB/s 0:00:00 (xfr#132, to-chk=85/254)
37572024-03-26T18:47:01.729Zsmf/sled-agent/non-gimlet/config.toml
37582024-03-26T18:47:01.729Z 2,820 100% 4.83kB/s 0:00:00 2,820 100% 4.83kB/s 0:00:00 (xfr#133, to-chk=84/254)
37592024-03-26T18:47:01.729Zsmf/sp-sim/
37602024-03-26T18:47:01.729Zsmf/sp-sim/config.toml
37612024-03-26T18:47:01.756Z 2,604 100% 4.46kB/s 0:00:00 2,604 100% 4.46kB/s 0:00:00 (xfr#134, to-chk=83/254)
37622024-03-26T18:47:01.756Zsmf/sp-sim/manifest.xml
37632024-03-26T18:47:01.756Z 1,271 100% 2.18kB/s 0:00:00 1,271 100% 2.18kB/s 0:00:00 (xfr#135, to-chk=82/254)
37642024-03-26T18:47:01.756Zsmf/switch_zone_setup/
37652024-03-26T18:47:01.756Zsmf/switch_zone_setup/manifest.xml
37662024-03-26T18:47:01.756Z 1,061 100% 1.82kB/s 0:00:00 1,061 100% 1.82kB/s 0:00:00 (xfr#136, to-chk=81/254)
37672024-03-26T18:47:01.756Zsmf/switch_zone_setup/support_authorized_keys
37682024-03-26T18:47:01.756Z 1,284 100% 2.20kB/s 0:00:00 1,284 100% 2.20kB/s 0:00:00 (xfr#137, to-chk=80/254)
37692024-03-26T18:47:01.756Zsmf/switch_zone_setup/switch_zone_setup
37702024-03-26T18:47:01.756Z 1,041 100% 1.78kB/s 0:00:00 1,041 100% 1.78kB/s 0:00:00 (xfr#138, to-chk=79/254)
37712024-03-26T18:47:01.756Zsmf/wicketd/
37722024-03-26T18:47:01.756Zsmf/wicketd/config.toml
37732024-03-26T18:47:01.756Z 104 100% 0.18kB/s 0:00:00 104 100% 0.18kB/s 0:00:00 (xfr#139, to-chk=78/254)
37742024-03-26T18:47:01.756Zsmf/wicketd/manifest.xml
37752024-03-26T18:47:01.756Z 2,954 100% 5.06kB/s 0:00:00 2,954 100% 5.06kB/s 0:00:00 (xfr#140, to-chk=77/254)
37762024-03-26T18:47:01.756Zsmf/zone-network-setup/
37772024-03-26T18:47:01.756Zsmf/zone-network-setup/manifest.xml
37782024-03-26T18:47:01.757Z 1,614 100% 2.77kB/s 0:00:00 1,614 100% 2.77kB/s 0:00:00 (xfr#141, to-chk=76/254)
37792024-03-26T18:47:01.757Ztools/
37802024-03-26T18:47:01.757Ztools/README.adoc
37812024-03-26T18:47:01.757Z 3,558 100% 6.09kB/s 0:00:00 3,558 100% 6.09kB/s 0:00:00 (xfr#142, to-chk=75/254)
37822024-03-26T18:47:01.757Ztools/build-global-zone-packages.sh
37832024-03-26T18:47:01.757Z 2,388 100% 4.08kB/s 0:00:00 2,388 100% 4.08kB/s 0:00:00 (xfr#143, to-chk=74/254)
37842024-03-26T18:47:01.757Ztools/build-host-image.sh
37852024-03-26T18:47:01.757Z 2,971 100% 5.08kB/s 0:00:00 2,971 100% 5.08kB/s 0:00:00 (xfr#144, to-chk=73/254)
37862024-03-26T18:47:01.757Ztools/build-trampoline-global-zone-packages.sh
37872024-03-26T18:47:01.757Z 1,878 100% 3.21kB/s 0:00:00 1,878 100% 3.21kB/s 0:00:00 (xfr#145, to-chk=72/254)
37882024-03-26T18:47:01.757Ztools/ci_check_opte_ver.sh
37892024-03-26T18:47:01.757Z 2,770 100% 4.74kB/s 0:00:00 2,770 100% 4.74kB/s 0:00:00 (xfr#146, to-chk=71/254)
37902024-03-26T18:47:01.757Ztools/ci_download_clickhouse
37912024-03-26T18:47:01.757Z 3,631 100% 6.21kB/s 0:00:00 3,631 100% 6.21kB/s 0:00:00 (xfr#147, to-chk=70/254)
37922024-03-26T18:47:01.757Ztools/ci_download_cockroachdb
37932024-03-26T18:47:01.757Z 4,292 100% 7.34kB/s 0:00:00 4,292 100% 7.34kB/s 0:00:00 (xfr#148, to-chk=69/254)
37942024-03-26T18:47:01.757Ztools/ci_download_console
37952024-03-26T18:47:01.757Z 1,991 100% 3.41kB/s 0:00:00 1,991 100% 3.41kB/s 0:00:00 (xfr#149, to-chk=68/254)
37962024-03-26T18:47:01.757Ztools/ci_download_dendrite_openapi
37972024-03-26T18:47:01.758Z 1,719 100% 2.94kB/s 0:00:00 1,719 100% 2.94kB/s 0:00:00 (xfr#150, to-chk=67/254)
37982024-03-26T18:47:01.758Ztools/ci_download_dendrite_stub
37992024-03-26T18:47:01.758Z 4,229 100% 7.23kB/s 0:00:00 4,229 100% 7.23kB/s 0:00:00 (xfr#151, to-chk=66/254)
38002024-03-26T18:47:01.758Ztools/ci_download_maghemite_mgd
38012024-03-26T18:47:01.758Z 3,650 100% 6.24kB/s 0:00:00 3,650 100% 6.24kB/s 0:00:00 (xfr#152, to-chk=65/254)
38022024-03-26T18:47:01.758Ztools/ci_download_maghemite_openapi
38032024-03-26T18:47:01.758Z 1,989 100% 3.40kB/s 0:00:00 1,989 100% 3.40kB/s 0:00:00 (xfr#153, to-chk=64/254)
38042024-03-26T18:47:01.758Ztools/ci_download_softnpu_machinery
38052024-03-26T18:47:01.758Z 668 100% 1.14kB/s 0:00:00 668 100% 1.14kB/s 0:00:00 (xfr#154, to-chk=63/254)
38062024-03-26T18:47:01.758Ztools/ci_download_thundermuffin
38072024-03-26T18:47:01.758Z 3,237 100% 5.54kB/s 0:00:00 3,237 100% 5.54kB/s 0:00:00 (xfr#155, to-chk=62/254)
38082024-03-26T18:47:01.758Ztools/ci_download_transceiver_control
38092024-03-26T18:47:01.758Z 3,415 100% 5.84kB/s 0:00:00 3,415 100% 5.84kB/s 0:00:00 (xfr#156, to-chk=61/254)
38102024-03-26T18:47:01.758Ztools/clickhouse_checksums
38112024-03-26T18:47:01.758Z 153 100% 0.26kB/s 0:00:00 153 100% 0.26kB/s 0:00:00 (xfr#157, to-chk=60/254)
38122024-03-26T18:47:01.758Ztools/clickhouse_version
38132024-03-26T18:47:01.758Z 11 100% 0.02kB/s 0:00:00 11 100% 0.02kB/s 0:00:00 (xfr#158, to-chk=59/254)
38142024-03-26T18:47:01.758Ztools/cockroachdb_checksums
38152024-03-26T18:47:01.758Z 258 100% 0.44kB/s 0:00:00 258 100% 0.44kB/s 0:00:00 (xfr#159, to-chk=58/254)
38162024-03-26T18:47:01.758Ztools/cockroachdb_version
38172024-03-26T18:47:01.759Z 8 100% 0.01kB/s 0:00:00 8 100% 0.01kB/s 0:00:00 (xfr#160, to-chk=57/254)
38182024-03-26T18:47:01.759Ztools/console_version
38192024-03-26T18:47:01.759Z 122 100% 0.21kB/s 0:00:00 122 100% 0.21kB/s 0:00:00 (xfr#161, to-chk=56/254)
38202024-03-26T18:47:01.759Ztools/create_gimlet_virtual_hardware.sh
38212024-03-26T18:47:01.759Z 936 100% 1.60kB/s 0:00:00 936 100% 1.60kB/s 0:00:00 (xfr#162, to-chk=55/254)
38222024-03-26T18:47:01.759Ztools/create_scrimlet_virtual_hardware.sh
38232024-03-26T18:47:01.759Z 2,014 100% 3.44kB/s 0:00:00 2,014 100% 3.44kB/s 0:00:00 (xfr#163, to-chk=54/254)
38242024-03-26T18:47:01.759Ztools/create_self_signed_cert.sh
38252024-03-26T18:47:01.759Z 685 100% 1.17kB/s 0:00:00 685 100% 1.17kB/s 0:00:00 (xfr#164, to-chk=53/254)
38262024-03-26T18:47:01.759Ztools/create_virtual_hardware.sh
38272024-03-26T18:47:01.759Z 3,184 100% 5.44kB/s 0:00:00 3,184 100% 5.44kB/s 0:00:00 (xfr#165, to-chk=52/254)
38282024-03-26T18:47:01.759Ztools/delete-reservoir.sh
38292024-03-26T18:47:01.759Z 136 100% 0.23kB/s 0:00:00 136 100% 0.23kB/s 0:00:00 (xfr#166, to-chk=51/254)
38302024-03-26T18:47:01.759Ztools/dendrite_openapi_version
38312024-03-26T18:47:01.759Z 122 100% 0.21kB/s 0:00:00 122 100% 0.21kB/s 0:00:00 (xfr#167, to-chk=50/254)
38322024-03-26T18:47:01.759Ztools/dendrite_stub_checksums
38332024-03-26T18:47:01.760Z 267 100% 0.46kB/s 0:00:00 267 100% 0.46kB/s 0:00:00 (xfr#168, to-chk=49/254)
38342024-03-26T18:47:01.760Ztools/destroy_gimlet_virtual_hardware.sh
38352024-03-26T18:47:01.760Z 888 100% 1.52kB/s 0:00:00 888 100% 1.52kB/s 0:00:00 (xfr#169, to-chk=48/254)
38362024-03-26T18:47:01.760Ztools/destroy_scrimlet_virtual_hardware.sh
38372024-03-26T18:47:01.760Z 1,147 100% 1.96kB/s 0:00:00 1,147 100% 1.96kB/s 0:00:00 (xfr#170, to-chk=47/254)
38382024-03-26T18:47:01.760Ztools/destroy_virtual_hardware.sh
38392024-03-26T18:47:01.760Z 2,227 100% 3.80kB/s 0:00:00 2,227 100% 3.80kB/s 0:00:00 (xfr#171, to-chk=46/254)
38402024-03-26T18:47:01.760Ztools/dvt_dock_version
38412024-03-26T18:47:01.760Z 48 100% 0.08kB/s 0:00:00 48 100% 0.08kB/s 0:00:00 (xfr#172, to-chk=45/254)
38422024-03-26T18:47:01.760Ztools/ensure_buildomat_artifact.sh
38432024-03-26T18:47:01.760Z 3,759 100% 6.42kB/s 0:00:00 3,759 100% 6.42kB/s 0:00:00 (xfr#173, to-chk=44/254)
38442024-03-26T18:47:01.760Ztools/generate-nexus-api.sh
38452024-03-26T18:47:01.760Z 174 100% 0.30kB/s 0:00:00 174 100% 0.30kB/s 0:00:00 (xfr#174, to-chk=43/254)
38462024-03-26T18:47:01.760Ztools/generate-sled-agent-api.sh
38472024-03-26T18:47:01.760Z 161 100% 0.27kB/s 0:00:00 161 100% 0.27kB/s 0:00:00 (xfr#175, to-chk=42/254)
38482024-03-26T18:47:01.760Ztools/generate-wicketd-api.sh
38492024-03-26T18:47:01.760Z 75 100% 0.13kB/s 0:00:00 75 100% 0.13kB/s 0:00:00 (xfr#176, to-chk=41/254)
38502024-03-26T18:47:01.760Ztools/hubris_checksums
38512024-03-26T18:47:01.760Z 852 100% 1.45kB/s 0:00:00 852 100% 1.45kB/s 0:00:00 (xfr#177, to-chk=40/254)
38522024-03-26T18:47:01.760Ztools/hubris_version
38532024-03-26T18:47:01.760Z 50 100% 0.09kB/s 0:00:00 50 100% 0.09kB/s 0:00:00 (xfr#178, to-chk=39/254)
38542024-03-26T18:47:01.761Ztools/install_builder_prerequisites.sh
38552024-03-26T18:47:01.761Z 7,537 100% 12.87kB/s 0:00:00 7,537 100% 12.87kB/s 0:00:00 (xfr#179, to-chk=38/254)
38562024-03-26T18:47:01.761Ztools/install_opte.sh
38572024-03-26T18:47:01.761Z 3,755 100% 6.40kB/s 0:00:00 3,755 100% 6.40kB/s 0:00:00 (xfr#180, to-chk=37/254)
38582024-03-26T18:47:01.761Ztools/install_prerequisites.sh
38592024-03-26T18:47:01.761Z 255 100% 0.43kB/s 0:00:00 255 100% 0.43kB/s 0:00:00 (xfr#181, to-chk=36/254)
38602024-03-26T18:47:01.761Ztools/install_runner_prerequisites.sh
38612024-03-26T18:47:01.787Z 4,154 100% 7.08kB/s 0:00:00 4,154 100% 7.08kB/s 0:00:00 (xfr#182, to-chk=35/254)
38622024-03-26T18:47:01.787Ztools/maghemite_ddm_openapi_version
38632024-03-26T18:47:01.787Z 122 100% 0.21kB/s 0:00:00 122 100% 0.21kB/s 0:00:00 (xfr#183, to-chk=34/254)
38642024-03-26T18:47:01.787Ztools/maghemite_mg_openapi_version
38652024-03-26T18:47:01.787Z 122 100% 0.21kB/s 0:00:00 122 100% 0.21kB/s 0:00:00 (xfr#184, to-chk=33/254)
38662024-03-26T18:47:01.787Ztools/maghemite_mgd_checksums
38672024-03-26T18:47:01.787Z 163 100% 0.28kB/s 0:00:00 163 100% 0.28kB/s 0:00:00 (xfr#185, to-chk=32/254)
38682024-03-26T18:47:01.787Ztools/opte_version
38692024-03-26T18:47:01.787Z 9 100% 0.02kB/s 0:00:00 9 100% 0.02kB/s 0:00:00 (xfr#186, to-chk=31/254)
38702024-03-26T18:47:01.787Ztools/opte_version_override
38712024-03-26T18:47:01.787Z 142 100% 0.24kB/s 0:00:00 142 100% 0.24kB/s 0:00:00 (xfr#187, to-chk=30/254)
38722024-03-26T18:47:01.788Ztools/renovate-post-upgrade.sh
38732024-03-26T18:47:01.788Z 1,705 100% 2.91kB/s 0:00:00 1,705 100% 2.91kB/s 0:00:00 (xfr#188, to-chk=29/254)
38742024-03-26T18:47:01.788Ztools/thundermuffin_checksums
38752024-03-26T18:47:01.788Z 79 100% 0.13kB/s 0:00:00 79 100% 0.13kB/s 0:00:00 (xfr#189, to-chk=28/254)
38762024-03-26T18:47:01.788Ztools/thundermuffin_version
38772024-03-26T18:47:01.788Z 50 100% 0.09kB/s 0:00:00 50 100% 0.09kB/s 0:00:00 (xfr#190, to-chk=27/254)
38782024-03-26T18:47:01.788Ztools/transceiver_control_version
38792024-03-26T18:47:01.788Z 137 100% 0.23kB/s 0:00:00 137 100% 0.23kB/s 0:00:00 (xfr#191, to-chk=26/254)
38802024-03-26T18:47:01.788Ztools/uninstall_opte.sh
38812024-03-26T18:47:01.788Z 6,514 100% 11.10kB/s 0:00:00 6,514 100% 11.10kB/s 0:00:00 (xfr#192, to-chk=25/254)
38822024-03-26T18:47:01.788Ztools/update_crucible.sh
38832024-03-26T18:47:01.788Z 1,093 100% 1.86kB/s 0:00:00 1,093 100% 1.86kB/s 0:00:00 (xfr#193, to-chk=24/254)
38842024-03-26T18:47:01.788Ztools/update_dendrite.sh
38852024-03-26T18:47:01.788Z 2,333 100% 3.98kB/s 0:00:00 2,333 100% 3.98kB/s 0:00:00 (xfr#194, to-chk=23/254)
38862024-03-26T18:47:01.788Ztools/update_helpers.sh
38872024-03-26T18:47:01.788Z 3,831 100% 6.53kB/s 0:00:00 3,831 100% 6.53kB/s 0:00:00 (xfr#195, to-chk=22/254)
38882024-03-26T18:47:01.788Ztools/update_lldp.sh
38892024-03-26T18:47:01.788Z 1,000 100% 1.70kB/s 0:00:00 1,000 100% 1.70kB/s 0:00:00 (xfr#196, to-chk=21/254)
38902024-03-26T18:47:01.788Ztools/update_maghemite.sh
38912024-03-26T18:47:01.788Z 939 100% 1.60kB/s 0:00:00 939 100% 1.60kB/s 0:00:00 (xfr#197, to-chk=20/254)
38922024-03-26T18:47:01.788Ztools/update_propolis.sh
38932024-03-26T18:47:01.789Z 1,050 100% 1.79kB/s 0:00:00 1,050 100% 1.79kB/s 0:00:00 (xfr#198, to-chk=19/254)
38942024-03-26T18:47:01.789Ztools/update_transceiver_control.sh
38952024-03-26T18:47:01.789Z 1,374 100% 2.34kB/s 0:00:00 1,374 100% 2.34kB/s 0:00:00 (xfr#199, to-chk=18/254)
38962024-03-26T18:47:01.789Ztools/virtual_hardware.sh
38972024-03-26T18:47:01.789Z 3,429 100% 5.84kB/s 0:00:00 3,429 100% 5.84kB/s 0:00:00 (xfr#200, to-chk=17/254)
38982024-03-26T18:47:01.789Ztools/dtrace/
38992024-03-26T18:47:01.789Ztools/dtrace/aggregate-query-latency.d
39002024-03-26T18:47:01.789Z 780 100% 1.33kB/s 0:00:00 780 100% 1.33kB/s 0:00:00 (xfr#201, to-chk=11/254)
39012024-03-26T18:47:01.789Ztools/dtrace/slowest-queries.d
39022024-03-26T18:47:01.789Z 1,077 100% 1.83kB/s 0:00:00 1,077 100% 1.83kB/s 0:00:00 (xfr#202, to-chk=10/254)
39032024-03-26T18:47:01.789Ztools/dtrace/trace-db-queries.d
39042024-03-26T18:47:01.789Z 811 100% 1.38kB/s 0:00:00 811 100% 1.38kB/s 0:00:00 (xfr#203, to-chk=9/254)
39052024-03-26T18:47:01.789Ztools/include/
39062024-03-26T18:47:01.789Ztools/include/force-git-over-https.sh
39072024-03-26T18:47:01.789Z 940 100% 1.60kB/s 0:00:00 940 100% 1.60kB/s 0:00:00 (xfr#204, to-chk=8/254)
39082024-03-26T18:47:01.789Ztools/populate/
39092024-03-26T18:47:01.789Ztools/populate/populate-alpine.sh
39102024-03-26T18:47:01.789Z 788 100% 1.34kB/s 0:00:00 788 100% 1.34kB/s 0:00:00 (xfr#205, to-chk=7/254)
39112024-03-26T18:47:01.789Ztools/populate/populate-images.sh
39122024-03-26T18:47:01.789Z 2,571 100% 4.37kB/s 0:00:00 2,571 100% 4.37kB/s 0:00:00 (xfr#206, to-chk=6/254)
39132024-03-26T18:47:01.790Ztools/reflector/
39142024-03-26T18:47:01.790Ztools/reflector/helpers.sh
39152024-03-26T18:47:01.790Z 4,652 100% 7.91kB/s 0:00:00 4,652 100% 7.91kB/s 0:00:00 (xfr#207, to-chk=5/254)
39162024-03-26T18:47:01.790Ztools/scrimlet/
39172024-03-26T18:47:01.790Ztools/scrimlet/create-softnpu-zone.sh
39182024-03-26T18:47:01.790Z 627 100% 1.07kB/s 0:00:00 627 100% 1.07kB/s 0:00:00 (xfr#208, to-chk=4/254)
39192024-03-26T18:47:01.790Ztools/scrimlet/destroy-softnpu-zone.sh
39202024-03-26T18:47:01.790Z 203 100% 0.35kB/s 0:00:00 203 100% 0.35kB/s 0:00:00 (xfr#209, to-chk=3/254)
39212024-03-26T18:47:01.790Ztools/scrimlet/softnpu-init.sh
39222024-03-26T18:47:01.790Z 2,157 100% 3.67kB/s 0:00:00 2,157 100% 3.67kB/s 0:00:00 (xfr#210, to-chk=2/254)
39232024-03-26T18:47:01.790Ztools/scrimlet/softnpu-zone.txt
39242024-03-26T18:47:01.790Z 330 100% 0.56kB/s 0:00:00 330 100% 0.56kB/s 0:00:00 (xfr#211, to-chk=1/254)
39252024-03-26T18:47:01.790Ztools/scrimlet/softnpu.toml
39262024-03-26T18:47:01.790Z 171 100% 0.29kB/s 0:00:00 171 100% 0.29kB/s 0:00:00 (xfr#212, to-chk=0/254)
39272024-03-26T18:47:01.790Z+ banner G2
39282024-03-26T18:47:01.790Z ##### #####
39292024-03-26T18:47:01.790Z# # # #
39302024-03-26T18:47:01.790Z# #
39312024-03-26T18:47:01.790Z# #### #####
39322024-03-26T18:47:01.790Z# # #
39332024-03-26T18:47:01.790Z# # #
39342024-03-26T18:47:01.791Z ##### #######
39352024-03-26T18:47:01.791Z
39362024-03-26T18:47:01.791Z+ . config/build-g2.sh
39372024-03-26T18:47:01.791Z++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml
39382024-03-26T18:47:01.791Z++ cp config/g2-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml
39392024-03-26T18:47:01.791Z++ cp -r cargo-bay/tools cargo-bay/g2/
39402024-03-26T18:47:01.791Z++ cd /work/oxidecomputer/omicron
39412024-03-26T18:47:01.791Z++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled
39422024-03-26T18:47:02.833Z Finished release [optimized] target(s) in 0.99s
39432024-03-26T18:47:02.864Z Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled`
39442024-03-26T18:47:02.900ZLogging to: /work/oxidecomputer/omicron/out/LOG
39452024-03-26T18:47:02.926ZCreated new build target 'default' and set it as active
39462024-03-26T18:47:02.926Z++ cargo run --release --bin omicron-package -- package
39472024-03-26T18:47:03.927Z Finished release [optimized] target(s) in 0.93s
39482024-03-26T18:47:03.956Z Running `target/release/omicron-package package`
39492024-03-26T18:47:03.987ZLogging to: /work/oxidecomputer/omicron/out/LOG
39502024-03-26T18:47:05.145Z Finished release [optimized] target(s) in 1.07s
39512024-03-26T18:47:07.856Z++ cd /work/oxidecomputer/testbed/a4x2/config/../
39522024-03-26T18:47:07.856Z++ rm -rf cargo-bay/g2/omicron
39532024-03-26T18:47:07.883Z++ mkdir -p cargo-bay/g2/omicron
39542024-03-26T18:47:07.883Z++ rsync --delete -Paz /work/oxidecomputer/omicron/tools /work/oxidecomputer/omicron/out /work/oxidecomputer/omicron/smf /work/oxidecomputer/omicron/target/release/omicron-package /work/oxidecomputer/omicron/package-manifest.toml --exclude out/downloads --exclude out/clickhouse --exclude out/cockroachdb --exclude out/dendrite-stub --exclude out/mgd --exclude out/thundermuffin --exclude out/transceiver-control --exclude out/omicron-nexus.tar.gz --exclude out/oximeter-collector.tar.gz --exclude out/oximeter-collector.tar.gz --exclude out/clickhouse_svc.tar.gz --exclude out/clickhouse_keeper_svc.tar.gz --exclude out/cockroachdb-service.tar.gz --exclude out/internal-dns-cli.tar.gz --exclude out/dns-server.tar.gz --exclude out/internal-dns-customizations.tar.gz --exclude out/external-dns-customizations.tar.gz --exclude out/ntp-svc.tar.gz --exclude out/mgs.tar.gz --exclude out/omicron-gateway-asic-customizations.tar.gz --exclude out/omicron-gateway-stub-customizations.tar.gz --exclude out/omicron-gateway-softnpu-customizations.tar.gz --exclude out/wicketd.tar.gz --exclude out/wicket.tar.gz --exclude out/switch_zone_setup.tar.gz --exclude out/sp-sim.tar.gz --exclude out/sp-sim-stub.tar.gz --exclude out/sp-sim-softnpu.tar.gz --exclude out/crucible.tar.gz --exclude out/crucible-pantry.tar.gz --exclude out/mg-ddm.tar.gz --exclude out/mgd.tar.gz --exclude out/lldp.tar.gz --exclude out/dendrite-stub.tar.gz --exclude out/dendrite-asic.tar.gz --exclude out/dendrite-softnpu.tar.gz --exclude out/xcvradm.tar.gz --exclude out/thundermuffin.tar.gz --exclude out/zone-network-install.tar.gz --exclude out/zone-network-setup.tar.gz --exclude out/opte-interface-setup.tar.gz --exclude out/omicron-omdb.tar.gz --exclude out/logadm.tar.gz --exclude out/profile.tar.gz --exclude '*.p5p' cargo-bay/g2/omicron/
39552024-03-26T18:47:07.883Zsending incremental file list
39562024-03-26T18:47:07.883Zomicron-package
39572024-03-26T18:47:08.133Z 32,768 0% 0.00kB/s 0:00:00 40,143,440 100% 151.20MB/s 0:00:00 (xfr#1, to-chk=253/254)
39582024-03-26T18:47:08.133Zpackage-manifest.toml
39592024-03-26T18:47:08.161Z 26,511 100% 102.33kB/s 0:00:00 26,511 100% 102.33kB/s 0:00:00 (xfr#2, to-chk=252/254)
39602024-03-26T18:47:08.161Zout/
39612024-03-26T18:47:08.161Zout/LOG
39622024-03-26T18:47:08.161Z 32,768 79% 126.48kB/s 0:00:00 41,299 100% 159.41kB/s 0:00:00 (xfr#3, to-chk=248/254)
39632024-03-26T18:47:08.161Zout/clickhouse.tar.gz
39642024-03-26T18:47:08.878Z 32,768 0% 125.98kB/s 0:30:34 231,181,998 100% 222.03MB/s 0:00:00 (xfr#4, to-chk=247/254)
39652024-03-26T18:47:08.879Zout/clickhouse_keeper.tar.gz
39662024-03-26T18:47:09.705Z 32,768 0% 32.23kB/s 1:59:32 524,288 0% 512.00kB/s 0:07:30 231,172,279 100% 120.87MB/s 0:00:01 (xfr#5, to-chk=246/254)
39672024-03-26T18:47:09.705Zout/cockroachdb.tar.gz
39682024-03-26T18:47:10.141Z 32,768 0% 38.79kB/s 0:54:25 49,676,288 39% 47.38MB/s 0:00:01 126,678,544 100% 95.73MB/s 0:00:01 (xfr#6, to-chk=245/254)
39692024-03-26T18:47:10.141Zout/crucible-pantry-zone.tar.gz
39702024-03-26T18:47:10.214Z 32,768 0% 121.67kB/s 0:03:27 25,291,089 100% 71.78MB/s 0:00:00 (xfr#7, to-chk=244/254)
39712024-03-26T18:47:10.214Zout/crucible-zone.tar.gz
39722024-03-26T18:47:10.334Z 32,768 0% 95.24kB/s 0:06:28 36,990,014 100% 77.70MB/s 0:00:00 (xfr#8, to-chk=243/254)
39732024-03-26T18:47:10.334Zout/external-dns.tar.gz
39742024-03-26T18:47:10.435Z 32,768 0% 70.48kB/s 0:07:19 31,009,053 100% 53.28MB/s 0:00:00 (xfr#9, to-chk=242/254)
39752024-03-26T18:47:10.435Zout/internal-dns.tar.gz
39762024-03-26T18:47:10.536Z 32,768 0% 57.55kB/s 0:08:58 31,008,613 100% 45.15MB/s 0:00:00 (xfr#10, to-chk=241/254)
39772024-03-26T18:47:10.536Zout/mg-ddm-gz.tar
39782024-03-26T18:47:11.110Z 32,768 0% 48.85kB/s 0:25:35 42,991,616 57% 41.00MB/s 0:00:00 75,039,232 100% 57.99MB/s 0:00:01 (xfr#11, to-chk=240/254)
39792024-03-26T18:47:11.111Zout/nexus.tar.gz
39802024-03-26T18:47:11.447Z 32,768 0% 136.17kB/s 0:11:04 90,574,202 100% 151.01MB/s 0:00:00 (xfr#12, to-chk=239/254)
39812024-03-26T18:47:11.448Zout/ntp.tar.gz
39822024-03-26T18:47:11.479Z 32,768 0% 55.85kB/s 0:03:06 10,429,099 100% 16.49MB/s 0:00:00 (xfr#13, to-chk=238/254)
39832024-03-26T18:47:11.479Zout/omicron-gateway-softnpu.tar.gz
39842024-03-26T18:47:11.524Z 32,768 0% 53.07kB/s 0:05:10 16,523,785 100% 24.39MB/s 0:00:00 (xfr#14, to-chk=237/254)
39852024-03-26T18:47:11.524Zout/omicron-gateway.tar.gz
39862024-03-26T18:47:11.564Z 32,768 0% 49.54kB/s 0:05:32 16,520,360 100% 22.93MB/s 0:00:00 (xfr#15, to-chk=236/254)
39872024-03-26T18:47:11.564Zout/omicron-sled-agent.tar
39882024-03-26T18:47:12.410Z 32,768 0% 46.58kB/s 0:40:48 35,782,656 31% 34.12MB/s 0:00:02 114,097,664 100% 70.80MB/s 0:00:01 (xfr#16, to-chk=235/254)
39892024-03-26T18:47:12.410Zout/overlay.tar.gz
39902024-03-26T18:47:12.410Z 2,622 100% 4.76kB/s 0:00:00 2,622 100% 4.76kB/s 0:00:00 (xfr#17, to-chk=234/254)
39912024-03-26T18:47:12.411Zout/oximeter.tar.gz
39922024-03-26T18:47:12.573Z 32,768 0% 59.48kB/s 0:13:44 49,088,759 100% 66.88MB/s 0:00:00 (xfr#18, to-chk=233/254)
39932024-03-26T18:47:12.573Zout/oxlog.tar
39942024-03-26T18:47:12.622Z 32,768 0% 45.65kB/s 0:02:16 6,244,864 100% 7.94MB/s 0:00:00 (xfr#19, to-chk=232/254)
39952024-03-26T18:47:12.623Zout/probe.tar.gz
39962024-03-26T18:47:12.647Z 32,768 1% 42.67kB/s 0:01:05 2,829,470 100% 3.56MB/s 0:00:00 (xfr#20, to-chk=231/254)
39972024-03-26T18:47:12.647Zout/propolis-server.tar.gz
39982024-03-26T18:47:12.835Z 32,768 0% 42.16kB/s 0:26:13 66,360,059 100% 65.85MB/s 0:00:00 (xfr#21, to-chk=230/254)
39992024-03-26T18:47:12.835Zout/switch-softnpu.tar.gz
40002024-03-26T18:47:13.489Z 32,768 0% 33.26kB/s 1:47:04 10,747,904 5% 10.25MB/s 0:00:19 213,725,047 100% 126.21MB/s 0:00:01 (xfr#22, to-chk=229/254)
40012024-03-26T18:47:13.489Zout/console-assets/
40022024-03-26T18:47:13.490Zout/console-assets/VERSION
40032024-03-26T18:47:13.516Z 41 100% 0.06kB/s 0:00:00 41 100% 0.06kB/s 0:00:00 (xfr#23, to-chk=225/254)
40042024-03-26T18:47:13.516Zout/console-assets/index.html
40052024-03-26T18:47:13.516Z 466 100% 0.74kB/s 0:00:00 466 100% 0.74kB/s 0:00:00 (xfr#24, to-chk=224/254)
40062024-03-26T18:47:13.516Zout/console-assets/assets/
40072024-03-26T18:47:13.517Zout/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2
40082024-03-26T18:47:13.517Z 32,768 70% 51.86kB/s 0:00:00 46,276 100% 73.24kB/s 0:00:00 (xfr#25, to-chk=222/254)
40092024-03-26T18:47:13.517Zout/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff
40102024-03-26T18:47:13.517Z 32,768 65% 51.86kB/s 0:00:00 50,032 100% 79.06kB/s 0:00:00 (xfr#26, to-chk=221/254)
40112024-03-26T18:47:13.517Zout/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff
40122024-03-26T18:47:13.517Z 32,768 55% 51.78kB/s 0:00:00 58,524 100% 92.48kB/s 0:00:00 (xfr#27, to-chk=220/254)
40132024-03-26T18:47:13.517Zout/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2
40142024-03-26T18:47:13.517Z 32,768 71% 51.78kB/s 0:00:00 46,060 100% 72.78kB/s 0:00:00 (xfr#28, to-chk=219/254)
40152024-03-26T18:47:13.517Zout/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff
40162024-03-26T18:47:13.517Z 21,937 100% 34.66kB/s 0:00:00 21,937 100% 34.66kB/s 0:00:00 (xfr#29, to-chk=218/254)
40172024-03-26T18:47:13.517Zout/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2
40182024-03-26T18:47:13.517Z 17,996 100% 28.39kB/s 0:00:00 17,996 100% 28.39kB/s 0:00:00 (xfr#30, to-chk=217/254)
40192024-03-26T18:47:13.517Zout/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff
40202024-03-26T18:47:13.517Z 21,890 100% 34.53kB/s 0:00:00 21,890 100% 34.53kB/s 0:00:00 (xfr#31, to-chk=216/254)
40212024-03-26T18:47:13.517Zout/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2
40222024-03-26T18:47:13.517Z 17,984 100% 28.37kB/s 0:00:00 17,984 100% 28.37kB/s 0:00:00 (xfr#32, to-chk=215/254)
40232024-03-26T18:47:13.517Zout/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff
40242024-03-26T18:47:13.517Z 21,123 100% 33.32kB/s 0:00:00 21,123 100% 33.32kB/s 0:00:00 (xfr#33, to-chk=214/254)
40252024-03-26T18:47:13.517Zout/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2
40262024-03-26T18:47:13.517Z 17,228 100% 27.18kB/s 0:00:00 17,228 100% 27.18kB/s 0:00:00 (xfr#34, to-chk=213/254)
40272024-03-26T18:47:13.517Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2
40282024-03-26T18:47:13.518Z 18,448 100% 29.10kB/s 0:00:00 18,448 100% 29.10kB/s 0:00:00 (xfr#35, to-chk=212/254)
40292024-03-26T18:47:13.518Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff
40302024-03-26T18:47:13.518Z 22,665 100% 35.70kB/s 0:00:00 22,665 100% 35.70kB/s 0:00:00 (xfr#36, to-chk=211/254)
40312024-03-26T18:47:13.518Zout/console-assets/assets/Terminal-MhI4tVax.js
40322024-03-26T18:47:13.518Z 32,768 11% 51.61kB/s 0:00:04 287,745 100% 451.77kB/s 0:00:00 (xfr#37, to-chk=210/254)
40332024-03-26T18:47:13.518Zout/console-assets/assets/Terminal-MhI4tVax.js.gz
40342024-03-26T18:47:13.518Z 32,768 45% 51.45kB/s 0:00:00 71,751 100% 112.47kB/s 0:00:00 (xfr#38, to-chk=209/254)
40352024-03-26T18:47:13.518Zout/console-assets/assets/Terminal-MhI4tVax.js.map
40362024-03-26T18:47:13.518Z 32,768 5% 51.36kB/s 0:00:10 590,398 100% 919.55kB/s 0:00:00 (xfr#39, to-chk=208/254)
40372024-03-26T18:47:13.518Zout/console-assets/assets/Terminal-MhI4tVax.js.map.gz
40382024-03-26T18:47:13.518Z 32,768 27% 51.04kB/s 0:00:01 118,340 100% 184.02kB/s 0:00:00 (xfr#40, to-chk=207/254)
40392024-03-26T18:47:13.518Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js
40402024-03-26T18:47:13.518Z 32,768 8% 50.87kB/s 0:00:06 371,459 100% 572.17kB/s 0:00:00 (xfr#41, to-chk=206/254)
40412024-03-26T18:47:13.518Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js.gz
40422024-03-26T18:47:13.518Z 32,768 31% 50.47kB/s 0:00:01 103,751 100% 159.81kB/s 0:00:00 (xfr#42, to-chk=205/254)
40432024-03-26T18:47:13.518Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js.map
40442024-03-26T18:47:13.545Z 32,768 1% 50.39kB/s 0:00:32 1,659,324 100% 2.45MB/s 0:00:00 (xfr#43, to-chk=204/254)
40452024-03-26T18:47:13.545Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js.map.gz
40462024-03-26T18:47:13.545Z 32,768 8% 49.54kB/s 0:00:06 379,086 100% 572.18kB/s 0:00:00 (xfr#44, to-chk=203/254)
40472024-03-26T18:47:13.545Zout/console-assets/assets/app-UgyCDj6n.css
40482024-03-26T18:47:13.545Z 32,768 23% 49.38kB/s 0:00:02 138,220 100% 208.30kB/s 0:00:00 (xfr#45, to-chk=202/254)
40492024-03-26T18:47:13.545Zout/console-assets/assets/app-UgyCDj6n.css.gz
40502024-03-26T18:47:13.545Z 21,226 100% 31.99kB/s 0:00:00 21,226 100% 31.99kB/s 0:00:00 (xfr#46, to-chk=201/254)
40512024-03-26T18:47:13.545Zout/console-assets/assets/app-oDC708oE.js
40522024-03-26T18:47:13.545Z 32,768 3% 49.38kB/s 0:00:21 1,090,115 100% 1.57MB/s 0:00:00 (xfr#47, to-chk=200/254)
40532024-03-26T18:47:13.545Zout/console-assets/assets/app-oDC708oE.js.gz
40542024-03-26T18:47:13.545Z 32,768 9% 48.41kB/s 0:00:06 336,276 100% 495.32kB/s 0:00:00 (xfr#48, to-chk=199/254)
40552024-03-26T18:47:13.545Zout/console-assets/assets/app-oDC708oE.js.map
40562024-03-26T18:47:13.573Z 32,768 0% 48.27kB/s 0:01:47 5,242,661 100% 7.17MB/s 0:00:00 (xfr#49, to-chk=198/254)
40572024-03-26T18:47:13.573Zout/console-assets/assets/app-oDC708oE.js.map.gz
40582024-03-26T18:47:13.602Z 32,768 2% 45.91kB/s 0:00:26 1,239,845 100% 1.69MB/s 0:00:00 (xfr#50, to-chk=197/254)
40592024-03-26T18:47:13.602Zout/console-assets/assets/favicon-WELtHcTG.svg
40602024-03-26T18:47:13.602Z 761 100% 1.06kB/s 0:00:00 761 100% 1.06kB/s 0:00:00 (xfr#51, to-chk=196/254)
40612024-03-26T18:47:13.602Zout/console-assets/assets/favicon-cDDaBnwQ.png
40622024-03-26T18:47:13.602Z 1,327 100% 1.85kB/s 0:00:00 1,327 100% 1.85kB/s 0:00:00 (xfr#52, to-chk=195/254)
40632024-03-26T18:47:13.602Zout/console-assets/assets/og-preview-image.webp
40642024-03-26T18:47:13.602Z 32,768 36% 45.58kB/s 0:00:01 89,880 100% 124.68kB/s 0:00:00 (xfr#53, to-chk=194/254)
40652024-03-26T18:47:13.602Zout/console-assets/assets/oxide-hero-rack-hMCZGwQc.webp
40662024-03-26T18:47:13.602Z 32,768 9% 45.45kB/s 0:00:07 352,484 100% 487.57kB/s 0:00:00 (xfr#54, to-chk=193/254)
40672024-03-26T18:47:13.602Zout/manifest-cache/
40682024-03-26T18:47:13.602Zout/manifest-cache/clickhouse.tar.gz.json
40692024-03-26T18:47:13.602Z 780 100% 1.08kB/s 0:00:00 780 100% 1.08kB/s 0:00:00 (xfr#55, to-chk=192/254)
40702024-03-26T18:47:13.602Zout/manifest-cache/clickhouse_keeper.tar.gz.json
40712024-03-26T18:47:13.602Z 801 100% 1.11kB/s 0:00:00 801 100% 1.11kB/s 0:00:00 (xfr#56, to-chk=191/254)
40722024-03-26T18:47:13.602Zout/manifest-cache/clickhouse_keeper_svc.tar.gz.json
40732024-03-26T18:47:13.602Z 2,958 100% 4.09kB/s 0:00:00 2,958 100% 4.09kB/s 0:00:00 (xfr#57, to-chk=190/254)
40742024-03-26T18:47:13.602Zout/manifest-cache/clickhouse_svc.tar.gz.json
40752024-03-26T18:47:13.603Z 2,946 100% 4.08kB/s 0:00:00 2,946 100% 4.08kB/s 0:00:00 (xfr#58, to-chk=189/254)
40762024-03-26T18:47:13.603Zout/manifest-cache/cockroachdb-service.tar.gz.json
40772024-03-26T18:47:13.603Z 32,768 59% 45.33kB/s 0:00:00 54,966 100% 75.92kB/s 0:00:00 (xfr#59, to-chk=188/254)
40782024-03-26T18:47:13.603Zout/manifest-cache/cockroachdb.tar.gz.json
40792024-03-26T18:47:13.603Z 787 100% 1.09kB/s 0:00:00 787 100% 1.09kB/s 0:00:00 (xfr#60, to-chk=187/254)
40802024-03-26T18:47:13.603Zout/manifest-cache/crucible-pantry-zone.tar.gz.json
40812024-03-26T18:47:13.603Z 662 100% 0.91kB/s 0:00:00 662 100% 0.91kB/s 0:00:00 (xfr#61, to-chk=186/254)
40822024-03-26T18:47:13.603Zout/manifest-cache/crucible-zone.tar.gz.json
40832024-03-26T18:47:13.603Z 641 100% 0.89kB/s 0:00:00 641 100% 0.89kB/s 0:00:00 (xfr#62, to-chk=185/254)
40842024-03-26T18:47:13.603Zout/manifest-cache/dns-server.tar.gz.json
40852024-03-26T18:47:13.603Z 942 100% 1.30kB/s 0:00:00 942 100% 1.30kB/s 0:00:00 (xfr#63, to-chk=184/254)
40862024-03-26T18:47:13.603Zout/manifest-cache/external-dns-customizations.tar.gz.json
40872024-03-26T18:47:13.603Z 1,132 100% 1.56kB/s 0:00:00 1,132 100% 1.56kB/s 0:00:00 (xfr#64, to-chk=183/254)
40882024-03-26T18:47:13.603Zout/manifest-cache/external-dns.tar.gz.json
40892024-03-26T18:47:13.603Z 934 100% 1.29kB/s 0:00:00 934 100% 1.29kB/s 0:00:00 (xfr#65, to-chk=182/254)
40902024-03-26T18:47:13.603Zout/manifest-cache/internal-dns-cli.tar.gz.json
40912024-03-26T18:47:13.603Z 752 100% 1.04kB/s 0:00:00 752 100% 1.04kB/s 0:00:00 (xfr#66, to-chk=181/254)
40922024-03-26T18:47:13.603Zout/manifest-cache/internal-dns-customizations.tar.gz.json
40932024-03-26T18:47:13.603Z 1,132 100% 1.56kB/s 0:00:00 1,132 100% 1.56kB/s 0:00:00 (xfr#67, to-chk=180/254)
40942024-03-26T18:47:13.603Zout/manifest-cache/internal-dns.tar.gz.json
40952024-03-26T18:47:13.603Z 791 100% 1.09kB/s 0:00:00 791 100% 1.09kB/s 0:00:00 (xfr#68, to-chk=179/254)
40962024-03-26T18:47:13.604Zout/manifest-cache/logadm.tar.gz.json
40972024-03-26T18:47:13.604Z 1,044 100% 1.44kB/s 0:00:00 1,044 100% 1.44kB/s 0:00:00 (xfr#69, to-chk=178/254)
40982024-03-26T18:47:13.604Zout/manifest-cache/nexus.tar.gz.json
40992024-03-26T18:47:13.604Z 773 100% 1.07kB/s 0:00:00 773 100% 1.07kB/s 0:00:00 (xfr#70, to-chk=177/254)
41002024-03-26T18:47:13.604Zout/manifest-cache/ntp-svc.tar.gz.json
41012024-03-26T18:47:13.604Z 2,228 100% 3.07kB/s 0:00:00 2,228 100% 3.07kB/s 0:00:00 (xfr#71, to-chk=176/254)
41022024-03-26T18:47:13.604Zout/manifest-cache/ntp.tar.gz.json
41032024-03-26T18:47:13.604Z 763 100% 1.05kB/s 0:00:00 763 100% 1.05kB/s 0:00:00 (xfr#72, to-chk=175/254)
41042024-03-26T18:47:13.604Zout/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json
41052024-03-26T18:47:13.604Z 1,462 100% 2.02kB/s 0:00:00 1,462 100% 2.02kB/s 0:00:00 (xfr#73, to-chk=174/254)
41062024-03-26T18:47:13.604Zout/manifest-cache/omicron-gateway-softnpu.tar.gz.json
41072024-03-26T18:47:13.604Z 545 100% 0.75kB/s 0:00:00 545 100% 0.75kB/s 0:00:00 (xfr#74, to-chk=173/254)
41082024-03-26T18:47:13.604Zout/manifest-cache/omicron-gateway.tar.gz.json
41092024-03-26T18:47:13.604Z 703 100% 0.97kB/s 0:00:00 703 100% 0.97kB/s 0:00:00 (xfr#75, to-chk=172/254)
41102024-03-26T18:47:13.604Zout/manifest-cache/omicron-nexus.tar.gz.json
41112024-03-26T18:47:13.604Z 32,768 45% 45.20kB/s 0:00:00 71,925 100% 99.21kB/s 0:00:00 (xfr#76, to-chk=171/254)
41122024-03-26T18:47:13.604Zout/manifest-cache/omicron-omdb.tar.gz.json
41132024-03-26T18:47:13.604Z 702 100% 0.97kB/s 0:00:00 702 100% 0.97kB/s 0:00:00 (xfr#77, to-chk=170/254)
41142024-03-26T18:47:13.604Zout/manifest-cache/omicron-sled-agent.tar.json
41152024-03-26T18:47:13.604Z 1,269 100% 1.75kB/s 0:00:00 1,269 100% 1.75kB/s 0:00:00 (xfr#78, to-chk=169/254)
41162024-03-26T18:47:13.604Zout/manifest-cache/opte-interface-setup.tar.gz.json
41172024-03-26T18:47:13.605Z 883 100% 1.22kB/s 0:00:00 883 100% 1.22kB/s 0:00:00 (xfr#79, to-chk=168/254)
41182024-03-26T18:47:13.605Zout/manifest-cache/overlay.tar.gz.json
41192024-03-26T18:47:13.605Z 473 100% 0.65kB/s 0:00:00 473 100% 0.65kB/s 0:00:00 (xfr#80, to-chk=167/254)
41202024-03-26T18:47:13.605Zout/manifest-cache/oximeter-collector.tar.gz.json
41212024-03-26T18:47:13.605Z 18,311 100% 25.22kB/s 0:00:00 18,311 100% 25.22kB/s 0:00:00 (xfr#81, to-chk=166/254)
41222024-03-26T18:47:13.605Zout/manifest-cache/oximeter.tar.gz.json
41232024-03-26T18:47:13.605Z 641 100% 0.88kB/s 0:00:00 641 100% 0.88kB/s 0:00:00 (xfr#82, to-chk=165/254)
41242024-03-26T18:47:13.605Zout/manifest-cache/oxlog.tar.json
41252024-03-26T18:47:13.605Z 321 100% 0.44kB/s 0:00:00 321 100% 0.44kB/s 0:00:00 (xfr#83, to-chk=164/254)
41262024-03-26T18:47:13.605Zout/manifest-cache/probe.tar.gz.json
41272024-03-26T18:47:13.605Z 346 100% 0.48kB/s 0:00:00 346 100% 0.48kB/s 0:00:00 (xfr#84, to-chk=163/254)
41282024-03-26T18:47:13.605Zout/manifest-cache/profile.tar.gz.json
41292024-03-26T18:47:13.605Z 838 100% 1.15kB/s 0:00:00 838 100% 1.15kB/s 0:00:00 (xfr#85, to-chk=162/254)
41302024-03-26T18:47:13.605Zout/manifest-cache/sp-sim-softnpu.tar.gz.json
41312024-03-26T18:47:13.605Z 357 100% 0.49kB/s 0:00:00 357 100% 0.49kB/s 0:00:00 (xfr#86, to-chk=161/254)
41322024-03-26T18:47:13.605Zout/manifest-cache/sp-sim.tar.gz.json
41332024-03-26T18:47:13.605Z 1,549 100% 2.13kB/s 0:00:00 1,549 100% 2.13kB/s 0:00:00 (xfr#87, to-chk=160/254)
41342024-03-26T18:47:13.605Zout/manifest-cache/switch-softnpu.tar.gz.json
41352024-03-26T18:47:13.605Z 1,566 100% 2.15kB/s 0:00:00 1,566 100% 2.15kB/s 0:00:00 (xfr#88, to-chk=159/254)
41362024-03-26T18:47:13.605Zout/manifest-cache/switch_zone_setup.tar.gz.json
41372024-03-26T18:47:13.605Z 10,790 100% 14.84kB/s 0:00:00 10,790 100% 14.84kB/s 0:00:00 (xfr#89, to-chk=158/254)
41382024-03-26T18:47:13.606Zout/manifest-cache/wicket.tar.gz.json
41392024-03-26T18:47:13.606Z 1,084 100% 1.49kB/s 0:00:00 1,084 100% 1.49kB/s 0:00:00 (xfr#90, to-chk=157/254)
41402024-03-26T18:47:13.606Zout/manifest-cache/wicketd.tar.gz.json
41412024-03-26T18:47:13.606Z 1,560 100% 2.14kB/s 0:00:00 1,560 100% 2.14kB/s 0:00:00 (xfr#91, to-chk=156/254)
41422024-03-26T18:47:13.606Zout/manifest-cache/zone-network-install.tar.gz.json
41432024-03-26T18:47:13.606Z 877 100% 1.20kB/s 0:00:00 877 100% 1.20kB/s 0:00:00 (xfr#92, to-chk=155/254)
41442024-03-26T18:47:13.606Zout/manifest-cache/zone-network-setup.tar.gz.json
41452024-03-26T18:47:13.606Z 772 100% 1.06kB/s 0:00:00 772 100% 1.06kB/s 0:00:00 (xfr#93, to-chk=154/254)
41462024-03-26T18:47:13.606Zout/target/
41472024-03-26T18:47:13.606Zout/target/active -> default
41482024-03-26T18:47:13.606Zout/target/default
41492024-03-26T18:47:13.606Z 74 100% 0.10kB/s 0:00:00 74 100% 0.10kB/s 0:00:00 (xfr#94, to-chk=152/254)
41502024-03-26T18:47:13.606Zsmf/
41512024-03-26T18:47:13.606Zsmf/clickhouse/
41522024-03-26T18:47:13.606Zsmf/clickhouse/config_replica.xml
41532024-03-26T18:47:13.606Z 2,728 100% 3.74kB/s 0:00:00 2,728 100% 3.74kB/s 0:00:00 (xfr#95, to-chk=132/254)
41542024-03-26T18:47:13.606Zsmf/clickhouse/manifest.xml
41552024-03-26T18:47:13.606Z 1,494 100% 2.05kB/s 0:00:00 1,494 100% 2.05kB/s 0:00:00 (xfr#96, to-chk=131/254)
41562024-03-26T18:47:13.606Zsmf/clickhouse/method_script.sh
41572024-03-26T18:47:13.606Z 5,330 100% 7.31kB/s 0:00:00 5,330 100% 7.31kB/s 0:00:00 (xfr#97, to-chk=130/254)
41582024-03-26T18:47:13.635Zsmf/clickhouse_keeper/
41592024-03-26T18:47:13.635Zsmf/clickhouse_keeper/keeper_config.xml
41602024-03-26T18:47:13.635Z 1,460 100% 2.00kB/s 0:00:00 1,460 100% 2.00kB/s 0:00:00 (xfr#98, to-chk=129/254)
41612024-03-26T18:47:13.635Zsmf/clickhouse_keeper/manifest.xml
41622024-03-26T18:47:13.635Z 1,534 100% 2.10kB/s 0:00:00 1,534 100% 2.10kB/s 0:00:00 (xfr#99, to-chk=128/254)
41632024-03-26T18:47:13.635Zsmf/clickhouse_keeper/method_script.sh
41642024-03-26T18:47:13.635Z 4,324 100% 5.92kB/s 0:00:00 4,324 100% 5.92kB/s 0:00:00 (xfr#100, to-chk=127/254)
41652024-03-26T18:47:13.635Zsmf/cockroachdb/
41662024-03-26T18:47:13.635Zsmf/cockroachdb/manifest.xml
41672024-03-26T18:47:13.635Z 1,667 100% 2.28kB/s 0:00:00 1,667 100% 2.28kB/s 0:00:00 (xfr#101, to-chk=126/254)
41682024-03-26T18:47:13.636Zsmf/cockroachdb/method_script.sh
41692024-03-26T18:47:13.636Z 1,030 100% 1.41kB/s 0:00:00 1,030 100% 1.41kB/s 0:00:00 (xfr#102, to-chk=125/254)
41702024-03-26T18:47:13.636Zsmf/external-dns/
41712024-03-26T18:47:13.636Zsmf/external-dns/config.toml
41722024-03-26T18:47:13.636Z 353 100% 0.48kB/s 0:00:00 353 100% 0.48kB/s 0:00:00 (xfr#103, to-chk=124/254)
41732024-03-26T18:47:13.636Zsmf/external-dns/manifest.xml
41742024-03-26T18:47:13.636Z 1,805 100% 2.47kB/s 0:00:00 1,805 100% 2.47kB/s 0:00:00 (xfr#104, to-chk=123/254)
41752024-03-26T18:47:13.636Zsmf/installinator/
41762024-03-26T18:47:13.636Zsmf/installinator/manifest.xml
41772024-03-26T18:47:13.636Z 2,149 100% 2.94kB/s 0:00:00 2,149 100% 2.94kB/s 0:00:00 (xfr#105, to-chk=122/254)
41782024-03-26T18:47:13.636Zsmf/internal-dns/
41792024-03-26T18:47:13.636Zsmf/internal-dns/config.toml
41802024-03-26T18:47:13.636Z 353 100% 0.48kB/s 0:00:00 353 100% 0.48kB/s 0:00:00 (xfr#106, to-chk=121/254)
41812024-03-26T18:47:13.636Zsmf/internal-dns/manifest.xml
41822024-03-26T18:47:13.636Z 1,618 100% 2.21kB/s 0:00:00 1,618 100% 2.21kB/s 0:00:00 (xfr#107, to-chk=120/254)
41832024-03-26T18:47:13.636Zsmf/logadm/
41842024-03-26T18:47:13.636Zsmf/logadm/crontab.root
41852024-03-26T18:47:13.636Z 30 100% 0.04kB/s 0:00:00 30 100% 0.04kB/s 0:00:00 (xfr#108, to-chk=119/254)
41862024-03-26T18:47:13.636Zsmf/logadm/logadm.conf
41872024-03-26T18:47:13.636Z 2,553 100% 3.49kB/s 0:00:00 2,553 100% 3.49kB/s 0:00:00 (xfr#109, to-chk=118/254)
41882024-03-26T18:47:13.637Zsmf/mgs-sim/
41892024-03-26T18:47:13.637Zsmf/mgs-sim/config.toml
41902024-03-26T18:47:13.637Z 3,534 100% 4.82kB/s 0:00:00 3,534 100% 4.82kB/s 0:00:00 (xfr#110, to-chk=117/254)
41912024-03-26T18:47:13.637Zsmf/mgs/
41922024-03-26T18:47:13.637Zsmf/mgs/config.toml
41932024-03-26T18:47:13.637Z 9,085 100% 12.39kB/s 0:00:00 9,085 100% 12.39kB/s 0:00:00 (xfr#111, to-chk=116/254)
41942024-03-26T18:47:13.637Zsmf/mgs/manifest.xml
41952024-03-26T18:47:13.637Z 2,474 100% 3.37kB/s 0:00:00 2,474 100% 3.37kB/s 0:00:00 (xfr#112, to-chk=115/254)
41962024-03-26T18:47:13.637Zsmf/nexus/
41972024-03-26T18:47:13.637Zsmf/nexus/manifest.xml
41982024-03-26T18:47:13.637Z 1,987 100% 2.71kB/s 0:00:00 1,987 100% 2.71kB/s 0:00:00 (xfr#113, to-chk=114/254)
41992024-03-26T18:47:13.637Zsmf/nexus/multi-sled/
42002024-03-26T18:47:13.637Zsmf/nexus/multi-sled/config-partial.toml
42012024-03-26T18:47:13.637Z 1,997 100% 2.72kB/s 0:00:00 1,997 100% 2.72kB/s 0:00:00 (xfr#114, to-chk=111/254)
42022024-03-26T18:47:13.637Zsmf/nexus/single-sled/
42032024-03-26T18:47:13.637Zsmf/nexus/single-sled/config-partial.toml
42042024-03-26T18:47:13.637Z 1,993 100% 2.71kB/s 0:00:00 1,993 100% 2.71kB/s 0:00:00 (xfr#115, to-chk=110/254)
42052024-03-26T18:47:13.637Zsmf/ntp/
42062024-03-26T18:47:13.637Zsmf/ntp/etc/
42072024-03-26T18:47:13.637Zsmf/ntp/etc/inet/
42082024-03-26T18:47:13.637Zsmf/ntp/etc/inet/chrony.conf.boundary
42092024-03-26T18:47:13.638Z 881 100% 1.20kB/s 0:00:00 881 100% 1.20kB/s 0:00:00 (xfr#116, to-chk=104/254)
42102024-03-26T18:47:13.638Zsmf/ntp/etc/inet/chrony.conf.internal
42112024-03-26T18:47:13.638Z 1,108 100% 1.51kB/s 0:00:00 1,108 100% 1.51kB/s 0:00:00 (xfr#117, to-chk=103/254)
42122024-03-26T18:47:13.638Zsmf/ntp/etc/logadm.d/
42132024-03-26T18:47:13.638Zsmf/ntp/etc/logadm.d/chrony.logadm.conf
42142024-03-26T18:47:13.638Z 135 100% 0.18kB/s 0:00:00 135 100% 0.18kB/s 0:00:00 (xfr#118, to-chk=102/254)
42152024-03-26T18:47:13.638Zsmf/ntp/manifest/
42162024-03-26T18:47:13.638Zsmf/ntp/manifest/manifest.xml
42172024-03-26T18:47:13.638Z 3,336 100% 4.54kB/s 0:00:00 3,336 100% 4.54kB/s 0:00:00 (xfr#119, to-chk=101/254)
42182024-03-26T18:47:13.638Zsmf/ntp/method/
42192024-03-26T18:47:13.638Zsmf/ntp/method/svc-site-ntp
42202024-03-26T18:47:13.638Z 3,211 100% 4.37kB/s 0:00:00 3,211 100% 4.37kB/s 0:00:00 (xfr#120, to-chk=100/254)
42212024-03-26T18:47:13.638Zsmf/opte-interface-setup/
42222024-03-26T18:47:13.638Zsmf/opte-interface-setup/manifest.xml
42232024-03-26T18:47:13.638Z 1,638 100% 2.22kB/s 0:00:00 1,638 100% 2.22kB/s 0:00:00 (xfr#121, to-chk=99/254)
42242024-03-26T18:47:13.638Zsmf/oximeter/
42252024-03-26T18:47:13.638Zsmf/oximeter/config.toml
42262024-03-26T18:47:13.638Z 205 100% 0.28kB/s 0:00:00 205 100% 0.28kB/s 0:00:00 (xfr#122, to-chk=98/254)
42272024-03-26T18:47:13.638Zsmf/oximeter/manifest.xml
42282024-03-26T18:47:13.638Z 1,770 100% 2.40kB/s 0:00:00 1,770 100% 2.40kB/s 0:00:00 (xfr#123, to-chk=97/254)
42292024-03-26T18:47:13.638Zsmf/profile/
42302024-03-26T18:47:13.639Zsmf/profile/bashrc
42312024-03-26T18:47:13.639Z 925 100% 1.26kB/s 0:00:00 925 100% 1.26kB/s 0:00:00 (xfr#124, to-chk=96/254)
42322024-03-26T18:47:13.639Zsmf/profile/profile
42332024-03-26T18:47:13.639Z 554 100% 0.75kB/s 0:00:00 554 100% 0.75kB/s 0:00:00 (xfr#125, to-chk=95/254)
42342024-03-26T18:47:13.639Zsmf/sled-agent/
42352024-03-26T18:47:13.639Zsmf/sled-agent/manifest.xml
42362024-03-26T18:47:13.639Z 2,373 100% 3.22kB/s 0:00:00 2,373 100% 3.22kB/s 0:00:00 (xfr#126, to-chk=94/254)
42372024-03-26T18:47:13.639Zsmf/sled-agent/gimlet-standalone/
42382024-03-26T18:47:13.639Zsmf/sled-agent/gimlet-standalone/README.md
42392024-03-26T18:47:13.639Z 114 100% 0.15kB/s 0:00:00 114 100% 0.15kB/s 0:00:00 (xfr#127, to-chk=90/254)
42402024-03-26T18:47:13.639Zsmf/sled-agent/gimlet-standalone/config-rss.toml
42412024-03-26T18:47:13.639Z 6,611 100% 8.97kB/s 0:00:00 6,611 100% 8.97kB/s 0:00:00 (xfr#128, to-chk=89/254)
42422024-03-26T18:47:13.639Zsmf/sled-agent/gimlet-standalone/config.toml
42432024-03-26T18:47:13.639Z 1,800 100% 2.44kB/s 0:00:00 1,800 100% 2.44kB/s 0:00:00 (xfr#129, to-chk=88/254)
42442024-03-26T18:47:13.639Zsmf/sled-agent/gimlet/
42452024-03-26T18:47:13.639Zsmf/sled-agent/gimlet/README.md
42462024-03-26T18:47:13.639Z 54 100% 0.07kB/s 0:00:00 54 100% 0.07kB/s 0:00:00 (xfr#130, to-chk=87/254)
42472024-03-26T18:47:13.639Zsmf/sled-agent/gimlet/config.toml
42482024-03-26T18:47:13.639Z 1,657 100% 2.25kB/s 0:00:00 1,657 100% 2.25kB/s 0:00:00 (xfr#131, to-chk=86/254)
42492024-03-26T18:47:13.639Zsmf/sled-agent/non-gimlet/
42502024-03-26T18:47:13.639Zsmf/sled-agent/non-gimlet/README.md
42512024-03-26T18:47:13.639Z 105 100% 0.14kB/s 0:00:00 105 100% 0.14kB/s 0:00:00 (xfr#132, to-chk=85/254)
42522024-03-26T18:47:13.640Zsmf/sled-agent/non-gimlet/config.toml
42532024-03-26T18:47:13.640Z 2,820 100% 3.82kB/s 0:00:00 2,820 100% 3.82kB/s 0:00:00 (xfr#133, to-chk=84/254)
42542024-03-26T18:47:13.640Zsmf/sp-sim/
42552024-03-26T18:47:13.640Zsmf/sp-sim/config.toml
42562024-03-26T18:47:13.640Z 2,604 100% 3.53kB/s 0:00:00 2,604 100% 3.53kB/s 0:00:00 (xfr#134, to-chk=83/254)
42572024-03-26T18:47:13.640Zsmf/sp-sim/manifest.xml
42582024-03-26T18:47:13.670Z 1,271 100% 1.72kB/s 0:00:00 1,271 100% 1.72kB/s 0:00:00 (xfr#135, to-chk=82/254)
42592024-03-26T18:47:13.670Zsmf/switch_zone_setup/
42602024-03-26T18:47:13.670Zsmf/switch_zone_setup/manifest.xml
42612024-03-26T18:47:13.670Z 1,061 100% 1.44kB/s 0:00:00 1,061 100% 1.44kB/s 0:00:00 (xfr#136, to-chk=81/254)
42622024-03-26T18:47:13.670Zsmf/switch_zone_setup/support_authorized_keys
42632024-03-26T18:47:13.670Z 1,284 100% 1.74kB/s 0:00:00 1,284 100% 1.74kB/s 0:00:00 (xfr#137, to-chk=80/254)
42642024-03-26T18:47:13.671Zsmf/switch_zone_setup/switch_zone_setup
42652024-03-26T18:47:13.671Z 1,041 100% 1.41kB/s 0:00:00 1,041 100% 1.41kB/s 0:00:00 (xfr#138, to-chk=79/254)
42662024-03-26T18:47:13.671Zsmf/wicketd/
42672024-03-26T18:47:13.671Zsmf/wicketd/config.toml
42682024-03-26T18:47:13.671Z 104 100% 0.14kB/s 0:00:00 104 100% 0.14kB/s 0:00:00 (xfr#139, to-chk=78/254)
42692024-03-26T18:47:13.671Zsmf/wicketd/manifest.xml
42702024-03-26T18:47:13.671Z 2,954 100% 4.00kB/s 0:00:00 2,954 100% 4.00kB/s 0:00:00 (xfr#140, to-chk=77/254)
42712024-03-26T18:47:13.671Zsmf/zone-network-setup/
42722024-03-26T18:47:13.671Zsmf/zone-network-setup/manifest.xml
42732024-03-26T18:47:13.671Z 1,614 100% 2.19kB/s 0:00:00 1,614 100% 2.19kB/s 0:00:00 (xfr#141, to-chk=76/254)
42742024-03-26T18:47:13.671Ztools/
42752024-03-26T18:47:13.671Ztools/README.adoc
42762024-03-26T18:47:13.671Z 3,558 100% 4.82kB/s 0:00:00 3,558 100% 4.82kB/s 0:00:00 (xfr#142, to-chk=75/254)
42772024-03-26T18:47:13.671Ztools/build-global-zone-packages.sh
42782024-03-26T18:47:13.671Z 2,388 100% 3.23kB/s 0:00:00 2,388 100% 3.23kB/s 0:00:00 (xfr#143, to-chk=74/254)
42792024-03-26T18:47:13.671Ztools/build-host-image.sh
42802024-03-26T18:47:13.671Z 2,971 100% 4.02kB/s 0:00:00 2,971 100% 4.02kB/s 0:00:00 (xfr#144, to-chk=73/254)
42812024-03-26T18:47:13.671Ztools/build-trampoline-global-zone-packages.sh
42822024-03-26T18:47:13.671Z 1,878 100% 2.54kB/s 0:00:00 1,878 100% 2.54kB/s 0:00:00 (xfr#145, to-chk=72/254)
42832024-03-26T18:47:13.671Ztools/ci_check_opte_ver.sh
42842024-03-26T18:47:13.671Z 2,770 100% 3.75kB/s 0:00:00 2,770 100% 3.75kB/s 0:00:00 (xfr#146, to-chk=71/254)
42852024-03-26T18:47:13.672Ztools/ci_download_clickhouse
42862024-03-26T18:47:13.672Z 3,631 100% 4.91kB/s 0:00:00 3,631 100% 4.91kB/s 0:00:00 (xfr#147, to-chk=70/254)
42872024-03-26T18:47:13.672Ztools/ci_download_cockroachdb
42882024-03-26T18:47:13.672Z 4,292 100% 5.81kB/s 0:00:00 4,292 100% 5.81kB/s 0:00:00 (xfr#148, to-chk=69/254)
42892024-03-26T18:47:13.672Ztools/ci_download_console
42902024-03-26T18:47:13.672Z 1,991 100% 2.69kB/s 0:00:00 1,991 100% 2.69kB/s 0:00:00 (xfr#149, to-chk=68/254)
42912024-03-26T18:47:13.672Ztools/ci_download_dendrite_openapi
42922024-03-26T18:47:13.672Z 1,719 100% 2.33kB/s 0:00:00 1,719 100% 2.33kB/s 0:00:00 (xfr#150, to-chk=67/254)
42932024-03-26T18:47:13.672Ztools/ci_download_dendrite_stub
42942024-03-26T18:47:13.672Z 4,229 100% 5.72kB/s 0:00:00 4,229 100% 5.72kB/s 0:00:00 (xfr#151, to-chk=66/254)
42952024-03-26T18:47:13.672Ztools/ci_download_maghemite_mgd
42962024-03-26T18:47:13.672Z 3,650 100% 4.94kB/s 0:00:00 3,650 100% 4.94kB/s 0:00:00 (xfr#152, to-chk=65/254)
42972024-03-26T18:47:13.672Ztools/ci_download_maghemite_openapi
42982024-03-26T18:47:13.672Z 1,989 100% 2.69kB/s 0:00:00 1,989 100% 2.69kB/s 0:00:00 (xfr#153, to-chk=64/254)
42992024-03-26T18:47:13.672Ztools/ci_download_softnpu_machinery
43002024-03-26T18:47:13.672Z 668 100% 0.90kB/s 0:00:00 668 100% 0.90kB/s 0:00:00 (xfr#154, to-chk=63/254)
43012024-03-26T18:47:13.672Ztools/ci_download_thundermuffin
43022024-03-26T18:47:13.672Z 3,237 100% 4.38kB/s 0:00:00 3,237 100% 4.38kB/s 0:00:00 (xfr#155, to-chk=62/254)
43032024-03-26T18:47:13.672Ztools/ci_download_transceiver_control
43042024-03-26T18:47:13.672Z 3,415 100% 4.62kB/s 0:00:00 3,415 100% 4.62kB/s 0:00:00 (xfr#156, to-chk=61/254)
43052024-03-26T18:47:13.672Ztools/clickhouse_checksums
43062024-03-26T18:47:13.673Z 153 100% 0.21kB/s 0:00:00 153 100% 0.21kB/s 0:00:00 (xfr#157, to-chk=60/254)
43072024-03-26T18:47:13.673Ztools/clickhouse_version
43082024-03-26T18:47:13.673Z 11 100% 0.01kB/s 0:00:00 11 100% 0.01kB/s 0:00:00 (xfr#158, to-chk=59/254)
43092024-03-26T18:47:13.673Ztools/cockroachdb_checksums
43102024-03-26T18:47:13.673Z 258 100% 0.35kB/s 0:00:00 258 100% 0.35kB/s 0:00:00 (xfr#159, to-chk=58/254)
43112024-03-26T18:47:13.673Ztools/cockroachdb_version
43122024-03-26T18:47:13.673Z 8 100% 0.01kB/s 0:00:00 8 100% 0.01kB/s 0:00:00 (xfr#160, to-chk=57/254)
43132024-03-26T18:47:13.673Ztools/console_version
43142024-03-26T18:47:13.673Z 122 100% 0.17kB/s 0:00:00 122 100% 0.17kB/s 0:00:00 (xfr#161, to-chk=56/254)
43152024-03-26T18:47:13.673Ztools/create_gimlet_virtual_hardware.sh
43162024-03-26T18:47:13.673Z 936 100% 1.27kB/s 0:00:00 936 100% 1.27kB/s 0:00:00 (xfr#162, to-chk=55/254)
43172024-03-26T18:47:13.673Ztools/create_scrimlet_virtual_hardware.sh
43182024-03-26T18:47:13.673Z 2,014 100% 2.72kB/s 0:00:00 2,014 100% 2.72kB/s 0:00:00 (xfr#163, to-chk=54/254)
43192024-03-26T18:47:13.673Ztools/create_self_signed_cert.sh
43202024-03-26T18:47:13.673Z 685 100% 0.93kB/s 0:00:00 685 100% 0.93kB/s 0:00:00 (xfr#164, to-chk=53/254)
43212024-03-26T18:47:13.673Ztools/create_virtual_hardware.sh
43222024-03-26T18:47:13.673Z 3,184 100% 4.31kB/s 0:00:00 3,184 100% 4.30kB/s 0:00:00 (xfr#165, to-chk=52/254)
43232024-03-26T18:47:13.673Ztools/delete-reservoir.sh
43242024-03-26T18:47:13.673Z 136 100% 0.18kB/s 0:00:00 136 100% 0.18kB/s 0:00:00 (xfr#166, to-chk=51/254)
43252024-03-26T18:47:13.673Ztools/dendrite_openapi_version
43262024-03-26T18:47:13.673Z 122 100% 0.16kB/s 0:00:00 122 100% 0.16kB/s 0:00:00 (xfr#167, to-chk=50/254)
43272024-03-26T18:47:13.674Ztools/dendrite_stub_checksums
43282024-03-26T18:47:13.674Z 267 100% 0.36kB/s 0:00:00 267 100% 0.36kB/s 0:00:00 (xfr#168, to-chk=49/254)
43292024-03-26T18:47:13.674Ztools/destroy_gimlet_virtual_hardware.sh
43302024-03-26T18:47:13.674Z 888 100% 1.20kB/s 0:00:00 888 100% 1.20kB/s 0:00:00 (xfr#169, to-chk=48/254)
43312024-03-26T18:47:13.674Ztools/destroy_scrimlet_virtual_hardware.sh
43322024-03-26T18:47:13.674Z 1,147 100% 1.55kB/s 0:00:00 1,147 100% 1.55kB/s 0:00:00 (xfr#170, to-chk=47/254)
43332024-03-26T18:47:13.674Ztools/destroy_virtual_hardware.sh
43342024-03-26T18:47:13.674Z 2,227 100% 3.01kB/s 0:00:00 2,227 100% 3.01kB/s 0:00:00 (xfr#171, to-chk=46/254)
43352024-03-26T18:47:13.674Ztools/dvt_dock_version
43362024-03-26T18:47:13.674Z 48 100% 0.06kB/s 0:00:00 48 100% 0.06kB/s 0:00:00 (xfr#172, to-chk=45/254)
43372024-03-26T18:47:13.674Ztools/ensure_buildomat_artifact.sh
43382024-03-26T18:47:13.674Z 3,759 100% 5.08kB/s 0:00:00 3,759 100% 5.08kB/s 0:00:00 (xfr#173, to-chk=44/254)
43392024-03-26T18:47:13.674Ztools/generate-nexus-api.sh
43402024-03-26T18:47:13.674Z 174 100% 0.24kB/s 0:00:00 174 100% 0.24kB/s 0:00:00 (xfr#174, to-chk=43/254)
43412024-03-26T18:47:13.674Ztools/generate-sled-agent-api.sh
43422024-03-26T18:47:13.674Z 161 100% 0.22kB/s 0:00:00 161 100% 0.22kB/s 0:00:00 (xfr#175, to-chk=42/254)
43432024-03-26T18:47:13.674Ztools/generate-wicketd-api.sh
43442024-03-26T18:47:13.674Z 75 100% 0.10kB/s 0:00:00 75 100% 0.10kB/s 0:00:00 (xfr#176, to-chk=41/254)
43452024-03-26T18:47:13.674Ztools/hubris_checksums
43462024-03-26T18:47:13.674Z 852 100% 1.15kB/s 0:00:00 852 100% 1.15kB/s 0:00:00 (xfr#177, to-chk=40/254)
43472024-03-26T18:47:13.674Ztools/hubris_version
43482024-03-26T18:47:13.675Z 50 100% 0.07kB/s 0:00:00 50 100% 0.07kB/s 0:00:00 (xfr#178, to-chk=39/254)
43492024-03-26T18:47:13.675Ztools/install_builder_prerequisites.sh
43502024-03-26T18:47:13.675Z 7,537 100% 10.18kB/s 0:00:00 7,537 100% 10.18kB/s 0:00:00 (xfr#179, to-chk=38/254)
43512024-03-26T18:47:13.675Ztools/install_opte.sh
43522024-03-26T18:47:13.675Z 3,755 100% 5.07kB/s 0:00:00 3,755 100% 5.06kB/s 0:00:00 (xfr#180, to-chk=37/254)
43532024-03-26T18:47:13.675Ztools/install_prerequisites.sh
43542024-03-26T18:47:13.675Z 255 100% 0.34kB/s 0:00:00 255 100% 0.34kB/s 0:00:00 (xfr#181, to-chk=36/254)
43552024-03-26T18:47:13.675Ztools/install_runner_prerequisites.sh
43562024-03-26T18:47:13.675Z 4,154 100% 5.60kB/s 0:00:00 4,154 100% 5.60kB/s 0:00:00 (xfr#182, to-chk=35/254)
43572024-03-26T18:47:13.675Ztools/maghemite_ddm_openapi_version
43582024-03-26T18:47:13.704Z 122 100% 0.16kB/s 0:00:00 122 100% 0.16kB/s 0:00:00 (xfr#183, to-chk=34/254)
43592024-03-26T18:47:13.704Ztools/maghemite_mg_openapi_version
43602024-03-26T18:47:13.704Z 122 100% 0.16kB/s 0:00:00 122 100% 0.16kB/s 0:00:00 (xfr#184, to-chk=33/254)
43612024-03-26T18:47:13.704Ztools/maghemite_mgd_checksums
43622024-03-26T18:47:13.704Z 163 100% 0.22kB/s 0:00:00 163 100% 0.22kB/s 0:00:00 (xfr#185, to-chk=32/254)
43632024-03-26T18:47:13.705Ztools/opte_version
43642024-03-26T18:47:13.705Z 9 100% 0.01kB/s 0:00:00 9 100% 0.01kB/s 0:00:00 (xfr#186, to-chk=31/254)
43652024-03-26T18:47:13.705Ztools/opte_version_override
43662024-03-26T18:47:13.705Z 142 100% 0.19kB/s 0:00:00 142 100% 0.19kB/s 0:00:00 (xfr#187, to-chk=30/254)
43672024-03-26T18:47:13.705Ztools/renovate-post-upgrade.sh
43682024-03-26T18:47:13.705Z 1,705 100% 2.30kB/s 0:00:00 1,705 100% 2.30kB/s 0:00:00 (xfr#188, to-chk=29/254)
43692024-03-26T18:47:13.705Ztools/thundermuffin_checksums
43702024-03-26T18:47:13.705Z 79 100% 0.11kB/s 0:00:00 79 100% 0.11kB/s 0:00:00 (xfr#189, to-chk=28/254)
43712024-03-26T18:47:13.705Ztools/thundermuffin_version
43722024-03-26T18:47:13.705Z 50 100% 0.07kB/s 0:00:00 50 100% 0.07kB/s 0:00:00 (xfr#190, to-chk=27/254)
43732024-03-26T18:47:13.705Ztools/transceiver_control_version
43742024-03-26T18:47:13.705Z 137 100% 0.18kB/s 0:00:00 137 100% 0.18kB/s 0:00:00 (xfr#191, to-chk=26/254)
43752024-03-26T18:47:13.705Ztools/uninstall_opte.sh
43762024-03-26T18:47:13.705Z 6,514 100% 8.79kB/s 0:00:00 6,514 100% 8.79kB/s 0:00:00 (xfr#192, to-chk=25/254)
43772024-03-26T18:47:13.705Ztools/update_crucible.sh
43782024-03-26T18:47:13.705Z 1,093 100% 1.47kB/s 0:00:00 1,093 100% 1.47kB/s 0:00:00 (xfr#193, to-chk=24/254)
43792024-03-26T18:47:13.705Ztools/update_dendrite.sh
43802024-03-26T18:47:13.705Z 2,333 100% 3.15kB/s 0:00:00 2,333 100% 3.15kB/s 0:00:00 (xfr#194, to-chk=23/254)
43812024-03-26T18:47:13.705Ztools/update_helpers.sh
43822024-03-26T18:47:13.705Z 3,831 100% 5.17kB/s 0:00:00 3,831 100% 5.17kB/s 0:00:00 (xfr#195, to-chk=22/254)
43832024-03-26T18:47:13.706Ztools/update_lldp.sh
43842024-03-26T18:47:13.706Z 1,000 100% 1.35kB/s 0:00:00 1,000 100% 1.35kB/s 0:00:00 (xfr#196, to-chk=21/254)
43852024-03-26T18:47:13.706Ztools/update_maghemite.sh
43862024-03-26T18:47:13.706Z 939 100% 1.27kB/s 0:00:00 939 100% 1.27kB/s 0:00:00 (xfr#197, to-chk=20/254)
43872024-03-26T18:47:13.706Ztools/update_propolis.sh
43882024-03-26T18:47:13.706Z 1,050 100% 1.42kB/s 0:00:00 1,050 100% 1.41kB/s 0:00:00 (xfr#198, to-chk=19/254)
43892024-03-26T18:47:13.706Ztools/update_transceiver_control.sh
43902024-03-26T18:47:13.706Z 1,374 100% 1.85kB/s 0:00:00 1,374 100% 1.85kB/s 0:00:00 (xfr#199, to-chk=18/254)
43912024-03-26T18:47:13.706Ztools/virtual_hardware.sh
43922024-03-26T18:47:13.706Z 3,429 100% 4.62kB/s 0:00:00 3,429 100% 4.62kB/s 0:00:00 (xfr#200, to-chk=17/254)
43932024-03-26T18:47:13.706Ztools/dtrace/
43942024-03-26T18:47:13.706Ztools/dtrace/aggregate-query-latency.d
43952024-03-26T18:47:13.706Z 780 100% 1.05kB/s 0:00:00 780 100% 1.05kB/s 0:00:00 (xfr#201, to-chk=11/254)
43962024-03-26T18:47:13.706Ztools/dtrace/slowest-queries.d
43972024-03-26T18:47:13.706Z 1,077 100% 1.45kB/s 0:00:00 1,077 100% 1.45kB/s 0:00:00 (xfr#202, to-chk=10/254)
43982024-03-26T18:47:13.706Ztools/dtrace/trace-db-queries.d
43992024-03-26T18:47:13.706Z 811 100% 1.09kB/s 0:00:00 811 100% 1.09kB/s 0:00:00 (xfr#203, to-chk=9/254)
44002024-03-26T18:47:13.706Ztools/include/
44012024-03-26T18:47:13.706Ztools/include/force-git-over-https.sh
44022024-03-26T18:47:13.706Z 940 100% 1.27kB/s 0:00:00 940 100% 1.27kB/s 0:00:00 (xfr#204, to-chk=8/254)
44032024-03-26T18:47:13.706Ztools/populate/
44042024-03-26T18:47:13.707Ztools/populate/populate-alpine.sh
44052024-03-26T18:47:13.707Z 788 100% 1.06kB/s 0:00:00 788 100% 1.06kB/s 0:00:00 (xfr#205, to-chk=7/254)
44062024-03-26T18:47:13.707Ztools/populate/populate-images.sh
44072024-03-26T18:47:13.707Z 2,571 100% 3.46kB/s 0:00:00 2,571 100% 3.46kB/s 0:00:00 (xfr#206, to-chk=6/254)
44082024-03-26T18:47:13.707Ztools/reflector/
44092024-03-26T18:47:13.707Ztools/reflector/helpers.sh
44102024-03-26T18:47:13.707Z 4,652 100% 6.27kB/s 0:00:00 4,652 100% 6.27kB/s 0:00:00 (xfr#207, to-chk=5/254)
44112024-03-26T18:47:13.707Ztools/scrimlet/
44122024-03-26T18:47:13.707Ztools/scrimlet/create-softnpu-zone.sh
44132024-03-26T18:47:13.707Z 627 100% 0.84kB/s 0:00:00 627 100% 0.84kB/s 0:00:00 (xfr#208, to-chk=4/254)
44142024-03-26T18:47:13.707Ztools/scrimlet/destroy-softnpu-zone.sh
44152024-03-26T18:47:13.707Z 203 100% 0.27kB/s 0:00:00 203 100% 0.27kB/s 0:00:00 (xfr#209, to-chk=3/254)
44162024-03-26T18:47:13.707Ztools/scrimlet/softnpu-init.sh
44172024-03-26T18:47:13.707Z 2,157 100% 2.91kB/s 0:00:00 2,157 100% 2.91kB/s 0:00:00 (xfr#210, to-chk=2/254)
44182024-03-26T18:47:13.707Ztools/scrimlet/softnpu-zone.txt
44192024-03-26T18:47:13.707Z 330 100% 0.44kB/s 0:00:00 330 100% 0.44kB/s 0:00:00 (xfr#211, to-chk=1/254)
44202024-03-26T18:47:13.707Ztools/scrimlet/softnpu.toml
44212024-03-26T18:47:13.707Z 171 100% 0.23kB/s 0:00:00 171 100% 0.23kB/s 0:00:00 (xfr#212, to-chk=0/254)
44222024-03-26T18:47:13.707Z+ banner G3
44232024-03-26T18:47:13.707Z ##### #####
44242024-03-26T18:47:13.707Z# # # #
44252024-03-26T18:47:13.707Z# #
44262024-03-26T18:47:13.708Z# #### #####
44272024-03-26T18:47:13.708Z# # #
44282024-03-26T18:47:13.708Z# # # #
44292024-03-26T18:47:13.708Z ##### #####
44302024-03-26T18:47:13.708Z
44312024-03-26T18:47:13.708Z+ . config/build-g3.sh
44322024-03-26T18:47:13.708Z++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml
44332024-03-26T18:47:13.708Z++ cp config/g3-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml
44342024-03-26T18:47:13.708Z++ cp config/mgs-sim-switch1.toml /work/oxidecomputer/omicron/smf/mgs-sim/config.toml
44352024-03-26T18:47:13.708Z++ cp config/sp-sim-config.toml /work/oxidecomputer/omicron/smf/sp-sim/config.toml
44362024-03-26T18:47:13.708Z++ cp -r cargo-bay/tools cargo-bay/g3/
44372024-03-26T18:47:13.708Z++ cd /work/oxidecomputer/omicron
44382024-03-26T18:47:13.708Z++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled
44392024-03-26T18:47:14.873Z Finished release [optimized] target(s) in 1.08s
44402024-03-26T18:47:14.897Z Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled`
44412024-03-26T18:47:14.936ZLogging to: /work/oxidecomputer/omicron/out/LOG
44422024-03-26T18:47:14.963ZCreated new build target 'default' and set it as active
44432024-03-26T18:47:14.963Z++ cargo run --release --bin omicron-package -- package
44442024-03-26T18:47:15.975Z Finished release [optimized] target(s) in 0.95s
44452024-03-26T18:47:16.001Z Running `target/release/omicron-package package`
44462024-03-26T18:47:16.037ZLogging to: /work/oxidecomputer/omicron/out/LOG
44472024-03-26T18:47:17.147Z Finished release [optimized] target(s) in 1.01s
44482024-03-26T18:47:27.597Z++ cd /work/oxidecomputer/testbed/a4x2/config/../
44492024-03-26T18:47:27.597Z++ rm -rf cargo-bay/g3/omicron
44502024-03-26T18:47:27.622Z++ mkdir -p cargo-bay/g3/omicron
44512024-03-26T18:47:27.622Z++ rsync --delete -Paz /work/oxidecomputer/omicron/tools /work/oxidecomputer/omicron/out /work/oxidecomputer/omicron/smf /work/oxidecomputer/omicron/target/release/omicron-package /work/oxidecomputer/omicron/package-manifest.toml --exclude out/downloads --exclude out/clickhouse --exclude out/cockroachdb --exclude out/dendrite-stub --exclude out/mgd --exclude out/thundermuffin --exclude out/transceiver-control --exclude out/omicron-nexus.tar.gz --exclude out/oximeter-collector.tar.gz --exclude out/oximeter-collector.tar.gz --exclude out/clickhouse_svc.tar.gz --exclude out/clickhouse_keeper_svc.tar.gz --exclude out/cockroachdb-service.tar.gz --exclude out/internal-dns-cli.tar.gz --exclude out/dns-server.tar.gz --exclude out/internal-dns-customizations.tar.gz --exclude out/external-dns-customizations.tar.gz --exclude out/ntp-svc.tar.gz --exclude out/mgs.tar.gz --exclude out/omicron-gateway-asic-customizations.tar.gz --exclude out/omicron-gateway-stub-customizations.tar.gz --exclude out/omicron-gateway-softnpu-customizations.tar.gz --exclude out/wicketd.tar.gz --exclude out/wicket.tar.gz --exclude out/switch_zone_setup.tar.gz --exclude out/sp-sim.tar.gz --exclude out/sp-sim-stub.tar.gz --exclude out/sp-sim-softnpu.tar.gz --exclude out/crucible.tar.gz --exclude out/crucible-pantry.tar.gz --exclude out/mg-ddm.tar.gz --exclude out/mgd.tar.gz --exclude out/lldp.tar.gz --exclude out/dendrite-stub.tar.gz --exclude out/dendrite-asic.tar.gz --exclude out/dendrite-softnpu.tar.gz --exclude out/xcvradm.tar.gz --exclude out/thundermuffin.tar.gz --exclude out/zone-network-install.tar.gz --exclude out/zone-network-setup.tar.gz --exclude out/opte-interface-setup.tar.gz --exclude out/omicron-omdb.tar.gz --exclude out/logadm.tar.gz --exclude out/profile.tar.gz --exclude '*.p5p' cargo-bay/g3/omicron/
44522024-03-26T18:47:27.622Zsending incremental file list
44532024-03-26T18:47:27.622Zomicron-package
44542024-03-26T18:47:27.869Z 32,768 0% 0.00kB/s 0:00:00 40,143,440 100% 157.42MB/s 0:00:00 (xfr#1, to-chk=253/254)
44552024-03-26T18:47:27.869Zpackage-manifest.toml
44562024-03-26T18:47:27.869Z 26,511 100% 106.11kB/s 0:00:00 26,511 100% 106.11kB/s 0:00:00 (xfr#2, to-chk=252/254)
44572024-03-26T18:47:27.869Zout/
44582024-03-26T18:47:27.869Zout/LOG
44592024-03-26T18:47:27.896Z 32,768 69% 131.15kB/s 0:00:00 47,210 100% 188.95kB/s 0:00:00 (xfr#3, to-chk=248/254)
44602024-03-26T18:47:27.896Zout/clickhouse.tar.gz
44612024-03-26T18:47:28.646Z 32,768 0% 131.15kB/s 0:29:22 225,181,696 97% 214.75MB/s 0:00:00 231,181,998 100% 216.36MB/s 0:00:01 (xfr#4, to-chk=247/254)
44622024-03-26T18:47:28.646Zout/clickhouse_keeper.tar.gz
44632024-03-26T18:47:29.467Z 32,768 0% 1.56MB/s 0:02:24 231,172,279 100% 261.83MB/s 0:00:00 (xfr#5, to-chk=246/254)
44642024-03-26T18:47:29.467Zout/cockroachdb.tar.gz
44652024-03-26T18:47:29.913Z 32,768 0% 38.00kB/s 0:55:32 44,695,552 35% 42.62MB/s 0:00:01 126,678,544 100% 93.80MB/s 0:00:01 (xfr#6, to-chk=245/254)
44662024-03-26T18:47:29.913Zout/crucible-pantry-zone.tar.gz
44672024-03-26T18:47:29.995Z 32,768 0% 111.11kB/s 0:03:47 25,291,089 100% 65.01MB/s 0:00:00 (xfr#7, to-chk=244/254)
44682024-03-26T18:47:29.995Zout/crucible-zone.tar.gz
44692024-03-26T18:47:30.115Z 32,768 0% 86.02kB/s 0:07:09 36,990,014 100% 71.55MB/s 0:00:00 (xfr#8, to-chk=243/254)
44702024-03-26T18:47:30.115Zout/external-dns.tar.gz
44712024-03-26T18:47:30.209Z 32,768 0% 64.91kB/s 0:07:57 31,009,053 100% 50.38MB/s 0:00:00 (xfr#9, to-chk=242/254)
44722024-03-26T18:47:30.209Zout/internal-dns.tar.gz
44732024-03-26T18:47:30.306Z 32,768 0% 54.51kB/s 0:09:28 31,008,613 100% 43.30MB/s 0:00:00 (xfr#10, to-chk=241/254)
44742024-03-26T18:47:30.306Zout/mg-ddm-gz.tar
44752024-03-26T18:47:30.837Z 32,768 0% 46.78kB/s 0:26:43 43,646,976 58% 41.62MB/s 0:00:00 75,039,232 100% 59.00MB/s 0:00:01 (xfr#11, to-chk=240/254)
44762024-03-26T18:47:30.837Zout/nexus.tar.gz
44772024-03-26T18:47:31.136Z 32,768 0% 149.53kB/s 0:10:05 90,574,202 100% 168.71MB/s 0:00:00 (xfr#12, to-chk=239/254)
44782024-03-26T18:47:31.136Zout/ntp.tar.gz
44792024-03-26T18:47:31.167Z 32,768 0% 62.50kB/s 0:02:46 10,429,099 100% 18.35MB/s 0:00:00 (xfr#13, to-chk=238/254)
44802024-03-26T18:47:31.167Zout/omicron-gateway-softnpu.tar.gz
44812024-03-26T18:47:31.211Z 32,768 0% 59.04kB/s 0:04:39 16,523,788 100% 26.89MB/s 0:00:00 (xfr#14, to-chk=237/254)
44822024-03-26T18:47:31.211Zout/omicron-gateway.tar.gz
44832024-03-26T18:47:31.253Z 32,768 0% 54.61kB/s 0:05:01 16,520,360 100% 25.01MB/s 0:00:00 (xfr#15, to-chk=236/254)
44842024-03-26T18:47:31.253Zout/omicron-sled-agent.tar
44852024-03-26T18:47:32.132Z 32,768 0% 50.79kB/s 0:37:25 44,302,336 38% 42.25MB/s 0:00:01 114,097,664 100% 72.11MB/s 0:00:01 (xfr#16, to-chk=235/254)
44862024-03-26T18:47:32.132Zout/overlay.tar.gz
44872024-03-26T18:47:32.132Z 2,622 100% 5.02kB/s 0:00:00 2,622 100% 5.02kB/s 0:00:00 (xfr#17, to-chk=234/254)
44882024-03-26T18:47:32.132Zout/oximeter.tar.gz
44892024-03-26T18:47:32.321Z 32,768 0% 62.75kB/s 0:13:01 49,088,759 100% 66.88MB/s 0:00:00 (xfr#18, to-chk=233/254)
44902024-03-26T18:47:32.321Zout/oxlog.tar
44912024-03-26T18:47:32.377Z 32,768 0% 45.65kB/s 0:02:16 6,244,864 100% 7.91MB/s 0:00:00 (xfr#19, to-chk=232/254)
44922024-03-26T18:47:32.378Zout/probe.tar.gz
44932024-03-26T18:47:32.401Z 32,768 1% 42.50kB/s 0:01:05 2,829,470 100% 3.53MB/s 0:00:00 (xfr#20, to-chk=231/254)
44942024-03-26T18:47:32.402Zout/propolis-server.tar.gz
44952024-03-26T18:47:32.630Z 32,768 0% 41.88kB/s 0:26:23 63,176,704 95% 60.25MB/s 0:00:00 66,360,059 100% 62.78MB/s 0:00:01 (xfr#21, to-chk=230/254)
44962024-03-26T18:47:32.630Zout/switch-softnpu.tar.gz
44972024-03-26T18:47:33.317Z 32,768 0% 3.47MB/s 0:01:00 213,729,439 100% 292.86MB/s 0:00:00 (xfr#22, to-chk=229/254)
44982024-03-26T18:47:33.317Zout/console-assets/
44992024-03-26T18:47:33.317Zout/console-assets/VERSION
45002024-03-26T18:47:33.317Z 41 100% 0.06kB/s 0:00:00 41 100% 0.06kB/s 0:00:00 (xfr#23, to-chk=225/254)
45012024-03-26T18:47:33.317Zout/console-assets/index.html
45022024-03-26T18:47:33.365Z 466 100% 0.65kB/s 0:00:00 466 100% 0.65kB/s 0:00:00 (xfr#24, to-chk=224/254)
45032024-03-26T18:47:33.365Zout/console-assets/assets/
45042024-03-26T18:47:33.365Zout/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2
45052024-03-26T18:47:33.365Z 32,768 70% 45.91kB/s 0:00:00 46,276 100% 64.84kB/s 0:00:00 (xfr#25, to-chk=222/254)
45062024-03-26T18:47:33.365Zout/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff
45072024-03-26T18:47:33.365Z 32,768 65% 45.91kB/s 0:00:00 50,032 100% 70.10kB/s 0:00:00 (xfr#26, to-chk=221/254)
45082024-03-26T18:47:33.365Zout/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff
45092024-03-26T18:47:33.365Z 32,768 55% 45.91kB/s 0:00:00 58,524 100% 82.00kB/s 0:00:00 (xfr#27, to-chk=220/254)
45102024-03-26T18:47:33.365Zout/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2
45112024-03-26T18:47:33.365Z 32,768 71% 45.91kB/s 0:00:00 46,060 100% 64.53kB/s 0:00:00 (xfr#28, to-chk=219/254)
45122024-03-26T18:47:33.365Zout/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff
45132024-03-26T18:47:33.365Z 21,937 100% 30.69kB/s 0:00:00 21,937 100% 30.69kB/s 0:00:00 (xfr#29, to-chk=218/254)
45142024-03-26T18:47:33.366Zout/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2
45152024-03-26T18:47:33.366Z 17,996 100% 25.18kB/s 0:00:00 17,996 100% 25.18kB/s 0:00:00 (xfr#30, to-chk=217/254)
45162024-03-26T18:47:33.366Zout/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff
45172024-03-26T18:47:33.366Z 21,890 100% 30.63kB/s 0:00:00 21,890 100% 30.63kB/s 0:00:00 (xfr#31, to-chk=216/254)
45182024-03-26T18:47:33.366Zout/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2
45192024-03-26T18:47:33.366Z 17,984 100% 25.16kB/s 0:00:00 17,984 100% 25.16kB/s 0:00:00 (xfr#32, to-chk=215/254)
45202024-03-26T18:47:33.366Zout/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff
45212024-03-26T18:47:33.366Z 21,123 100% 29.55kB/s 0:00:00 21,123 100% 29.55kB/s 0:00:00 (xfr#33, to-chk=214/254)
45222024-03-26T18:47:33.366Zout/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2
45232024-03-26T18:47:33.366Z 17,228 100% 24.10kB/s 0:00:00 17,228 100% 24.10kB/s 0:00:00 (xfr#34, to-chk=213/254)
45242024-03-26T18:47:33.366Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2
45252024-03-26T18:47:33.366Z 18,448 100% 25.81kB/s 0:00:00 18,448 100% 25.81kB/s 0:00:00 (xfr#35, to-chk=212/254)
45262024-03-26T18:47:33.366Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff
45272024-03-26T18:47:33.366Z 22,665 100% 31.71kB/s 0:00:00 22,665 100% 31.71kB/s 0:00:00 (xfr#36, to-chk=211/254)
45282024-03-26T18:47:33.366Zout/console-assets/assets/Terminal-MhI4tVax.js
45292024-03-26T18:47:33.366Z 32,768 11% 45.78kB/s 0:00:05 287,745 100% 400.86kB/s 0:00:00 (xfr#37, to-chk=210/254)
45302024-03-26T18:47:33.366Zout/console-assets/assets/Terminal-MhI4tVax.js.gz
45312024-03-26T18:47:33.366Z 32,768 45% 45.65kB/s 0:00:00 71,751 100% 99.96kB/s 0:00:00 (xfr#38, to-chk=209/254)
45322024-03-26T18:47:33.366Zout/console-assets/assets/Terminal-MhI4tVax.js.map
45332024-03-26T18:47:33.366Z 32,768 5% 45.65kB/s 0:00:12 590,398 100% 818.98kB/s 0:00:00 (xfr#39, to-chk=208/254)
45342024-03-26T18:47:33.366Zout/console-assets/assets/Terminal-MhI4tVax.js.map.gz
45352024-03-26T18:47:33.367Z 32,768 27% 45.45kB/s 0:00:01 118,340 100% 163.92kB/s 0:00:00 (xfr#40, to-chk=207/254)
45362024-03-26T18:47:33.367Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js
45372024-03-26T18:47:33.367Z 32,768 8% 45.39kB/s 0:00:07 371,459 100% 512.36kB/s 0:00:00 (xfr#41, to-chk=206/254)
45382024-03-26T18:47:33.367Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js.gz
45392024-03-26T18:47:33.367Z 32,768 31% 45.20kB/s 0:00:01 103,751 100% 143.11kB/s 0:00:00 (xfr#42, to-chk=205/254)
45402024-03-26T18:47:33.367Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js.map
45412024-03-26T18:47:33.367Z 32,768 1% 45.20kB/s 0:00:35 1,659,324 100% 2.20MB/s 0:00:00 (xfr#43, to-chk=204/254)
45422024-03-26T18:47:33.367Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js.map.gz
45432024-03-26T18:47:33.367Z 32,768 8% 44.57kB/s 0:00:07 379,086 100% 514.17kB/s 0:00:00 (xfr#44, to-chk=203/254)
45442024-03-26T18:47:33.367Zout/console-assets/assets/app-UgyCDj6n.css
45452024-03-26T18:47:33.367Z 32,768 23% 44.44kB/s 0:00:02 138,220 100% 187.21kB/s 0:00:00 (xfr#45, to-chk=202/254)
45462024-03-26T18:47:33.367Zout/console-assets/assets/app-UgyCDj6n.css.gz
45472024-03-26T18:47:33.367Z 21,226 100% 28.75kB/s 0:00:00 21,226 100% 28.75kB/s 0:00:00 (xfr#46, to-chk=201/254)
45482024-03-26T18:47:33.367Zout/console-assets/assets/app-oDC708oE.js
45492024-03-26T18:47:33.392Z 32,768 3% 44.38kB/s 0:00:23 1,090,115 100% 1.43MB/s 0:00:00 (xfr#47, to-chk=200/254)
45502024-03-26T18:47:33.392Zout/console-assets/assets/app-oDC708oE.js.gz
45512024-03-26T18:47:33.392Z 32,768 9% 43.90kB/s 0:00:06 336,276 100% 449.24kB/s 0:00:00 (xfr#48, to-chk=199/254)
45522024-03-26T18:47:33.392Zout/console-assets/assets/app-oDC708oE.js.map
45532024-03-26T18:47:33.392Z 32,768 0% 43.72kB/s 0:01:59 5,242,661 100% 6.53MB/s 0:00:00 (xfr#49, to-chk=198/254)
45542024-03-26T18:47:33.392Zout/console-assets/assets/app-oDC708oE.js.map.gz
45552024-03-26T18:47:33.392Z 32,768 2% 41.78kB/s 0:00:28 1,239,845 100% 1.54MB/s 0:00:00 (xfr#50, to-chk=197/254)
45562024-03-26T18:47:33.392Zout/console-assets/assets/favicon-WELtHcTG.svg
45572024-03-26T18:47:33.392Z 761 100% 0.97kB/s 0:00:00 761 100% 0.97kB/s 0:00:00 (xfr#51, to-chk=196/254)
45582024-03-26T18:47:33.392Zout/console-assets/assets/favicon-cDDaBnwQ.png
45592024-03-26T18:47:33.392Z 1,327 100% 1.68kB/s 0:00:00 1,327 100% 1.68kB/s 0:00:00 (xfr#52, to-chk=195/254)
45602024-03-26T18:47:33.392Zout/console-assets/assets/og-preview-image.webp
45612024-03-26T18:47:33.392Z 32,768 36% 41.56kB/s 0:00:01 89,880 100% 113.99kB/s 0:00:00 (xfr#53, to-chk=194/254)
45622024-03-26T18:47:33.392Zout/console-assets/assets/oxide-hero-rack-hMCZGwQc.webp
45632024-03-26T18:47:33.418Z 32,768 9% 41.50kB/s 0:00:07 352,484 100% 445.88kB/s 0:00:00 (xfr#54, to-chk=193/254)
45642024-03-26T18:47:33.418Zout/manifest-cache/
45652024-03-26T18:47:33.418Zout/manifest-cache/clickhouse.tar.gz.json
45662024-03-26T18:47:33.418Z 780 100% 0.99kB/s 0:00:00 780 100% 0.99kB/s 0:00:00 (xfr#55, to-chk=192/254)
45672024-03-26T18:47:33.418Zout/manifest-cache/clickhouse_keeper.tar.gz.json
45682024-03-26T18:47:33.419Z 801 100% 1.01kB/s 0:00:00 801 100% 1.01kB/s 0:00:00 (xfr#56, to-chk=191/254)
45692024-03-26T18:47:33.419Zout/manifest-cache/clickhouse_keeper_svc.tar.gz.json
45702024-03-26T18:47:33.419Z 2,958 100% 3.74kB/s 0:00:00 2,958 100% 3.74kB/s 0:00:00 (xfr#57, to-chk=190/254)
45712024-03-26T18:47:33.419Zout/manifest-cache/clickhouse_svc.tar.gz.json
45722024-03-26T18:47:33.419Z 2,946 100% 3.73kB/s 0:00:00 2,946 100% 3.73kB/s 0:00:00 (xfr#58, to-chk=189/254)
45732024-03-26T18:47:33.419Zout/manifest-cache/cockroachdb-service.tar.gz.json
45742024-03-26T18:47:33.419Z 32,768 59% 41.45kB/s 0:00:00 54,966 100% 69.53kB/s 0:00:00 (xfr#59, to-chk=188/254)
45752024-03-26T18:47:33.419Zout/manifest-cache/cockroachdb.tar.gz.json
45762024-03-26T18:47:33.419Z 787 100% 1.00kB/s 0:00:00 787 100% 1.00kB/s 0:00:00 (xfr#60, to-chk=187/254)
45772024-03-26T18:47:33.419Zout/manifest-cache/crucible-pantry-zone.tar.gz.json
45782024-03-26T18:47:33.419Z 662 100% 0.84kB/s 0:00:00 662 100% 0.84kB/s 0:00:00 (xfr#61, to-chk=186/254)
45792024-03-26T18:47:33.419Zout/manifest-cache/crucible-zone.tar.gz.json
45802024-03-26T18:47:33.419Z 641 100% 0.81kB/s 0:00:00 641 100% 0.81kB/s 0:00:00 (xfr#62, to-chk=185/254)
45812024-03-26T18:47:33.419Zout/manifest-cache/dns-server.tar.gz.json
45822024-03-26T18:47:33.419Z 942 100% 1.19kB/s 0:00:00 942 100% 1.19kB/s 0:00:00 (xfr#63, to-chk=184/254)
45832024-03-26T18:47:33.419Zout/manifest-cache/external-dns-customizations.tar.gz.json
45842024-03-26T18:47:33.419Z 1,132 100% 1.43kB/s 0:00:00 1,132 100% 1.43kB/s 0:00:00 (xfr#64, to-chk=183/254)
45852024-03-26T18:47:33.419Zout/manifest-cache/external-dns.tar.gz.json
45862024-03-26T18:47:33.419Z 934 100% 1.18kB/s 0:00:00 934 100% 1.18kB/s 0:00:00 (xfr#65, to-chk=182/254)
45872024-03-26T18:47:33.419Zout/manifest-cache/internal-dns-cli.tar.gz.json
45882024-03-26T18:47:33.419Z 752 100% 0.95kB/s 0:00:00 752 100% 0.95kB/s 0:00:00 (xfr#66, to-chk=181/254)
45892024-03-26T18:47:33.420Zout/manifest-cache/internal-dns-customizations.tar.gz.json
45902024-03-26T18:47:33.420Z 1,132 100% 1.43kB/s 0:00:00 1,132 100% 1.43kB/s 0:00:00 (xfr#67, to-chk=180/254)
45912024-03-26T18:47:33.420Zout/manifest-cache/internal-dns.tar.gz.json
45922024-03-26T18:47:33.420Z 791 100% 1.00kB/s 0:00:00 791 100% 1.00kB/s 0:00:00 (xfr#68, to-chk=179/254)
45932024-03-26T18:47:33.420Zout/manifest-cache/logadm.tar.gz.json
45942024-03-26T18:47:33.420Z 1,044 100% 1.32kB/s 0:00:00 1,044 100% 1.32kB/s 0:00:00 (xfr#69, to-chk=178/254)
45952024-03-26T18:47:33.420Zout/manifest-cache/nexus.tar.gz.json
45962024-03-26T18:47:33.420Z 773 100% 0.98kB/s 0:00:00 773 100% 0.98kB/s 0:00:00 (xfr#70, to-chk=177/254)
45972024-03-26T18:47:33.420Zout/manifest-cache/ntp-svc.tar.gz.json
45982024-03-26T18:47:33.420Z 2,228 100% 2.81kB/s 0:00:00 2,228 100% 2.81kB/s 0:00:00 (xfr#71, to-chk=176/254)
45992024-03-26T18:47:33.420Zout/manifest-cache/ntp.tar.gz.json
46002024-03-26T18:47:33.420Z 763 100% 0.96kB/s 0:00:00 763 100% 0.96kB/s 0:00:00 (xfr#72, to-chk=175/254)
46012024-03-26T18:47:33.420Zout/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json
46022024-03-26T18:47:33.420Z 1,462 100% 1.85kB/s 0:00:00 1,462 100% 1.85kB/s 0:00:00 (xfr#73, to-chk=174/254)
46032024-03-26T18:47:33.420Zout/manifest-cache/omicron-gateway-softnpu.tar.gz.json
46042024-03-26T18:47:33.420Z 545 100% 0.69kB/s 0:00:00 545 100% 0.69kB/s 0:00:00 (xfr#74, to-chk=173/254)
46052024-03-26T18:47:33.420Zout/manifest-cache/omicron-gateway.tar.gz.json
46062024-03-26T18:47:33.420Z 703 100% 0.89kB/s 0:00:00 703 100% 0.89kB/s 0:00:00 (xfr#75, to-chk=172/254)
46072024-03-26T18:47:33.420Zout/manifest-cache/omicron-nexus.tar.gz.json
46082024-03-26T18:47:33.420Z 32,768 45% 41.40kB/s 0:00:00 71,925 100% 90.87kB/s 0:00:00 (xfr#76, to-chk=171/254)
46092024-03-26T18:47:33.421Zout/manifest-cache/omicron-omdb.tar.gz.json
46102024-03-26T18:47:33.421Z 702 100% 0.89kB/s 0:00:00 702 100% 0.89kB/s 0:00:00 (xfr#77, to-chk=170/254)
46112024-03-26T18:47:33.421Zout/manifest-cache/omicron-sled-agent.tar.json
46122024-03-26T18:47:33.421Z 1,269 100% 1.60kB/s 0:00:00 1,269 100% 1.60kB/s 0:00:00 (xfr#78, to-chk=169/254)
46132024-03-26T18:47:33.421Zout/manifest-cache/opte-interface-setup.tar.gz.json
46142024-03-26T18:47:33.421Z 883 100% 1.12kB/s 0:00:00 883 100% 1.12kB/s 0:00:00 (xfr#79, to-chk=168/254)
46152024-03-26T18:47:33.421Zout/manifest-cache/overlay.tar.gz.json
46162024-03-26T18:47:33.421Z 473 100% 0.60kB/s 0:00:00 473 100% 0.60kB/s 0:00:00 (xfr#80, to-chk=167/254)
46172024-03-26T18:47:33.421Zout/manifest-cache/oximeter-collector.tar.gz.json
46182024-03-26T18:47:33.421Z 18,311 100% 23.10kB/s 0:00:00 18,311 100% 23.10kB/s 0:00:00 (xfr#81, to-chk=166/254)
46192024-03-26T18:47:33.421Zout/manifest-cache/oximeter.tar.gz.json
46202024-03-26T18:47:33.421Z 641 100% 0.81kB/s 0:00:00 641 100% 0.81kB/s 0:00:00 (xfr#82, to-chk=165/254)
46212024-03-26T18:47:33.421Zout/manifest-cache/oxlog.tar.json
46222024-03-26T18:47:33.421Z 321 100% 0.41kB/s 0:00:00 321 100% 0.41kB/s 0:00:00 (xfr#83, to-chk=164/254)
46232024-03-26T18:47:33.421Zout/manifest-cache/probe.tar.gz.json
46242024-03-26T18:47:33.421Z 346 100% 0.44kB/s 0:00:00 346 100% 0.44kB/s 0:00:00 (xfr#84, to-chk=163/254)
46252024-03-26T18:47:33.421Zout/manifest-cache/profile.tar.gz.json
46262024-03-26T18:47:33.421Z 838 100% 1.06kB/s 0:00:00 838 100% 1.06kB/s 0:00:00 (xfr#85, to-chk=162/254)
46272024-03-26T18:47:33.421Zout/manifest-cache/sp-sim-softnpu.tar.gz.json
46282024-03-26T18:47:33.421Z 357 100% 0.45kB/s 0:00:00 357 100% 0.45kB/s 0:00:00 (xfr#86, to-chk=161/254)
46292024-03-26T18:47:33.422Zout/manifest-cache/sp-sim.tar.gz.json
46302024-03-26T18:47:33.422Z 1,549 100% 1.95kB/s 0:00:00 1,549 100% 1.95kB/s 0:00:00 (xfr#87, to-chk=160/254)
46312024-03-26T18:47:33.422Zout/manifest-cache/switch-softnpu.tar.gz.json
46322024-03-26T18:47:33.422Z 1,566 100% 1.98kB/s 0:00:00 1,566 100% 1.98kB/s 0:00:00 (xfr#88, to-chk=159/254)
46332024-03-26T18:47:33.422Zout/manifest-cache/switch_zone_setup.tar.gz.json
46342024-03-26T18:47:33.422Z 10,790 100% 13.61kB/s 0:00:00 10,790 100% 13.61kB/s 0:00:00 (xfr#89, to-chk=158/254)
46352024-03-26T18:47:33.422Zout/manifest-cache/wicket.tar.gz.json
46362024-03-26T18:47:33.422Z 1,084 100% 1.37kB/s 0:00:00 1,084 100% 1.37kB/s 0:00:00 (xfr#90, to-chk=157/254)
46372024-03-26T18:47:33.422Zout/manifest-cache/wicketd.tar.gz.json
46382024-03-26T18:47:33.422Z 1,560 100% 1.97kB/s 0:00:00 1,560 100% 1.97kB/s 0:00:00 (xfr#91, to-chk=156/254)
46392024-03-26T18:47:33.422Zout/manifest-cache/zone-network-install.tar.gz.json
46402024-03-26T18:47:33.422Z 877 100% 1.11kB/s 0:00:00 877 100% 1.11kB/s 0:00:00 (xfr#92, to-chk=155/254)
46412024-03-26T18:47:33.422Zout/manifest-cache/zone-network-setup.tar.gz.json
46422024-03-26T18:47:33.422Z 772 100% 0.97kB/s 0:00:00 772 100% 0.97kB/s 0:00:00 (xfr#93, to-chk=154/254)
46432024-03-26T18:47:33.422Zout/target/
46442024-03-26T18:47:33.422Zout/target/active -> default
46452024-03-26T18:47:33.422Zout/target/default
46462024-03-26T18:47:33.422Z 74 100% 0.09kB/s 0:00:00 74 100% 0.09kB/s 0:00:00 (xfr#94, to-chk=152/254)
46472024-03-26T18:47:33.422Zsmf/
46482024-03-26T18:47:33.422Zsmf/clickhouse/
46492024-03-26T18:47:33.422Zsmf/clickhouse/config_replica.xml
46502024-03-26T18:47:33.423Z 2,728 100% 3.44kB/s 0:00:00 2,728 100% 3.44kB/s 0:00:00 (xfr#95, to-chk=132/254)
46512024-03-26T18:47:33.423Zsmf/clickhouse/manifest.xml
46522024-03-26T18:47:33.423Z 1,494 100% 1.88kB/s 0:00:00 1,494 100% 1.88kB/s 0:00:00 (xfr#96, to-chk=131/254)
46532024-03-26T18:47:33.423Zsmf/clickhouse/method_script.sh
46542024-03-26T18:47:33.423Z 5,330 100% 6.72kB/s 0:00:00 5,330 100% 6.72kB/s 0:00:00 (xfr#97, to-chk=130/254)
46552024-03-26T18:47:33.423Zsmf/clickhouse_keeper/
46562024-03-26T18:47:33.423Zsmf/clickhouse_keeper/keeper_config.xml
46572024-03-26T18:47:33.423Z 1,460 100% 1.84kB/s 0:00:00 1,460 100% 1.84kB/s 0:00:00 (xfr#98, to-chk=129/254)
46582024-03-26T18:47:33.423Zsmf/clickhouse_keeper/manifest.xml
46592024-03-26T18:47:33.423Z 1,534 100% 1.93kB/s 0:00:00 1,534 100% 1.93kB/s 0:00:00 (xfr#99, to-chk=128/254)
46602024-03-26T18:47:33.423Zsmf/clickhouse_keeper/method_script.sh
46612024-03-26T18:47:33.423Z 4,324 100% 5.45kB/s 0:00:00 4,324 100% 5.45kB/s 0:00:00 (xfr#100, to-chk=127/254)
46622024-03-26T18:47:33.423Zsmf/cockroachdb/
46632024-03-26T18:47:33.449Zsmf/cockroachdb/manifest.xml
46642024-03-26T18:47:33.449Z 1,667 100% 2.10kB/s 0:00:00 1,667 100% 2.10kB/s 0:00:00 (xfr#101, to-chk=126/254)
46652024-03-26T18:47:33.449Zsmf/cockroachdb/method_script.sh
46662024-03-26T18:47:33.449Z 1,030 100% 1.30kB/s 0:00:00 1,030 100% 1.30kB/s 0:00:00 (xfr#102, to-chk=125/254)
46672024-03-26T18:47:33.449Zsmf/external-dns/
46682024-03-26T18:47:33.449Zsmf/external-dns/config.toml
46692024-03-26T18:47:33.449Z 353 100% 0.44kB/s 0:00:00 353 100% 0.44kB/s 0:00:00 (xfr#103, to-chk=124/254)
46702024-03-26T18:47:33.449Zsmf/external-dns/manifest.xml
46712024-03-26T18:47:33.449Z 1,805 100% 2.27kB/s 0:00:00 1,805 100% 2.27kB/s 0:00:00 (xfr#104, to-chk=123/254)
46722024-03-26T18:47:33.449Zsmf/installinator/
46732024-03-26T18:47:33.449Zsmf/installinator/manifest.xml
46742024-03-26T18:47:33.449Z 2,149 100% 2.71kB/s 0:00:00 2,149 100% 2.71kB/s 0:00:00 (xfr#105, to-chk=122/254)
46752024-03-26T18:47:33.449Zsmf/internal-dns/
46762024-03-26T18:47:33.449Zsmf/internal-dns/config.toml
46772024-03-26T18:47:33.450Z 353 100% 0.44kB/s 0:00:00 353 100% 0.44kB/s 0:00:00 (xfr#106, to-chk=121/254)
46782024-03-26T18:47:33.450Zsmf/internal-dns/manifest.xml
46792024-03-26T18:47:33.450Z 1,618 100% 2.04kB/s 0:00:00 1,618 100% 2.04kB/s 0:00:00 (xfr#107, to-chk=120/254)
46802024-03-26T18:47:33.450Zsmf/logadm/
46812024-03-26T18:47:33.450Zsmf/logadm/crontab.root
46822024-03-26T18:47:33.450Z 30 100% 0.04kB/s 0:00:00 30 100% 0.04kB/s 0:00:00 (xfr#108, to-chk=119/254)
46832024-03-26T18:47:33.450Zsmf/logadm/logadm.conf
46842024-03-26T18:47:33.450Z 2,553 100% 3.22kB/s 0:00:00 2,553 100% 3.22kB/s 0:00:00 (xfr#109, to-chk=118/254)
46852024-03-26T18:47:33.450Zsmf/mgs-sim/
46862024-03-26T18:47:33.450Zsmf/mgs-sim/config.toml
46872024-03-26T18:47:33.450Z 3,534 100% 4.45kB/s 0:00:00 3,534 100% 4.45kB/s 0:00:00 (xfr#110, to-chk=117/254)
46882024-03-26T18:47:33.450Zsmf/mgs/
46892024-03-26T18:47:33.450Zsmf/mgs/config.toml
46902024-03-26T18:47:33.450Z 9,085 100% 11.45kB/s 0:00:00 9,085 100% 11.45kB/s 0:00:00 (xfr#111, to-chk=116/254)
46912024-03-26T18:47:33.450Zsmf/mgs/manifest.xml
46922024-03-26T18:47:33.450Z 2,474 100% 3.12kB/s 0:00:00 2,474 100% 3.12kB/s 0:00:00 (xfr#112, to-chk=115/254)
46932024-03-26T18:47:33.450Zsmf/nexus/
46942024-03-26T18:47:33.450Zsmf/nexus/manifest.xml
46952024-03-26T18:47:33.450Z 1,987 100% 2.50kB/s 0:00:00 1,987 100% 2.50kB/s 0:00:00 (xfr#113, to-chk=114/254)
46962024-03-26T18:47:33.451Zsmf/nexus/multi-sled/
46972024-03-26T18:47:33.451Zsmf/nexus/multi-sled/config-partial.toml
46982024-03-26T18:47:33.451Z 1,997 100% 2.52kB/s 0:00:00 1,997 100% 2.52kB/s 0:00:00 (xfr#114, to-chk=111/254)
46992024-03-26T18:47:33.451Zsmf/nexus/single-sled/
47002024-03-26T18:47:33.451Zsmf/nexus/single-sled/config-partial.toml
47012024-03-26T18:47:33.451Z 1,993 100% 2.51kB/s 0:00:00 1,993 100% 2.51kB/s 0:00:00 (xfr#115, to-chk=110/254)
47022024-03-26T18:47:33.451Zsmf/ntp/
47032024-03-26T18:47:33.451Zsmf/ntp/etc/
47042024-03-26T18:47:33.451Zsmf/ntp/etc/inet/
47052024-03-26T18:47:33.451Zsmf/ntp/etc/inet/chrony.conf.boundary
47062024-03-26T18:47:33.451Z 881 100% 1.11kB/s 0:00:00 881 100% 1.11kB/s 0:00:00 (xfr#116, to-chk=104/254)
47072024-03-26T18:47:33.451Zsmf/ntp/etc/inet/chrony.conf.internal
47082024-03-26T18:47:33.451Z 1,108 100% 1.39kB/s 0:00:00 1,108 100% 1.39kB/s 0:00:00 (xfr#117, to-chk=103/254)
47092024-03-26T18:47:33.451Zsmf/ntp/etc/logadm.d/
47102024-03-26T18:47:33.451Zsmf/ntp/etc/logadm.d/chrony.logadm.conf
47112024-03-26T18:47:33.451Z 135 100% 0.17kB/s 0:00:00 135 100% 0.17kB/s 0:00:00 (xfr#118, to-chk=102/254)
47122024-03-26T18:47:33.451Zsmf/ntp/manifest/
47132024-03-26T18:47:33.451Zsmf/ntp/manifest/manifest.xml
47142024-03-26T18:47:33.451Z 3,336 100% 4.20kB/s 0:00:00 3,336 100% 4.20kB/s 0:00:00 (xfr#119, to-chk=101/254)
47152024-03-26T18:47:33.451Zsmf/ntp/method/
47162024-03-26T18:47:33.451Zsmf/ntp/method/svc-site-ntp
47172024-03-26T18:47:33.452Z 3,211 100% 4.04kB/s 0:00:00 3,211 100% 4.04kB/s 0:00:00 (xfr#120, to-chk=100/254)
47182024-03-26T18:47:33.452Zsmf/opte-interface-setup/
47192024-03-26T18:47:33.452Zsmf/opte-interface-setup/manifest.xml
47202024-03-26T18:47:33.452Z 1,638 100% 2.06kB/s 0:00:00 1,638 100% 2.06kB/s 0:00:00 (xfr#121, to-chk=99/254)
47212024-03-26T18:47:33.452Zsmf/oximeter/
47222024-03-26T18:47:33.452Zsmf/oximeter/config.toml
47232024-03-26T18:47:33.452Z 205 100% 0.26kB/s 0:00:00 205 100% 0.26kB/s 0:00:00 (xfr#122, to-chk=98/254)
47242024-03-26T18:47:33.452Zsmf/oximeter/manifest.xml
47252024-03-26T18:47:33.452Z 1,770 100% 2.23kB/s 0:00:00 1,770 100% 2.23kB/s 0:00:00 (xfr#123, to-chk=97/254)
47262024-03-26T18:47:33.452Zsmf/profile/
47272024-03-26T18:47:33.452Zsmf/profile/bashrc
47282024-03-26T18:47:33.452Z 925 100% 1.16kB/s 0:00:00 925 100% 1.16kB/s 0:00:00 (xfr#124, to-chk=96/254)
47292024-03-26T18:47:33.452Zsmf/profile/profile
47302024-03-26T18:47:33.452Z 554 100% 0.70kB/s 0:00:00 554 100% 0.70kB/s 0:00:00 (xfr#125, to-chk=95/254)
47312024-03-26T18:47:33.452Zsmf/sled-agent/
47322024-03-26T18:47:33.452Zsmf/sled-agent/manifest.xml
47332024-03-26T18:47:33.452Z 2,373 100% 2.99kB/s 0:00:00 2,373 100% 2.99kB/s 0:00:00 (xfr#126, to-chk=94/254)
47342024-03-26T18:47:33.452Zsmf/sled-agent/gimlet-standalone/
47352024-03-26T18:47:33.452Zsmf/sled-agent/gimlet-standalone/README.md
47362024-03-26T18:47:33.452Z 114 100% 0.14kB/s 0:00:00 114 100% 0.14kB/s 0:00:00 (xfr#127, to-chk=90/254)
47372024-03-26T18:47:33.452Zsmf/sled-agent/gimlet-standalone/config-rss.toml
47382024-03-26T18:47:33.453Z 6,611 100% 8.32kB/s 0:00:00 6,611 100% 8.32kB/s 0:00:00 (xfr#128, to-chk=89/254)
47392024-03-26T18:47:33.453Zsmf/sled-agent/gimlet-standalone/config.toml
47402024-03-26T18:47:33.453Z 1,800 100% 2.27kB/s 0:00:00 1,800 100% 2.27kB/s 0:00:00 (xfr#129, to-chk=88/254)
47412024-03-26T18:47:33.453Zsmf/sled-agent/gimlet/
47422024-03-26T18:47:33.453Zsmf/sled-agent/gimlet/README.md
47432024-03-26T18:47:33.453Z 54 100% 0.07kB/s 0:00:00 54 100% 0.07kB/s 0:00:00 (xfr#130, to-chk=87/254)
47442024-03-26T18:47:33.453Zsmf/sled-agent/gimlet/config.toml
47452024-03-26T18:47:33.453Z 1,657 100% 2.09kB/s 0:00:00 1,657 100% 2.09kB/s 0:00:00 (xfr#131, to-chk=86/254)
47462024-03-26T18:47:33.453Zsmf/sled-agent/non-gimlet/
47472024-03-26T18:47:33.453Zsmf/sled-agent/non-gimlet/README.md
47482024-03-26T18:47:33.453Z 105 100% 0.13kB/s 0:00:00 105 100% 0.13kB/s 0:00:00 (xfr#132, to-chk=85/254)
47492024-03-26T18:47:33.453Zsmf/sled-agent/non-gimlet/config.toml
47502024-03-26T18:47:33.453Z 2,906 100% 3.65kB/s 0:00:00 2,906 100% 3.65kB/s 0:00:00 (xfr#133, to-chk=84/254)
47512024-03-26T18:47:33.453Zsmf/sp-sim/
47522024-03-26T18:47:33.453Zsmf/sp-sim/config.toml
47532024-03-26T18:47:33.453Z 2,604 100% 3.27kB/s 0:00:00 2,604 100% 3.27kB/s 0:00:00 (xfr#134, to-chk=83/254)
47542024-03-26T18:47:33.453Zsmf/sp-sim/manifest.xml
47552024-03-26T18:47:33.453Z 1,271 100% 1.60kB/s 0:00:00 1,271 100% 1.60kB/s 0:00:00 (xfr#135, to-chk=82/254)
47562024-03-26T18:47:33.453Zsmf/switch_zone_setup/
47572024-03-26T18:47:33.453Zsmf/switch_zone_setup/manifest.xml
47582024-03-26T18:47:33.453Z 1,061 100% 1.33kB/s 0:00:00 1,061 100% 1.33kB/s 0:00:00 (xfr#136, to-chk=81/254)
47592024-03-26T18:47:33.454Zsmf/switch_zone_setup/support_authorized_keys
47602024-03-26T18:47:33.454Z 1,284 100% 1.61kB/s 0:00:00 1,284 100% 1.61kB/s 0:00:00 (xfr#137, to-chk=80/254)
47612024-03-26T18:47:33.454Zsmf/switch_zone_setup/switch_zone_setup
47622024-03-26T18:47:33.454Z 1,041 100% 1.31kB/s 0:00:00 1,041 100% 1.31kB/s 0:00:00 (xfr#138, to-chk=79/254)
47632024-03-26T18:47:33.480Zsmf/wicketd/
47642024-03-26T18:47:33.480Zsmf/wicketd/config.toml
47652024-03-26T18:47:33.480Z 104 100% 0.13kB/s 0:00:00 104 100% 0.13kB/s 0:00:00 (xfr#139, to-chk=78/254)
47662024-03-26T18:47:33.480Zsmf/wicketd/manifest.xml
47672024-03-26T18:47:33.480Z 2,954 100% 3.71kB/s 0:00:00 2,954 100% 3.71kB/s 0:00:00 (xfr#140, to-chk=77/254)
47682024-03-26T18:47:33.480Zsmf/zone-network-setup/
47692024-03-26T18:47:33.480Zsmf/zone-network-setup/manifest.xml
47702024-03-26T18:47:33.480Z 1,614 100% 2.03kB/s 0:00:00 1,614 100% 2.03kB/s 0:00:00 (xfr#141, to-chk=76/254)
47712024-03-26T18:47:33.480Ztools/
47722024-03-26T18:47:33.481Ztools/README.adoc
47732024-03-26T18:47:33.481Z 3,558 100% 4.47kB/s 0:00:00 3,558 100% 4.47kB/s 0:00:00 (xfr#142, to-chk=75/254)
47742024-03-26T18:47:33.481Ztools/build-global-zone-packages.sh
47752024-03-26T18:47:33.481Z 2,388 100% 3.00kB/s 0:00:00 2,388 100% 3.00kB/s 0:00:00 (xfr#143, to-chk=74/254)
47762024-03-26T18:47:33.481Ztools/build-host-image.sh
47772024-03-26T18:47:33.481Z 2,971 100% 3.73kB/s 0:00:00 2,971 100% 3.73kB/s 0:00:00 (xfr#144, to-chk=73/254)
47782024-03-26T18:47:33.481Ztools/build-trampoline-global-zone-packages.sh
47792024-03-26T18:47:33.481Z 1,878 100% 2.36kB/s 0:00:00 1,878 100% 2.36kB/s 0:00:00 (xfr#145, to-chk=72/254)
47802024-03-26T18:47:33.481Ztools/ci_check_opte_ver.sh
47812024-03-26T18:47:33.481Z 2,770 100% 3.48kB/s 0:00:00 2,770 100% 3.48kB/s 0:00:00 (xfr#146, to-chk=71/254)
47822024-03-26T18:47:33.481Ztools/ci_download_clickhouse
47832024-03-26T18:47:33.481Z 3,631 100% 4.56kB/s 0:00:00 3,631 100% 4.56kB/s 0:00:00 (xfr#147, to-chk=70/254)
47842024-03-26T18:47:33.481Ztools/ci_download_cockroachdb
47852024-03-26T18:47:33.481Z 4,292 100% 5.39kB/s 0:00:00 4,292 100% 5.39kB/s 0:00:00 (xfr#148, to-chk=69/254)
47862024-03-26T18:47:33.481Ztools/ci_download_console
47872024-03-26T18:47:33.481Z 1,991 100% 2.50kB/s 0:00:00 1,991 100% 2.50kB/s 0:00:00 (xfr#149, to-chk=68/254)
47882024-03-26T18:47:33.481Ztools/ci_download_dendrite_openapi
47892024-03-26T18:47:33.481Z 1,719 100% 2.16kB/s 0:00:00 1,719 100% 2.16kB/s 0:00:00 (xfr#150, to-chk=67/254)
47902024-03-26T18:47:33.481Ztools/ci_download_dendrite_stub
47912024-03-26T18:47:33.481Z 4,229 100% 5.31kB/s 0:00:00 4,229 100% 5.31kB/s 0:00:00 (xfr#151, to-chk=66/254)
47922024-03-26T18:47:33.481Ztools/ci_download_maghemite_mgd
47932024-03-26T18:47:33.482Z 3,650 100% 4.58kB/s 0:00:00 3,650 100% 4.58kB/s 0:00:00 (xfr#152, to-chk=65/254)
47942024-03-26T18:47:33.482Ztools/ci_download_maghemite_openapi
47952024-03-26T18:47:33.482Z 1,989 100% 2.50kB/s 0:00:00 1,989 100% 2.50kB/s 0:00:00 (xfr#153, to-chk=64/254)
47962024-03-26T18:47:33.482Ztools/ci_download_softnpu_machinery
47972024-03-26T18:47:33.482Z 668 100% 0.84kB/s 0:00:00 668 100% 0.84kB/s 0:00:00 (xfr#154, to-chk=63/254)
47982024-03-26T18:47:33.482Ztools/ci_download_thundermuffin
47992024-03-26T18:47:33.482Z 3,237 100% 4.06kB/s 0:00:00 3,237 100% 4.06kB/s 0:00:00 (xfr#155, to-chk=62/254)
48002024-03-26T18:47:33.482Ztools/ci_download_transceiver_control
48012024-03-26T18:47:33.482Z 3,415 100% 4.29kB/s 0:00:00 3,415 100% 4.29kB/s 0:00:00 (xfr#156, to-chk=61/254)
48022024-03-26T18:47:33.482Ztools/clickhouse_checksums
48032024-03-26T18:47:33.482Z 153 100% 0.19kB/s 0:00:00 153 100% 0.19kB/s 0:00:00 (xfr#157, to-chk=60/254)
48042024-03-26T18:47:33.482Ztools/clickhouse_version
48052024-03-26T18:47:33.482Z 11 100% 0.01kB/s 0:00:00 11 100% 0.01kB/s 0:00:00 (xfr#158, to-chk=59/254)
48062024-03-26T18:47:33.482Ztools/cockroachdb_checksums
48072024-03-26T18:47:33.482Z 258 100% 0.32kB/s 0:00:00 258 100% 0.32kB/s 0:00:00 (xfr#159, to-chk=58/254)
48082024-03-26T18:47:33.482Ztools/cockroachdb_version
48092024-03-26T18:47:33.482Z 8 100% 0.01kB/s 0:00:00 8 100% 0.01kB/s 0:00:00 (xfr#160, to-chk=57/254)
48102024-03-26T18:47:33.482Ztools/console_version
48112024-03-26T18:47:33.482Z 122 100% 0.15kB/s 0:00:00 122 100% 0.15kB/s 0:00:00 (xfr#161, to-chk=56/254)
48122024-03-26T18:47:33.482Ztools/create_gimlet_virtual_hardware.sh
48132024-03-26T18:47:33.482Z 936 100% 1.17kB/s 0:00:00 936 100% 1.17kB/s 0:00:00 (xfr#162, to-chk=55/254)
48142024-03-26T18:47:33.483Ztools/create_scrimlet_virtual_hardware.sh
48152024-03-26T18:47:33.483Z 2,014 100% 2.53kB/s 0:00:00 2,014 100% 2.53kB/s 0:00:00 (xfr#163, to-chk=54/254)
48162024-03-26T18:47:33.483Ztools/create_self_signed_cert.sh
48172024-03-26T18:47:33.483Z 685 100% 0.86kB/s 0:00:00 685 100% 0.86kB/s 0:00:00 (xfr#164, to-chk=53/254)
48182024-03-26T18:47:33.483Ztools/create_virtual_hardware.sh
48192024-03-26T18:47:33.483Z 3,184 100% 4.00kB/s 0:00:00 3,184 100% 4.00kB/s 0:00:00 (xfr#165, to-chk=52/254)
48202024-03-26T18:47:33.483Ztools/delete-reservoir.sh
48212024-03-26T18:47:33.483Z 136 100% 0.17kB/s 0:00:00 136 100% 0.17kB/s 0:00:00 (xfr#166, to-chk=51/254)
48222024-03-26T18:47:33.483Ztools/dendrite_openapi_version
48232024-03-26T18:47:33.483Z 122 100% 0.15kB/s 0:00:00 122 100% 0.15kB/s 0:00:00 (xfr#167, to-chk=50/254)
48242024-03-26T18:47:33.483Ztools/dendrite_stub_checksums
48252024-03-26T18:47:33.483Z 267 100% 0.34kB/s 0:00:00 267 100% 0.34kB/s 0:00:00 (xfr#168, to-chk=49/254)
48262024-03-26T18:47:33.483Ztools/destroy_gimlet_virtual_hardware.sh
48272024-03-26T18:47:33.483Z 888 100% 1.11kB/s 0:00:00 888 100% 1.11kB/s 0:00:00 (xfr#169, to-chk=48/254)
48282024-03-26T18:47:33.483Ztools/destroy_scrimlet_virtual_hardware.sh
48292024-03-26T18:47:33.483Z 1,147 100% 1.44kB/s 0:00:00 1,147 100% 1.44kB/s 0:00:00 (xfr#170, to-chk=47/254)
48302024-03-26T18:47:33.483Ztools/destroy_virtual_hardware.sh
48312024-03-26T18:47:33.483Z 2,227 100% 2.80kB/s 0:00:00 2,227 100% 2.80kB/s 0:00:00 (xfr#171, to-chk=46/254)
48322024-03-26T18:47:33.483Ztools/dvt_dock_version
48332024-03-26T18:47:33.483Z 48 100% 0.06kB/s 0:00:00 48 100% 0.06kB/s 0:00:00 (xfr#172, to-chk=45/254)
48342024-03-26T18:47:33.483Ztools/ensure_buildomat_artifact.sh
48352024-03-26T18:47:33.484Z 3,759 100% 4.71kB/s 0:00:00 3,759 100% 4.71kB/s 0:00:00 (xfr#173, to-chk=44/254)
48362024-03-26T18:47:33.484Ztools/generate-nexus-api.sh
48372024-03-26T18:47:33.484Z 174 100% 0.22kB/s 0:00:00 174 100% 0.22kB/s 0:00:00 (xfr#174, to-chk=43/254)
48382024-03-26T18:47:33.484Ztools/generate-sled-agent-api.sh
48392024-03-26T18:47:33.484Z 161 100% 0.20kB/s 0:00:00 161 100% 0.20kB/s 0:00:00 (xfr#175, to-chk=42/254)
48402024-03-26T18:47:33.484Ztools/generate-wicketd-api.sh
48412024-03-26T18:47:33.484Z 75 100% 0.09kB/s 0:00:00 75 100% 0.09kB/s 0:00:00 (xfr#176, to-chk=41/254)
48422024-03-26T18:47:33.484Ztools/hubris_checksums
48432024-03-26T18:47:33.484Z 852 100% 1.07kB/s 0:00:00 852 100% 1.07kB/s 0:00:00 (xfr#177, to-chk=40/254)
48442024-03-26T18:47:33.484Ztools/hubris_version
48452024-03-26T18:47:33.484Z 50 100% 0.06kB/s 0:00:00 50 100% 0.06kB/s 0:00:00 (xfr#178, to-chk=39/254)
48462024-03-26T18:47:33.484Ztools/install_builder_prerequisites.sh
48472024-03-26T18:47:33.484Z 7,537 100% 9.45kB/s 0:00:00 7,537 100% 9.45kB/s 0:00:00 (xfr#179, to-chk=38/254)
48482024-03-26T18:47:33.484Ztools/install_opte.sh
48492024-03-26T18:47:33.484Z 3,755 100% 4.71kB/s 0:00:00 3,755 100% 4.71kB/s 0:00:00 (xfr#180, to-chk=37/254)
48502024-03-26T18:47:33.484Ztools/install_prerequisites.sh
48512024-03-26T18:47:33.484Z 255 100% 0.32kB/s 0:00:00 255 100% 0.32kB/s 0:00:00 (xfr#181, to-chk=36/254)
48522024-03-26T18:47:33.484Ztools/install_runner_prerequisites.sh
48532024-03-26T18:47:33.484Z 4,154 100% 5.21kB/s 0:00:00 4,154 100% 5.21kB/s 0:00:00 (xfr#182, to-chk=35/254)
48542024-03-26T18:47:33.484Ztools/maghemite_ddm_openapi_version
48552024-03-26T18:47:33.484Z 122 100% 0.15kB/s 0:00:00 122 100% 0.15kB/s 0:00:00 (xfr#183, to-chk=34/254)
48562024-03-26T18:47:33.485Ztools/maghemite_mg_openapi_version
48572024-03-26T18:47:33.485Z 122 100% 0.15kB/s 0:00:00 122 100% 0.15kB/s 0:00:00 (xfr#184, to-chk=33/254)
48582024-03-26T18:47:33.485Ztools/maghemite_mgd_checksums
48592024-03-26T18:47:33.485Z 163 100% 0.20kB/s 0:00:00 163 100% 0.20kB/s 0:00:00 (xfr#185, to-chk=32/254)
48602024-03-26T18:47:33.485Ztools/opte_version
48612024-03-26T18:47:33.485Z 9 100% 0.01kB/s 0:00:00 9 100% 0.01kB/s 0:00:00 (xfr#186, to-chk=31/254)
48622024-03-26T18:47:33.485Ztools/opte_version_override
48632024-03-26T18:47:33.510Z 142 100% 0.18kB/s 0:00:00 142 100% 0.18kB/s 0:00:00 (xfr#187, to-chk=30/254)
48642024-03-26T18:47:33.510Ztools/renovate-post-upgrade.sh
48652024-03-26T18:47:33.510Z 1,705 100% 2.14kB/s 0:00:00 1,705 100% 2.14kB/s 0:00:00 (xfr#188, to-chk=29/254)
48662024-03-26T18:47:33.510Ztools/thundermuffin_checksums
48672024-03-26T18:47:33.510Z 79 100% 0.10kB/s 0:00:00 79 100% 0.10kB/s 0:00:00 (xfr#189, to-chk=28/254)
48682024-03-26T18:47:33.510Ztools/thundermuffin_version
48692024-03-26T18:47:33.510Z 50 100% 0.06kB/s 0:00:00 50 100% 0.06kB/s 0:00:00 (xfr#190, to-chk=27/254)
48702024-03-26T18:47:33.511Ztools/transceiver_control_version
48712024-03-26T18:47:33.511Z 137 100% 0.17kB/s 0:00:00 137 100% 0.17kB/s 0:00:00 (xfr#191, to-chk=26/254)
48722024-03-26T18:47:33.511Ztools/uninstall_opte.sh
48732024-03-26T18:47:33.511Z 6,514 100% 8.16kB/s 0:00:00 6,514 100% 8.16kB/s 0:00:00 (xfr#192, to-chk=25/254)
48742024-03-26T18:47:33.511Ztools/update_crucible.sh
48752024-03-26T18:47:33.511Z 1,093 100% 1.37kB/s 0:00:00 1,093 100% 1.37kB/s 0:00:00 (xfr#193, to-chk=24/254)
48762024-03-26T18:47:33.511Ztools/update_dendrite.sh
48772024-03-26T18:47:33.511Z 2,333 100% 2.92kB/s 0:00:00 2,333 100% 2.92kB/s 0:00:00 (xfr#194, to-chk=23/254)
48782024-03-26T18:47:33.511Ztools/update_helpers.sh
48792024-03-26T18:47:33.511Z 3,831 100% 4.80kB/s 0:00:00 3,831 100% 4.80kB/s 0:00:00 (xfr#195, to-chk=22/254)
48802024-03-26T18:47:33.511Ztools/update_lldp.sh
48812024-03-26T18:47:33.511Z 1,000 100% 1.25kB/s 0:00:00 1,000 100% 1.25kB/s 0:00:00 (xfr#196, to-chk=21/254)
48822024-03-26T18:47:33.511Ztools/update_maghemite.sh
48832024-03-26T18:47:33.511Z 939 100% 1.18kB/s 0:00:00 939 100% 1.18kB/s 0:00:00 (xfr#197, to-chk=20/254)
48842024-03-26T18:47:33.511Ztools/update_propolis.sh
48852024-03-26T18:47:33.511Z 1,050 100% 1.31kB/s 0:00:00 1,050 100% 1.31kB/s 0:00:00 (xfr#198, to-chk=19/254)
48862024-03-26T18:47:33.511Ztools/update_transceiver_control.sh
48872024-03-26T18:47:33.511Z 1,374 100% 1.72kB/s 0:00:00 1,374 100% 1.72kB/s 0:00:00 (xfr#199, to-chk=18/254)
48882024-03-26T18:47:33.511Ztools/virtual_hardware.sh
48892024-03-26T18:47:33.511Z 3,429 100% 4.29kB/s 0:00:00 3,429 100% 4.29kB/s 0:00:00 (xfr#200, to-chk=17/254)
48902024-03-26T18:47:33.511Ztools/dtrace/
48912024-03-26T18:47:33.512Ztools/dtrace/aggregate-query-latency.d
48922024-03-26T18:47:33.512Z 780 100% 0.98kB/s 0:00:00 780 100% 0.98kB/s 0:00:00 (xfr#201, to-chk=11/254)
48932024-03-26T18:47:33.512Ztools/dtrace/slowest-queries.d
48942024-03-26T18:47:33.512Z 1,077 100% 1.35kB/s 0:00:00 1,077 100% 1.35kB/s 0:00:00 (xfr#202, to-chk=10/254)
48952024-03-26T18:47:33.512Ztools/dtrace/trace-db-queries.d
48962024-03-26T18:47:33.512Z 811 100% 1.02kB/s 0:00:00 811 100% 1.02kB/s 0:00:00 (xfr#203, to-chk=9/254)
48972024-03-26T18:47:33.512Ztools/include/
48982024-03-26T18:47:33.512Ztools/include/force-git-over-https.sh
48992024-03-26T18:47:33.512Z 940 100% 1.18kB/s 0:00:00 940 100% 1.18kB/s 0:00:00 (xfr#204, to-chk=8/254)
49002024-03-26T18:47:33.512Ztools/populate/
49012024-03-26T18:47:33.512Ztools/populate/populate-alpine.sh
49022024-03-26T18:47:33.512Z 788 100% 0.99kB/s 0:00:00 788 100% 0.99kB/s 0:00:00 (xfr#205, to-chk=7/254)
49032024-03-26T18:47:33.512Ztools/populate/populate-images.sh
49042024-03-26T18:47:33.512Z 2,571 100% 3.22kB/s 0:00:00 2,571 100% 3.22kB/s 0:00:00 (xfr#206, to-chk=6/254)
49052024-03-26T18:47:33.512Ztools/reflector/
49062024-03-26T18:47:33.512Ztools/reflector/helpers.sh
49072024-03-26T18:47:33.512Z 4,652 100% 5.82kB/s 0:00:00 4,652 100% 5.82kB/s 0:00:00 (xfr#207, to-chk=5/254)
49082024-03-26T18:47:33.512Ztools/scrimlet/
49092024-03-26T18:47:33.512Ztools/scrimlet/create-softnpu-zone.sh
49102024-03-26T18:47:33.512Z 627 100% 0.78kB/s 0:00:00 627 100% 0.78kB/s 0:00:00 (xfr#208, to-chk=4/254)
49112024-03-26T18:47:33.512Ztools/scrimlet/destroy-softnpu-zone.sh
49122024-03-26T18:47:33.513Z 203 100% 0.25kB/s 0:00:00 203 100% 0.25kB/s 0:00:00 (xfr#209, to-chk=3/254)
49132024-03-26T18:47:33.513Ztools/scrimlet/softnpu-init.sh
49142024-03-26T18:47:33.513Z 2,157 100% 2.70kB/s 0:00:00 2,157 100% 2.70kB/s 0:00:00 (xfr#210, to-chk=2/254)
49152024-03-26T18:47:33.513Ztools/scrimlet/softnpu-zone.txt
49162024-03-26T18:47:33.513Z 330 100% 0.41kB/s 0:00:00 330 100% 0.41kB/s 0:00:00 (xfr#211, to-chk=1/254)
49172024-03-26T18:47:33.513Ztools/scrimlet/softnpu.toml
49182024-03-26T18:47:33.513Z 171 100% 0.21kB/s 0:00:00 171 100% 0.21kB/s 0:00:00 (xfr#212, to-chk=0/254)
49192024-03-26T18:47:33.513Z+ pushd cargo-bay
49202024-03-26T18:47:33.513Z/work/oxidecomputer/testbed/a4x2/cargo-bay /work/oxidecomputer/testbed/a4x2
49212024-03-26T18:47:33.513Z+ mkdir -p omicron-common/omicron/
49222024-03-26T18:47:33.513Z+ cp -r g0/omicron/out omicron-common/omicron/
49232024-03-26T18:47:37.432Z+ rm omicron-common/omicron/out/omicron-sled-agent.tar
49242024-03-26T18:47:37.456Z+ rm omicron-common/omicron/out/omicron-gateway-softnpu.tar.gz omicron-common/omicron/out/omicron-gateway.tar.gz
49252024-03-26T18:47:37.457Z+ rm omicron-common/omicron/out/switch-softnpu.tar.gz
49262024-03-26T18:47:37.457Z+ popd
49272024-03-26T18:47:37.457Z/work/oxidecomputer/testbed/a4x2
49282024-03-26T18:47:37.457Z+ for sled in g0 g1 g2 g3
49292024-03-26T18:47:37.457Z+ find cargo-bay/g0/omicron/out/ -maxdepth 1 -mindepth 1
49302024-03-26T18:47:37.457Z+ grep -v sled-agent
49312024-03-26T18:47:37.457Z+ grep -v omicron-gateway
49322024-03-26T18:47:37.457Z+ grep -v switch-softnpu
49332024-03-26T18:47:37.457Z+ xargs -l rm -rf
49342024-03-26T18:47:37.543Z+ for sled in g0 g1 g2 g3
49352024-03-26T18:47:37.568Z+ find cargo-bay/g1/omicron/out/ -maxdepth 1 -mindepth 1
49362024-03-26T18:47:37.568Z+ grep -v sled-agent
49372024-03-26T18:47:37.568Z+ grep -v omicron-gateway
49382024-03-26T18:47:37.568Z+ grep -v switch-softnpu
49392024-03-26T18:47:37.568Z+ xargs -l rm -rf
49402024-03-26T18:47:37.593Z+ for sled in g0 g1 g2 g3
49412024-03-26T18:47:37.593Z+ find cargo-bay/g2/omicron/out/ -maxdepth 1 -mindepth 1
49422024-03-26T18:47:37.593Z+ grep -v sled-agent
49432024-03-26T18:47:37.617Z+ grep -v omicron-gateway
49442024-03-26T18:47:37.617Z+ grep -v switch-softnpu
49452024-03-26T18:47:37.617Z+ xargs -l rm -rf
49462024-03-26T18:47:37.641Z+ for sled in g0 g1 g2 g3
49472024-03-26T18:47:37.641Z+ find cargo-bay/g3/omicron/out/ -maxdepth 1 -mindepth 1
49482024-03-26T18:47:37.641Z+ grep -v sled-agent
49492024-03-26T18:47:37.642Z+ grep -v omicron-gateway
49502024-03-26T18:47:37.642Z+ grep -v switch-softnpu
49512024-03-26T18:47:37.642Z+ xargs -l rm -rf
49522024-03-26T18:47:37.678Z+ ./config/fetch-softnpu-artifacts.sh
49532024-03-26T18:47:37.702Z+ url=https://buildomat.eng.oxide.computer
49542024-03-26T18:47:37.702Z+ path=public/file/oxidecomputer/sidecar-lite/release/
49552024-03-26T18:47:37.702Z+ rev=e3ea4b495ba0a71801ded0776ae4bbd31df57e26
49562024-03-26T18:47:37.702Z+ for artifact in scadm libsidecar_lite.so
49572024-03-26T18:47:37.702Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release//e3ea4b495ba0a71801ded0776ae4bbd31df57e26/scadm
49582024-03-26T18:47:37.702Z % Total % Received % Xferd Average Speed Time Time Time Current
49592024-03-26T18:47:37.703Z Dload Upload Total Spent Left Speed
49602024-03-26T18:47:42.909Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 22.7M 9 2299k 0 0 2352k 0 0:00:09 --:--:-- 0:00:09 2353k 27 22.7M 27 6387k 0 0 2658k 0 0:00:08 0:00:02 0:00:06 2659k 53 22.7M 53 12.1M 0 0 4189k 0 0:00:05 0:00:02 0:00:03 4189k 71 22.7M 71 16.3M 0 0 4031k 0 0:00:05 0:00:04 0:00:01 4032k 79 22.7M 79 18.2M 0 0 3748k 0 0:00:06 0:00:04 0:00:02 3748k 100 22.7M 100 22.7M 0 0 4481k 0 0:00:05 0:00:05 --:--:-- 4974k
49612024-03-26T18:47:42.933Z+ chmod +x scadm
49622024-03-26T18:47:42.933Z+ cp scadm cargo-bay/g0/
49632024-03-26T18:47:42.965Z+ mv scadm cargo-bay/g3/
49642024-03-26T18:47:42.989Z+ for artifact in scadm libsidecar_lite.so
49652024-03-26T18:47:42.989Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release//e3ea4b495ba0a71801ded0776ae4bbd31df57e26/libsidecar_lite.so
49662024-03-26T18:47:42.989Z % Total % Received % Xferd Average Speed Time Time Time Current
49672024-03-26T18:47:42.989Z Dload Upload Total Spent Left Speed
49682024-03-26T18:47:47.005Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 18 20.0M 18 3699k 0 0 5379k 0 0:00:03 --:--:-- 0:00:03 5377k 24 20.0M 24 5067k 0 0 2990k 0 0:00:06 0:00:01 0:00:05 2991k 53 20.0M 53 10.7M 0 0 4100k 0 0:00:05 0:00:02 0:00:03 4099k 86 20.0M 86 17.3M 0 0 4810k 0 0:00:04 0:00:03 0:00:01 4810k 100 20.0M 100 20.0M 0 0 5106k 0 0:00:04 0:00:04 --:--:-- 5108k
49692024-03-26T18:47:47.029Z+ chmod +x libsidecar_lite.so
49702024-03-26T18:47:47.029Z+ cp libsidecar_lite.so cargo-bay/g0/
49712024-03-26T18:47:47.057Z+ mv libsidecar_lite.so cargo-bay/g3/
49722024-03-26T18:47:47.081Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
49732024-03-26T18:47:47.081Z+ tar -czf cargo-bay-ce.tgz cargo-bay/ce
49742024-03-26T18:47:47.081Z+ mv cargo-bay-ce.tgz /out/
49752024-03-26T18:47:47.081Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
49762024-03-26T18:47:47.082Z+ tar -czf cargo-bay-cr1.tgz cargo-bay/cr1
49772024-03-26T18:47:47.106Z+ mv cargo-bay-cr1.tgz /out/
49782024-03-26T18:47:47.106Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
49792024-03-26T18:47:47.106Z+ tar -czf cargo-bay-cr2.tgz cargo-bay/cr2
49802024-03-26T18:47:47.106Z+ mv cargo-bay-cr2.tgz /out/
49812024-03-26T18:47:47.106Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
49822024-03-26T18:47:47.106Z+ tar -czf cargo-bay-g0.tgz cargo-bay/g0
49832024-03-26T18:48:03.213Z+ mv cargo-bay-g0.tgz /out/
49842024-03-26T18:48:03.500Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
49852024-03-26T18:48:03.500Z+ tar -czf cargo-bay-g1.tgz cargo-bay/g1
49862024-03-26T18:48:17.909Z+ mv cargo-bay-g1.tgz /out/
49872024-03-26T18:48:18.172Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
49882024-03-26T18:48:18.172Z+ tar -czf cargo-bay-g2.tgz cargo-bay/g2
49892024-03-26T18:48:32.564Z+ mv cargo-bay-g2.tgz /out/
49902024-03-26T18:48:32.827Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
49912024-03-26T18:48:32.827Z+ tar -czf cargo-bay-g3.tgz cargo-bay/g3
49922024-03-26T18:48:49.138Z+ mv cargo-bay-g3.tgz /out/
49932024-03-26T18:48:49.407Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
49942024-03-26T18:48:49.407Z+ tar -czf cargo-bay-tools.tgz cargo-bay/tools
49952024-03-26T18:48:49.432Z+ mv cargo-bay-tools.tgz /out/
49962024-03-26T18:48:49.432Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
49972024-03-26T18:48:49.432Z+ tar -czf cargo-bay-omicron-common.tgz cargo-bay/omicron-common
49982024-03-26T18:49:23.084Z+ mv cargo-bay-omicron-common.tgz /out/
49992024-03-26T18:49:24.506Zprocess exited: duration 1731070 ms, exit code 0
 
50002024-03-26T18:49:24.565Zfound 11 output files
50012024-03-26T18:49:24.565Zuploading: /out/cargo-bay-ce.tgz (656 bytes)
50022024-03-26T18:49:25.693Zuploaded: /out/cargo-bay-ce.tgz
50032024-03-26T18:49:25.693Zuploading: /out/cargo-bay-cr1.tgz (970 bytes)
50042024-03-26T18:49:26.796Zuploaded: /out/cargo-bay-cr1.tgz
50052024-03-26T18:49:26.821Zuploading: /out/cargo-bay-cr2.tgz (962 bytes)
50062024-03-26T18:49:27.896Zuploaded: /out/cargo-bay-cr2.tgz
50072024-03-26T18:49:27.896Zuploading: /out/cargo-bay-g0.tgz (306400500 bytes)
50082024-03-26T18:51:18.472Zuploaded: /out/cargo-bay-g0.tgz
50092024-03-26T18:51:18.472Zuploading: /out/cargo-bay-g1.tgz (293546129 bytes)
50102024-03-26T18:53:13.345Zuploaded: /out/cargo-bay-g1.tgz
50112024-03-26T18:53:13.345Zuploading: /out/cargo-bay-g2.tgz (293541214 bytes)
50122024-03-26T18:55:40.164Zuploaded: /out/cargo-bay-g2.tgz
50132024-03-26T18:55:40.733Zuploading: /out/cargo-bay-g3.tgz (306440629 bytes)
50142024-03-26T18:57:41.729Zuploaded: /out/cargo-bay-g3.tgz
50152024-03-26T18:57:41.729Zuploading: /out/cargo-bay-tools.tgz (34873 bytes)
50162024-03-26T18:57:42.813Zuploaded: /out/cargo-bay-tools.tgz
50172024-03-26T18:57:42.843Zuploading: /out/cargo-bay-omicron-common.tgz (953668724 bytes)
50182024-03-26T19:05:08.400Zuploaded: /out/cargo-bay-omicron-common.tgz
50192024-03-26T19:05:08.400Zuploading: /out/commtest (76904776 bytes)
50202024-03-26T19:05:45.955Zuploaded: /out/commtest
50212024-03-26T19:05:45.956Zuploading: /out/dhcp-server (76355064 bytes)
50222024-03-26T19:06:20.220Zuploaded: /out/dhcp-server