01HT1YK3RDJ2NH30WDX9E19CA7: 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: 01HT1YKE97C6HKTGEF59DTYBGK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-28T07:16:11.404Zjob assigned to worker 01HT1YHBD1DBEZ5KP19FSNJ70V (queued for 55 s)
 
22024-03-28T07:16:18.361Zstarting task 0: "setup"
32024-03-28T07:16:18.450Z++ uname -s
42024-03-28T07:16:18.456Z+ kern=SunOS
52024-03-28T07:16:18.457Z+ case "$kern" in
62024-03-28T07:16:18.457Z+ groupadd -g 12345 build
72024-03-28T07:16:18.521Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-28T07:16:20.535Z+ zfs create -o mountpoint=/work rpool/work
92024-03-28T07:16:20.645Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-28T07:16:20.650Z+ home_fs=zfs
112024-03-28T07:16:20.650Z+ [[ zfs == autofs ]]
122024-03-28T07:16:20.650Z+ mkdir -p /home/build
132024-03-28T07:16:20.650Z+ chown build:build /home/build /work
142024-03-28T07:16:22.648Z+ chmod 0700 /home/build /work
152024-03-28T07:16:22.651Zprocess exited: duration 4290 ms, exit code 0
 
162024-03-28T07:16:22.657Zstarting task 1: "rust-toolchain"
172024-03-28T07:16:22.664Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-28T07:16:22.667Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192024-03-28T07:16:22.773Zinfo: downloading installer
202024-03-28T07:16:24.783Zwarning: it looks like you have an existing installation of Rust at:
212024-03-28T07:16:24.783Zwarning: /opt/ooce/bin
222024-03-28T07:16:24.784Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-28T07:16:24.784Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-28T07:16:24.784Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-28T07:16:24.784Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-28T07:16:24.784Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-28T07:16:24.784Zerror: cannot install while Rust is installed
282024-03-28T07:16:24.784Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-28T07:16:25.226Zinfo: profile set to 'default'
302024-03-28T07:16:25.226Zinfo: default host triple is x86_64-unknown-illumos
312024-03-28T07:16:25.229Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322024-03-28T07:16:25.353Zinfo: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17)
332024-03-28T07:16:25.353Zinfo: downloading component 'cargo'
342024-03-28T07:16:26.116Zinfo: downloading component 'clippy'
352024-03-28T07:16:26.332Zinfo: downloading component 'rust-docs'
362024-03-28T07:16:27.206Zinfo: downloading component 'rust-std'
372024-03-28T07:16:28.792Zinfo: downloading component 'rustc'
382024-03-28T07:16:32.368Zinfo: downloading component 'rustfmt'
392024-03-28T07:16:32.612Zinfo: installing component 'cargo'
402024-03-28T07:16:33.419Zinfo: installing component 'clippy'
412024-03-28T07:16:33.749Zinfo: installing component 'rust-docs'
422024-03-28T07:16:35.244Zinfo: installing component 'rust-std'
432024-03-28T07:16:36.959Zinfo: installing component 'rustc'
442024-03-28T07:16:41.023Zinfo: installing component 'rustfmt'
452024-03-28T07:16:41.356Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462024-03-28T07:16:41.356Z
472024-03-28T07:16:41.635Z stable-x86_64-unknown-illumos installed - rustc 1.77.0 (aedd173a2 2024-03-17)
482024-03-28T07:16:41.635Z
492024-03-28T07:16:41.639Z
502024-03-28T07:16:41.639ZRust is installed now. Great!
512024-03-28T07:16:41.639Z
522024-03-28T07:16:41.639ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-28T07:16:41.639Zenvironment variable. This has not been done automatically.
542024-03-28T07:16:41.639Z
552024-03-28T07:16:41.639ZTo configure your current shell, you need to source
562024-03-28T07:16:41.639Zthe corresponding env file under $HOME/.cargo.
572024-03-28T07:16:41.639Z
582024-03-28T07:16:41.639ZThis is usually done by running one of the following (note the leading DOT):
592024-03-28T07:16:41.639Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-28T07:16:41.639Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-28T07:16:41.790Z+ rustc --version
622024-03-28T07:16:41.845Zrustc 1.77.0 (aedd173a2 2024-03-17)
632024-03-28T07:16:41.848Zprocess exited: duration 19188 ms, exit code 0
 
642024-03-28T07:16:41.854Zstarting task 2: "authentication"
652024-03-28T07:16:41.875Zprocess exited: duration 20 ms, exit code 0
 
662024-03-28T07:16:41.883Zstarting task 3: "clone repository"
672024-03-28T07:16:41.886Z+ mkdir -p /work/oxidecomputer/omicron
682024-03-28T07:16:41.889Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-03-28T07:16:42.616ZCloning into '/work/oxidecomputer/omicron'...
702024-03-28T07:16:48.182Z+ cd /work/oxidecomputer/omicron
712024-03-28T07:16:48.182Z+ git fetch origin 3d116a771a135290dcc0cbb4c7352d2769e21648
722024-03-28T07:16:48.812ZFrom https://github.com/oxidecomputer/omicron
732024-03-28T07:16:48.812Z * branch 3d116a771a135290dcc0cbb4c7352d2769e21648 -> FETCH_HEAD
742024-03-28T07:16:48.827Z+ [[ -n '' ]]
752024-03-28T07:16:48.827Z+ git reset --hard 3d116a771a135290dcc0cbb4c7352d2769e21648
762024-03-28T07:16:49.259ZHEAD is now at 3d116a771 wip - vnc proxy - avoid double join handle
772024-03-28T07:16:49.259Zprocess exited: duration 7000 ms, exit code 0
 
782024-03-28T07:16:49.695Zstarting task 4: "build"
792024-03-28T07:16:49.699Z++++ dirname ./env.sh
802024-03-28T07:16:49.699Z+++ readlink -f .
812024-03-28T07:16:49.699Z++ OMICRON_WS=/work/oxidecomputer/omicron
822024-03-28T07:16:49.699Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
832024-03-28T07:16:49.699Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
842024-03-28T07:16:49.700Z++ 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
852024-03-28T07:16:49.700Z++ 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
862024-03-28T07:16:49.700Z++ 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
872024-03-28T07:16:49.700Z++ 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
882024-03-28T07:16:49.700Z++ 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
892024-03-28T07:16:49.700Z++ 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
902024-03-28T07:16:49.700Z++ unset OMICRON_WS
912024-03-28T07:16:49.700Z++ set +o xtrace
922024-03-28T07:16:49.700Z+ pfexec mkdir -p /out
932024-03-28T07:16:49.700Z+ pfexec chown 12345 /out
942024-03-28T07:16:49.700Z+ banner prerequisites
952024-03-28T07:16:49.700Z
962024-03-28T07:16:49.700Z ##### ##### ###### ##### ###### #### # # # #### #
972024-03-28T07:16:49.700Z # # # # # # # # # # # # # # #
982024-03-28T07:16:49.700Z # # # # ##### # # ##### # # # # # #### #
992024-03-28T07:16:49.700Z ##### ##### # ##### # # # # # # # # #
1002024-03-28T07:16:49.700Z # # # # # # # # # # # # # # #
1012024-03-28T07:16:49.700Z # # # ###### # # ###### ### # #### # #### #
1022024-03-28T07:16:49.700Z
1032024-03-28T07:16:49.701Z+ set -o xtrace
1042024-03-28T07:16:49.701Z+ ./tools/install_builder_prerequisites.sh -y
1052024-03-28T07:17:05.963Z Startup: Refreshing catalog 'helios-dev' ... Done
1062024-03-28T07:17:07.507Z Startup: Caching catalogs ... Done
1072024-03-28T07:17:09.121ZPlanning: Solver setup ... Done (1.241s)
1082024-03-28T07:17:09.139ZPlanning: Running solver ... Done (0.025s)
1092024-03-28T07:17:09.507ZPlanning: Finding local manifests ... Done (0.343s)
1102024-03-28T07:17:09.519ZPlanning: Fetching manifests: 0/4 0% complete
1112024-03-28T07:17:09.959ZPlanning: Fetching manifests: 4/4 100% complete
1122024-03-28T07:17:10.006ZPlanning: Package planning ... Done (0.047s)
1132024-03-28T07:17:10.059ZPlanning: Merging actions ... Done (0.051s)
1142024-03-28T07:17:10.728ZPlanning: Checking for conflicting actions ... Done (0.669s)
1152024-03-28T07:17:10.738ZPlanning: Consolidating action changes ... Done (0.011s)
1162024-03-28T07:17:22.693ZPlanning: Evaluating mediators ... Done (11.948s)
1172024-03-28T07:17:22.701ZPlanning: Planning completed in 15.14 seconds
1182024-03-28T07:17:22.711Z Packages to install: 4
1192024-03-28T07:17:22.711Z Mediators to change: 2
1202024-03-28T07:17:22.715Z Services to change: 1
1212024-03-28T07:17:22.716Z Estimated space available: 155.80 GB
1222024-03-28T07:17:22.716ZEstimated space to be consumed: 1.43 GB
1232024-03-28T07:17:22.716Z Create boot environment: No
1242024-03-28T07:17:22.716ZCreate backup boot environment: No
1252024-03-28T07:17:22.716Z Rebuild boot archive: No
1262024-03-28T07:17:22.716Z
1272024-03-28T07:17:22.716ZChanged mediators:
1282024-03-28T07:17:22.716Z mediator clang:
1292024-03-28T07:17:22.717Z version: None -> 15 (system default)
1302024-03-28T07:17:22.717Z
1312024-03-28T07:17:22.717Z mediator llvm:
1322024-03-28T07:17:22.717Z version: 14 (system default) -> 15 (system default)
1332024-03-28T07:17:22.717Z
1342024-03-28T07:17:22.717ZChanged packages:
1352024-03-28T07:17:22.717Zhelios-dev
1362024-03-28T07:17:22.717Z developer/build-essential
1372024-03-28T07:17:22.717Z None -> 11-2.0
1382024-03-28T07:17:22.718Z library/libxmlsec1
1392024-03-28T07:17:22.718Z None -> 1.2.35-2.0
1402024-03-28T07:17:22.718Z ooce/developer/clang-15
1412024-03-28T07:17:22.718Z None -> 15.0.7-2.0
1422024-03-28T07:17:22.718Z ooce/developer/llvm-15
1432024-03-28T07:17:22.718Z None -> 15.0.7-2.0
1442024-03-28T07:17:22.718Z
1452024-03-28T07:17:22.718ZServices:
1462024-03-28T07:17:22.718Z restart_fmri:
1472024-03-28T07:17:22.718Z svc:/system/update-man-index:default
1482024-03-28T07:17:22.890Z
1492024-03-28T07:17:22.890ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1502024-03-28T07:17:27.887ZDownload: 1485/3290 items 117.4/212.6MB 55% complete (23.8M/s)
1512024-03-28T07:17:32.887ZDownload: 3104/3290 items 128.2/212.6MB 60% complete (12.8M/s)
1522024-03-28T07:17:37.930ZDownload: 3289/3290 items 211.8/212.6MB 99% complete (10.1M/s)
1532024-03-28T07:17:37.973ZDownload: Completed 212.60 MB in 15.08 seconds (14.1M/s)
1542024-03-28T07:17:39.463Z Actions: 1/3689 actions (Installing new actions)
1552024-03-28T07:17:44.546Z Actions: 3552/3689 actions (Installing new actions)
1562024-03-28T07:17:45.319Z Actions: Completed 3689 actions in 5.86 seconds.
1572024-03-28T07:17:45.429Z Done (0.104s)
1582024-03-28T07:17:45.429Z Done (0.000s)
1592024-03-28T07:17:45.678Z Done (0.250s)
1602024-03-28T07:17:51.945Z Done (6.131s)
1612024-03-28T07:17:52.237Z Done (0.224s)
1622024-03-28T07:17:52.252Z Done (0.000s)
1632024-03-28T07:17:52.387Z Done (0.000s)
1642024-03-28T07:17:52.902ZPlanning: Evaluating mediator changes ... Done
1652024-03-28T07:17:53.060ZPlanning: Checking for conflicting actions ... Done
1662024-03-28T07:17:53.064ZPlanning: Consolidating action changes ... Done
1672024-03-28T07:17:53.325ZPlanning: Evaluating mediators ... Done
1682024-03-28T07:17:53.328ZPlanning: Planning completed in 0.42 seconds
1692024-03-28T07:17:53.361Z Mediators to change: 2
1702024-03-28T07:17:53.362Z Create boot environment: No
1712024-03-28T07:17:53.368ZCreate backup boot environment: No
1722024-03-28T07:17:53.421Z Done
1732024-03-28T07:17:53.421Z Done
1742024-03-28T07:17:53.599Z Done
1752024-03-28T07:17:57.156Z Done
1762024-03-28T07:17:57.234Z Done
1772024-03-28T07:17:57.238Z Done
1782024-03-28T07:17:57.345Z Done
1792024-03-28T07:17:57.964ZPlanning: Evaluating mediator changes ... Done
1802024-03-28T07:17:57.967ZPlanning: Merging actions ... Done
1812024-03-28T07:17:58.175ZPlanning: Checking for conflicting actions ... Done
1822024-03-28T07:17:58.192ZPlanning: Consolidating action changes ... Done
1832024-03-28T07:17:58.421ZPlanning: Evaluating mediators ... Done
1842024-03-28T07:17:58.481ZPlanning: Planning completed in 0.77 seconds
1852024-03-28T07:17:58.506Z Packages to change: 1
1862024-03-28T07:17:58.506Z Mediators to change: 1
1872024-03-28T07:17:58.511Z Services to change: 1
1882024-03-28T07:17:58.511Z Create boot environment: No
1892024-03-28T07:17:58.511ZCreate backup boot environment: Yes
1902024-03-28T07:18:00.265Z Actions: 1/6 actions (Updating modified actions)
1912024-03-28T07:18:00.269Z Actions: Completed 6 actions in 0.00 seconds.
1922024-03-28T07:18:00.269Z Done
1932024-03-28T07:18:00.269Z Done
1942024-03-28T07:18:00.318Z Done
1952024-03-28T07:18:03.914Z Done
1962024-03-28T07:18:04.003Z Done
1972024-03-28T07:18:04.423Z Done
1982024-03-28T07:18:04.428Z Done
1992024-03-28T07:18:04.530ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2002024-03-28T07:18:04.530Zclang system 15 system
2012024-03-28T07:18:04.530Zcsh system system illumos
2022024-03-28T07:18:04.530Zctags system system illumos
2032024-03-28T07:18:04.530Zgcc vendor 12 vendor
2042024-03-28T07:18:04.530Zgcc system 10 system
2052024-03-28T07:18:04.530Zgcc system 7 system
2062024-03-28T07:18:04.530Zgo system 1.20 system
2072024-03-28T07:18:04.530Zgo system 1.19 system
2082024-03-28T07:18:04.531Zllvm system 15 system
2092024-03-28T07:18:04.531Zllvm system 14 system
2102024-03-28T07:18:04.531Zmariadb system 10.6 system
2112024-03-28T07:18:04.531Zmta vendor vendor dma
2122024-03-28T07:18:04.531Zopenjdk system 17 system
2132024-03-28T07:18:04.531Zopenjdk system 11 system
2142024-03-28T07:18:04.531Zopenjdk system 1.8 system
2152024-03-28T07:18:04.531Zopenssl vendor 3 vendor
2162024-03-28T07:18:04.531Zperl system 5.36 system
2172024-03-28T07:18:04.531Zpostgresql system 15 system
2182024-03-28T07:18:04.531Zpostgresql system 13 system
2192024-03-28T07:18:04.531Zpython vendor 3 vendor
2202024-03-28T07:18:04.531Zpython system 2 system
2212024-03-28T07:18:04.531Zpython3 system 3.11 system
2222024-03-28T07:18:04.531Zruby system 3.0 system
2232024-03-28T07:18:04.531Zwords vendor vendor american-english
2242024-03-28T07:18:04.531Zwords system system australian-english
2252024-03-28T07:18:04.531Zwords system system british-english
2262024-03-28T07:18:04.531Zwords system system canadian-english
2272024-03-28T07:18:04.531Zwords system system french
2282024-03-28T07:18:04.531Zwords system system italian
2292024-03-28T07:18:04.532Zwords system system ngerman
2302024-03-28T07:18:04.532Zwords system system ogerman
2312024-03-28T07:18:04.532Zwords system system spanish
2322024-03-28T07:18:05.271ZPUBLISHER TYPE STATUS P LOCATION
2332024-03-28T07:18:05.271Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2342024-03-28T07:18:06.087ZFMRI IFO
2352024-03-28T07:18:06.087Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2362024-03-28T07:18:06.087Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2372024-03-28T07:18:06.088Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2382024-03-28T07:18:06.088Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2392024-03-28T07:18:06.088Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2402024-03-28T07:18:06.088Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2412024-03-28T07:18:06.089Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2422024-03-28T07:18:06.089Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2432024-03-28T07:18:06.089Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2442024-03-28T07:18:06.089Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2452024-03-28T07:18:06.089Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2462024-03-28T07:18:06.089Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2472024-03-28T07:18:06.308Z+ set -o errexit
2482024-03-28T07:18:06.312Z+++ dirname ./tools/ci_download_cockroachdb
2492024-03-28T07:18:06.312Z++ cd ./tools
2502024-03-28T07:18:06.312Z++ pwd
2512024-03-28T07:18:06.312Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2522024-03-28T07:18:06.328Z++ basename ./tools/ci_download_cockroachdb
2532024-03-28T07:18:06.328Z+ ARG0=ci_download_cockroachdb
2542024-03-28T07:18:06.328Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2552024-03-28T07:18:06.328Z+ CIDL_VERSION=v22.1.9
2562024-03-28T07:18:06.328Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2572024-03-28T07:18:06.328Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2582024-03-28T07:18:06.328Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2592024-03-28T07:18:06.328Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2602024-03-28T07:18:06.329Z+ TARGET_DIR=out
2612024-03-28T07:18:06.329Z+ DOWNLOAD_DIR=out/downloads
2622024-03-28T07:18:06.329Z+ DEST_DIR=./out/cockroachdb
2632024-03-28T07:18:06.329Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2642024-03-28T07:18:06.329Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2652024-03-28T07:18:06.333Z+ main
2662024-03-28T07:18:06.333Z+ [[ 0 != 0 ]]
2672024-03-28T07:18:06.333Z+ CIDL_OS=solaris2.11
2682024-03-28T07:18:06.334Z+ [[ 0 != 0 ]]
2692024-03-28T07:18:06.334Z+ configure_os solaris2.11
2702024-03-28T07:18:06.334Z+ echo 'current directory: /work/oxidecomputer/omicron'
2712024-03-28T07:18:06.334Zcurrent directory: /work/oxidecomputer/omicron
2722024-03-28T07:18:06.334Z+ echo 'configuring based on OS: "solaris2.11"'
2732024-03-28T07:18:06.334Z+ case "$1" in
2742024-03-28T07:18:06.334Zconfiguring based on OS: "solaris2.11"
2752024-03-28T07:18:06.334Z+ CIDL_BUILD=illumos
2762024-03-28T07:18:06.334Z+ CIDL_SUFFIX=tar.gz
2772024-03-28T07:18:06.334Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2782024-03-28T07:18:06.334Z+ CIDL_URL_BASE=https://illumos.org/downloads
2792024-03-28T07:18:06.334Z+ CIDL_ASSEMBLE=do_assemble_illumos
2802024-03-28T07:18:06.335Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2812024-03-28T07:18:06.335Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2822024-03-28T07:18:06.335Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832024-03-28T07:18:06.335Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2842024-03-28T07:18:06.335Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-03-28T07:18:06.335Z+ CIDL_SHA256FUNC=do_sha256sum
2862024-03-28T07:18:06.335Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2872024-03-28T07:18:06.335Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2882024-03-28T07:18:06.335ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-03-28T07:18:06.335ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-03-28T07:18:06.335Z+ mkdir -p out/downloads
2912024-03-28T07:18:06.335Z+ mkdir -p ./out/cockroachdb
2922024-03-28T07:18:06.335Z+ local DO_DOWNLOAD=true
2932024-03-28T07:18:06.336Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2942024-03-28T07:18:06.336Z+ '[' true == true ']'
2952024-03-28T07:18:06.336Z+ echo Downloading...
2962024-03-28T07:18:06.336ZDownloading...
2972024-03-28T07:18:06.336Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982024-03-28T07:18:06.336Z+ 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
2992024-03-28T07:18:08.561Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-03-28T07:18:08.565Z++ sha256sum
3012024-03-28T07:18:08.565Z++ awk '{print $1}'
3022024-03-28T07:18:08.803Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3032024-03-28T07:18:08.804Z+ [[ 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 ]]
3042024-03-28T07:18:08.819Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-03-28T07:18:08.819Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3062024-03-28T07:18:10.988Z+ do_assemble_illumos
3072024-03-28T07:18:10.988Z+ rm -r ./out/cockroachdb
3082024-03-28T07:18:10.993Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3092024-03-28T07:18:11.383Z+ ./out/cockroachdb/bin/cockroach version
3102024-03-28T07:18:11.646ZBuild Tag: v22.1.9-dirty
3112024-03-28T07:18:11.646ZBuild Time: 2022/10/26 21:17:46
3122024-03-28T07:18:11.646ZDistribution: OSS
3132024-03-28T07:18:11.646ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3142024-03-28T07:18:11.647ZGo Version: go1.17.13
3152024-03-28T07:18:11.647ZC Compiler: gcc 10.3.0
3162024-03-28T07:18:11.647ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3172024-03-28T07:18:11.647ZBuild Type: release
3182024-03-28T07:18:11.663Z+ set -o errexit
3192024-03-28T07:18:11.667Z+++ dirname ./tools/ci_download_clickhouse
3202024-03-28T07:18:11.670Z++ cd ./tools
3212024-03-28T07:18:11.670Z++ pwd
3222024-03-28T07:18:11.670Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3232024-03-28T07:18:11.670Z++ basename ./tools/ci_download_clickhouse
3242024-03-28T07:18:11.673Z+ ARG0=ci_download_clickhouse
3252024-03-28T07:18:11.673Z+ TARGET_DIR=out
3262024-03-28T07:18:11.673Z+ DOWNLOAD_DIR=out/downloads
3272024-03-28T07:18:11.673Z+ DEST_DIR=./out/clickhouse
3282024-03-28T07:18:11.673Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3292024-03-28T07:18:11.673Z+ CIDL_VERSION=v23.8.7.24
3302024-03-28T07:18:11.673Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3312024-03-28T07:18:11.673Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3322024-03-28T07:18:11.673Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3332024-03-28T07:18:11.674Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3342024-03-28T07:18:11.674Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3352024-03-28T07:18:11.674Z+ main
3362024-03-28T07:18:11.674Z+ [[ 0 != 0 ]]
3372024-03-28T07:18:11.674Z+ CIDL_OS=solaris2.11
3382024-03-28T07:18:11.674Z+ [[ 0 != 0 ]]
3392024-03-28T07:18:11.674Z+ configure_os solaris2.11
3402024-03-28T07:18:11.674Z+ echo 'current directory: /work/oxidecomputer/omicron'
3412024-03-28T07:18:11.674Zcurrent directory: /work/oxidecomputer/omicron
3422024-03-28T07:18:11.674Z+ echo 'configuring based on OS: "solaris2.11"'
3432024-03-28T07:18:11.674Zconfiguring based on OS: "solaris2.11"
3442024-03-28T07:18:11.674Z+ CIDL_DASHREV=
3452024-03-28T07:18:11.674Z+ case "$1" in
3462024-03-28T07:18:11.677Z+ CIDL_PLATFORM=illumos
3472024-03-28T07:18:11.677Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3482024-03-28T07:18:11.677Z+ CIDL_MD5FUNC=do_md5sum
3492024-03-28T07:18:11.678Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3502024-03-28T07:18:11.678Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3512024-03-28T07:18:11.678Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3522024-03-28T07:18:11.678Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3532024-03-28T07:18:11.678Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3542024-03-28T07:18:11.678ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-03-28T07:18:11.678ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-03-28T07:18:11.678Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3572024-03-28T07:18:11.678Z+ mkdir -p out/downloads
3582024-03-28T07:18:11.678Z+ mkdir -p ./out/clickhouse
3592024-03-28T07:18:11.678Z+ local DO_DOWNLOAD=true
3602024-03-28T07:18:11.678Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3612024-03-28T07:18:11.678Z+ '[' true == true ']'
3622024-03-28T07:18:11.678Z+ echo Downloading...
3632024-03-28T07:18:11.678ZDownloading...
3642024-03-28T07:18:11.678Z+ 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
3652024-03-28T07:18:11.678Z+ 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
3662024-03-28T07:18:13.793Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3672024-03-28T07:18:13.797Z++ md5sum
3682024-03-28T07:18:13.797Z++ awk '{print $1}'
3692024-03-28T07:18:14.017Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3702024-03-28T07:18:14.021Z+ [[ 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 ]]
3712024-03-28T07:18:14.021Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3722024-03-28T07:18:14.021Z+ mkdir -p ./out/clickhouse
3732024-03-28T07:18:14.021Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3742024-03-28T07:18:17.821Z+ [[ solaris2.11 == darwin* ]]
3752024-03-28T07:18:17.821Z+ ./out/clickhouse/clickhouse server --version
3762024-03-28T07:18:18.442ZClickHouse server version 23.8.7.1.
3772024-03-28T07:18:18.460Z+ set -o errexit
3782024-03-28T07:18:18.468Z+++ dirname ./tools/ci_download_console
3792024-03-28T07:18:18.468Z++ cd ./tools
3802024-03-28T07:18:18.468Z++ pwd
3812024-03-28T07:18:18.468Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3822024-03-28T07:18:18.469Z++ basename ./tools/ci_download_console
3832024-03-28T07:18:18.469Z+ ARG0=ci_download_console
3842024-03-28T07:18:18.469Z+ TARGET_DIR=out
3852024-03-28T07:18:18.469Z+ DOWNLOAD_DIR=out/downloads
3862024-03-28T07:18:18.469Z+ DEST_DIR=./out/console-assets
3872024-03-28T07:18:18.469Z+ source /work/oxidecomputer/omicron/tools/console_version
3882024-03-28T07:18:18.469Z++ COMMIT=0114288974fb9e36bf392277fe59b0de357ec137
3892024-03-28T07:18:18.469Z++ SHA2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada
3902024-03-28T07:18:18.469Z+ URL=https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
3912024-03-28T07:18:18.469Z+ TARBALL_FILE=out/downloads/console.tar.gz
3922024-03-28T07:18:18.470Z+ main
3932024-03-28T07:18:18.470Z+ [[ 0 != 0 ]]
3942024-03-28T07:18:18.470Z+ echo 'URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz'
3952024-03-28T07:18:18.470ZURL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
3962024-03-28T07:18:18.470Z+ echo 'Local file: out/downloads/console.tar.gz'
3972024-03-28T07:18:18.470Z+ local DO_DOWNLOAD=true
3982024-03-28T07:18:18.470ZLocal file: out/downloads/console.tar.gz
3992024-03-28T07:18:18.470Z+ [[ -f out/downloads/console.tar.gz ]]
4002024-03-28T07:18:18.470Z+ mkdir -p out/downloads
4012024-03-28T07:18:18.476Z+ '[' true == true ']'
4022024-03-28T07:18:18.477Z+ echo Downloading...
4032024-03-28T07:18:18.477ZDownloading...
4042024-03-28T07:18:18.477Z+ do_download_curl https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz out/downloads/console.tar.gz
4052024-03-28T07:18:18.477Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
4062024-03-28T07:18:19.222Z++ do_sha256sum out/downloads/console.tar.gz
4072024-03-28T07:18:19.222Z++ case "$OSTYPE" in
4082024-03-28T07:18:19.222Z++ SHA=sha256sum
4092024-03-28T07:18:19.250Z++ sha256sum
4102024-03-28T07:18:19.250Z++ awk '{print $1}'
4112024-03-28T07:18:19.250Z+ calculated_sha2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada
4122024-03-28T07:18:19.250Z+ [[ 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 ]]
4132024-03-28T07:18:19.250Z+ rm -rf ./out/console-assets
4142024-03-28T07:18:19.250Z+ mkdir -p ./out/console-assets
4152024-03-28T07:18:19.250Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4162024-03-28T07:18:19.251Z+ mkdir -p ./out/console-assets
4172024-03-28T07:18:19.251Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4182024-03-28T07:18:19.305Z+ set -o errexit
4192024-03-28T07:18:19.309Z+++ dirname ./tools/ci_download_maghemite_openapi
4202024-03-28T07:18:19.309Z++ cd ./tools
4212024-03-28T07:18:19.309Z++ pwd
4222024-03-28T07:18:19.309Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4232024-03-28T07:18:19.309Z++ basename ./tools/ci_download_maghemite_openapi
4242024-03-28T07:18:19.313Z+ ARG0=ci_download_maghemite_openapi
4252024-03-28T07:18:19.313Z+ TARGET_DIR=out
4262024-03-28T07:18:19.313Z+ DOWNLOAD_DIR=out/downloads
4272024-03-28T07:18:19.313Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4282024-03-28T07:18:19.313Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4292024-03-28T07:18:19.313Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4302024-03-28T07:18:19.313Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4312024-03-28T07:18:19.313Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4322024-03-28T07:18:19.313Z+ main
4332024-03-28T07:18:19.313Z+ rm -rf out/downloads/root
4342024-03-28T07:18:19.313Z+ [[ 0 != 0 ]]
4352024-03-28T07:18:19.313Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4362024-03-28T07:18:19.313ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4372024-03-28T07:18:19.313Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4382024-03-28T07:18:19.313ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4392024-03-28T07:18:19.313Z+ local DO_DOWNLOAD=true
4402024-03-28T07:18:19.313Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4412024-03-28T07:18:19.314Z+ mkdir -p out/downloads
4422024-03-28T07:18:19.317Z+ '[' true == true ']'
4432024-03-28T07:18:19.317Z+ echo Downloading...
4442024-03-28T07:18:19.317ZDownloading...
4452024-03-28T07:18:19.317Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4462024-03-28T07:18:19.317Z+ 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
4472024-03-28T07:18:19.521Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4482024-03-28T07:18:19.521Z++ case "$OSTYPE" in
4492024-03-28T07:18:19.521Z++ SHA=sha256sum
4502024-03-28T07:18:19.524Z++ sha256sum
4512024-03-28T07:18:19.524Z++ awk '{print $1}'
4522024-03-28T07:18:19.527Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4532024-03-28T07:18:19.527Z+ [[ 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 ]]
4542024-03-28T07:18:19.527Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4552024-03-28T07:18:19.527Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4562024-03-28T07:18:19.527Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4572024-03-28T07:18:19.527Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4582024-03-28T07:18:19.527Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4592024-03-28T07:18:19.527Z+ main
4602024-03-28T07:18:19.527Z+ rm -rf out/downloads/root
4612024-03-28T07:18:19.530Z+ [[ 0 != 0 ]]
4622024-03-28T07:18:19.530ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4632024-03-28T07:18:19.530Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4642024-03-28T07:18:19.530Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4652024-03-28T07:18:19.530ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4662024-03-28T07:18:19.530Z+ local DO_DOWNLOAD=true
4672024-03-28T07:18:19.531Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4682024-03-28T07:18:19.531Z+ mkdir -p out/downloads
4692024-03-28T07:18:19.531Z+ '[' true == true ']'
4702024-03-28T07:18:19.531ZDownloading...
4712024-03-28T07:18:19.531Z+ echo Downloading...
4722024-03-28T07:18:19.531Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4732024-03-28T07:18:19.531Z+ 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
4742024-03-28T07:18:20.124Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4752024-03-28T07:18:20.125Z++ case "$OSTYPE" in
4762024-03-28T07:18:20.125Z++ SHA=sha256sum
4772024-03-28T07:18:20.132Z++ sha256sum
4782024-03-28T07:18:20.132Z++ awk '{print $1}'
4792024-03-28T07:18:20.132Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4802024-03-28T07:18:20.132Z+ [[ 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 ]]
4812024-03-28T07:18:20.136Z+ set -o errexit
4822024-03-28T07:18:20.143Z+++ dirname ./tools/ci_download_dendrite_openapi
4832024-03-28T07:18:20.144Z++ cd ./tools
4842024-03-28T07:18:20.144Z++ pwd
4852024-03-28T07:18:20.144Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4862024-03-28T07:18:20.144Z++ basename ./tools/ci_download_dendrite_openapi
4872024-03-28T07:18:20.145Z+ ARG0=ci_download_dendrite_openapi
4882024-03-28T07:18:20.145Z+ TARGET_DIR=out
4892024-03-28T07:18:20.145Z+ DOWNLOAD_DIR=out/downloads
4902024-03-28T07:18:20.145Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4912024-03-28T07:18:20.145Z++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb
4922024-03-28T07:18:20.145Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4932024-03-28T07:18:20.145Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
4942024-03-28T07:18:20.146Z+ LOCAL_FILE=out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
4952024-03-28T07:18:20.146Z+ main
4962024-03-28T07:18:20.146Z+ [[ 0 != 0 ]]
4972024-03-28T07:18:20.146Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json'
4982024-03-28T07:18:20.146ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
4992024-03-28T07:18:20.147Z+ echo 'Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json'
5002024-03-28T07:18:20.147Z+ local DO_DOWNLOAD=true
5012024-03-28T07:18:20.147ZLocal file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5022024-03-28T07:18:20.147Z+ [[ -f out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json ]]
5032024-03-28T07:18:20.147Z+ mkdir -p out/downloads
5042024-03-28T07:18:20.214Z+ '[' true == true ']'
5052024-03-28T07:18:20.214Z+ echo Downloading...
5062024-03-28T07:18:20.214ZDownloading...
5072024-03-28T07:18:20.214Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5082024-03-28T07:18:20.214Z+ 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
5092024-03-28T07:18:20.284Z++ do_sha256sum out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5102024-03-28T07:18:20.284Z++ case "$OSTYPE" in
5112024-03-28T07:18:20.291Z++ SHA=sha256sum
5122024-03-28T07:18:20.291Z++ sha256sum
5132024-03-28T07:18:20.291Z++ awk '{print $1}'
5142024-03-28T07:18:20.291Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5152024-03-28T07:18:20.291Z+ [[ 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 ]]
5162024-03-28T07:18:20.295Z+ set -o errexit
5172024-03-28T07:18:20.300Z+++ dirname ./tools/ci_download_dendrite_stub
5182024-03-28T07:18:20.300Z++ cd ./tools
5192024-03-28T07:18:20.300Z++ pwd
5202024-03-28T07:18:20.300Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5212024-03-28T07:18:20.300Z++ basename ./tools/ci_download_dendrite_stub
5222024-03-28T07:18:20.343Z+ ARG0=ci_download_dendrite_stub
5232024-03-28T07:18:20.343Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5242024-03-28T07:18:20.343Z++ CIDL_SHA256_ILLUMOS=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5252024-03-28T07:18:20.343Z++ CIDL_SHA256_LINUX_DPD=db3e419cf4381607482c55230c64c6afa80388a26db8efa48e437ebc8b82526a
5262024-03-28T07:18:20.343Z++ CIDL_SHA256_LINUX_SWADM=1de82f6b7419aa0e6e0632def69d5b370a9cb3ac2261527fce96840eb5af5b8d
5272024-03-28T07:18:20.343Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5282024-03-28T07:18:20.343Z++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb
5292024-03-28T07:18:20.344Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5302024-03-28T07:18:20.344Z+ TARGET_DIR=out
5312024-03-28T07:18:20.344Z+ DOWNLOAD_DIR=out/downloads
5322024-03-28T07:18:20.344Z+ DEST_DIR=./out/dendrite-stub
5332024-03-28T07:18:20.344Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5342024-03-28T07:18:20.344Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5352024-03-28T07:18:20.344Z+ REPO=oxidecomputer/dendrite
5362024-03-28T07:18:20.344Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb
5372024-03-28T07:18:20.344Z+ main
5382024-03-28T07:18:20.344Z+ [[ 0 != 0 ]]
5392024-03-28T07:18:20.345Z+ CIDL_OS=solaris2.11
5402024-03-28T07:18:20.345Z+ [[ 0 != 0 ]]
5412024-03-28T07:18:20.345Z+ configure_os solaris2.11
5422024-03-28T07:18:20.345Z+ echo 'current directory: /work/oxidecomputer/omicron'
5432024-03-28T07:18:20.345Zcurrent directory: /work/oxidecomputer/omicron
5442024-03-28T07:18:20.345Z+ echo 'configuring based on OS: "solaris2.11"'
5452024-03-28T07:18:20.345Z+ case "$1" in
5462024-03-28T07:18:20.345Z+ SET_BINARIES=
5472024-03-28T07:18:20.345Zconfiguring based on OS: "solaris2.11"
5482024-03-28T07:18:20.345Z+ CIDL_SHA256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5492024-03-28T07:18:20.345Z+ CIDL_SHA256FUNC=do_sha256sum
5502024-03-28T07:18:20.346Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5512024-03-28T07:18:20.346Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5522024-03-28T07:18:20.346Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5532024-03-28T07:18:20.346Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz'
5542024-03-28T07:18:20.346ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5552024-03-28T07:18:20.346Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5562024-03-28T07:18:20.346ZLocal file: out/downloads/dendrite-stub.tar.gz
5572024-03-28T07:18:20.346Z+ mkdir -p out/downloads
5582024-03-28T07:18:20.346Z+ mkdir -p ./out/dendrite-stub
5592024-03-28T07:18:20.347Z+ fetch_and_verify
5602024-03-28T07:18:20.347Z+ local DO_DOWNLOAD=true
5612024-03-28T07:18:20.347Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5622024-03-28T07:18:20.347Z+ '[' true == true ']'
5632024-03-28T07:18:20.347Z+ echo Downloading...
5642024-03-28T07:18:20.347ZDownloading...
5652024-03-28T07:18:20.347Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5662024-03-28T07:18:20.347Z+ 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
5672024-03-28T07:18:35.711Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5682024-03-28T07:18:35.715Z++ sha256sum
5692024-03-28T07:18:35.715Z++ awk '{print $1}'
5702024-03-28T07:18:35.733Z+ calculated_sha256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5712024-03-28T07:18:35.733Z+ [[ 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 ]]
5722024-03-28T07:18:35.737Z+ do_untar out/downloads/dendrite-stub.tar.gz
5732024-03-28T07:18:35.737Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5742024-03-28T07:18:36.329Z+ do_assemble
5752024-03-28T07:18:36.329Z+ rm -r ./out/dendrite-stub
5762024-03-28T07:18:36.335Z+ mkdir ./out/dendrite-stub
5772024-03-28T07:18:36.335Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5782024-03-28T07:18:36.440Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5792024-03-28T07:18:36.450Z+ set -o errexit
5802024-03-28T07:18:36.453Z+++ dirname ./tools/ci_download_maghemite_mgd
5812024-03-28T07:18:36.458Z++ cd ./tools
5822024-03-28T07:18:36.458Z++ pwd
5832024-03-28T07:18:36.458Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5842024-03-28T07:18:36.458Z++ basename ./tools/ci_download_maghemite_mgd
5852024-03-28T07:18:36.458Z+ ARG0=ci_download_maghemite_mgd
5862024-03-28T07:18:36.458Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5872024-03-28T07:18:36.458Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5882024-03-28T07:18:36.458Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
5892024-03-28T07:18:36.458Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5902024-03-28T07:18:36.458Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
5912024-03-28T07:18:36.458Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5922024-03-28T07:18:36.458Z+ TARGET_DIR=out
5932024-03-28T07:18:36.459Z+ DOWNLOAD_DIR=out/downloads
5942024-03-28T07:18:36.459Z+ DEST_DIR=./out/mgd
5952024-03-28T07:18:36.459Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5962024-03-28T07:18:36.459Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5972024-03-28T07:18:36.459Z+ REPO=oxidecomputer/maghemite
5982024-03-28T07:18:36.459Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
5992024-03-28T07:18:36.459Z+ main
6002024-03-28T07:18:36.459Z+ rm -rf out/downloads/root
6012024-03-28T07:18:36.468Z+ [[ 0 != 0 ]]
6022024-03-28T07:18:36.468Z+ CIDL_OS=solaris2.11
6032024-03-28T07:18:36.471Z+ [[ 0 != 0 ]]
6042024-03-28T07:18:36.472Z+ configure_os solaris2.11
6052024-03-28T07:18:36.472Z+ echo 'current directory: /work/oxidecomputer/omicron'
6062024-03-28T07:18:36.472Zcurrent directory: /work/oxidecomputer/omicron
6072024-03-28T07:18:36.472Z+ echo 'configuring based on OS: "solaris2.11"'
6082024-03-28T07:18:36.472Z+ case "$1" in
6092024-03-28T07:18:36.472Zconfiguring based on OS: "solaris2.11"
6102024-03-28T07:18:36.472Z+ SET_BINARIES=
6112024-03-28T07:18:36.472Z+ CIDL_SHA256FUNC=do_sha256sum
6122024-03-28T07:18:36.472Z+ TARBALL_FILENAME=mgd.tar.gz
6132024-03-28T07:18:36.472Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6142024-03-28T07:18:36.472Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6152024-03-28T07:18:36.472Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6162024-03-28T07:18:36.472ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6172024-03-28T07:18:36.472Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6182024-03-28T07:18:36.472Z+ mkdir -p out/downloads
6192024-03-28T07:18:36.472ZLocal file: out/downloads/mgd.tar.gz
6202024-03-28T07:18:36.472Z+ mkdir -p ./out/mgd
6212024-03-28T07:18:36.476Z+ fetch_and_verify
6222024-03-28T07:18:36.476Z+ local DO_DOWNLOAD=true
6232024-03-28T07:18:36.476Z+ [[ -f out/downloads/mgd.tar.gz ]]
6242024-03-28T07:18:36.476Z+ '[' true == true ']'
6252024-03-28T07:18:36.476Z+ echo Downloading...
6262024-03-28T07:18:36.476ZDownloading...
6272024-03-28T07:18:36.476Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6282024-03-28T07:18:36.476Z+ 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
6292024-03-28T07:18:43.704Z++ do_sha256sum out/downloads/mgd.tar.gz
6302024-03-28T07:18:43.707Z++ sha256sum
6312024-03-28T07:18:43.707Z++ awk '{print $1}'
6322024-03-28T07:18:43.730Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6332024-03-28T07:18:43.730Z+ [[ 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 ]]
6342024-03-28T07:18:43.733Z+ do_untar out/downloads/mgd.tar.gz
6352024-03-28T07:18:43.733Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6362024-03-28T07:18:44.322Z+ do_assemble
6372024-03-28T07:18:44.322Z+ rm -r ./out/mgd
6382024-03-28T07:18:44.328Z+ mkdir ./out/mgd
6392024-03-28T07:18:44.332Z+ cp -r out/downloads/root ./out/mgd/root
6402024-03-28T07:18:44.421Z+ set -o errexit
6412024-03-28T07:18:44.426Z+++ dirname ./tools/ci_download_transceiver_control
6422024-03-28T07:18:44.426Z++ cd ./tools
6432024-03-28T07:18:44.426Z++ pwd
6442024-03-28T07:18:44.426Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6452024-03-28T07:18:44.426Z++ basename ./tools/ci_download_transceiver_control
6462024-03-28T07:18:44.426Z+ ARG0=ci_download_transceiver_control
6472024-03-28T07:18:44.426Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6482024-03-28T07:18:44.426Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6492024-03-28T07:18:44.426Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6502024-03-28T07:18:44.426Z+ TARGET_DIR=out
6512024-03-28T07:18:44.426Z+ DOWNLOAD_DIR=out/downloads
6522024-03-28T07:18:44.427Z+ DEST_DIR=./out/transceiver-control
6532024-03-28T07:18:44.427Z+ BIN_DIR=/opt/oxide/bin
6542024-03-28T07:18:44.427Z+ BINARY=xcvradm
6552024-03-28T07:18:44.427Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6562024-03-28T07:18:44.427Z+ REPO=oxidecomputer/transceiver-control
6572024-03-28T07:18:44.427Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6582024-03-28T07:18:44.427Z+ main
6592024-03-28T07:18:44.427Z+ [[ 0 != 0 ]]
6602024-03-28T07:18:44.427Z+ CIDL_OS=solaris2.11
6612024-03-28T07:18:44.427Z+ [[ 0 != 0 ]]
6622024-03-28T07:18:44.428Z+ configure_os solaris2.11
6632024-03-28T07:18:44.428Z+ echo 'current directory: /work/oxidecomputer/omicron'
6642024-03-28T07:18:44.428Z+ echo 'configuring based on OS: "solaris2.11"'
6652024-03-28T07:18:44.428Z+ case "$1" in
6662024-03-28T07:18:44.428Z+ SET_BINARIES=
6672024-03-28T07:18:44.428Zcurrent directory: /work/oxidecomputer/omicron
6682024-03-28T07:18:44.428Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6692024-03-28T07:18:44.428Z+ CIDL_SHA256FUNC=do_sha256sum
6702024-03-28T07:18:44.428Z+ ARCHIVE_FILENAME=xcvradm.gz
6712024-03-28T07:18:44.428Zconfiguring based on OS: "solaris2.11"
6722024-03-28T07:18:44.428Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6732024-03-28T07:18:44.428Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6742024-03-28T07:18:44.428Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6752024-03-28T07:18:44.428Z+ echo 'Local file: out/downloads/xcvradm.gz'
6762024-03-28T07:18:44.429ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6772024-03-28T07:18:44.429ZLocal file: out/downloads/xcvradm.gz
6782024-03-28T07:18:44.429Z+ mkdir -p out/downloads
6792024-03-28T07:18:44.429Z+ mkdir -p ./out/transceiver-control
6802024-03-28T07:18:44.433Z+ fetch_and_verify
6812024-03-28T07:18:44.433Z+ local DO_DOWNLOAD=true
6822024-03-28T07:18:44.433Z+ [[ -f out/downloads/xcvradm.gz ]]
6832024-03-28T07:18:44.433Z+ '[' true == true ']'
6842024-03-28T07:18:44.434Z+ echo Downloading...
6852024-03-28T07:18:44.434ZDownloading...
6862024-03-28T07:18:44.434Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6872024-03-28T07:18:44.434Z+ 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
6882024-03-28T07:18:47.235Z++ do_sha256sum out/downloads/xcvradm.gz
6892024-03-28T07:18:47.256Z++ sha256sum
6902024-03-28T07:18:47.256Z++ awk '{print $1}'
6912024-03-28T07:18:47.256Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6922024-03-28T07:18:47.257Z+ [[ 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 ]]
6932024-03-28T07:18:47.257Z+ do_unpack out/downloads/xcvradm.gz
6942024-03-28T07:18:47.257Z+ mkdir -p out/downloads/root//opt/oxide/bin
6952024-03-28T07:18:47.273Z+ gzip -dc out/downloads/xcvradm.gz
6962024-03-28T07:18:47.358Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6972024-03-28T07:18:47.364Z+ do_assemble
6982024-03-28T07:18:47.364Z+ rm -r ./out/transceiver-control
6992024-03-28T07:18:47.367Z+ mkdir ./out/transceiver-control
7002024-03-28T07:18:47.367Z+ cp -r out/downloads/root ./out/transceiver-control/root
7012024-03-28T07:18:47.455Z+ set -o errexit
7022024-03-28T07:18:47.458Z+++ dirname ./tools/ci_download_thundermuffin
7032024-03-28T07:18:47.459Z++ cd ./tools
7042024-03-28T07:18:47.462Z++ pwd
7052024-03-28T07:18:47.462Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7062024-03-28T07:18:47.462Z++ basename ./tools/ci_download_thundermuffin
7072024-03-28T07:18:47.462Z+ ARG0=ci_download_thundermuffin
7082024-03-28T07:18:47.462Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7092024-03-28T07:18:47.462Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7102024-03-28T07:18:47.462Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7112024-03-28T07:18:47.462Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7122024-03-28T07:18:47.462Z+ TARGET_DIR=out
7132024-03-28T07:18:47.462Z+ DOWNLOAD_DIR=out/downloads
7142024-03-28T07:18:47.462Z+ DEST_DIR=./out/thundermuffin
7152024-03-28T07:18:47.462Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7162024-03-28T07:18:47.462Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7172024-03-28T07:18:47.462Z+ REPO=oxidecomputer/thundermuffin
7182024-03-28T07:18:47.462Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7192024-03-28T07:18:47.465Z+ main
7202024-03-28T07:18:47.465Z+ rm -rf out/downloads/root
7212024-03-28T07:18:47.468Z+ [[ 0 != 0 ]]
7222024-03-28T07:18:47.468Z+ CIDL_OS=solaris2.11
7232024-03-28T07:18:47.468Z+ [[ 0 != 0 ]]
7242024-03-28T07:18:47.468Z+ configure_os solaris2.11
7252024-03-28T07:18:47.472Z+ echo 'current directory: /work/oxidecomputer/omicron'
7262024-03-28T07:18:47.472Zcurrent directory: /work/oxidecomputer/omicron
7272024-03-28T07:18:47.472Z+ echo 'configuring based on OS: "solaris2.11"'
7282024-03-28T07:18:47.472Z+ case "$1" in
7292024-03-28T07:18:47.472Zconfiguring based on OS: "solaris2.11"
7302024-03-28T07:18:47.472Z+ SET_BINARIES=
7312024-03-28T07:18:47.472Z+ CIDL_SHA256FUNC=do_sha256sum
7322024-03-28T07:18:47.472Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7332024-03-28T07:18:47.472Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7342024-03-28T07:18:47.472Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7352024-03-28T07:18:47.472Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7362024-03-28T07:18:47.472Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7372024-03-28T07:18:47.472ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7382024-03-28T07:18:47.472ZLocal file: out/downloads/thundermuffin.tar.gz
7392024-03-28T07:18:47.472Z+ mkdir -p out/downloads
7402024-03-28T07:18:47.472Z+ mkdir -p ./out/thundermuffin
7412024-03-28T07:18:47.475Z+ fetch_and_verify
7422024-03-28T07:18:47.475Z+ local DO_DOWNLOAD=true
7432024-03-28T07:18:47.476Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7442024-03-28T07:18:47.476Z+ '[' true == true ']'
7452024-03-28T07:18:47.476Z+ echo Downloading...
7462024-03-28T07:18:47.476ZDownloading...
7472024-03-28T07:18:47.476Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7482024-03-28T07:18:47.476Z+ 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
7492024-03-28T07:18:49.131Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7502024-03-28T07:18:49.134Z++ sha256sum
7512024-03-28T07:18:49.134Z++ awk '{print $1}'
7522024-03-28T07:18:49.137Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7532024-03-28T07:18:49.137Z+ [[ 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 ]]
7542024-03-28T07:18:49.140Z+ do_untar out/downloads/thundermuffin.tar.gz
7552024-03-28T07:18:49.140Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7562024-03-28T07:18:49.205Z+ do_assemble
7572024-03-28T07:18:49.205Z+ rm -r ./out/thundermuffin
7582024-03-28T07:18:49.218Z+ mkdir ./out/thundermuffin
7592024-03-28T07:18:49.218Z+ cp -r out/downloads/root ./out/thundermuffin/root
7602024-03-28T07:18:49.236ZAll builder prerequisites installed successfully, and PATH looks valid
7612024-03-28T07:18:49.246Z+ banner commtest
7622024-03-28T07:18:49.246Z
7632024-03-28T07:18:49.246Z #### #### # # # # ##### ###### #### #####
7642024-03-28T07:18:49.246Z # # # # ## ## ## ## # # # #
7652024-03-28T07:18:49.246Z # # # # ## # # ## # # ##### #### #
7662024-03-28T07:18:49.246Z # # # # # # # # # # #
7672024-03-28T07:18:49.246Z # # # # # # # # # # # # #
7682024-03-28T07:18:49.246Z #### #### # # # # # ###### #### #
7692024-03-28T07:18:49.246Z
7702024-03-28T07:18:49.246Z+ cargo build -p end-to-end-tests --bin commtest --bin dhcp-server --release
7712024-03-28T07:18:49.246Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
7722024-03-28T07:18:49.379Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
7732024-03-28T07:18:49.379Zinfo: downloading component 'cargo'
7742024-03-28T07:18:50.077Zinfo: downloading component 'clippy'
7752024-03-28T07:18:50.291Zinfo: downloading component 'rust-docs'
7762024-03-28T07:18:51.162Zinfo: downloading component 'rust-std'
7772024-03-28T07:18:52.562Zinfo: downloading component 'rustc'
7782024-03-28T07:18:56.084Zinfo: downloading component 'rustfmt'
7792024-03-28T07:18:56.276Zinfo: installing component 'cargo'
7802024-03-28T07:18:57.165Zinfo: installing component 'clippy'
7812024-03-28T07:18:57.495Zinfo: installing component 'rust-docs'
7822024-03-28T07:18:58.989Zinfo: installing component 'rust-std'
7832024-03-28T07:19:00.818Zinfo: installing component 'rustc'
7842024-03-28T07:19:04.833Zinfo: installing component 'rustfmt'
7852024-03-28T07:19:05.366Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7862024-03-28T07:19:05.640Z Updating git repository `https://github.com/oxidecomputer/samael`
7872024-03-28T07:19:05.973Z Updating git repository `https://github.com/oxidecomputer/zone`
7882024-03-28T07:19:06.663Z Updating crates.io index
7892024-03-28T07:19:06.684Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7902024-03-28T07:19:06.996Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7912024-03-28T07:19:07.591Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7922024-03-28T07:19:09.429Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7932024-03-28T07:19:09.942Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7942024-03-28T07:19:10.205Z Updating git repository `https://github.com/oxidecomputer/propolis`
7952024-03-28T07:19:11.123Z Updating git repository `https://github.com/oxidecomputer/crucible`
7962024-03-28T07:19:13.455Z Updating git repository `https://github.com/oxidecomputer/opte`
7972024-03-28T07:19:15.640Z Updating git repository `https://github.com/oxidecomputer/falcon`
7982024-03-28T07:19:15.667Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7992024-03-28T07:19:15.667Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8002024-03-28T07:19:15.957Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8012024-03-28T07:19:16.264Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8022024-03-28T07:19:16.535Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8032024-03-28T07:19:16.876Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8042024-03-28T07:19:17.582Z Updating git repository `http://github.com/oxidecomputer/tofino`
8052024-03-28T07:19:17.607Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8062024-03-28T07:19:17.771Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8072024-03-28T07:19:18.016Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8082024-03-28T07:19:18.428Z Updating git repository `https://github.com/oxidecomputer/ispf`
8092024-03-28T07:19:18.795Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8102024-03-28T07:19:19.064Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8112024-03-28T07:19:20.071Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8122024-03-28T07:19:20.099Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8132024-03-28T07:19:20.250Z Updating git repository `https://github.com/jgallagher/nix`
8142024-03-28T07:19:21.181Z Updating git repository `https://github.com/cbiffle/hubpack`
8152024-03-28T07:19:21.488Z Updating git repository `https://github.com/oxidecomputer/typify`
8162024-03-28T07:19:23.247Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8172024-03-28T07:19:23.586Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8182024-03-28T07:19:24.512Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8192024-03-28T07:19:24.655Z Updating git repository `https://github.com/oxidecomputer/rfb`
8202024-03-28T07:19:25.846Z Downloading crates ...
8212024-03-28T07:19:25.917Z Downloaded adler v1.0.2
8222024-03-28T07:19:25.941Z Downloaded addr2line v0.21.0
8232024-03-28T07:19:25.947Z Downloaded arc-swap v1.6.0
8242024-03-28T07:19:25.947Z Downloaded ansi_term v0.12.1
8252024-03-28T07:19:25.947Z Downloaded instant v0.1.12
8262024-03-28T07:19:25.952Z Downloaded arrayref v0.3.7
8272024-03-28T07:19:25.952Z Downloaded ciborium v0.2.2
8282024-03-28T07:19:25.953Z Downloaded inout v0.1.3
8292024-03-28T07:19:25.962Z Downloaded argon2 v0.5.3
8302024-03-28T07:19:25.962Z Downloaded anyhow v1.0.79
8312024-03-28T07:19:25.967Z Downloaded allocator-api2 v0.2.16
8322024-03-28T07:19:25.967Z Downloaded itertools v0.10.5
8332024-03-28T07:19:25.972Z Downloaded ipnet v2.9.0
8342024-03-28T07:19:25.972Z Downloaded atty v0.2.14
8352024-03-28T07:19:25.979Z Downloaded async-stream-impl v0.3.5
8362024-03-28T07:19:25.979Z Downloaded der v0.7.8
8372024-03-28T07:19:25.984Z Downloaded keccak v0.1.4
8382024-03-28T07:19:25.984Z Downloaded indexmap v2.2.5
8392024-03-28T07:19:25.992Z Downloaded cfg-if v1.0.0
8402024-03-28T07:19:25.992Z Downloaded macaddr v1.0.1
8412024-03-28T07:19:25.993Z Downloaded normalize-line-endings v0.3.0
8422024-03-28T07:19:26.004Z Downloaded lalrpop-util v0.19.12
8432024-03-28T07:19:26.004Z Downloaded linear-map v1.2.0
8442024-03-28T07:19:26.004Z Downloaded nanorand v0.7.0
8452024-03-28T07:19:26.004Z Downloaded newtype-uuid v1.0.1
8462024-03-28T07:19:26.013Z Downloaded matches v0.1.10
8472024-03-28T07:19:26.013Z Downloaded colorchoice v1.0.0
8482024-03-28T07:19:26.013Z Downloaded newtype_derive v0.1.6
8492024-03-28T07:19:26.013Z Downloaded ciborium-io v0.2.2
8502024-03-28T07:19:26.013Z Downloaded password-hash v0.4.2
8512024-03-28T07:19:26.013Z Downloaded parking_lot_core v0.9.8
8522024-03-28T07:19:26.014Z Downloaded option-ext v0.2.0
8532024-03-28T07:19:26.021Z Downloaded opaque-debug v0.3.0
8542024-03-28T07:19:26.021Z Downloaded md5 v0.7.0
8552024-03-28T07:19:26.021Z Downloaded darling_macro v0.20.3
8562024-03-28T07:19:26.022Z Downloaded match_cfg v0.1.0
8572024-03-28T07:19:26.022Z Downloaded ident_case v1.0.1
8582024-03-28T07:19:26.022Z Downloaded cstr-argument v0.1.2
8592024-03-28T07:19:26.022Z Downloaded mime_guess v2.0.4
8602024-03-28T07:19:26.031Z Downloaded openssl-macros v0.1.1
8612024-03-28T07:19:26.031Z Downloaded md-5 v0.10.5
8622024-03-28T07:19:26.032Z Downloaded crucible-workspace-hack v0.1.0
8632024-03-28T07:19:26.032Z Downloaded memmap v0.7.0
8642024-03-28T07:19:26.032Z Downloaded libsw v3.3.1
8652024-03-28T07:19:26.032Z Downloaded kstat-rs v0.2.3
8662024-03-28T07:19:26.032Z Downloaded memchr v2.7.1
8672024-03-28T07:19:26.038Z Downloaded parse-display v0.9.0
8682024-03-28T07:19:26.038Z Downloaded nibble_vec v0.1.0
8692024-03-28T07:19:26.038Z Downloaded try-lock v0.2.4
8702024-03-28T07:19:26.038Z Downloaded num-conv v0.1.0
8712024-03-28T07:19:26.045Z Downloaded phf_shared v0.10.0
8722024-03-28T07:19:26.045Z Downloaded strum v0.26.1
8732024-03-28T07:19:26.045Z Downloaded openssl-probe v0.1.5
8742024-03-28T07:19:26.046Z Downloaded linked-hash-map v0.5.6
8752024-03-28T07:19:26.046Z Downloaded async-trait v0.1.77
8762024-03-28T07:19:26.052Z Downloaded num-integer v0.1.46
8772024-03-28T07:19:26.052Z Downloaded mime v0.3.17
8782024-03-28T07:19:26.052Z Downloaded pbkdf2 v0.12.2
8792024-03-28T07:19:26.058Z Downloaded byteorder v1.5.0
8802024-03-28T07:19:26.058Z Downloaded plain v0.2.3
8812024-03-28T07:19:26.058Z Downloaded pkg-config v0.3.27
8822024-03-28T07:19:26.059Z Downloaded phf_shared v0.11.2
8832024-03-28T07:19:26.068Z Downloaded ctr v0.9.2
8842024-03-28T07:19:26.068Z Downloaded dhcproto-macros v0.1.0
8852024-03-28T07:19:26.069Z Downloaded native-tls v0.2.11
8862024-03-28T07:19:26.069Z Downloaded cpufeatures v0.2.12
8872024-03-28T07:19:26.074Z Downloaded num_enum v0.5.11
8882024-03-28T07:19:26.074Z Downloaded multer v3.0.0
8892024-03-28T07:19:26.074Z Downloaded slog-stdlog v4.1.1
8902024-03-28T07:19:26.082Z Downloaded slog-bunyan v2.5.0
8912024-03-28T07:19:26.082Z Downloaded platforms v3.0.2
8922024-03-28T07:19:26.082Z Downloaded pin-utils v0.1.0
8932024-03-28T07:19:26.092Z Downloaded num-derive v0.4.0
8942024-03-28T07:19:26.092Z Downloaded bzip2 v0.4.4
8952024-03-28T07:19:26.093Z Downloaded headers-core v0.2.0
8962024-03-28T07:19:26.093Z Downloaded bitflags v2.4.2
8972024-03-28T07:19:26.109Z Downloaded foreign-types-shared v0.3.1
8982024-03-28T07:19:26.109Z Downloaded foreign-types-shared v0.1.1
8992024-03-28T07:19:26.109Z Downloaded phf v0.11.2
9002024-03-28T07:19:26.110Z Downloaded tokio-native-tls v0.3.1
9012024-03-28T07:19:26.110Z Downloaded russh-cryptovec v0.7.0
9022024-03-28T07:19:26.110Z Downloaded untrusted v0.7.1
9032024-03-28T07:19:26.110Z Downloaded universal-hash v0.5.1
9042024-03-28T07:19:26.110Z Downloaded unicode-xid v0.2.4
9052024-03-28T07:19:26.111Z Downloaded num_enum_derive v0.5.11
9062024-03-28T07:19:26.111Z Downloaded owo-colors v4.0.0
9072024-03-28T07:19:26.111Z Downloaded darling v0.20.3
9082024-03-28T07:19:26.119Z Downloaded scroll_derive v0.12.0
9092024-03-28T07:19:26.120Z Downloaded memmap2 v0.7.1
9102024-03-28T07:19:26.120Z Downloaded crc32fast v1.3.2
9112024-03-28T07:19:26.120Z Downloaded password-hash v0.5.0
9122024-03-28T07:19:26.120Z Downloaded log v0.4.21
9132024-03-28T07:19:26.137Z Downloaded strsim v0.8.0
9142024-03-28T07:19:26.137Z Downloaded fallible-iterator v0.2.0
9152024-03-28T07:19:26.138Z Downloaded fastrand v2.0.1
9162024-03-28T07:19:26.138Z Downloaded pkcs8 v0.10.2
9172024-03-28T07:19:26.138Z Downloaded stringprep v0.1.3
9182024-03-28T07:19:26.138Z Downloaded toolchain_find v0.2.0
9192024-03-28T07:19:26.138Z Downloaded waitgroup v0.1.2
9202024-03-28T07:19:26.138Z Downloaded pin-project-lite v0.2.13
9212024-03-28T07:19:26.145Z Downloaded foreign-types v0.3.2
9222024-03-28T07:19:26.145Z Downloaded sync_wrapper v0.1.2
9232024-03-28T07:19:26.146Z Downloaded usdt-macro v0.3.5
9242024-03-28T07:19:26.146Z Downloaded fxhash v0.2.1
9252024-03-28T07:19:26.146Z Downloaded ppv-lite86 v0.2.17
9262024-03-28T07:19:26.146Z Downloaded tempfile v3.10.0
9272024-03-28T07:19:26.147Z Downloaded display-error-chain v0.2.0
9282024-03-28T07:19:26.154Z Downloaded primeorder v0.13.6
9292024-03-28T07:19:26.154Z Downloaded quick-error v1.2.3
9302024-03-28T07:19:26.155Z Downloaded hubpack_derive v0.1.1
9312024-03-28T07:19:26.155Z Downloaded parking_lot_core v0.8.6
9322024-03-28T07:19:26.165Z Downloaded form_urlencoded v1.2.1
9332024-03-28T07:19:26.165Z Downloaded foreign-types-macros v0.2.3
9342024-03-28T07:19:26.165Z Downloaded rustc_version v0.4.0
9352024-03-28T07:19:26.166Z Downloaded rustc_version v0.1.7
9362024-03-28T07:19:26.166Z Downloaded scroll v0.12.0
9372024-03-28T07:19:26.166Z Downloaded parking_lot v0.12.1
9382024-03-28T07:19:26.174Z Downloaded portpicker v0.1.1
9392024-03-28T07:19:26.175Z Downloaded crossbeam-utils v0.8.19
9402024-03-28T07:19:26.175Z Downloaded take_mut v0.2.2
9412024-03-28T07:19:26.175Z Downloaded const-oid v0.9.6
9422024-03-28T07:19:26.175Z Downloaded string_cache v0.8.7
9432024-03-28T07:19:26.176Z Downloaded omicron-zone-package v0.11.0
9442024-03-28T07:19:26.185Z Downloaded version_check v0.9.4
9452024-03-28T07:19:26.185Z Downloaded topological-sort v0.2.2
9462024-03-28T07:19:26.185Z Downloaded usdt-attr-macro v0.5.0
9472024-03-28T07:19:26.185Z Downloaded fnv v1.0.7
9482024-03-28T07:19:26.186Z Downloaded vec_map v0.8.2
9492024-03-28T07:19:26.186Z Downloaded base64 v0.21.7
9502024-03-28T07:19:26.189Z Downloaded tinyvec_macros v0.1.1
9512024-03-28T07:19:26.189Z Downloaded hyper-tls v0.5.0
9522024-03-28T07:19:26.189Z Downloaded tabwriter v1.4.0
9532024-03-28T07:19:26.189Z Downloaded either v1.10.0
9542024-03-28T07:19:26.192Z Downloaded miniz_oxide v0.7.1
9552024-03-28T07:19:26.198Z Downloaded pest_meta v2.7.6
9562024-03-28T07:19:26.203Z Downloaded dtrace-parser v0.2.0
9572024-03-28T07:19:26.203Z Downloaded generic-array v0.14.7
9582024-03-28T07:19:26.203Z Downloaded rustc-demangle v0.1.23
9592024-03-28T07:19:26.203Z Downloaded russh-keys v0.42.0
9602024-03-28T07:19:26.206Z Downloaded getopts v0.2.21
9612024-03-28T07:19:26.206Z Downloaded precomputed-hash v0.1.1
9622024-03-28T07:19:26.206Z Downloaded gethostname v0.4.3
9632024-03-28T07:19:26.206Z Downloaded minimal-lexical v0.2.1
9642024-03-28T07:19:26.212Z Downloaded static_assertions v1.1.0
9652024-03-28T07:19:26.215Z Downloaded serde_tokenstream v0.1.7
9662024-03-28T07:19:26.218Z Downloaded futures v0.3.30
9672024-03-28T07:19:26.222Z Downloaded resolv-conf v0.7.0
9682024-03-28T07:19:26.225Z Downloaded endian-type v0.1.2
9692024-03-28T07:19:26.229Z Downloaded vsss-rs v3.3.4
9702024-03-28T07:19:26.229Z Downloaded ghash v0.5.0
9712024-03-28T07:19:26.232Z Downloaded dyn-clone v1.0.17
9722024-03-28T07:19:26.235Z Downloaded semver v0.11.0
9732024-03-28T07:19:26.235Z Downloaded semver v0.1.20
9742024-03-28T07:19:26.235Z Downloaded serde_derive_internals v0.26.0
9752024-03-28T07:19:26.238Z Downloaded utf8parse v0.2.1
9762024-03-28T07:19:26.238Z Downloaded synstructure v0.12.6
9772024-03-28T07:19:26.241Z Downloaded subtle v2.5.0
9782024-03-28T07:19:26.241Z Downloaded crypto-bigint v0.5.2
9792024-03-28T07:19:26.247Z Downloaded flagset v0.4.3
9802024-03-28T07:19:26.252Z Downloaded group v0.13.0
9812024-03-28T07:19:26.257Z Downloaded hash32 v0.2.1
9822024-03-28T07:19:26.257Z Downloaded zerocopy v0.3.0
9832024-03-28T07:19:26.257Z Downloaded http-range v0.1.5
9842024-03-28T07:19:26.257Z Downloaded getrandom v0.2.12
9852024-03-28T07:19:26.261Z Downloaded usdt-attr-macro v0.3.5
9862024-03-28T07:19:26.261Z Downloaded tokio-tungstenite v0.21.0
9872024-03-28T07:19:26.264Z Downloaded futures-sink v0.3.30
9882024-03-28T07:19:26.264Z Downloaded polyval v0.6.1
9892024-03-28T07:19:26.268Z Downloaded rand_core v0.6.4
9902024-03-28T07:19:26.268Z Downloaded rand_core v0.5.1
9912024-03-28T07:19:26.271Z Downloaded scopeguard v1.2.0
9922024-03-28T07:19:26.271Z Downloaded rustls-pemfile v1.0.3
9932024-03-28T07:19:26.271Z Downloaded elliptic-curve v0.13.8
9942024-03-28T07:19:26.275Z Downloaded foreign-types v0.5.0
9952024-03-28T07:19:26.278Z Downloaded zone v0.1.8
9962024-03-28T07:19:26.279Z Downloaded uuid v1.7.0
9972024-03-28T07:19:26.282Z Downloaded hash32 v0.3.1
9982024-03-28T07:19:26.285Z Downloaded smf v0.2.2
9992024-03-28T07:19:26.285Z Downloaded slab v0.4.9
10002024-03-28T07:19:26.288Z Downloaded scheduled-thread-pool v0.2.7
10012024-03-28T07:19:26.288Z Downloaded same-file v1.0.6
10022024-03-28T07:19:26.290Z Downloaded url v2.5.0
10032024-03-28T07:19:26.294Z Downloaded slog-term v2.9.0
10042024-03-28T07:19:26.297Z Downloaded num-bigint v0.4.4
10052024-03-28T07:19:26.300Z Downloaded unicase v2.7.0
10062024-03-28T07:19:26.304Z Downloaded tokio-rustls v0.24.1
10072024-03-28T07:19:26.327Z Downloaded zeroize v1.7.0
10082024-03-28T07:19:26.327Z Downloaded httpdate v1.0.3
10092024-03-28T07:19:26.327Z Downloaded want v0.3.1
10102024-03-28T07:19:26.327Z Downloaded rustversion v1.0.14
10112024-03-28T07:19:26.342Z Downloaded psl-types v2.0.11
10122024-03-28T07:19:26.342Z Downloaded rand_chacha v0.3.1
10132024-03-28T07:19:26.342Z Downloaded slog-scope v4.4.0
10142024-03-28T07:19:26.342Z Downloaded rustls-pki-types v1.3.0
10152024-03-28T07:19:26.342Z Downloaded unicode-width v0.1.11
10162024-03-28T07:19:26.342Z Downloaded structmeta-derive v0.3.0
10172024-03-28T07:19:26.342Z Downloaded dof v0.1.5
10182024-03-28T07:19:26.342Z Downloaded usdt v0.5.0
10192024-03-28T07:19:26.342Z Downloaded schemars_derive v0.8.16
10202024-03-28T07:19:26.343Z Downloaded tar v0.4.40
10212024-03-28T07:19:26.343Z Downloaded base64 v0.22.0
10222024-03-28T07:19:26.343Z Downloaded usdt-macro v0.5.0
10232024-03-28T07:19:26.343Z Downloaded tokio-stream v0.1.14
10242024-03-28T07:19:26.343Z Downloaded r2d2 v0.8.10
10252024-03-28T07:19:26.343Z Downloaded hex-literal v0.4.1
10262024-03-28T07:19:26.343Z Downloaded hex v0.4.3
10272024-03-28T07:19:26.348Z Downloaded smallvec v1.13.1
10282024-03-28T07:19:26.349Z Downloaded zone_cfg_derive v0.1.2
10292024-03-28T07:19:26.349Z Downloaded slog v2.7.0
10302024-03-28T07:19:26.354Z Downloaded signature v2.1.0
10312024-03-28T07:19:26.354Z Downloaded hyper-rustls v0.24.2
10322024-03-28T07:19:26.354Z Downloaded half v2.3.1
10332024-03-28T07:19:26.358Z Downloaded termcolor v1.2.0
10342024-03-28T07:19:26.358Z Downloaded strsim v0.10.0
10352024-03-28T07:19:26.361Z Downloaded stable_deref_trait v1.2.0
10362024-03-28T07:19:26.361Z Downloaded tinyvec v1.6.0
10372024-03-28T07:19:26.365Z Downloaded ff v0.13.0
10382024-03-28T07:19:26.365Z Downloaded erased-serde v0.3.31
10392024-03-28T07:19:26.369Z Downloaded fixedbitset v0.4.2
10402024-03-28T07:19:26.369Z Downloaded embedded-io v0.4.0
10412024-03-28T07:19:26.372Z Downloaded term v0.7.0
10422024-03-28T07:19:26.375Z Downloaded signal-hook-registry v1.4.1
10432024-03-28T07:19:26.375Z Downloaded signal-hook-mio v0.2.3
10442024-03-28T07:19:26.380Z Downloaded schemars v0.8.16
10452024-03-28T07:19:26.388Z Downloaded tower-service v0.3.2
10462024-03-28T07:19:26.391Z Downloaded time-core v0.1.2
10472024-03-28T07:19:26.391Z Downloaded mio v0.8.11
10482024-03-28T07:19:26.394Z Downloaded quote v1.0.35
10492024-03-28T07:19:26.398Z Downloaded usdt-impl v0.3.5
10502024-03-28T07:19:26.401Z Downloaded slog-json v2.6.1
10512024-03-28T07:19:26.401Z Downloaded slog-envlogger v2.2.0
10522024-03-28T07:19:26.404Z Downloaded slog-dtrace v0.3.0
10532024-03-28T07:19:26.404Z Downloaded dtrace-parser v0.1.14
10542024-03-28T07:19:26.404Z Downloaded usdt-impl v0.5.0
10552024-03-28T07:19:26.407Z Downloaded futures-io v0.3.30
10562024-03-28T07:19:26.407Z Downloaded futures-core v0.3.30
10572024-03-28T07:19:26.407Z Downloaded strsim v0.11.0
10582024-03-28T07:19:26.411Z Downloaded sha1 v0.10.6
10592024-03-28T07:19:26.411Z Downloaded thiserror-impl-no-std v2.0.2
10602024-03-28T07:19:26.414Z Downloaded thiserror v1.0.57
10612024-03-28T07:19:26.417Z Downloaded pretty-hex v0.2.1
10622024-03-28T07:19:26.420Z Downloaded pretty-hex v0.4.1
10632024-03-28T07:19:26.420Z Downloaded ucd-trie v0.1.6
10642024-03-28T07:19:26.423Z Downloaded spki v0.7.2
10652024-03-28T07:19:26.423Z Downloaded rand_chacha v0.2.2
10662024-03-28T07:19:26.423Z Downloaded structopt v0.3.26
10672024-03-28T07:19:26.431Z Downloaded futures-task v0.3.30
10682024-03-28T07:19:26.434Z Downloaded publicsuffix v2.2.3
10692024-03-28T07:19:26.437Z Downloaded futures-macro v0.3.30
10702024-03-28T07:19:26.437Z Downloaded float-cmp v0.9.0
10712024-03-28T07:19:26.439Z Downloaded thread-id v4.2.0
10722024-03-28T07:19:26.440Z Downloaded hostname v0.3.1
10732024-03-28T07:19:26.446Z Downloaded derive_more v0.99.17
10742024-03-28T07:19:26.449Z Downloaded aes-gcm v0.10.3
10752024-03-28T07:19:26.450Z Downloaded xattr v1.0.1
10762024-03-28T07:19:26.453Z Downloaded home v0.5.5
10772024-03-28T07:19:26.453Z Downloaded deranged v0.3.11
10782024-03-28T07:19:26.453Z Downloaded thiserror-no-std v2.0.2
10792024-03-28T07:19:26.456Z Downloaded whoami v1.5.0
10802024-03-28T07:19:26.459Z Downloaded serde_urlencoded v0.7.1
10812024-03-28T07:19:26.462Z Downloaded proc-macro2 v1.0.78
10822024-03-28T07:19:26.465Z Downloaded subprocess v0.2.9
10832024-03-28T07:19:26.468Z Downloaded serde_with_macros v3.6.1
10842024-03-28T07:19:26.468Z Downloaded p521 v0.13.3
10852024-03-28T07:19:26.471Z Downloaded rustfmt-wrapper v0.2.0
10862024-03-28T07:19:26.474Z Downloaded predicates-core v1.0.6
10872024-03-28T07:19:26.474Z Downloaded signal-hook v0.3.17
10882024-03-28T07:19:26.478Z Downloaded steno v0.4.0
10892024-03-28T07:19:26.481Z Downloaded postgres-protocol v0.6.6
10902024-03-28T07:19:26.485Z Downloaded tracing-attributes v0.1.27
10912024-03-28T07:19:26.485Z Downloaded time v0.3.34
10922024-03-28T07:19:26.491Z Downloaded der_derive v0.7.2
10932024-03-28T07:19:26.494Z Downloaded tungstenite v0.21.0
10942024-03-28T07:19:26.497Z Downloaded proc-macro-crate v1.3.1
10952024-03-28T07:19:26.500Z Downloaded proc-macro-error v1.0.4
10962024-03-28T07:19:26.503Z Downloaded rcgen v0.12.1
10972024-03-28T07:19:26.506Z Downloaded hashbrown v0.14.3
10982024-03-28T07:19:26.509Z Downloaded similar v2.4.0
10992024-03-28T07:19:26.514Z Downloaded hmac v0.12.1
11002024-03-28T07:19:26.517Z Downloaded tokio-postgres v0.7.10
11012024-03-28T07:19:26.522Z Downloaded winnow v0.6.1
11022024-03-28T07:19:26.538Z Downloaded flume v0.11.0
11032024-03-28T07:19:26.542Z Downloaded zip v0.6.6
11042024-03-28T07:19:26.543Z Downloaded petgraph v0.6.4
11052024-03-28T07:19:26.554Z Downloaded derive-where v1.2.7
11062024-03-28T07:19:26.558Z Downloaded serde_yaml v0.9.25
11072024-03-28T07:19:26.564Z Downloaded tokio-util v0.7.10
11082024-03-28T07:19:26.569Z Downloaded ed25519-dalek v2.0.0
11092024-03-28T07:19:26.574Z Downloaded trust-dns-server v0.22.1
11102024-03-28T07:19:26.579Z Downloaded trust-dns-resolver v0.22.0
11112024-03-28T07:19:26.579Z Downloaded tracing-core v0.1.32
11122024-03-28T07:19:26.590Z Downloaded http v0.2.12
11132024-03-28T07:19:26.591Z Downloaded regex-automata v0.1.10
11142024-03-28T07:19:26.595Z Downloaded russh v0.42.0
11152024-03-28T07:19:26.595Z Downloaded rand v0.7.3
11162024-03-28T07:19:26.603Z Downloaded h2 v0.3.24
11172024-03-28T07:19:26.613Z Downloaded tracing v0.1.40
11182024-03-28T07:19:26.618Z Downloaded trust-dns-client v0.22.0
11192024-03-28T07:19:26.619Z Downloaded unicode-segmentation v1.10.1
11202024-03-28T07:19:26.632Z Downloaded reqwest v0.11.24
11212024-03-28T07:19:26.647Z Downloaded rustls-webpki v0.101.7
11222024-03-28T07:19:27.060Z Downloaded http v1.0.0
11232024-03-28T07:19:27.060Z Downloaded futures-util v0.3.30
11242024-03-28T07:19:27.063Z Downloaded rustls-webpki v0.102.1
11252024-03-28T07:19:27.064Z Downloaded idna v0.2.3
11262024-03-28T07:19:27.064Z Downloaded openssl v0.10.60
11272024-03-28T07:19:27.064Z Downloaded unicode-normalization v0.1.22
11282024-03-28T07:19:27.064Z Downloaded gimli v0.28.0
11292024-03-28T07:19:27.064Z Downloaded hkdf v0.12.4
11302024-03-28T07:19:27.064Z Downloaded vcpkg v0.2.15
11312024-03-28T07:19:27.064Z Downloaded serde_with v3.6.1
11322024-03-28T07:19:27.064Z Downloaded winnow v0.5.15
11332024-03-28T07:19:27.064Z Downloaded rustls v0.22.2
11342024-03-28T07:19:27.064Z Downloaded rustix v0.38.31
11352024-03-28T07:19:27.064Z Downloaded hyper v0.14.28
11362024-03-28T07:19:27.064Z Downloaded diesel v2.1.4
11372024-03-28T07:19:27.064Z Downloaded syn v1.0.109
11382024-03-28T07:19:27.064Z Downloaded libc v0.2.153
11392024-03-28T07:19:27.064Z Downloaded syn v2.0.52
11402024-03-28T07:19:27.064Z Downloaded sha3 v0.10.8
11412024-03-28T07:19:27.064Z Downloaded tokio v1.36.0
11422024-03-28T07:19:27.064Z Downloaded smoltcp v0.9.1
11432024-03-28T07:19:27.064Z Downloaded radix_trie v0.2.1
11442024-03-28T07:19:27.064Z Downloaded idna v0.5.0
11452024-03-28T07:19:27.064Z Downloaded idna v0.3.0
11462024-03-28T07:19:27.065Z Downloaded regex v1.10.3
11472024-03-28T07:19:27.065Z Downloaded regress v0.9.0
11482024-03-28T07:19:27.065Z Downloaded smoltcp v0.11.0
11492024-03-28T07:19:27.065Z Downloaded bstr v1.9.0
11502024-03-28T07:19:27.065Z Downloaded bstr v0.2.17
11512024-03-28T07:19:27.065Z Downloaded regex-syntax v0.8.2
11522024-03-28T07:19:27.065Z Downloaded trust-dns-proto v0.22.0
11532024-03-28T07:19:27.065Z Downloaded curve25519-dalek v4.1.1
11542024-03-28T07:19:27.065Z Downloaded rustls v0.21.9
11552024-03-28T07:19:27.065Z Downloaded bzip2-sys v0.1.11+1.0.8
11562024-03-28T07:19:27.065Z Downloaded webpki-roots v0.25.2
11572024-03-28T07:19:27.065Z Downloaded openapiv3 v2.0.0
11582024-03-28T07:19:27.065Z Downloaded chrono v0.4.34
11592024-03-28T07:19:27.065Z Downloaded sled v0.34.7
11602024-03-28T07:19:27.065Z Downloaded zerocopy-derive v0.6.4
11612024-03-28T07:19:27.065Z Downloaded object v0.32.1
11622024-03-28T07:19:27.068Z Downloaded zerocopy-derive v0.2.0
11632024-03-28T07:19:27.076Z Downloaded rand v0.8.5
11642024-03-28T07:19:27.092Z Downloaded regex-automata v0.4.5
11652024-03-28T07:19:27.096Z Downloaded clap v2.34.0
11662024-03-28T07:19:27.099Z Downloaded rayon v1.9.0
11672024-03-28T07:19:27.108Z Downloaded clap_builder v4.5.1
11682024-03-28T07:19:27.113Z Downloaded serde_json v1.0.114
11692024-03-28T07:19:27.120Z Downloaded zerocopy v0.7.32
11702024-03-28T07:19:27.135Z Downloaded aho-corasick v1.1.2
11712024-03-28T07:19:27.140Z Downloaded goblin v0.8.0
11722024-03-28T07:19:27.146Z Downloaded flate2 v1.0.28
11732024-03-28T07:19:27.151Z Downloaded unicode-bidi v0.3.15
11742024-03-28T07:19:27.154Z Downloaded blake3 v1.5.0
11752024-03-28T07:19:27.159Z Downloaded dof v0.3.0
11762024-03-28T07:19:27.162Z Downloaded thread_local v1.1.7
11772024-03-28T07:19:27.162Z Downloaded sha2 v0.10.8
11782024-03-28T07:19:27.165Z Downloaded crossterm v0.27.0
11792024-03-28T07:19:27.169Z Downloaded ed25519 v2.2.2
11802024-03-28T07:19:27.172Z Downloaded postgres-types v0.2.6
11812024-03-28T07:19:27.175Z Downloaded socket2 v0.5.5
11822024-03-28T07:19:27.175Z Downloaded rayon-core v1.12.1
11832024-03-28T07:19:27.178Z Downloaded serde v1.0.197
11842024-03-28T07:19:27.181Z Downloaded pest v2.7.6
11852024-03-28T07:19:27.186Z Downloaded libm v0.2.7
11862024-03-28T07:19:27.196Z Downloaded proc-macro-error-attr v1.0.4
11872024-03-28T07:19:27.200Z Downloaded hyper-staticfile v0.9.5
11882024-03-28T07:19:27.200Z Downloaded http-body v0.4.5
11892024-03-28T07:19:27.200Z Downloaded ron v0.7.1
11902024-03-28T07:19:27.205Z Downloaded siphasher v0.3.11
11912024-03-28T07:19:27.209Z Downloaded unicode-ident v1.0.12
11922024-03-28T07:19:27.209Z Downloaded typenum v1.16.0
11932024-03-28T07:19:27.209Z Downloaded socket2 v0.4.9
11942024-03-28T07:19:27.212Z Downloaded ryu v1.0.15
11952024-03-28T07:19:27.212Z Downloaded futures-channel v0.3.30
11962024-03-28T07:19:27.215Z Downloaded nom v7.1.3
11972024-03-28T07:19:27.218Z Downloaded env_logger v0.9.3
11982024-03-28T07:19:27.221Z Downloaded tokio-tungstenite v0.20.1
11992024-03-28T07:19:27.224Z Downloaded semver v1.0.22
12002024-03-28T07:19:27.227Z Downloaded headers v0.3.9
12012024-03-28T07:19:27.230Z Downloaded hashbrown v0.12.3
12022024-03-28T07:19:27.243Z Downloaded toml_edit v0.22.6
12032024-03-28T07:19:27.253Z Downloaded winapi v0.3.9
12042024-03-28T07:19:27.290Z Downloaded sct v0.7.0
12052024-03-28T07:19:27.297Z Downloaded rustls-pemfile v2.1.1
12062024-03-28T07:19:27.302Z Downloaded zerocopy v0.6.4
12072024-03-28T07:19:27.302Z Downloaded yasna v0.5.2
12082024-03-28T07:19:27.302Z Downloaded encoding_rs v0.8.33
12092024-03-28T07:19:27.318Z Downloaded walkdir v2.4.0
12102024-03-28T07:19:27.321Z Downloaded utf-8 v0.7.6
12112024-03-28T07:19:27.321Z Downloaded textwrap v0.11.0
12122024-03-28T07:19:27.326Z Downloaded terminal_size v0.3.0
12132024-03-28T07:19:27.326Z Downloaded secrecy v0.8.0
12142024-03-28T07:19:27.326Z Downloaded sec1 v0.7.3
12152024-03-28T07:19:27.326Z Downloaded toml v0.5.11
12162024-03-28T07:19:27.330Z Downloaded serde_tokenstream v0.2.0
12172024-03-28T07:19:27.333Z Downloaded toml_edit v0.19.15
12182024-03-28T07:19:27.345Z Downloaded aes v0.8.3
12192024-03-28T07:19:27.348Z Downloaded heck v0.4.1
12202024-03-28T07:19:27.352Z Downloaded heck v0.3.3
12212024-03-28T07:19:27.352Z Downloaded filetime v0.2.23
12222024-03-28T07:19:27.352Z Downloaded serde_derive v1.0.197
12232024-03-28T07:19:27.356Z Downloaded heapless v0.8.0
12242024-03-28T07:19:27.360Z Downloaded heapless v0.7.16
12252024-03-28T07:19:27.364Z Downloaded crossbeam-channel v0.5.8
12262024-03-28T07:19:27.367Z Downloaded httparse v1.8.0
12272024-03-28T07:19:27.367Z Downloaded structmeta v0.3.0
12282024-03-28T07:19:27.367Z Downloaded indexmap v1.9.3
12292024-03-28T07:19:27.371Z Downloaded structopt-derive v0.4.18
12302024-03-28T07:19:27.374Z Downloaded humantime v2.1.0
12312024-03-28T07:19:27.374Z Downloaded hubpack v0.1.2
12322024-03-28T07:19:27.374Z Downloaded postcard v1.0.8
12332024-03-28T07:19:27.379Z Downloaded equivalent v1.0.1
12342024-03-28T07:19:27.379Z Downloaded diesel_derives v2.1.2
12352024-03-28T07:19:27.385Z Downloaded zerocopy-derive v0.7.32
12362024-03-28T07:19:27.388Z Downloaded tokio-rustls v0.25.0
12372024-03-28T07:19:27.388Z Downloaded time-macros v0.2.17
12382024-03-28T07:19:27.388Z Downloaded getrandom v0.1.16
12392024-03-28T07:19:27.391Z Downloaded toml v0.7.8
12402024-03-28T07:19:27.395Z Downloaded glob v0.3.1
12412024-03-28T07:19:27.395Z Downloaded futures-executor v0.3.30
12422024-03-28T07:19:27.395Z Downloaded enum-as-inner v0.5.1
12432024-03-28T07:19:27.401Z Downloaded zeroize_derive v1.4.2
12442024-03-28T07:19:27.401Z Downloaded ecdsa v0.16.9
12452024-03-28T07:19:27.401Z Downloaded uuid v0.8.2
12462024-03-28T07:19:27.402Z Downloaded toml v0.8.10
12472024-03-28T07:19:27.406Z Downloaded unsafe-libyaml v0.2.10
12482024-03-28T07:19:27.410Z Downloaded tungstenite v0.20.1
12492024-03-28T07:19:27.413Z Downloaded predicates v3.1.0
12502024-03-28T07:19:27.413Z Downloaded powerfmt v0.2.0
12512024-03-28T07:19:27.417Z Downloaded poly1305 v0.8.0
12522024-03-28T07:19:27.417Z Downloaded cookie_store v0.20.0
12532024-03-28T07:19:27.421Z Downloaded crossbeam-epoch v0.9.18
12542024-03-28T07:19:27.424Z Downloaded chacha20poly1305 v0.10.1
12552024-03-28T07:19:27.424Z Downloaded bytes v1.5.0
12562024-03-28T07:19:27.429Z Downloaded darling_core v0.20.3
12572024-03-28T07:19:27.434Z Downloaded clap v4.5.1
12582024-03-28T07:19:27.438Z Downloaded base64 v0.13.1
12592024-03-28T07:19:27.441Z Downloaded serde_spanned v0.6.5
12602024-03-28T07:19:27.444Z Downloaded serde_arrays v0.1.0
12612024-03-28T07:19:27.444Z Downloaded semver-parser v0.10.2
12622024-03-28T07:19:27.444Z Downloaded rfc6979 v0.4.0
12632024-03-28T07:19:27.451Z Downloaded dhcproto v0.11.0
12642024-03-28T07:19:27.451Z Downloaded dirs v5.0.1
12652024-03-28T07:19:27.455Z Downloaded digest v0.10.7
12662024-03-28T07:19:27.455Z Downloaded p256 v0.13.2
12672024-03-28T07:19:27.455Z Downloaded cc v1.0.83
12682024-03-28T07:19:27.458Z Downloaded backtrace v0.3.69
12692024-03-28T07:19:27.462Z Downloaded spin v0.5.2
12702024-03-28T07:19:27.462Z Downloaded slog-async v2.8.0
12712024-03-28T07:19:27.465Z Downloaded serde_repr v0.1.16
12722024-03-28T07:19:27.465Z Downloaded serde_path_to_error v0.1.16
12732024-03-28T07:19:27.465Z Downloaded cookie v0.17.0
12742024-03-28T07:19:27.471Z Downloaded console v0.15.8
12752024-03-28T07:19:27.475Z Downloaded cancel-safe-futures v0.1.5
12762024-03-28T07:19:27.475Z Downloaded camino v1.1.6
12772024-03-28T07:19:27.475Z Downloaded openssl-sys v0.9.96
12782024-03-28T07:19:27.478Z Downloaded parking_lot v0.11.2
12792024-03-28T07:19:27.481Z Downloaded num-traits v0.2.18
12802024-03-28T07:19:27.486Z Downloaded strum_macros v0.26.1
12812024-03-28T07:19:27.486Z Downloaded strum_macros v0.25.2
12822024-03-28T07:19:27.501Z Downloaded dirs-next v2.0.0
12832024-03-28T07:19:27.501Z Downloaded difflib v0.4.0
12842024-03-28T07:19:27.501Z Downloaded diesel_table_macro_syntax v0.1.0
12852024-03-28T07:19:27.501Z Downloaded iana-time-zone v0.1.57
12862024-03-28T07:19:27.526Z Downloaded swrite v0.1.0
12872024-03-28T07:19:27.526Z Downloaded spin v0.9.8
12882024-03-28T07:19:27.527Z Downloaded blake2 v0.10.6
12892024-03-28T07:19:27.527Z Downloaded pem-rfc7468 v0.7.0
12902024-03-28T07:19:27.527Z Downloaded once_cell v1.19.0
12912024-03-28T07:19:27.527Z Downloaded num-rational v0.4.1
12922024-03-28T07:19:27.527Z Downloaded errno v0.3.8
12932024-03-28T07:19:27.527Z Downloaded dirs-sys-next v0.1.2
12942024-03-28T07:19:27.527Z Downloaded dirs-sys v0.4.1
12952024-03-28T07:19:27.527Z Downloaded pest_derive v2.7.6
12962024-03-28T07:19:27.527Z Downloaded blowfish v0.9.1
12972024-03-28T07:19:27.527Z Downloaded base64ct v1.6.0
12982024-03-28T07:19:27.535Z Downloaded backoff v0.4.0
12992024-03-28T07:19:27.535Z Downloaded num-complex v0.4.4
13002024-03-28T07:19:27.535Z Downloaded toml_datetime v0.6.5
13012024-03-28T07:19:27.535Z Downloaded thiserror-impl v1.0.57
13022024-03-28T07:19:27.535Z Downloaded bit-vec v0.6.3
13032024-03-28T07:19:27.536Z Downloaded usdt v0.3.5
13042024-03-28T07:19:27.536Z Downloaded untrusted v0.9.0
13052024-03-28T07:19:27.536Z Downloaded tokio-macros v2.2.0
13062024-03-28T07:19:27.536Z Downloaded pest_generator v2.7.6
13072024-03-28T07:19:27.536Z Downloaded pem v3.0.2
13082024-03-28T07:19:27.536Z Downloaded pbkdf2 v0.11.0
13092024-03-28T07:19:27.536Z Downloaded num_threads v0.1.6
13102024-03-28T07:19:27.541Z Downloaded defmt v0.3.5
13112024-03-28T07:19:27.541Z Downloaded ascii v1.1.0
13122024-03-28T07:19:27.541Z Downloaded ahash v0.8.8
13132024-03-28T07:19:27.545Z Downloaded paste v1.0.14
13142024-03-28T07:19:27.545Z Downloaded defmt-parser v0.3.3
13152024-03-28T07:19:27.545Z Downloaded curve25519-dalek-derive v0.1.0
13162024-03-28T07:19:27.550Z Downloaded defmt-macros v0.3.6
13172024-03-28T07:19:27.550Z Downloaded data-encoding v2.4.0
13182024-03-28T07:19:27.550Z Downloaded crypto-common v0.1.6
13192024-03-28T07:19:27.554Z Downloaded crossbeam-deque v0.8.3
13202024-03-28T07:19:27.554Z Downloaded colored v2.1.0
13212024-03-28T07:19:27.554Z Downloaded chacha20 v0.9.1
13222024-03-28T07:19:27.557Z Downloaded constant_time_eq v0.3.0
13232024-03-28T07:19:27.558Z Downloaded clap_lex v0.7.0
13242024-03-28T07:19:27.558Z Downloaded clap_derive v4.5.0
13252024-03-28T07:19:27.558Z Downloaded cbc v0.1.2
13262024-03-28T07:19:27.562Z Downloaded camino-tempfile v1.1.1
13272024-03-28T07:19:27.562Z Downloaded percent-encoding v2.3.1
13282024-03-28T07:19:27.566Z Downloaded num_cpus v1.16.0
13292024-03-28T07:19:27.567Z Downloaded num v0.4.1
13302024-03-28T07:19:27.567Z Downloaded parse-display-derive v0.9.0
13312024-03-28T07:19:27.567Z Downloaded num-iter v0.1.44
13322024-03-28T07:19:27.570Z Downloaded debug-ignore v1.0.5
13332024-03-28T07:19:27.570Z Downloaded cobs v0.2.3
13342024-03-28T07:19:27.570Z Downloaded block-padding v0.3.3
13352024-03-28T07:19:27.570Z Downloaded block-buffer v0.10.4
13362024-03-28T07:19:27.574Z Downloaded convert_case v0.4.0
13372024-03-28T07:19:27.574Z Downloaded bit-set v0.5.3
13382024-03-28T07:19:27.574Z Downloaded bcrypt-pbkdf v0.10.0
13392024-03-28T07:19:27.574Z Downloaded autocfg v1.1.0
13402024-03-28T07:19:27.577Z Downloaded aead v0.5.2
13412024-03-28T07:19:27.577Z Downloaded managed v0.8.0
13422024-03-28T07:19:27.578Z Downloaded lazy_static v1.4.0
13432024-03-28T07:19:27.583Z Downloaded ciborium-ll v0.2.2
13442024-03-28T07:19:27.583Z Downloaded cipher v0.4.4
13452024-03-28T07:19:27.583Z Downloaded lru-cache v0.1.2
13462024-03-28T07:19:27.586Z Downloaded lock_api v0.4.10
13472024-03-28T07:19:27.586Z Downloaded bitstruct_derive v0.1.0
13482024-03-28T07:19:27.587Z Downloaded bitstruct v0.1.1
13492024-03-28T07:19:27.587Z Downloaded new_debug_unreachable v1.0.4
13502024-03-28T07:19:27.587Z Downloaded libefi-sys v0.1.0
13512024-03-28T07:19:27.587Z Downloaded anstream v0.6.11
13522024-03-28T07:19:27.590Z Downloaded bitflags v1.3.2
13532024-03-28T07:19:27.593Z Downloaded atomic-waker v1.1.1
13542024-03-28T07:19:27.593Z Downloaded itoa v1.0.9
13552024-03-28T07:19:27.593Z Downloaded itertools v0.12.1
13562024-03-28T07:19:27.599Z Downloaded base16ct v0.2.0
13572024-03-28T07:19:27.602Z Downloaded atomicwrites v0.4.3
13582024-03-28T07:19:27.602Z Downloaded async-stream v0.3.5
13592024-03-28T07:19:27.606Z Downloaded anstyle v1.0.6
13602024-03-28T07:19:27.606Z Downloaded arrayvec v0.7.4
13612024-03-28T07:19:27.606Z Downloaded ipnetwork v0.20.0
13622024-03-28T07:19:27.609Z Downloaded internet-checksum v0.2.1
13632024-03-28T07:19:27.609Z Downloaded anstyle-parse v0.2.1
13642024-03-28T07:19:27.612Z Downloaded anstyle-query v1.0.0
13652024-03-28T07:19:27.638Z Downloaded ring v0.17.8
13662024-03-28T07:19:27.740Z Downloaded ring v0.16.20
13672024-03-28T07:19:28.301Z Compiling proc-macro2 v1.0.78
13682024-03-28T07:19:28.304Z Compiling unicode-ident v1.0.12
13692024-03-28T07:19:28.304Z Compiling libc v0.2.153
13702024-03-28T07:19:28.304Z Compiling serde v1.0.197
13712024-03-28T07:19:28.304Z Compiling version_check v0.9.4
13722024-03-28T07:19:28.351Z Compiling cfg-if v1.0.0
13732024-03-28T07:19:28.362Z Compiling autocfg v1.1.0
13742024-03-28T07:19:28.497Z Compiling syn v1.0.109
13752024-03-28T07:19:28.533Z Compiling thiserror v1.0.57
13762024-03-28T07:19:28.555Z Compiling once_cell v1.19.0
13772024-03-28T07:19:28.935Z Compiling typenum v1.16.0
13782024-03-28T07:19:29.073Z Compiling lock_api v0.4.10
13792024-03-28T07:19:29.095Z Compiling parking_lot_core v0.9.8
13802024-03-28T07:19:30.087Z Compiling generic-array v0.14.7
13812024-03-28T07:19:30.090Z Compiling memchr v2.7.1
13822024-03-28T07:19:30.123Z Compiling byteorder v1.5.0
13832024-03-28T07:19:30.285Z Compiling libm v0.2.7
13842024-03-28T07:19:30.288Z Compiling serde_json v1.0.114
13852024-03-28T07:19:30.350Z Compiling num-traits v0.2.18
13862024-03-28T07:19:30.472Z Compiling ahash v0.8.8
13872024-03-28T07:19:30.615Z Compiling log v0.4.21
13882024-03-28T07:19:30.641Z Compiling itoa v1.0.9
13892024-03-28T07:19:31.014Z Compiling scopeguard v1.2.0
13902024-03-28T07:19:31.151Z Compiling quote v1.0.35
13912024-03-28T07:19:31.296Z Compiling slab v0.4.9
13922024-03-28T07:19:31.501Z Compiling cc v1.0.83
13932024-03-28T07:19:31.572Z Compiling syn v2.0.52
13942024-03-28T07:19:31.680Z Compiling getrandom v0.2.12
13952024-03-28T07:19:32.063Z Compiling rand_core v0.6.4
13962024-03-28T07:19:32.294Z Compiling smallvec v1.13.1
13972024-03-28T07:19:32.529Z Compiling ryu v1.0.15
13982024-03-28T07:19:32.844Z Compiling allocator-api2 v0.2.16
13992024-03-28T07:19:32.910Z Compiling heck v0.4.1
14002024-03-28T07:19:32.949Z Compiling pin-project-lite v0.2.13
14012024-03-28T07:19:33.082Z Compiling subtle v2.5.0
14022024-03-28T07:19:33.470Z Compiling pkg-config v0.3.27
14032024-03-28T07:19:33.761Z Compiling parking_lot v0.12.1
14042024-03-28T07:19:33.855Z Compiling schemars v0.8.16
14052024-03-28T07:19:33.994Z Compiling signal-hook-registry v1.4.1
14062024-03-28T07:19:34.019Z Compiling mio v0.8.11
14072024-03-28T07:19:34.594Z Compiling equivalent v1.0.1
14082024-03-28T07:19:34.707Z Compiling ring v0.17.8
14092024-03-28T07:19:35.160Z Compiling num_cpus v1.16.0
14102024-03-28T07:19:35.556Z Compiling socket2 v0.5.5
14112024-03-28T07:19:35.758Z Compiling num-conv v0.1.0
14122024-03-28T07:19:36.034Z Compiling time-core v0.1.2
14132024-03-28T07:19:36.058Z Compiling futures-core v0.3.30
14142024-03-28T07:19:36.231Z Compiling time-macros v0.2.17
14152024-03-28T07:19:36.389Z Compiling vcpkg v0.2.15
14162024-03-28T07:19:36.823Z Compiling const-oid v0.9.6
14172024-03-28T07:19:36.953Z Compiling httparse v1.8.0
14182024-03-28T07:19:37.817Z Compiling ucd-trie v0.1.6
14192024-03-28T07:19:38.047Z Compiling openssl-sys v0.9.96
14202024-03-28T07:19:38.470Z Compiling fnv v1.0.7
14212024-03-28T07:19:38.602Z Compiling serde_derive_internals v0.26.0
14222024-03-28T07:19:38.914Z Compiling futures-sink v0.3.30
14232024-03-28T07:19:38.944Z Compiling ring v0.16.20
14242024-03-28T07:19:39.125Z Compiling spin v0.5.2
14252024-03-28T07:19:39.271Z Compiling futures-channel v0.3.30
14262024-03-28T07:19:39.365Z Compiling futures-io v0.3.30
14272024-03-28T07:19:39.524Z Compiling slog v2.7.0
14282024-03-28T07:19:39.710Z Compiling futures-task v0.3.30
14292024-03-28T07:19:39.753Z Compiling pin-utils v0.1.0
14302024-03-28T07:19:39.855Z Compiling openssl v0.10.60
14312024-03-28T07:19:39.899Z Compiling async-trait v0.1.77
14322024-03-28T07:19:39.965Z Compiling iana-time-zone v0.1.57
14332024-03-28T07:19:40.060Z Compiling semver v1.0.22
14342024-03-28T07:19:40.219Z Compiling native-tls v0.2.11
14352024-03-28T07:19:40.290Z Compiling rustls v0.21.9
14362024-03-28T07:19:40.446Z Compiling cpufeatures v0.2.12
14372024-03-28T07:19:40.528Z Compiling tinyvec_macros v0.1.1
14382024-03-28T07:19:40.559Z Compiling backtrace v0.3.69
14392024-03-28T07:19:40.576Z Compiling cookie v0.17.0
14402024-03-28T07:19:40.627Z Compiling tinyvec v1.6.0
14412024-03-28T07:19:41.017Z Compiling aho-corasick v1.1.2
14422024-03-28T07:19:41.042Z Compiling rustix v0.38.31
14432024-03-28T07:19:41.279Z Compiling unicode-bidi v0.3.15
14442024-03-28T07:19:41.648Z Compiling dyn-clone v1.0.17
14452024-03-28T07:19:41.670Z Compiling uuid v0.8.2
14462024-03-28T07:19:41.828Z Compiling regex-syntax v0.8.2
14472024-03-28T07:19:42.167Z Compiling unicode-normalization v0.1.22
14482024-03-28T07:19:42.193Z Compiling ppv-lite86 v0.2.17
14492024-03-28T07:19:42.711Z Compiling anyhow v1.0.79
14502024-03-28T07:19:43.030Z Compiling crossbeam-utils v0.8.19
14512024-03-28T07:19:43.228Z Compiling tracing-core v0.1.32
14522024-03-28T07:19:44.635Z Compiling serde_derive v1.0.197
14532024-03-28T07:19:44.662Z Compiling zeroize_derive v1.4.2
14542024-03-28T07:19:44.700Z Compiling thiserror-impl v1.0.57
14552024-03-28T07:19:44.825Z Compiling zerocopy-derive v0.7.32
14562024-03-28T07:19:45.654Z Compiling tokio-macros v2.2.0
14572024-03-28T07:19:45.762Z Compiling futures-macro v0.3.30
14582024-03-28T07:19:45.783Z Compiling tracing-attributes v0.1.27
14592024-03-28T07:19:46.051Z Compiling zeroize v1.7.0
14602024-03-28T07:19:46.816Z Compiling zerocopy v0.7.32
14612024-03-28T07:19:47.109Z Compiling schemars_derive v0.8.16
14622024-03-28T07:19:47.634Z Compiling pest v2.7.6
14632024-03-28T07:19:47.782Z Compiling crypto-common v0.1.6
14642024-03-28T07:19:47.859Z Compiling block-buffer v0.10.4
14652024-03-28T07:19:47.992Z Compiling futures-util v0.3.30
14662024-03-28T07:19:48.095Z Compiling digest v0.10.7
14672024-03-28T07:19:48.592Z Compiling openssl-macros v0.1.1
14682024-03-28T07:19:49.148Z Compiling hashbrown v0.14.3
14692024-03-28T07:19:49.630Z Compiling regex-automata v0.4.5
14702024-03-28T07:19:50.044Z Compiling pest_meta v2.7.6
14712024-03-28T07:19:50.324Z Compiling tracing v0.1.40
14722024-03-28T07:19:51.205Z Compiling percent-encoding v2.3.1
14732024-03-28T07:19:51.431Z Compiling pest_generator v2.7.6
14742024-03-28T07:19:51.806Z Compiling scroll_derive v0.12.0
14752024-03-28T07:19:51.828Z Compiling der_derive v0.7.2
14762024-03-28T07:19:53.325Z Compiling rand_chacha v0.3.1
14772024-03-28T07:19:54.036Z Compiling pest_derive v2.7.6
14782024-03-28T07:19:54.789Z Compiling regex v1.10.3
14792024-03-28T07:19:55.030Z Compiling rand v0.8.5
14802024-03-28T07:19:55.062Z Compiling spin v0.9.8
14812024-03-28T07:19:55.607Z Compiling thread-id v4.2.0
14822024-03-28T07:19:55.727Z Compiling rustversion v1.0.14
14832024-03-28T07:19:55.838Z Compiling powerfmt v0.2.0
14842024-03-28T07:19:56.270Z Compiling deranged v0.3.11
14852024-03-28T07:19:56.375Z Compiling form_urlencoded v1.2.1
14862024-03-28T07:19:56.768Z Compiling winnow v0.5.15
14872024-03-28T07:19:57.153Z Compiling unicode-width v0.1.11
14882024-03-28T07:19:57.275Z Compiling num_threads v0.1.6
14892024-03-28T07:19:58.649Z Compiling bytes v1.5.0
14902024-03-28T07:19:58.810Z Compiling indexmap v2.2.5
14912024-03-28T07:19:58.896Z Compiling uuid v1.7.0
14922024-03-28T07:19:59.865Z Compiling chrono v0.4.34
14932024-03-28T07:20:00.451Z Compiling tokio v1.36.0
14942024-03-28T07:20:01.371Z Compiling http v0.2.12
14952024-03-28T07:20:02.252Z Compiling bitflags v2.4.2
14962024-03-28T07:20:03.511Z Compiling toml_datetime v0.6.5
14972024-03-28T07:20:03.566Z Compiling serde_spanned v0.6.5
14982024-03-28T07:20:03.717Z Compiling rustc_version v0.4.0
14992024-03-28T07:20:03.954Z Compiling toml_edit v0.19.15
15002024-03-28T07:20:04.924Z Compiling time v0.3.34
15012024-03-28T07:20:07.860Z Compiling unicode-xid v0.2.4
15022024-03-28T07:20:08.026Z Compiling synstructure v0.12.6
15032024-03-28T07:20:09.943Z Compiling openapiv3 v2.0.0
15042024-03-28T07:20:12.916Z Compiling serde_tokenstream v0.2.0
15052024-03-28T07:20:13.467Z Compiling idna v0.5.0
15062024-03-28T07:20:14.500Z Compiling lazy_static v1.4.0
15072024-03-28T07:20:14.803Z Compiling usdt-impl v0.5.0
15082024-03-28T07:20:15.304Z Compiling crc32fast v1.3.2
15092024-03-28T07:20:15.343Z Compiling url v2.5.0
15102024-03-28T07:20:15.736Z Compiling zerocopy-derive v0.2.0
15112024-03-28T07:20:16.892Z Compiling scroll v0.12.0
15122024-03-28T07:20:17.142Z Compiling plain v0.2.3
15132024-03-28T07:20:17.408Z Compiling goblin v0.8.0
15142024-03-28T07:20:18.818Z Compiling tokio-util v0.7.10
15152024-03-28T07:20:19.662Z Compiling pretty-hex v0.4.1
15162024-03-28T07:20:20.237Z Compiling untrusted v0.9.0
15172024-03-28T07:20:20.690Z Compiling foreign-types-shared v0.1.1
15182024-03-28T07:20:20.735Z Compiling untrusted v0.7.1
15192024-03-28T07:20:21.067Z Compiling foreign-types v0.3.2
15202024-03-28T07:20:23.226Z Compiling dof v0.3.0
15212024-03-28T07:20:25.369Z Compiling dtrace-parser v0.2.0
15222024-03-28T07:20:26.361Z Compiling errno v0.3.8
15232024-03-28T07:20:26.426Z Compiling usdt-impl v0.3.5
15242024-03-28T07:20:26.585Z Compiling try-lock v0.2.4
15252024-03-28T07:20:26.748Z Compiling adler v1.0.2
15262024-03-28T07:20:26.764Z Compiling base64 v0.21.7
15272024-03-28T07:20:27.781Z Compiling miniz_oxide v0.7.1
15282024-03-28T07:20:27.792Z Compiling want v0.3.1
15292024-03-28T07:20:30.695Z Compiling rustls-webpki v0.101.7
15302024-03-28T07:20:30.891Z Compiling sct v0.7.0
15312024-03-28T07:20:31.234Z Compiling h2 v0.3.24
15322024-03-28T07:20:32.126Z Compiling http-body v0.4.5
15332024-03-28T07:20:32.692Z Compiling num-bigint v0.4.4
15342024-03-28T07:20:33.170Z Compiling httpdate v1.0.3
15352024-03-28T07:20:33.592Z Compiling openssl-probe v0.1.5
15362024-03-28T07:20:33.895Z Compiling tower-service v0.3.2
15372024-03-28T07:20:35.656Z Compiling zerocopy v0.3.0
15382024-03-28T07:20:36.355Z Compiling heapless v0.7.16
15392024-03-28T07:20:36.771Z Compiling idna v0.3.0
15402024-03-28T07:20:37.361Z Compiling bzip2-sys v0.1.11+1.0.8
15412024-03-28T07:20:37.442Z Compiling unicode-segmentation v1.10.1
15422024-03-28T07:20:37.977Z Compiling hyper v0.14.28
15432024-03-28T07:20:38.186Z Compiling signal-hook v0.3.17
15442024-03-28T07:20:38.203Z Compiling psl-types v2.0.11
15452024-03-28T07:20:38.203Z Compiling base64ct v1.6.0
15462024-03-28T07:20:38.396Z Compiling publicsuffix v2.2.3
15472024-03-28T07:20:38.437Z Compiling tokio-rustls v0.24.1
15482024-03-28T07:20:39.628Z Compiling dof v0.1.5
15492024-03-28T07:20:39.800Z Compiling tokio-native-tls v0.3.1
15502024-03-28T07:20:40.075Z Compiling crossbeam-epoch v0.9.18
15512024-03-28T07:20:40.273Z Compiling dtrace-parser v0.1.14
15522024-03-28T07:20:40.817Z Compiling bitflags v1.3.2
15532024-03-28T07:20:40.927Z Compiling gimli v0.28.0
15542024-03-28T07:20:41.085Z Compiling ipnet v2.9.0
15552024-03-28T07:20:41.880Z Compiling cookie_store v0.20.0
15562024-03-28T07:20:43.129Z Compiling rustls-pemfile v1.0.3
15572024-03-28T07:20:43.261Z Compiling serde_urlencoded v0.7.1
15582024-03-28T07:20:43.691Z Compiling serde_tokenstream v0.1.7
15592024-03-28T07:20:43.782Z Compiling enum-as-inner v0.5.1
15602024-03-28T07:20:44.175Z Compiling object v0.32.1
15612024-03-28T07:20:44.696Z Compiling encoding_rs v0.8.33
15622024-03-28T07:20:47.268Z Compiling addr2line v0.21.0
15632024-03-28T07:20:47.476Z Compiling hyper-rustls v0.24.2
15642024-03-28T07:20:47.812Z Compiling hyper-tls v0.5.0
15652024-03-28T07:20:48.141Z Compiling webpki-roots v0.25.2
15662024-03-28T07:20:48.310Z Compiling mime v0.3.17
15672024-03-28T07:20:48.681Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15682024-03-28T07:20:48.814Z Compiling smoltcp v0.9.1
15692024-03-28T07:20:49.112Z Compiling either v1.10.0
15702024-03-28T07:20:49.340Z Compiling data-encoding v2.4.0
15712024-03-28T07:20:49.531Z Compiling sync_wrapper v0.1.2
15722024-03-28T07:20:49.661Z Compiling rustc-demangle v0.1.23
15732024-03-28T07:20:52.006Z Compiling reqwest v0.11.24
15742024-03-28T07:20:57.075Z Compiling pem-rfc7468 v0.7.0
15752024-03-28T07:20:59.592Z Compiling hmac v0.12.1
15762024-03-28T07:20:59.820Z Compiling futures-executor v0.3.30
15772024-03-28T07:21:00.976Z Compiling regress v0.9.0
15782024-03-28T07:21:04.130Z Compiling flagset v0.4.3
15792024-03-28T07:21:04.327Z Compiling siphasher v0.3.11
15802024-03-28T07:21:04.691Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
15812024-03-28T07:21:05.817Z Compiling der v0.7.8
15822024-03-28T07:21:09.054Z Compiling flate2 v1.0.28
15832024-03-28T07:21:09.466Z Compiling usdt-attr-macro v0.3.5
15842024-03-28T07:21:09.701Z Compiling usdt-macro v0.3.5
15852024-03-28T07:21:10.942Z Compiling hubpack_derive v0.1.1
15862024-03-28T07:21:11.351Z Compiling clap_derive v4.5.0
15872024-03-28T07:21:11.759Z Compiling zerocopy-derive v0.6.4
15882024-03-28T07:21:12.090Z Compiling anstyle v1.0.6
15892024-03-28T07:21:12.539Z Compiling winnow v0.6.1
15902024-03-28T07:21:12.562Z Compiling utf8parse v0.2.1
15912024-03-28T07:21:13.382Z Compiling sha2 v0.10.8
15922024-03-28T07:21:13.729Z Compiling anstyle-parse v0.2.1
15932024-03-28T07:21:14.838Z Compiling futures v0.3.30
15942024-03-28T07:21:14.965Z Compiling spki v0.7.2
15952024-03-28T07:21:15.900Z Compiling toml_edit v0.22.6
15962024-03-28T07:21:16.211Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
15972024-03-28T07:21:16.259Z Compiling md-5 v0.10.5
15982024-03-28T07:21:16.486Z Compiling toml v0.7.8
15992024-03-28T07:21:16.512Z Compiling hex v0.4.3
16002024-03-28T07:21:17.146Z Compiling stringprep v0.1.3
16012024-03-28T07:21:17.170Z Compiling block-padding v0.3.3
16022024-03-28T07:21:18.036Z Compiling num-integer v0.1.46
16032024-03-28T07:21:18.079Z Compiling diesel_table_macro_syntax v0.1.0
16042024-03-28T07:21:18.472Z Compiling hash32 v0.2.1
16052024-03-28T07:21:18.863Z Compiling stable_deref_trait v1.2.0
16062024-03-28T07:21:18.978Z Compiling anstyle-query v1.0.0
16072024-03-28T07:21:19.544Z Compiling colorchoice v1.0.0
16082024-03-28T07:21:19.711Z Compiling fallible-iterator v0.2.0
16092024-03-28T07:21:20.467Z Compiling postgres-protocol v0.6.6
16102024-03-28T07:21:20.497Z Compiling anstream v0.6.11
16112024-03-28T07:21:22.101Z Compiling diesel_derives v2.1.2
16122024-03-28T07:21:23.202Z Compiling inout v0.1.3
16132024-03-28T07:21:24.493Z Compiling pkcs8 v0.10.2
16142024-03-28T07:21:25.025Z Compiling phf_shared v0.11.2
16152024-03-28T07:21:25.421Z Compiling terminal_size v0.3.0
16162024-03-28T07:21:25.483Z Compiling ff v0.13.0
16172024-03-28T07:21:25.725Z Compiling strum_macros v0.25.2
16182024-03-28T07:21:25.998Z Compiling serde_repr v0.1.16
16192024-03-28T07:21:26.199Z Compiling scheduled-thread-pool v0.2.7
16202024-03-28T07:21:26.849Z Compiling bit-vec v0.6.3
16212024-03-28T07:21:27.063Z Compiling clap_lex v0.7.0
16222024-03-28T07:21:27.377Z Compiling strsim v0.11.0
16232024-03-28T07:21:27.501Z Compiling managed v0.8.0
16242024-03-28T07:21:27.966Z Compiling matches v0.1.10
16252024-03-28T07:21:28.069Z Compiling base16ct v0.2.0
16262024-03-28T07:21:28.107Z Compiling regex-automata v0.1.10
16272024-03-28T07:21:28.384Z Compiling sec1 v0.7.3
16282024-03-28T07:21:28.629Z Compiling bstr v0.2.17
16292024-03-28T07:21:28.955Z Compiling idna v0.2.3
16302024-03-28T07:21:29.390Z Compiling clap_builder v4.5.1
16312024-03-28T07:21:29.973Z Compiling r2d2 v0.8.10
16322024-03-28T07:21:30.596Z Compiling group v0.13.0
16332024-03-28T07:21:30.996Z Compiling phf v0.11.2
16342024-03-28T07:21:31.233Z Compiling signal-hook-mio v0.2.3
16352024-03-28T07:21:31.312Z Compiling bzip2 v0.4.4
16362024-03-28T07:21:31.518Z Compiling cipher v0.4.4
16372024-03-28T07:21:32.022Z Compiling postgres-types v0.2.6
16382024-03-28T07:21:32.283Z Compiling zerocopy v0.6.4
16392024-03-28T07:21:33.132Z Compiling hubpack v0.1.2
16402024-03-28T07:21:33.331Z Compiling phf_shared v0.10.0
16412024-03-28T07:21:33.475Z Compiling hkdf v0.12.4
16422024-03-28T07:21:33.705Z Compiling crypto-bigint v0.5.2
16432024-03-28T07:21:33.942Z Compiling ipnetwork v0.20.0
16442024-03-28T07:21:34.888Z Compiling float-cmp v0.9.0
16452024-03-28T07:21:35.106Z Compiling whoami v1.5.0
16462024-03-28T07:21:35.806Z Compiling normalize-line-endings v0.3.0
16472024-03-28T07:21:35.840Z Compiling precomputed-hash v0.1.1
16482024-03-28T07:21:35.930Z Compiling static_assertions v1.1.0
16492024-03-28T07:21:36.039Z Compiling predicates-core v1.0.6
16502024-03-28T07:21:36.102Z Compiling minimal-lexical v0.2.1
16512024-03-28T07:21:36.191Z Compiling new_debug_unreachable v1.0.4
16522024-03-28T07:21:36.320Z Compiling fixedbitset v0.4.2
16532024-03-28T07:21:36.511Z Compiling difflib v0.4.0
16542024-03-28T07:21:36.594Z Compiling petgraph v0.6.4
16552024-03-28T07:21:36.701Z Compiling nom v7.1.3
16562024-03-28T07:21:37.099Z Compiling predicates v3.1.0
16572024-03-28T07:21:37.750Z Compiling trust-dns-proto v0.22.0
16582024-03-28T07:21:38.198Z Compiling string_cache v0.8.7
16592024-03-28T07:21:38.636Z Compiling diesel v2.1.4
16602024-03-28T07:21:39.839Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16612024-03-28T07:21:40.366Z Compiling elliptic-curve v0.13.8
16622024-03-28T07:21:40.496Z Compiling tokio-postgres v0.7.10
16632024-03-28T07:21:41.021Z Compiling yasna v0.5.2
16642024-03-28T07:21:42.582Z Compiling clap v4.5.1
16652024-03-28T07:21:42.746Z Compiling zip v0.6.6
16662024-03-28T07:21:44.016Z Compiling crossterm v0.27.0
16672024-03-28T07:21:44.974Z Compiling similar v2.4.0
16682024-03-28T07:21:45.036Z Compiling bit-set v0.5.3
16692024-03-28T07:21:45.328Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16702024-03-28T07:21:45.396Z Compiling num-iter v0.1.44
16712024-03-28T07:21:45.457Z Compiling usdt v0.3.5
16722024-03-28T07:21:45.583Z Compiling itertools v0.10.5
16732024-03-28T07:21:45.719Z Compiling console v0.15.8
16742024-03-28T07:21:45.741Z Compiling tokio-stream v0.1.14
16752024-03-28T07:21:47.003Z Compiling getopts v0.2.21
16762024-03-28T07:21:47.257Z Compiling bstr v1.9.0
16772024-03-28T07:21:47.871Z Compiling lalrpop-util v0.19.12
16782024-03-28T07:21:48.094Z Compiling unsafe-libyaml v0.2.10
16792024-03-28T07:21:49.936Z Compiling serde_yaml v0.9.25
16802024-03-28T07:21:50.279Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16812024-03-28T07:21:57.256Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16822024-03-28T07:21:57.685Z Compiling camino v1.1.6
16832024-03-28T07:22:03.350Z Compiling atty v0.2.14
16842024-03-28T07:22:12.798Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16852024-03-28T07:22:16.036Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16862024-03-28T07:22:17.359Z Compiling sha1 v0.10.6
16872024-03-28T07:22:40.936Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16882024-03-28T07:22:43.077Z Compiling ident_case v1.0.1
16892024-03-28T07:22:43.270Z Compiling strsim v0.10.0
16902024-03-28T07:22:44.138Z Compiling darling_core v0.20.3
16912024-03-28T07:22:50.753Z Compiling strum_macros v0.26.1
16922024-03-28T07:22:55.463Z Compiling strum v0.26.1
16932024-03-28T07:22:59.970Z Compiling darling_macro v0.20.3
16942024-03-28T07:23:05.339Z Compiling darling v0.20.3
16952024-03-28T07:23:05.464Z Compiling dirs-sys-next v0.1.2
16962024-03-28T07:23:05.543Z Compiling match_cfg v0.1.0
16972024-03-28T07:23:05.654Z Compiling hostname v0.3.1
16982024-03-28T07:23:05.899Z Compiling dirs-next v2.0.0
16992024-03-28T07:23:06.000Z Compiling http v1.0.0
17002024-03-28T07:23:06.175Z Compiling thread_local v1.1.7
17012024-03-28T07:23:06.236Z Compiling slog-async v2.8.0
17022024-03-28T07:23:06.629Z Compiling rustls-pki-types v1.3.0
17032024-03-28T07:23:06.795Z Compiling term v0.7.0
17042024-03-28T07:23:07.997Z Compiling crossbeam-channel v0.5.8
17052024-03-28T07:23:08.755Z Compiling take_mut v0.2.2
17062024-03-28T07:23:08.932Z Compiling rustls v0.22.2
17072024-03-28T07:23:09.646Z Compiling slog-term v2.9.0
17082024-03-28T07:23:09.799Z Compiling rustls-webpki v0.102.1
17092024-03-28T07:23:09.804Z Compiling multer v3.0.0
17102024-03-28T07:23:10.085Z Compiling instant v0.1.12
17112024-03-28T07:23:10.111Z Compiling paste v1.0.14
17122024-03-28T07:23:10.341Z Compiling slog-json v2.6.1
17132024-03-28T07:23:10.835Z Compiling async-stream-impl v0.3.5
17142024-03-28T07:23:10.984Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17152024-03-28T07:23:11.289Z Compiling debug-ignore v1.0.5
17162024-03-28T07:23:11.450Z Compiling atomic-waker v1.1.1
17172024-03-28T07:23:11.643Z Compiling waitgroup v0.1.2
17182024-03-28T07:23:11.891Z Compiling slog-bunyan v2.5.0
17192024-03-28T07:23:12.122Z Compiling async-stream v0.3.5
17202024-03-28T07:23:12.447Z Compiling rustls-pemfile v2.1.1
17212024-03-28T07:23:12.498Z Compiling serde_with_macros v3.6.1
17222024-03-28T07:23:12.563Z Compiling toml v0.8.10
17232024-03-28T07:23:12.779Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17242024-03-28T07:23:13.204Z Compiling serde_path_to_error v0.1.16
17252024-03-28T07:23:14.198Z Compiling structmeta-derive v0.3.0
17262024-03-28T07:23:14.255Z Compiling newtype-uuid v1.0.1
17272024-03-28T07:23:14.605Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17282024-03-28T07:23:14.841Z Compiling proc-macro-error-attr v1.0.4
17292024-03-28T07:23:15.178Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17302024-03-28T07:23:15.202Z Compiling backoff v0.4.0
17312024-03-28T07:23:15.274Z Compiling serde_with v3.6.1
17322024-03-28T07:23:15.302Z Compiling tokio-rustls v0.25.0
17332024-03-28T07:23:15.546Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17342024-03-28T07:23:15.575Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17352024-03-28T07:23:15.773Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
17362024-03-28T07:23:16.230Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17372024-03-28T07:23:16.414Z Compiling macaddr v1.0.1
17382024-03-28T07:23:16.898Z Compiling structmeta v0.3.0
17392024-03-28T07:23:17.059Z Compiling proc-macro-error v1.0.4
17402024-03-28T07:23:17.261Z Compiling parse-display-derive v0.9.0
17412024-03-28T07:23:18.299Z Compiling proc-macro-crate v1.3.1
17422024-03-28T07:23:18.465Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17432024-03-28T07:23:19.154Z Compiling num_enum_derive v0.5.11
17442024-03-28T07:23:19.460Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17452024-03-28T07:23:19.645Z Compiling foreign-types-macros v0.2.3
17462024-03-28T07:23:19.827Z Compiling heapless v0.8.0
17472024-03-28T07:23:20.302Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17482024-03-28T07:23:20.576Z Compiling foreign-types-shared v0.3.1
17492024-03-28T07:23:20.826Z Compiling foreign-types v0.5.0
17502024-03-28T07:23:21.123Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17512024-03-28T07:23:21.202Z Compiling parse-display v0.9.0
17522024-03-28T07:23:21.228Z Compiling cstr-argument v0.1.2
17532024-03-28T07:23:21.492Z Compiling hash32 v0.3.1
17542024-03-28T07:23:21.518Z Compiling num_enum v0.5.11
17552024-03-28T07:23:21.683Z Compiling pretty-hex v0.2.1
17562024-03-28T07:23:21.764Z Compiling smoltcp v0.11.0
17572024-03-28T07:23:21.899Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17582024-03-28T07:23:22.289Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17592024-03-28T07:23:22.443Z Compiling tabwriter v1.4.0
17602024-03-28T07:23:23.263Z Compiling colored v2.1.0
17612024-03-28T07:23:23.288Z Compiling socket2 v0.4.9
17622024-03-28T07:23:23.318Z Compiling fastrand v2.0.1
17632024-03-28T07:23:23.348Z Compiling embedded-io v0.4.0
17642024-03-28T07:23:23.583Z Compiling cobs v0.2.3
17652024-03-28T07:23:24.031Z Compiling postcard v1.0.8
17662024-03-28T07:23:24.055Z Compiling tempfile v3.10.0
17672024-03-28T07:23:24.923Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17682024-03-28T07:23:24.954Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17692024-03-28T07:23:25.135Z Compiling crucible-workspace-hack v0.1.0
17702024-03-28T07:23:25.306Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17712024-03-28T07:23:25.462Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17722024-03-28T07:23:25.944Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17732024-03-28T07:23:26.288Z Compiling smf v0.2.2
17742024-03-28T07:23:26.330Z Compiling humantime v2.1.0
17752024-03-28T07:23:26.391Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17762024-03-28T07:23:26.780Z Compiling platforms v3.0.2
17772024-03-28T07:23:27.197Z Compiling camino-tempfile v1.1.1
17782024-03-28T07:23:28.013Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17792024-03-28T07:23:29.068Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17802024-03-28T07:23:29.394Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
17812024-03-28T07:23:29.897Z Compiling heck v0.3.3
17822024-03-28T07:23:30.276Z Compiling usdt-attr-macro v0.5.0
17832024-03-28T07:23:31.996Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17842024-03-28T07:23:32.506Z Compiling usdt-macro v0.5.0
17852024-03-28T07:23:32.919Z Compiling num-derive v0.4.0
17862024-03-28T07:23:33.370Z Compiling memmap v0.7.0
17872024-03-28T07:23:33.821Z Compiling utf-8 v0.7.6
17882024-03-28T07:23:33.896Z Compiling usdt v0.5.0
17892024-03-28T07:23:34.164Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17902024-03-28T07:23:34.512Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
17912024-03-28T07:23:35.067Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17922024-03-28T07:23:35.092Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478)
17932024-03-28T07:23:35.993Z Compiling unicase v2.7.0
17942024-03-28T07:23:36.304Z Compiling rayon-core v1.12.1
17952024-03-28T07:23:36.406Z Compiling semver v0.1.20
17962024-03-28T07:23:36.623Z Compiling curve25519-dalek v4.1.1
17972024-03-28T07:23:36.751Z Compiling rustc_version v0.1.7
17982024-03-28T07:23:37.032Z Compiling crossbeam-deque v0.8.3
17992024-03-28T07:23:37.097Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18002024-03-28T07:23:37.122Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18012024-03-28T07:23:37.411Z Compiling universal-hash v0.5.1
18022024-03-28T07:23:37.414Z Compiling opaque-debug v0.3.0
18032024-03-28T07:23:37.497Z Compiling same-file v1.0.6
18042024-03-28T07:23:37.878Z Compiling walkdir v2.4.0
18052024-03-28T07:23:38.573Z Compiling newtype_derive v0.1.6
18062024-03-28T07:23:38.969Z Compiling tungstenite v0.20.1
18072024-03-28T07:23:39.069Z Compiling semver-parser v0.10.2
18082024-03-28T07:23:40.040Z Compiling signature v2.1.0
18092024-03-28T07:23:40.181Z Compiling curve25519-dalek-derive v0.1.0
18102024-03-28T07:23:40.287Z Compiling blake3 v1.5.0
18112024-03-28T07:23:40.908Z Compiling num-rational v0.4.1
18122024-03-28T07:23:40.911Z Compiling arc-swap v1.6.0
18132024-03-28T07:23:41.206Z Compiling termcolor v1.2.0
18142024-03-28T07:23:41.649Z Compiling getrandom v0.1.16
18152024-03-28T07:23:42.124Z Compiling env_logger v0.9.3
18162024-03-28T07:23:42.261Z Compiling slog-scope v4.4.0
18172024-03-28T07:23:43.233Z Compiling tokio-tungstenite v0.20.1
18182024-03-28T07:23:43.321Z Compiling semver v0.11.0
18192024-03-28T07:23:43.812Z Compiling rayon v1.9.0
18202024-03-28T07:23:44.502Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18212024-03-28T07:23:44.761Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18222024-03-28T07:23:44.924Z Compiling password-hash v0.5.0
18232024-03-28T07:23:44.985Z Compiling textwrap v0.11.0
18242024-03-28T07:23:45.234Z Compiling blake2 v0.10.6
18252024-03-28T07:23:46.076Z Compiling bitstruct_derive v0.1.0
18262024-03-28T07:23:46.581Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18272024-03-28T07:23:46.729Z Compiling filetime v0.2.23
18282024-03-28T07:23:46.820Z Compiling xattr v1.0.1
18292024-03-28T07:23:47.028Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18302024-03-28T07:23:47.079Z Compiling memmap2 v0.7.1
18312024-03-28T07:23:47.271Z Compiling strsim v0.8.0
18322024-03-28T07:23:47.318Z Compiling ansi_term v0.12.1
18332024-03-28T07:23:47.483Z Compiling libefi-sys v0.1.0
18342024-03-28T07:23:47.770Z Compiling quick-error v1.2.3
18352024-03-28T07:23:47.919Z Compiling vec_map v0.8.2
18362024-03-28T07:23:48.155Z Compiling home v0.5.5
18372024-03-28T07:23:48.300Z Compiling linked-hash-map v0.5.6
18382024-03-28T07:23:48.412Z Compiling ascii v1.1.0
18392024-03-28T07:23:48.651Z Compiling constant_time_eq v0.3.0
18402024-03-28T07:23:48.722Z Compiling base64 v0.22.0
18412024-03-28T07:23:48.748Z Compiling parking_lot_core v0.8.6
18422024-03-28T07:23:48.795Z Compiling arrayref v0.3.7
18432024-03-28T07:23:48.902Z Compiling arrayvec v0.7.4
18442024-03-28T07:23:49.175Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18452024-03-28T07:23:49.198Z Compiling lru-cache v0.1.2
18462024-03-28T07:23:49.222Z Compiling toolchain_find v0.2.0
18472024-03-28T07:23:49.425Z Compiling clap v2.34.0
18482024-03-28T07:23:49.770Z Compiling resolv-conf v0.7.0
18492024-03-28T07:23:49.896Z Compiling bitstruct v0.1.1
18502024-03-28T07:23:50.019Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18512024-03-28T07:23:50.058Z Compiling tar v0.4.40
18522024-03-28T07:23:50.687Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18532024-03-28T07:23:50.962Z Compiling argon2 v0.5.3
18542024-03-28T07:23:51.404Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18552024-03-28T07:23:52.091Z Compiling slog-stdlog v4.1.1
18562024-03-28T07:23:52.803Z Compiling structopt-derive v0.4.18
18572024-03-28T07:23:52.838Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18582024-03-28T07:23:53.023Z Compiling rfc6979 v0.4.0
18592024-03-28T07:23:53.687Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18602024-03-28T07:23:53.720Z Compiling serde_arrays v0.1.0
18612024-03-28T07:23:53.912Z Compiling erased-serde v0.3.31
18622024-03-28T07:23:54.028Z Compiling toml v0.5.11
18632024-03-28T07:23:54.602Z Compiling aead v0.5.2
18642024-03-28T07:23:54.931Z Compiling num-complex v0.4.4
18652024-03-28T07:23:55.568Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18662024-03-28T07:23:55.698Z Compiling nibble_vec v0.1.0
18672024-03-28T07:23:55.927Z Compiling slog-dtrace v0.3.0
18682024-03-28T07:23:55.951Z Compiling endian-type v0.1.2
18692024-03-28T07:23:55.993Z Compiling winapi v0.3.9
18702024-03-28T07:23:56.200Z Compiling keccak v0.1.4
18712024-03-28T07:23:56.226Z Compiling cancel-safe-futures v0.1.5
18722024-03-28T07:23:56.229Z Compiling topological-sort v0.2.2
18732024-03-28T07:23:56.446Z Compiling omicron-zone-package v0.11.0
18742024-03-28T07:23:56.621Z Compiling sha3 v0.10.8
18752024-03-28T07:23:57.022Z Compiling radix_trie v0.2.1
18762024-03-28T07:23:57.122Z Compiling num v0.4.1
18772024-03-28T07:23:57.287Z Compiling rustfmt-wrapper v0.2.0
18782024-03-28T07:23:57.405Z Compiling structopt v0.3.26
18792024-03-28T07:23:57.506Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18802024-03-28T07:23:57.804Z Compiling ecdsa v0.16.9
18812024-03-28T07:23:57.891Z Compiling rand_core v0.5.1
18822024-03-28T07:23:57.951Z Compiling slog-envlogger v2.2.0
18832024-03-28T07:23:58.392Z Compiling steno v0.4.0
18842024-03-28T07:23:59.079Z Compiling mime_guess v2.0.4
18852024-03-28T07:24:00.268Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18862024-03-28T07:24:00.666Z Compiling trust-dns-resolver v0.22.0
18872024-03-28T07:24:01.328Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18882024-03-28T07:24:02.959Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18892024-03-28T07:24:12.112Z Compiling poly1305 v0.8.0
18902024-03-28T07:24:14.032Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18912024-03-28T07:24:15.233Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18922024-03-28T07:24:16.275Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18932024-03-28T07:24:16.568Z Compiling primeorder v0.13.6
18942024-03-28T07:24:16.907Z Compiling chacha20 v0.9.1
18952024-03-28T07:24:17.387Z Compiling secrecy v0.8.0
18962024-03-28T07:24:17.669Z Compiling thiserror-impl-no-std v2.0.2
18972024-03-28T07:24:18.274Z Compiling half v2.3.1
18982024-03-28T07:24:18.619Z Compiling ciborium-io v0.2.2
18992024-03-28T07:24:18.758Z Compiling option-ext v0.2.0
19002024-03-28T07:24:18.909Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
19012024-03-28T07:24:18.968Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19022024-03-28T07:24:19.150Z Compiling convert_case v0.4.0
19032024-03-28T07:24:19.239Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19042024-03-28T07:24:19.963Z Compiling derive_more v0.99.17
19052024-03-28T07:24:20.132Z Compiling dirs-sys v0.4.1
19062024-03-28T07:24:20.225Z Compiling ciborium-ll v0.2.2
19072024-03-28T07:24:20.366Z Compiling thiserror-no-std v2.0.2
19082024-03-28T07:24:20.496Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19092024-03-28T07:24:20.736Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19102024-03-28T07:24:21.304Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19112024-03-28T07:24:21.600Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19122024-03-28T07:24:23.862Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19132024-03-28T07:24:23.935Z Compiling parking_lot v0.11.2
19142024-03-28T07:24:24.498Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19152024-03-28T07:24:24.977Z Compiling rand_chacha v0.2.2
19162024-03-28T07:24:26.380Z Compiling trust-dns-client v0.22.0
19172024-03-28T07:24:27.952Z Compiling ed25519 v2.2.2
19182024-03-28T07:24:28.140Z Compiling polyval v0.6.1
19192024-03-28T07:24:28.411Z Compiling tungstenite v0.21.0
19202024-03-28T07:24:28.690Z Compiling zone_cfg_derive v0.1.2
19212024-03-28T07:24:30.054Z Compiling aes v0.8.3
19222024-03-28T07:24:32.389Z Compiling blowfish v0.9.1
19232024-03-28T07:24:32.804Z Compiling ctr v0.9.2
19242024-03-28T07:24:32.862Z Compiling password-hash v0.4.2
19252024-03-28T07:24:33.023Z Compiling libsw v3.3.1
19262024-03-28T07:24:33.788Z Compiling pbkdf2 v0.12.2
19272024-03-28T07:24:33.993Z Compiling derive-where v1.2.7
19282024-03-28T07:24:35.376Z Compiling gethostname v0.4.3
19292024-03-28T07:24:36.010Z Compiling fxhash v0.2.1
19302024-03-28T07:24:36.256Z Compiling owo-colors v4.0.0
19312024-03-28T07:24:37.255Z Compiling base64 v0.13.1
19322024-03-28T07:24:37.597Z Compiling linear-map v1.2.0
19332024-03-28T07:24:37.991Z Compiling swrite v0.1.0
19342024-03-28T07:24:38.044Z Compiling ron v0.7.1
19352024-03-28T07:24:38.134Z Compiling sled v0.34.7
19362024-03-28T07:24:39.184Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19372024-03-28T07:24:43.295Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19382024-03-28T07:24:46.924Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19392024-03-28T07:24:47.050Z Compiling trust-dns-server v0.22.1
19402024-03-28T07:24:49.254Z Compiling bcrypt-pbkdf v0.10.0
19412024-03-28T07:24:49.772Z Compiling pbkdf2 v0.11.0
19422024-03-28T07:24:51.017Z Compiling zone v0.1.8
19432024-03-28T07:24:54.637Z Compiling tokio-tungstenite v0.21.0
19442024-03-28T07:24:55.209Z Compiling ghash v0.5.0
19452024-03-28T07:24:55.427Z Compiling ed25519-dalek v2.0.0
19462024-03-28T07:24:56.255Z Compiling russh-cryptovec v0.7.0
19472024-03-28T07:24:56.279Z Compiling rand v0.7.3
19482024-03-28T07:24:58.370Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19492024-03-28T07:24:58.623Z Compiling ciborium v0.2.2
19502024-03-28T07:24:59.004Z Compiling vsss-rs v3.3.4
19512024-03-28T07:25:00.735Z Compiling dirs v5.0.1
19522024-03-28T07:25:03.561Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19532024-03-28T07:25:03.691Z Compiling chacha20poly1305 v0.10.1
19542024-03-28T07:25:03.921Z Compiling p256 v0.13.2
19552024-03-28T07:25:04.279Z Compiling p521 v0.13.3
19562024-03-28T07:25:06.415Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19572024-03-28T07:25:09.344Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19582024-03-28T07:25:10.055Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
19592024-03-28T07:25:11.652Z Compiling cbc v0.1.2
19602024-03-28T07:25:11.741Z Compiling pem v3.0.2
19612024-03-28T07:25:11.906Z Compiling headers-core v0.2.0
19622024-03-28T07:25:12.085Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19632024-03-28T07:25:12.299Z Compiling portpicker v0.1.1
19642024-03-28T07:25:12.816Z Compiling kstat-rs v0.2.3
19652024-03-28T07:25:13.365Z Compiling nanorand v0.7.0
19662024-03-28T07:25:13.774Z Compiling md5 v0.7.0
19672024-03-28T07:25:14.210Z Compiling glob v0.3.1
19682024-03-28T07:25:14.248Z Compiling http-range v0.1.5
19692024-03-28T07:25:14.467Z Compiling hyper-staticfile v0.9.5
19702024-03-28T07:25:14.827Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19712024-03-28T07:25:15.935Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19722024-03-28T07:25:16.041Z Compiling russh-keys v0.42.0
19732024-03-28T07:25:16.219Z Compiling flume v0.11.0
19742024-03-28T07:25:16.952Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19752024-03-28T07:25:17.842Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19762024-03-28T07:25:23.036Z Compiling headers v0.3.9
19772024-03-28T07:25:25.310Z Compiling rcgen v0.12.1
19782024-03-28T07:25:26.999Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19792024-03-28T07:25:32.366Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19802024-03-28T07:25:36.512Z Compiling aes-gcm v0.10.3
19812024-03-28T07:25:36.842Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19822024-03-28T07:25:43.642Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19832024-03-28T07:25:43.938Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19842024-03-28T07:25:44.602Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19852024-03-28T07:25:50.179Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19862024-03-28T07:25:55.894Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478)
19872024-03-28T07:26:00.945Z Compiling atomicwrites v0.4.3
19882024-03-28T07:26:01.484Z Compiling itertools v0.12.1
19892024-03-28T07:26:02.875Z Compiling subprocess v0.2.9
19902024-03-28T07:26:04.031Z Compiling hex-literal v0.4.1
19912024-03-28T07:26:04.245Z Compiling display-error-chain v0.2.0
19922024-03-28T07:26:04.378Z Compiling dhcproto-macros v0.1.0
19932024-03-28T07:26:04.446Z Compiling russh v0.42.0
19942024-03-28T07:26:05.262Z Compiling dhcproto v0.11.0
19952024-03-28T07:26:05.277Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
19962024-03-28T07:26:06.250Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19972024-03-28T07:26:08.253Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
19982024-03-28T07:26:09.084Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19992024-03-28T07:26:09.605Z Compiling internet-checksum v0.2.1
20002024-03-28T07:26:30.568Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20012024-03-28T07:28:02.969Z Finished release [optimized] target(s) in 8m 57s
20022024-03-28T07:28:03.298Z+ cp target/release/commtest /out/
20032024-03-28T07:28:03.362Z+ cp target/release/dhcp-server /out/
20042024-03-28T07:28:03.436Z+ banner testbed
20052024-03-28T07:28:03.439Z
20062024-03-28T07:28:03.440Z ##### ###### #### ##### ##### ###### #####
20072024-03-28T07:28:03.440Z # # # # # # # # #
20082024-03-28T07:28:03.440Z # ##### #### # ##### ##### # #
20092024-03-28T07:28:03.440Z # # # # # # # # #
20102024-03-28T07:28:03.440Z # # # # # # # # # #
20112024-03-28T07:28:03.440Z # ###### #### # ##### ###### #####
20122024-03-28T07:28:03.440Z
20132024-03-28T07:28:03.440Z+ cd /work/oxidecomputer
20142024-03-28T07:28:03.440Z+ rm -rf testbed
20152024-03-28T07:28:03.454Z+ git clone https://github.com/oxidecomputer/testbed
20162024-03-28T07:28:03.454ZCloning into 'testbed'...
20172024-03-28T07:28:04.363Z+ cd testbed/a4x2
20182024-03-28T07:28:04.363Z+ OMICRON=/work/oxidecomputer/omicron
20192024-03-28T07:28:04.363Z+ ./config/build-packages.sh
20202024-03-28T07:28:04.367Z+ export 'RUSTFLAGS=--cfg svcadm_autoclear -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-znocompstrtab'
20212024-03-28T07:28:04.367Z+ RUSTFLAGS='--cfg svcadm_autoclear -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-znocompstrtab'
20222024-03-28T07:28:04.370Z+++ dirname ./config/build-packages.sh
20232024-03-28T07:28:04.373Z++ cd -- ./config
20242024-03-28T07:28:04.373Z++ pwd -P
20252024-03-28T07:28:04.373Z+ HERE=/work/oxidecomputer/testbed/a4x2/config/../
20262024-03-28T07:28:04.373Z+ OMICRON=/work/oxidecomputer/omicron
20272024-03-28T07:28:04.373Z+ rm -rf cargo-bay/tools
20282024-03-28T07:28:04.373Z+ cp -r /work/oxidecomputer/omicron/tools cargo-bay/
20292024-03-28T07:28:04.379Z+ banner G0
20302024-03-28T07:28:04.385Z ##### ###
20312024-03-28T07:28:04.385Z# # # #
20322024-03-28T07:28:04.385Z# # #
20332024-03-28T07:28:04.385Z# #### # #
20342024-03-28T07:28:04.385Z# # # #
20352024-03-28T07:28:04.385Z# # # #
20362024-03-28T07:28:04.385Z ##### ###
20372024-03-28T07:28:04.385Z
20382024-03-28T07:28:04.385Z+ . config/build-g0.sh
20392024-03-28T07:28:04.385Z++ [[ '' == \s\t\a\t\i\c ]]
20402024-03-28T07:28:04.385Z++ [[ '' == true ]]
20412024-03-28T07:28:04.385Z++ cp config/config-rss.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/
20422024-03-28T07:28:04.389Z++ cp config/g0-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml
20432024-03-28T07:28:04.390Z++ cp config/mgs-sim-switch0.toml /work/oxidecomputer/omicron/smf/mgs-sim/config.toml
20442024-03-28T07:28:04.390Z++ cp config/sp-sim-config.toml /work/oxidecomputer/omicron/smf/sp-sim/config.toml
20452024-03-28T07:28:04.390Z++ cd /work/oxidecomputer/omicron
20462024-03-28T07:28:04.390Z++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled
20472024-03-28T07:28:04.907Z Downloading crates ...
20482024-03-28T07:28:05.131Z Downloaded cassowary v0.3.0
20492024-03-28T07:28:05.134Z Downloaded bytecount v0.6.3
20502024-03-28T07:28:05.137Z Downloaded bitfield v0.14.0
20512024-03-28T07:28:05.137Z Downloaded array-init v0.0.4
20522024-03-28T07:28:05.137Z Downloaded cookie v0.18.0
20532024-03-28T07:28:05.141Z Downloaded cexpr v0.6.0
20542024-03-28T07:28:05.144Z Downloaded corncobs v0.1.3
20552024-03-28T07:28:05.144Z Downloaded assert_matches v1.5.0
20562024-03-28T07:28:05.144Z Downloaded async-recursion v1.0.5
20572024-03-28T07:28:05.152Z Downloaded termtree v0.4.1
20582024-03-28T07:28:05.154Z Downloaded compact_str v0.7.1
20592024-03-28T07:28:05.158Z Downloaded clang-sys v1.6.1
20602024-03-28T07:28:05.161Z Downloaded stability v0.1.1
20612024-03-28T07:28:05.161Z Downloaded buf-list v1.0.3
20622024-03-28T07:28:05.164Z Downloaded vte_generate_state_changes v0.1.1
20632024-03-28T07:28:05.164Z Downloaded strum v0.25.0
20642024-03-28T07:28:05.164Z Downloaded serde-big-array v0.4.1
20652024-03-28T07:28:05.168Z Downloaded rustyline v13.0.0
20662024-03-28T07:28:05.171Z Downloaded tiny-keccak v2.0.2
20672024-03-28T07:28:05.175Z Downloaded strum_macros v0.24.3
20682024-03-28T07:28:05.175Z Downloaded doc-comment v0.3.3
20692024-03-28T07:28:05.175Z Downloaded bitvec v1.0.1
20702024-03-28T07:28:05.191Z Downloaded wyz v0.5.1
20712024-03-28T07:28:05.195Z Downloaded which v4.4.0
20722024-03-28T07:28:05.195Z Downloaded wait-timeout v0.2.0
20732024-03-28T07:28:05.198Z Downloaded unarray v0.1.4
20742024-03-28T07:28:05.198Z Downloaded peeking_take_while v0.1.2
20752024-03-28T07:28:05.198Z Downloaded path-slash v0.1.5
20762024-03-28T07:28:05.199Z Downloaded snafu-derive v0.7.5
20772024-03-28T07:28:05.202Z Downloaded unicode-linebreak v0.1.5
20782024-03-28T07:28:05.202Z Downloaded parse-size v1.0.0
20792024-03-28T07:28:05.202Z Downloaded tui-tree-widget v0.17.0
20802024-03-28T07:28:05.206Z Downloaded is_ci v1.2.0
20812024-03-28T07:28:05.206Z Downloaded nodrop v0.1.14
20822024-03-28T07:28:05.206Z Downloaded termios v0.3.3
20832024-03-28T07:28:05.211Z Downloaded vte v0.11.1
20842024-03-28T07:28:05.211Z Downloaded tap v1.0.1
20852024-03-28T07:28:05.211Z Downloaded tabled_derive v0.7.0
20862024-03-28T07:28:05.216Z Downloaded rustc-hash v1.1.0
20872024-03-28T07:28:05.216Z Downloaded crunchy v0.2.2
20882024-03-28T07:28:05.216Z Downloaded test-strategy v0.3.1
20892024-03-28T07:28:05.216Z Downloaded snafu v0.7.5
20902024-03-28T07:28:05.220Z Downloaded unicode_categories v0.1.1
20912024-03-28T07:28:05.222Z Downloaded textwrap v0.16.1
20922024-03-28T07:28:05.228Z Downloaded downcast v0.11.0
20932024-03-28T07:28:05.228Z Downloaded x509-cert v0.2.4
20942024-03-28T07:28:05.231Z Downloaded rusty-fork v0.3.0
20952024-03-28T07:28:05.234Z Downloaded tabled v0.15.0
20962024-03-28T07:28:05.247Z Downloaded rpassword v7.3.1
20972024-03-28T07:28:05.251Z Downloaded rand_seeder v0.2.3
20982024-03-28T07:28:05.251Z Downloaded radium v0.7.0
20992024-03-28T07:28:05.251Z Downloaded multimap v0.10.0
21002024-03-28T07:28:05.254Z Downloaded mockall v0.12.0
21012024-03-28T07:28:05.254Z Downloaded memoffset v0.7.1
21022024-03-28T07:28:05.254Z Downloaded maplit v1.0.2
21032024-03-28T07:28:05.257Z Downloaded fs-err v2.11.0
21042024-03-28T07:28:05.257Z Downloaded csv-core v0.1.11
21052024-03-28T07:28:05.260Z Downloaded lru v0.12.1
21062024-03-28T07:28:05.260Z Downloaded highway v1.1.0
21072024-03-28T07:28:05.260Z Downloaded globset v0.4.13
21082024-03-28T07:28:05.265Z Downloaded indoc v2.0.3
21092024-03-28T07:28:05.269Z Downloaded ref-cast-impl v1.0.20
21102024-03-28T07:28:05.269Z Downloaded ref-cast v1.0.20
21112024-03-28T07:28:05.269Z Downloaded maybe-uninit v2.0.0
21122024-03-28T07:28:05.269Z Downloaded ed25519 v1.5.3
21132024-03-28T07:28:05.272Z Downloaded darling v0.14.4
21142024-03-28T07:28:05.272Z Downloaded derive_builder v0.12.0
21152024-03-28T07:28:05.276Z Downloaded pin-project-internal v1.1.3
21162024-03-28T07:28:05.279Z Downloaded libloading v0.7.4
21172024-03-28T07:28:05.279Z Downloaded fd-lock v4.0.2
21182024-03-28T07:28:05.282Z Downloaded pkcs1 v0.7.5
21192024-03-28T07:28:05.285Z Downloaded papergrid v0.11.0
21202024-03-28T07:28:05.290Z Downloaded fd-lock v3.0.13
21212024-03-28T07:28:05.293Z Downloaded oso v0.27.0
21222024-03-28T07:28:05.293Z Downloaded env_logger v0.10.0
21232024-03-28T07:28:05.297Z Downloaded nu-ansi-term v0.50.0
21242024-03-28T07:28:05.297Z Downloaded pin-project v1.1.3
21252024-03-28T07:28:05.307Z Downloaded mockall_derive v0.12.0
21262024-03-28T07:28:05.312Z Downloaded rsa v0.9.2
21272024-03-28T07:28:05.316Z Downloaded ron v0.8.1
21282024-03-28T07:28:05.320Z Downloaded prettyplease v0.2.16
21292024-03-28T07:28:05.326Z Downloaded fatfs v0.3.6
21302024-03-28T07:28:05.330Z Downloaded indicatif v0.17.8
21312024-03-28T07:28:05.330Z Downloaded diff v0.1.13
21322024-03-28T07:28:05.334Z Downloaded derive_builder_core v0.12.0
21332024-03-28T07:28:05.334Z Downloaded crc v3.0.1
21342024-03-28T07:28:05.334Z Downloaded sqlparser v0.43.1
21352024-03-28T07:28:05.338Z Downloaded rtoolbox v0.0.1
21362024-03-28T07:28:05.341Z Downloaded rand_xorshift v0.3.0
21372024-03-28T07:28:05.341Z Downloaded predicates-tree v1.0.9
21382024-03-28T07:28:05.341Z Downloaded hashbrown v0.13.2
21392024-03-28T07:28:05.346Z Downloaded libxml v0.3.3
21402024-03-28T07:28:05.351Z Downloaded packed_struct_codegen v0.10.1
21412024-03-28T07:28:05.355Z Downloaded packed_struct v0.10.1
21422024-03-28T07:28:05.355Z Downloaded lazycell v1.3.0
21432024-03-28T07:28:05.360Z Downloaded portable-atomic v1.4.3
21442024-03-28T07:28:05.363Z Downloaded num-bigint-dig v0.8.4
21452024-03-28T07:28:05.367Z Downloaded reedline v0.30.0
21462024-03-28T07:28:05.371Z Downloaded funty v2.0.0
21472024-03-28T07:28:05.378Z Downloaded typed-path v0.7.0
21482024-03-28T07:28:05.381Z Downloaded tough v0.16.0
21492024-03-28T07:28:05.385Z Downloaded quick-xml v0.30.0
21502024-03-28T07:28:05.392Z Downloaded proptest v1.4.0
21512024-03-28T07:28:05.399Z Downloaded salty v0.2.0
21522024-03-28T07:28:05.405Z Downloaded object v0.30.4
21532024-03-28T07:28:05.413Z Downloaded nix v0.27.1
21542024-03-28T07:28:05.423Z Downloaded regex-syntax v0.6.29
21552024-03-28T07:28:05.435Z Downloaded ratatui v0.26.1
21562024-03-28T07:28:05.452Z Downloaded polar-core v0.27.0
21572024-03-28T07:28:05.461Z Downloaded lalrpop v0.19.12
21582024-03-28T07:28:05.472Z Downloaded csv v1.3.0
21592024-03-28T07:28:05.491Z Downloaded olpc-cjson v0.1.3
21602024-03-28T07:28:05.497Z Downloaded is-terminal v0.4.9
21612024-03-28T07:28:05.497Z Downloaded indoc v1.0.9
21622024-03-28T07:28:05.500Z Downloaded impl-trait-for-tuples v0.2.2
21632024-03-28T07:28:05.500Z Downloaded fragile v2.0.0
21642024-03-28T07:28:05.500Z Downloaded ena v0.14.2
21652024-03-28T07:28:05.500Z Downloaded supports-color v3.0.0
21662024-03-28T07:28:05.504Z Downloaded structmeta-derive v0.2.0
21672024-03-28T07:28:05.504Z Downloaded structmeta v0.2.0
21682024-03-28T07:28:05.504Z Downloaded smawk v0.3.1
21692024-03-28T07:28:05.504Z Downloaded signature v1.6.4
21702024-03-28T07:28:05.508Z Downloaded serde_plain v1.0.2
21712024-03-28T07:28:05.508Z Downloaded serde-hex v0.1.0
21722024-03-28T07:28:05.508Z Downloaded oso-derive v0.27.0
21732024-03-28T07:28:05.508Z Downloaded number_prefix v0.4.0
21742024-03-28T07:28:05.511Z Downloaded derive_builder_macro v0.12.0
21752024-03-28T07:28:05.511Z Downloaded darling_core v0.14.4
21762024-03-28T07:28:05.514Z Downloaded crc-catalog v2.2.0
21772024-03-28T07:28:05.514Z Downloaded crc-any v2.4.3
21782024-03-28T07:28:05.518Z Downloaded strip-ansi-escapes v0.2.0
21792024-03-28T07:28:05.518Z Downloaded sqlformat v0.2.3
21802024-03-28T07:28:05.518Z Downloaded signal-hook-tokio v0.3.1
21812024-03-28T07:28:05.518Z Downloaded shlex v1.3.0
21822024-03-28T07:28:05.521Z Downloaded shell-words v1.1.0
21832024-03-28T07:28:05.521Z Downloaded sqlparser_derive v0.2.2
21842024-03-28T07:28:05.521Z Downloaded smallvec v0.6.14
21852024-03-28T07:28:05.522Z Downloaded serde-big-array v0.5.1
21862024-03-28T07:28:05.524Z Downloaded darling_macro v0.14.4
21872024-03-28T07:28:05.525Z Downloaded castaway v0.2.2
21882024-03-28T07:28:05.525Z Downloaded bindgen v0.69.2
21892024-03-28T07:28:05.531Z Downloaded bcs v0.1.6
21902024-03-28T07:28:05.534Z Downloaded bb8 v0.8.3
21912024-03-28T07:28:05.534Z Downloaded ascii-canvas v3.0.0
21922024-03-28T07:28:05.688Z Compiling proc-macro2 v1.0.78
21932024-03-28T07:28:05.688Z Compiling unicode-ident v1.0.12
21942024-03-28T07:28:05.689Z Compiling libc v0.2.153
21952024-03-28T07:28:05.689Z Compiling serde v1.0.197
21962024-03-28T07:28:05.703Z Compiling version_check v0.9.4
21972024-03-28T07:28:05.703Z Compiling autocfg v1.1.0
21982024-03-28T07:28:05.703Z Compiling cfg-if v1.0.0
21992024-03-28T07:28:05.847Z Compiling syn v1.0.109
22002024-03-28T07:28:05.880Z Compiling once_cell v1.19.0
22012024-03-28T07:28:05.951Z Compiling byteorder v1.5.0
22022024-03-28T07:28:06.277Z Compiling memchr v2.7.1
22032024-03-28T07:28:06.295Z Compiling serde_json v1.0.114
22042024-03-28T07:28:06.382Z Compiling parking_lot_core v0.9.8
22052024-03-28T07:28:06.398Z Compiling ahash v0.8.8
22062024-03-28T07:28:06.440Z Compiling lock_api v0.4.10
22072024-03-28T07:28:06.587Z Compiling libm v0.2.7
22082024-03-28T07:28:06.705Z Compiling num-traits v0.2.18
22092024-03-28T07:28:06.718Z Compiling thiserror v1.0.57
22102024-03-28T07:28:06.987Z Compiling typenum v1.16.0
22112024-03-28T07:28:07.139Z Compiling quote v1.0.35
22122024-03-28T07:28:07.249Z Compiling generic-array v0.14.7
22132024-03-28T07:28:07.533Z Compiling syn v2.0.52
22142024-03-28T07:28:07.729Z Compiling cc v1.0.83
22152024-03-28T07:28:07.742Z Compiling getrandom v0.2.12
22162024-03-28T07:28:07.902Z Compiling itoa v1.0.9
22172024-03-28T07:28:08.373Z Compiling scopeguard v1.2.0
22182024-03-28T07:28:08.385Z Compiling log v0.4.21
22192024-03-28T07:28:08.700Z Compiling pkg-config v0.3.27
22202024-03-28T07:28:08.801Z Compiling allocator-api2 v0.2.16
22212024-03-28T07:28:08.988Z Compiling slab v0.4.9
22222024-03-28T07:28:09.064Z Compiling ryu v1.0.15
22232024-03-28T07:28:09.495Z Compiling schemars v0.8.16
22242024-03-28T07:28:09.572Z Compiling pin-project-lite v0.2.13
22252024-03-28T07:28:09.815Z Compiling smallvec v1.13.1
22262024-03-28T07:28:09.867Z Compiling equivalent v1.0.1
22272024-03-28T07:28:09.945Z Compiling heck v0.4.1
22282024-03-28T07:28:10.345Z Compiling vcpkg v0.2.15
22292024-03-28T07:28:10.396Z Compiling ring v0.17.8
22302024-03-28T07:28:11.114Z Compiling parking_lot v0.12.1
22312024-03-28T07:28:11.560Z Compiling signal-hook-registry v1.4.1
22322024-03-28T07:28:12.061Z Compiling openssl-sys v0.9.96
22332024-03-28T07:28:12.741Z Compiling mio v0.8.11
22342024-03-28T07:28:13.075Z Compiling fnv v1.0.7
22352024-03-28T07:28:13.182Z Compiling rand_core v0.6.4
22362024-03-28T07:28:13.232Z Compiling time-core v0.1.2
22372024-03-28T07:28:13.415Z Compiling num-conv v0.1.0
22382024-03-28T07:28:13.581Z Compiling ring v0.16.20
22392024-03-28T07:28:13.707Z Compiling time-macros v0.2.17
22402024-03-28T07:28:14.019Z Compiling socket2 v0.5.5
22412024-03-28T07:28:14.442Z Compiling num_cpus v1.16.0
22422024-03-28T07:28:14.548Z Compiling httparse v1.8.0
22432024-03-28T07:28:15.098Z Compiling ucd-trie v0.1.6
22442024-03-28T07:28:15.190Z Compiling serde_derive_internals v0.26.0
22452024-03-28T07:28:15.603Z Compiling futures-core v0.3.30
22462024-03-28T07:28:15.815Z Compiling openssl v0.10.60
22472024-03-28T07:28:15.853Z Compiling spin v0.5.2
22482024-03-28T07:28:16.189Z Compiling crossbeam-utils v0.8.19
22492024-03-28T07:28:16.268Z Compiling semver v1.0.22
22502024-03-28T07:28:16.292Z Compiling iana-time-zone v0.1.57
22512024-03-28T07:28:16.787Z Compiling rustls v0.21.9
22522024-03-28T07:28:17.008Z Compiling native-tls v0.2.11
22532024-03-28T07:28:17.047Z Compiling tinyvec_macros v0.1.1
22542024-03-28T07:28:17.144Z Compiling tinyvec v1.6.0
22552024-03-28T07:28:17.221Z Compiling spin v0.9.8
22562024-03-28T07:28:17.322Z Compiling const-oid v0.9.6
22572024-03-28T07:28:17.451Z Compiling subtle v2.5.0
22582024-03-28T07:28:17.610Z Compiling rustix v0.38.31
22592024-03-28T07:28:17.836Z Compiling futures-sink v0.3.30
22602024-03-28T07:28:17.851Z Compiling unicode-xid v0.2.4
22612024-03-28T07:28:17.998Z Compiling synstructure v0.12.6
22622024-03-28T07:28:18.303Z Compiling backtrace v0.3.69
22632024-03-28T07:28:18.672Z Compiling unicode-normalization v0.1.22
22642024-03-28T07:28:19.282Z Compiling cookie v0.17.0
22652024-03-28T07:28:19.468Z Compiling slog v2.7.0
22662024-03-28T07:28:19.562Z Compiling dyn-clone v1.0.17
22672024-03-28T07:28:19.663Z Compiling unicode-bidi v0.3.15
22682024-03-28T07:28:19.741Z Compiling uuid v0.8.2
22692024-03-28T07:28:19.950Z Compiling futures-channel v0.3.30
22702024-03-28T07:28:20.275Z Compiling tracing-core v0.1.32
22712024-03-28T07:28:20.398Z Compiling pin-utils v0.1.0
22722024-03-28T07:28:20.647Z Compiling futures-io v0.3.30
22732024-03-28T07:28:20.806Z Compiling serde_derive v1.0.197
22742024-03-28T07:28:20.913Z Compiling zerocopy-derive v0.7.32
22752024-03-28T07:28:20.987Z Compiling zeroize_derive v1.4.2
22762024-03-28T07:28:21.064Z Compiling thiserror-impl v1.0.57
22772024-03-28T07:28:21.094Z Compiling tokio-macros v2.2.0
22782024-03-28T07:28:22.368Z Compiling futures-macro v0.3.30
22792024-03-28T07:28:22.631Z Compiling tracing-attributes v0.1.27
22802024-03-28T07:28:22.709Z Compiling schemars_derive v0.8.16
22812024-03-28T07:28:22.930Z Compiling zerocopy v0.7.32
22822024-03-28T07:28:24.041Z Compiling zeroize v1.7.0
22832024-03-28T07:28:24.809Z Compiling pest v2.7.6
22842024-03-28T07:28:25.072Z Compiling hashbrown v0.14.3
22852024-03-28T07:28:25.759Z Compiling openssl-macros v0.1.1
22862024-03-28T07:28:25.932Z Compiling zerocopy-derive v0.2.0
22872024-03-28T07:28:26.356Z Compiling futures-task v0.3.30
22882024-03-28T07:28:26.451Z Compiling tracing v0.1.40
22892024-03-28T07:28:26.645Z Compiling futures-util v0.3.30
22902024-03-28T07:28:27.403Z Compiling pest_meta v2.7.6
22912024-03-28T07:28:27.406Z Compiling crypto-common v0.1.6
22922024-03-28T07:28:27.454Z Compiling der_derive v0.7.2
22932024-03-28T07:28:27.613Z Compiling aho-corasick v1.1.2
22942024-03-28T07:28:27.810Z Compiling winnow v0.5.15
22952024-03-28T07:28:27.874Z Compiling regex-syntax v0.8.2
22962024-03-28T07:28:27.973Z Compiling anyhow v1.0.79
22972024-03-28T07:28:29.771Z Compiling pest_generator v2.7.6
22982024-03-28T07:28:31.548Z Compiling pest_derive v2.7.6
22992024-03-28T07:28:32.381Z Compiling regex-automata v0.4.5
23002024-03-28T07:28:33.037Z Compiling block-buffer v0.10.4
23012024-03-28T07:28:33.500Z Compiling usdt-impl v0.3.5
23022024-03-28T07:28:33.689Z Compiling crc32fast v1.3.2
23032024-03-28T07:28:33.826Z Compiling rustversion v1.0.14
23042024-03-28T07:28:33.952Z Compiling powerfmt v0.2.0
23052024-03-28T07:28:34.083Z Compiling untrusted v0.9.0
23062024-03-28T07:28:34.278Z Compiling bytes v1.5.0
23072024-03-28T07:28:34.422Z Compiling indexmap v2.2.5
23082024-03-28T07:28:34.570Z Compiling uuid v1.7.0
23092024-03-28T07:28:35.441Z Compiling chrono v0.4.34
23102024-03-28T07:28:36.586Z Compiling tokio v1.36.0
23112024-03-28T07:28:37.238Z Compiling bitflags v2.4.2
23122024-03-28T07:28:38.994Z Compiling toml_datetime v0.6.5
23132024-03-28T07:28:39.422Z Compiling serde_spanned v0.6.5
23142024-03-28T07:28:39.434Z Compiling http v0.2.12
23152024-03-28T07:28:40.357Z Compiling rustc_version v0.4.0
23162024-03-28T07:28:41.006Z Compiling toml_edit v0.19.15
23172024-03-28T07:28:41.886Z Compiling unicode-width v0.1.11
23182024-03-28T07:28:41.916Z Compiling heapless v0.7.16
23192024-03-28T07:28:42.609Z Compiling deranged v0.3.11
23202024-03-28T07:28:42.628Z Compiling digest v0.10.7
23212024-03-28T07:28:43.056Z Compiling scroll_derive v0.12.0
23222024-03-28T07:28:44.558Z Compiling bzip2-sys v0.1.11+1.0.8
23232024-03-28T07:28:44.993Z Compiling async-trait v0.1.77
23242024-03-28T07:28:45.168Z Compiling signal-hook v0.3.17
23252024-03-28T07:28:45.231Z Compiling ppv-lite86 v0.2.17
23262024-03-28T07:28:45.410Z Compiling percent-encoding v2.3.1
23272024-03-28T07:28:45.427Z Compiling num_threads v0.1.6
23282024-03-28T07:28:45.709Z Compiling time v0.3.34
23292024-03-28T07:28:46.012Z Compiling rand_chacha v0.3.1
23302024-03-28T07:28:48.021Z Compiling regex v1.10.3
23312024-03-28T07:28:49.129Z Compiling zerocopy v0.3.0
23322024-03-28T07:28:50.635Z Compiling thread-id v4.2.0
23332024-03-28T07:28:50.747Z Compiling dof v0.1.5
23342024-03-28T07:28:51.518Z Compiling rand v0.8.5
23352024-03-28T07:28:52.580Z Compiling tokio-util v0.7.10
23362024-03-28T07:28:53.307Z Compiling dtrace-parser v0.1.14
23372024-03-28T07:28:53.634Z Compiling num-bigint v0.4.4
23382024-03-28T07:28:53.651Z Compiling adler v1.0.2
23392024-03-28T07:28:54.040Z Compiling base64ct v1.6.0
23402024-03-28T07:28:54.090Z Compiling base64 v0.21.7
23412024-03-28T07:28:54.157Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23422024-03-28T07:28:54.615Z Compiling smoltcp v0.9.1
23432024-03-28T07:28:54.633Z Compiling untrusted v0.7.1
23442024-03-28T07:28:54.813Z Compiling foreign-types-shared v0.1.1
23452024-03-28T07:28:54.926Z Compiling foreign-types v0.3.2
23462024-03-28T07:28:55.016Z Compiling pem-rfc7468 v0.7.0
23472024-03-28T07:28:55.416Z Compiling miniz_oxide v0.7.1
23482024-03-28T07:28:56.979Z Compiling form_urlencoded v1.2.1
23492024-03-28T07:28:57.548Z Compiling hmac v0.12.1
23502024-03-28T07:28:57.765Z Compiling serde_tokenstream v0.1.7
23512024-03-28T07:28:58.171Z Compiling lazy_static v1.4.0
23522024-03-28T07:28:58.313Z Compiling flagset v0.4.3
23532024-03-28T07:28:58.329Z Compiling try-lock v0.2.4
23542024-03-28T07:28:58.691Z Compiling siphasher v0.3.11
23552024-03-28T07:28:58.796Z Compiling unicode-segmentation v1.10.1
23562024-03-28T07:28:58.979Z Compiling bitflags v1.3.2
23572024-03-28T07:28:59.074Z Compiling want v0.3.1
23582024-03-28T07:28:59.398Z Compiling der v0.7.8
23592024-03-28T07:28:59.711Z Compiling rustls-webpki v0.101.7
23602024-03-28T07:29:00.197Z Compiling sct v0.7.0
23612024-03-28T07:29:00.325Z Compiling h2 v0.3.24
23622024-03-28T07:29:02.608Z Compiling http-body v0.4.5
23632024-03-28T07:29:03.041Z Compiling openapiv3 v2.0.0
23642024-03-28T07:29:03.418Z Compiling hubpack_derive v0.1.1
23652024-03-28T07:29:03.831Z Compiling zerocopy-derive v0.6.4
23662024-03-28T07:29:03.994Z Compiling idna v0.5.0
23672024-03-28T07:29:04.417Z Compiling errno v0.3.8
23682024-03-28T07:29:04.637Z Compiling usdt-impl v0.5.0
23692024-03-28T07:29:04.960Z Compiling anstyle v1.0.6
23702024-03-28T07:29:05.372Z Compiling stable_deref_trait v1.2.0
23712024-03-28T07:29:05.395Z Compiling utf8parse v0.2.1
23722024-03-28T07:29:05.475Z Compiling tower-service v0.3.2
23732024-03-28T07:29:05.551Z Compiling openssl-probe v0.1.5
23742024-03-28T07:29:05.604Z Compiling httpdate v1.0.3
23752024-03-28T07:29:05.768Z Compiling cpufeatures v0.2.12
23762024-03-28T07:29:06.004Z Compiling gimli v0.28.0
23772024-03-28T07:29:06.652Z Compiling sha2 v0.10.8
23782024-03-28T07:29:07.199Z Compiling hyper v0.14.28
23792024-03-28T07:29:07.448Z Compiling anstyle-parse v0.2.1
23802024-03-28T07:29:07.749Z Compiling url v2.5.0
23812024-03-28T07:29:09.588Z Compiling spki v0.7.2
23822024-03-28T07:29:10.750Z Compiling addr2line v0.21.0
23832024-03-28T07:29:10.825Z Compiling usdt-macro v0.3.5
23842024-03-28T07:29:11.529Z Compiling usdt-attr-macro v0.3.5
23852024-03-28T07:29:12.529Z Compiling scroll v0.12.0
23862024-03-28T07:29:12.881Z Compiling md-5 v0.10.5
23872024-03-28T07:29:13.099Z Compiling serde_tokenstream v0.2.0
23882024-03-28T07:29:13.658Z Compiling stringprep v0.1.3
23892024-03-28T07:29:14.605Z Compiling idna v0.3.0
23902024-03-28T07:29:15.972Z Compiling diesel_table_macro_syntax v0.1.0
23912024-03-28T07:29:16.355Z Compiling num-integer v0.1.46
23922024-03-28T07:29:16.635Z Compiling object v0.32.1
23932024-03-28T07:29:17.063Z Compiling hash32 v0.2.1
23942024-03-28T07:29:17.091Z Compiling psl-types v2.0.11
23952024-03-28T07:29:17.818Z Compiling rustc-demangle v0.1.23
23962024-03-28T07:29:18.062Z Compiling plain v0.2.3
23972024-03-28T07:29:18.230Z Compiling fallible-iterator v0.2.0
23982024-03-28T07:29:18.974Z Compiling anstyle-query v1.0.0
23992024-03-28T07:29:19.107Z Compiling colorchoice v1.0.0
24002024-03-28T07:29:20.420Z Compiling anstream v0.6.11
24012024-03-28T07:29:21.804Z Compiling postgres-protocol v0.6.6
24022024-03-28T07:29:23.048Z Compiling goblin v0.8.0
24032024-03-28T07:29:26.879Z Compiling publicsuffix v2.2.3
24042024-03-28T07:29:27.142Z Compiling diesel_derives v2.1.2
24052024-03-28T07:29:28.136Z Compiling tokio-rustls v0.24.1
24062024-03-28T07:29:32.809Z Compiling terminal_size v0.3.0
24072024-03-28T07:29:33.003Z Compiling pkcs8 v0.10.2
24082024-03-28T07:29:33.465Z Compiling tokio-native-tls v0.3.1
24092024-03-28T07:29:33.636Z Compiling phf_shared v0.11.2
24102024-03-28T07:29:34.012Z Compiling strum_macros v0.25.2
24112024-03-28T07:29:34.313Z Compiling regress v0.9.0
24122024-03-28T07:29:34.327Z Compiling block-padding v0.3.3
24132024-03-28T07:29:35.367Z Compiling enum-as-inner v0.5.1
24142024-03-28T07:29:35.616Z Compiling clap_derive v4.5.0
24152024-03-28T07:29:36.282Z Compiling serde_repr v0.1.16
24162024-03-28T07:29:37.563Z Compiling ff v0.13.0
24172024-03-28T07:29:37.592Z Compiling scheduled-thread-pool v0.2.7
24182024-03-28T07:29:38.032Z Compiling encoding_rs v0.8.33
24192024-03-28T07:29:39.106Z Compiling matches v0.1.10
24202024-03-28T07:29:39.201Z Compiling pretty-hex v0.4.1
24212024-03-28T07:29:39.412Z Compiling regex-automata v0.1.10
24222024-03-28T07:29:39.920Z Compiling strsim v0.11.0
24232024-03-28T07:29:40.333Z Compiling managed v0.8.0
24242024-03-28T07:29:40.386Z Compiling ident_case v1.0.1
24252024-03-28T07:29:40.814Z Compiling clap_lex v0.7.0
24262024-03-28T07:29:40.863Z Compiling mime v0.3.17
24272024-03-28T07:29:41.032Z Compiling ipnet v2.9.0
24282024-03-28T07:29:41.221Z Compiling strsim v0.10.0
24292024-03-28T07:29:41.260Z Compiling base16ct v0.2.0
24302024-03-28T07:29:41.543Z Compiling bit-vec v0.6.3
24312024-03-28T07:29:41.872Z Compiling darling_core v0.20.3
24322024-03-28T07:29:41.961Z Compiling sec1 v0.7.3
24332024-03-28T07:29:41.964Z Compiling clap_builder v4.5.1
24342024-03-28T07:29:42.851Z Compiling bstr v0.2.17
24352024-03-28T07:29:44.237Z Compiling dof v0.3.0
24362024-03-28T07:29:44.688Z Compiling idna v0.2.3
24372024-03-28T07:29:47.058Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
24382024-03-28T07:29:47.268Z Compiling r2d2 v0.8.10
24392024-03-28T07:29:47.613Z Compiling group v0.13.0
24402024-03-28T07:29:49.501Z Compiling inout v0.1.3
24412024-03-28T07:29:50.434Z Compiling phf v0.11.2
24422024-03-28T07:29:50.830Z Compiling hyper-tls v0.5.0
24432024-03-28T07:29:51.039Z Compiling signal-hook-mio v0.2.3
24442024-03-28T07:29:51.141Z Compiling bzip2 v0.4.4
24452024-03-28T07:29:51.196Z Compiling flate2 v1.0.28
24462024-03-28T07:29:51.517Z Compiling hyper-rustls v0.24.2
24472024-03-28T07:29:51.629Z Compiling cookie_store v0.20.0
24482024-03-28T07:29:52.108Z Compiling postgres-types v0.2.6
24492024-03-28T07:29:52.134Z Compiling zerocopy v0.6.4
24502024-03-28T07:29:52.278Z Compiling hubpack v0.1.2
24512024-03-28T07:29:52.706Z Compiling phf_shared v0.10.0
24522024-03-28T07:29:52.959Z Compiling rustls-pemfile v1.0.3
24532024-03-28T07:29:52.994Z Compiling hkdf v0.12.4
24542024-03-28T07:29:53.100Z Compiling crossbeam-epoch v0.9.18
24552024-03-28T07:29:53.241Z Compiling serde_urlencoded v0.7.1
24562024-03-28T07:29:53.490Z Compiling ipnetwork v0.20.0
24572024-03-28T07:29:53.764Z Compiling futures-executor v0.3.30
24582024-03-28T07:29:54.275Z Compiling dtrace-parser v0.2.0
24592024-03-28T07:29:54.486Z Compiling crypto-bigint v0.5.2
24602024-03-28T07:29:54.566Z Compiling float-cmp v0.9.0
24612024-03-28T07:29:54.783Z Compiling either v1.10.0
24622024-03-28T07:29:55.201Z Compiling minimal-lexical v0.2.1
24632024-03-28T07:29:55.721Z Compiling fixedbitset v0.4.2
24642024-03-28T07:29:56.081Z Compiling new_debug_unreachable v1.0.4
24652024-03-28T07:29:56.273Z Compiling data-encoding v2.4.0
24662024-03-28T07:29:56.330Z Compiling precomputed-hash v0.1.1
24672024-03-28T07:29:56.530Z Compiling normalize-line-endings v0.3.0
24682024-03-28T07:29:56.659Z Compiling static_assertions v1.1.0
24692024-03-28T07:29:56.751Z Compiling whoami v1.5.0
24702024-03-28T07:29:56.955Z Compiling webpki-roots v0.25.2
24712024-03-28T07:29:57.111Z Compiling difflib v0.4.0
24722024-03-28T07:29:57.310Z Compiling sync_wrapper v0.1.2
24732024-03-28T07:29:57.443Z Compiling predicates-core v1.0.6
24742024-03-28T07:29:57.996Z Compiling winnow v0.6.1
24752024-03-28T07:29:58.162Z Compiling predicates v3.1.0
24762024-03-28T07:29:58.468Z Compiling reqwest v0.11.24
24772024-03-28T07:29:58.707Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
24782024-03-28T07:29:58.794Z Compiling tokio-postgres v0.7.10
24792024-03-28T07:29:59.761Z Compiling trust-dns-proto v0.22.0
24802024-03-28T07:30:00.004Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
24812024-03-28T07:30:01.833Z Compiling toml_edit v0.22.6
24822024-03-28T07:30:02.993Z Compiling string_cache v0.8.7
24832024-03-28T07:30:03.322Z Compiling elliptic-curve v0.13.8
24842024-03-28T07:30:03.447Z Compiling petgraph v0.6.4
24852024-03-28T07:30:03.983Z Compiling nom v7.1.3
24862024-03-28T07:30:05.969Z Compiling itertools v0.10.5
24872024-03-28T07:30:07.709Z Compiling futures v0.3.30
24882024-03-28T07:30:07.825Z Compiling diesel v2.1.4
24892024-03-28T07:30:07.993Z Compiling yasna v0.5.2
24902024-03-28T07:30:08.292Z Compiling zip v0.6.6
24912024-03-28T07:30:08.832Z Compiling crossterm v0.27.0
24922024-03-28T07:30:09.012Z Compiling cipher v0.4.4
24932024-03-28T07:30:09.519Z Compiling darling_macro v0.20.3
24942024-03-28T07:30:09.613Z Compiling clap v4.5.1
24952024-03-28T07:30:09.732Z Compiling similar v2.4.0
24962024-03-28T07:30:10.132Z Compiling bit-set v0.5.3
24972024-03-28T07:30:10.443Z Compiling num-iter v0.1.44
24982024-03-28T07:30:10.637Z Compiling usdt v0.3.5
24992024-03-28T07:30:10.898Z Compiling console v0.15.8
25002024-03-28T07:30:11.759Z Compiling tokio-stream v0.1.14
25012024-03-28T07:30:12.150Z Compiling toml v0.7.8
25022024-03-28T07:30:12.211Z Compiling bstr v1.9.0
25032024-03-28T07:30:12.669Z Compiling hex v0.4.3
25042024-03-28T07:30:13.329Z Compiling proc-macro-error-attr v1.0.4
25052024-03-28T07:30:13.409Z Compiling lalrpop-util v0.19.12
25062024-03-28T07:30:13.777Z Compiling darling v0.20.3
25072024-03-28T07:30:13.831Z Compiling proc-macro-crate v1.3.1
25082024-03-28T07:30:14.803Z Compiling proc-macro-error v1.0.4
25092024-03-28T07:30:15.096Z Compiling camino v1.1.6
25102024-03-28T07:30:15.682Z Compiling heapless v0.8.0
25112024-03-28T07:30:16.780Z Compiling num_enum_derive v0.5.11
25122024-03-28T07:30:25.489Z Compiling atty v0.2.14
25132024-03-28T07:30:25.545Z Compiling hash32 v0.3.1
25142024-03-28T07:30:25.804Z Compiling rustls-pki-types v1.3.0
25152024-03-28T07:30:27.076Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25162024-03-28T07:30:27.089Z Compiling smoltcp v0.11.0
25172024-03-28T07:30:45.023Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25182024-03-28T07:30:54.026Z Compiling num_enum v0.5.11
25192024-03-28T07:30:57.454Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25202024-03-28T07:30:57.842Z Compiling getopts v0.2.21
25212024-03-28T07:30:58.705Z Compiling dirs-sys-next v0.1.2
25222024-03-28T07:30:58.717Z Compiling cobs v0.2.3
25232024-03-28T07:31:00.126Z Compiling embedded-io v0.4.0
25242024-03-28T07:31:00.344Z Compiling rustls v0.22.2
25252024-03-28T07:31:00.438Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25262024-03-28T07:31:00.622Z Compiling unsafe-libyaml v0.2.10
25272024-03-28T07:31:00.797Z Compiling postcard v1.0.8
25282024-03-28T07:31:02.417Z Compiling serde_yaml v0.9.25
25292024-03-28T07:31:04.243Z Compiling dirs-next v2.0.0
25302024-03-28T07:31:06.459Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25312024-03-28T07:31:13.552Z Compiling rustls-webpki v0.102.1
25322024-03-28T07:31:17.426Z Compiling strum_macros v0.26.1
25332024-03-28T07:31:19.977Z Compiling structmeta-derive v0.3.0
25342024-03-28T07:31:20.073Z Compiling foreign-types-macros v0.2.3
25352024-03-28T07:31:20.462Z Compiling thread_local v1.1.7
25362024-03-28T07:31:20.521Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25372024-03-28T07:31:20.814Z Compiling multer v3.0.0
25382024-03-28T07:31:21.251Z Compiling match_cfg v0.1.0
25392024-03-28T07:31:21.328Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25402024-03-28T07:31:21.380Z Compiling paste v1.0.14
25412024-03-28T07:31:21.967Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25422024-03-28T07:31:22.064Z Compiling slog-async v2.8.0
25432024-03-28T07:31:22.491Z Compiling foreign-types-shared v0.3.1
25442024-03-28T07:31:22.712Z Compiling structmeta v0.3.0
25452024-03-28T07:31:23.700Z Compiling foreign-types v0.5.0
25462024-03-28T07:31:28.284Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25472024-03-28T07:31:28.663Z Compiling strum v0.26.1
25482024-03-28T07:31:28.841Z Compiling hostname v0.3.1
25492024-03-28T07:31:33.089Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25502024-03-28T07:31:39.446Z Compiling term v0.7.0
25512024-03-28T07:31:41.944Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25522024-03-28T07:31:43.515Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25532024-03-28T07:31:44.505Z Compiling slog-json v2.6.1
25542024-03-28T07:31:45.029Z Compiling crossbeam-channel v0.5.8
25552024-03-28T07:31:45.969Z Compiling tabwriter v1.4.0
25562024-03-28T07:31:46.590Z Compiling http v1.0.0
25572024-03-28T07:31:46.804Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25582024-03-28T07:31:46.867Z Compiling async-stream-impl v0.3.5
25592024-03-28T07:31:47.554Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25602024-03-28T07:31:48.087Z Compiling cstr-argument v0.1.2
25612024-03-28T07:31:48.318Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25622024-03-28T07:31:48.481Z Compiling take_mut v0.2.2
25632024-03-28T07:31:48.530Z Compiling rayon-core v1.12.1
25642024-03-28T07:31:48.610Z Compiling pretty-hex v0.2.1
25652024-03-28T07:31:48.645Z Compiling fastrand v2.0.1
25662024-03-28T07:31:48.780Z Compiling atomic-waker v1.1.1
25672024-03-28T07:31:48.810Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
25682024-03-28T07:31:48.816Z Compiling crucible-workspace-hack v0.1.0
25692024-03-28T07:31:48.968Z Compiling waitgroup v0.1.2
25702024-03-28T07:31:49.099Z Compiling tempfile v3.10.0
25712024-03-28T07:31:49.129Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25722024-03-28T07:31:49.338Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25732024-03-28T07:31:49.564Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25742024-03-28T07:31:50.485Z Compiling async-stream v0.3.5
25752024-03-28T07:31:50.929Z Compiling slog-bunyan v2.5.0
25762024-03-28T07:31:51.093Z Compiling slog-term v2.9.0
25772024-03-28T07:31:51.186Z Compiling tokio-rustls v0.25.0
25782024-03-28T07:31:51.654Z Compiling parse-display-derive v0.9.0
25792024-03-28T07:31:52.459Z Compiling toml v0.8.10
25802024-03-28T07:31:52.529Z Compiling rustls-pemfile v2.1.1
25812024-03-28T07:31:52.678Z Compiling serde_with_macros v3.6.1
25822024-03-28T07:31:53.310Z Compiling sha1 v0.10.6
25832024-03-28T07:31:54.095Z Compiling crossbeam-deque v0.8.3
25842024-03-28T07:31:54.245Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25852024-03-28T07:31:54.471Z Compiling colored v2.1.0
25862024-03-28T07:31:55.473Z Compiling newtype-uuid v1.0.1
25872024-03-28T07:31:55.674Z Compiling serde_path_to_error v0.1.16
25882024-03-28T07:31:55.814Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25892024-03-28T07:31:55.826Z Compiling socket2 v0.4.9
25902024-03-28T07:31:56.149Z Compiling instant v0.1.12
25912024-03-28T07:31:56.301Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25922024-03-28T07:31:56.497Z Compiling debug-ignore v1.0.5
25932024-03-28T07:31:56.639Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25942024-03-28T07:31:56.661Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25952024-03-28T07:31:57.542Z Compiling backoff v0.4.0
25962024-03-28T07:31:57.903Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25972024-03-28T07:31:58.736Z Compiling parse-display v0.9.0
25982024-03-28T07:31:58.750Z Compiling serde_with v3.6.1
25992024-03-28T07:32:00.424Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26002024-03-28T07:32:01.125Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
26012024-03-28T07:32:02.789Z Compiling camino-tempfile v1.1.1
26022024-03-28T07:32:03.241Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
26032024-03-28T07:32:03.646Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26042024-03-28T07:32:03.723Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
26052024-03-28T07:32:03.821Z Compiling heck v0.3.3
26062024-03-28T07:32:03.961Z Compiling textwrap v0.11.0
26072024-03-28T07:32:04.179Z Compiling macaddr v1.0.1
26082024-03-28T07:32:04.825Z Compiling num-derive v0.4.0
26092024-03-28T07:32:05.003Z Compiling vec_map v0.8.2
26102024-03-28T07:32:05.046Z Compiling libefi-sys v0.1.0
26112024-03-28T07:32:05.321Z Compiling ansi_term v0.12.1
26122024-03-28T07:32:05.324Z Compiling strsim v0.8.0
26132024-03-28T07:32:06.044Z Compiling clap v2.34.0
26142024-03-28T07:32:06.295Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
26152024-03-28T07:32:06.716Z Compiling structopt-derive v0.4.18
26162024-03-28T07:32:06.982Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478)
26172024-03-28T07:32:08.619Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
26182024-03-28T07:32:09.174Z Compiling rayon v1.9.0
26192024-03-28T07:32:09.490Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
26202024-03-28T07:32:10.202Z Compiling smf v0.2.2
26212024-03-28T07:32:10.912Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
26222024-03-28T07:32:11.264Z Compiling blake3 v1.5.0
26232024-03-28T07:32:11.806Z Compiling portable-atomic v1.4.3
26242024-03-28T07:32:12.765Z Compiling structopt v0.3.26
26252024-03-28T07:32:12.934Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26262024-03-28T07:32:12.958Z Compiling xattr v1.0.1
26272024-03-28T07:32:13.257Z Compiling memmap2 v0.7.1
26282024-03-28T07:32:13.270Z Compiling filetime v0.2.23
26292024-03-28T07:32:13.618Z Compiling arrayref v0.3.7
26302024-03-28T07:32:13.717Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
26312024-03-28T07:32:13.780Z Compiling constant_time_eq v0.3.0
26322024-03-28T07:32:13.871Z Compiling same-file v1.0.6
26332024-03-28T07:32:13.946Z Compiling arrayvec v0.7.4
26342024-03-28T07:32:14.105Z Compiling walkdir v2.4.0
26352024-03-28T07:32:14.123Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
26362024-03-28T07:32:14.827Z Compiling tar v0.4.40
26372024-03-28T07:32:15.801Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26382024-03-28T07:32:16.338Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26392024-03-28T07:32:17.111Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26402024-03-28T07:32:18.457Z Compiling gethostname v0.4.3
26412024-03-28T07:32:18.634Z Compiling topological-sort v0.2.2
26422024-03-28T07:32:18.782Z Compiling number_prefix v0.4.0
26432024-03-28T07:32:18.861Z Compiling omicron-zone-package v0.11.0
26442024-03-28T07:32:19.049Z Compiling indicatif v0.17.8
26452024-03-28T07:32:19.416Z Compiling swrite v0.1.0
26462024-03-28T07:32:26.885Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26472024-03-28T07:32:29.360Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26482024-03-28T07:32:31.843Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26492024-03-28T07:32:33.354Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26502024-03-28T07:32:49.020Z Finished release [optimized] target(s) in 4m 44s
26512024-03-28T07:32:49.093Z Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled`
26522024-03-28T07:32:49.124ZLogging to: /work/oxidecomputer/omicron/out/LOG
26532024-03-28T07:32:49.128ZCreated new build target 'default' and set it as active
26542024-03-28T07:32:49.128Z++ cargo run --release --bin omicron-package -- package
26552024-03-28T07:32:49.858Z Compiling ring v0.16.20
26562024-03-28T07:32:51.098Z Compiling sct v0.7.0
26572024-03-28T07:32:51.222Z Compiling rustls v0.21.9
26582024-03-28T07:32:54.002Z Compiling tokio-rustls v0.24.1
26592024-03-28T07:32:54.217Z Compiling hyper-rustls v0.24.2
26602024-03-28T07:32:54.500Z Compiling reqwest v0.11.24
26612024-03-28T07:32:58.957Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26622024-03-28T07:32:59.219Z Compiling omicron-zone-package v0.11.0
26632024-03-28T07:32:59.573Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26642024-03-28T07:32:59.766Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
26652024-03-28T07:33:03.591Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26662024-03-28T07:33:04.098Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26672024-03-28T07:33:04.781Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26682024-03-28T07:33:05.127Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26692024-03-28T07:33:14.002Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26702024-03-28T07:33:16.737Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26712024-03-28T07:33:16.746Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26722024-03-28T07:33:18.393Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26732024-03-28T07:33:35.353Z Finished release [optimized] target(s) in 46.17s
26742024-03-28T07:33:35.412Z Running `target/release/omicron-package package`
26752024-03-28T07:33:35.438ZLogging to: /work/oxidecomputer/omicron/out/LOG
26762024-03-28T07:33:36.246Z Compiling base64 v0.22.0
26772024-03-28T07:33:36.246Z Compiling usdt-attr-macro v0.5.0
26782024-03-28T07:33:36.249Z Compiling usdt-macro v0.5.0
26792024-03-28T07:33:36.249Z Compiling memmap v0.7.0
26802024-03-28T07:33:36.324Z Compiling humantime v2.1.0
26812024-03-28T07:33:36.346Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26822024-03-28T07:33:36.355Z Compiling linked-hash-map v0.5.6
26832024-03-28T07:33:36.358Z Compiling password-hash v0.5.0
26842024-03-28T07:33:36.732Z Compiling lru-cache v0.1.2
26852024-03-28T07:33:36.928Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26862024-03-28T07:33:37.121Z Compiling blake2 v0.10.6
26872024-03-28T07:33:37.363Z Compiling semver v0.1.20
26882024-03-28T07:33:37.486Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26892024-03-28T07:33:37.512Z Compiling quick-error v1.2.3
26902024-03-28T07:33:37.655Z Compiling argon2 v0.5.3
26912024-03-28T07:33:37.682Z Compiling usdt v0.5.0
26922024-03-28T07:33:37.738Z Compiling rustc_version v0.1.7
26932024-03-28T07:33:37.928Z Compiling resolv-conf v0.7.0
26942024-03-28T07:33:38.133Z Compiling newtype_derive v0.1.6
26952024-03-28T07:33:38.469Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26962024-03-28T07:33:38.656Z Compiling termcolor v1.2.0
26972024-03-28T07:33:38.679Z Compiling steno v0.4.0
26982024-03-28T07:33:39.069Z Compiling trust-dns-resolver v0.22.0
26992024-03-28T07:33:39.257Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27002024-03-28T07:33:39.553Z Compiling itertools v0.12.1
27012024-03-28T07:33:39.677Z Compiling derive-where v1.2.7
27022024-03-28T07:33:40.423Z Compiling slog-dtrace v0.3.0
27032024-03-28T07:33:40.727Z Compiling utf-8 v0.7.6
27042024-03-28T07:33:41.128Z Compiling num-rational v0.4.1
27052024-03-28T07:33:41.957Z Compiling nibble_vec v0.1.0
27062024-03-28T07:33:42.164Z Compiling endian-type v0.1.2
27072024-03-28T07:33:42.406Z Compiling radium v0.7.0
27082024-03-28T07:33:42.864Z Compiling radix_trie v0.2.1
27092024-03-28T07:33:43.170Z Compiling tungstenite v0.20.1
27102024-03-28T07:33:43.174Z Compiling num-complex v0.4.4
27112024-03-28T07:33:43.822Z Compiling maybe-uninit v2.0.0
27122024-03-28T07:33:44.258Z Compiling tap v1.0.1
27132024-03-28T07:33:44.449Z Compiling wyz v0.5.1
27142024-03-28T07:33:44.539Z Compiling tokio-tungstenite v0.20.1
27152024-03-28T07:33:44.929Z Compiling num v0.4.1
27162024-03-28T07:33:45.119Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27172024-03-28T07:33:45.514Z Compiling arc-swap v1.6.0
27182024-03-28T07:33:45.566Z Compiling funty v2.0.0
27192024-03-28T07:33:46.167Z Compiling packed_struct v0.10.1
27202024-03-28T07:33:46.262Z Compiling num-bigint-dig v0.8.4
27212024-03-28T07:33:46.556Z Compiling crc-catalog v2.2.0
27222024-03-28T07:33:46.569Z Compiling cancel-safe-futures v0.1.5
27232024-03-28T07:33:46.699Z Compiling crc v3.0.1
27242024-03-28T07:33:46.911Z Compiling bitvec v1.0.1
27252024-03-28T07:33:47.466Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27262024-03-28T07:33:48.153Z Compiling slog-scope v4.4.0
27272024-03-28T07:33:48.654Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27282024-03-28T07:33:49.132Z Compiling fxhash v0.2.1
27292024-03-28T07:33:49.346Z Compiling packed_struct_codegen v0.10.1
27302024-03-28T07:33:51.151Z Compiling indexmap v1.9.3
27312024-03-28T07:33:51.439Z Compiling nodrop v0.1.14
27322024-03-28T07:33:51.579Z Compiling display-error-chain v0.2.0
27332024-03-28T07:33:51.750Z Compiling array-init v0.0.4
27342024-03-28T07:33:52.536Z Compiling smallvec v0.6.14
27352024-03-28T07:33:53.003Z Compiling slog-stdlog v4.1.1
27362024-03-28T07:33:53.936Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27372024-03-28T07:33:55.153Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27382024-03-28T07:33:56.358Z Compiling rayon-core v1.12.1
27392024-03-28T07:33:56.378Z Compiling pkcs1 v0.7.5
27402024-03-28T07:34:01.167Z Compiling is-terminal v0.4.9
27412024-03-28T07:34:01.184Z Compiling crossbeam-deque v0.8.3
27422024-03-28T07:34:01.184Z Compiling signature v2.1.0
27432024-03-28T07:34:01.309Z Compiling half v2.3.1
27442024-03-28T07:34:01.997Z Compiling bitfield v0.14.0
27452024-03-28T07:34:02.305Z Compiling hashbrown v0.12.3
27462024-03-28T07:34:02.340Z Compiling fastrand v2.0.1
27472024-03-28T07:34:02.374Z Compiling same-file v1.0.6
27482024-03-28T07:34:02.591Z Compiling ciborium-io v0.2.2
27492024-03-28T07:34:02.724Z Compiling ciborium-ll v0.2.2
27502024-03-28T07:34:02.843Z Compiling tempfile v3.10.0
27512024-03-28T07:34:03.220Z Compiling walkdir v2.4.0
27522024-03-28T07:34:03.637Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27532024-03-28T07:34:03.865Z Compiling rsa v0.9.2
27542024-03-28T07:34:04.998Z Compiling env_logger v0.10.0
27552024-03-28T07:34:06.253Z Compiling slog-envlogger v2.2.0
27562024-03-28T07:34:09.002Z Compiling serde-hex v0.1.0
27572024-03-28T07:34:09.059Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27582024-03-28T07:34:09.207Z Compiling camino v1.1.6
27592024-03-28T07:34:09.270Z Compiling x509-cert v0.2.4
27602024-03-28T07:34:09.378Z Compiling ron v0.8.1
27612024-03-28T07:34:13.107Z Compiling hashbrown v0.13.2
27622024-03-28T07:34:14.293Z Compiling semver-parser v0.10.2
27632024-03-28T07:34:14.461Z Compiling unicase v2.7.0
27642024-03-28T07:34:14.772Z Compiling crc-any v2.4.3
27652024-03-28T07:34:15.541Z Compiling semver v0.11.0
27662024-03-28T07:34:15.723Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27672024-03-28T07:34:16.158Z Compiling blake3 v1.5.0
27682024-03-28T07:34:16.673Z Compiling object v0.30.4
27692024-03-28T07:34:16.673Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27702024-03-28T07:34:18.174Z Compiling rayon v1.9.0
27712024-03-28T07:34:18.541Z Compiling ciborium v0.2.2
27722024-03-28T07:34:20.849Z Compiling memmap2 v0.7.1
27732024-03-28T07:34:21.236Z Compiling filetime v0.2.23
27742024-03-28T07:34:21.542Z Compiling xattr v1.0.1
27752024-03-28T07:34:22.044Z Compiling dirs-sys-next v0.1.2
27762024-03-28T07:34:22.044Z Compiling home v0.5.5
27772024-03-28T07:34:22.044Z Compiling arrayvec v0.7.4
27782024-03-28T07:34:22.199Z Compiling constant_time_eq v0.3.0
27792024-03-28T07:34:22.335Z Compiling glob v0.3.1
27802024-03-28T07:34:22.408Z Compiling crunchy v0.2.2
27812024-03-28T07:34:22.863Z Compiling arrayref v0.3.7
27822024-03-28T07:34:22.958Z Compiling path-slash v0.1.5
27832024-03-28T07:34:23.166Z Compiling clang-sys v1.6.1
27842024-03-28T07:34:23.197Z Compiling toolchain_find v0.2.0
27852024-03-28T07:34:23.735Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
27862024-03-28T07:34:23.816Z Compiling dirs-next v2.0.0
27872024-03-28T07:34:23.986Z Compiling tar v0.4.40
27882024-03-28T07:34:24.511Z Compiling camino-tempfile v1.1.1
27892024-03-28T07:34:24.923Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27902024-03-28T07:34:25.369Z Compiling libsw v3.3.1
27912024-03-28T07:34:25.701Z Compiling toml v0.5.11
27922024-03-28T07:34:25.877Z Compiling parking_lot_core v0.8.6
27932024-03-28T07:34:26.286Z Compiling topological-sort v0.2.2
27942024-03-28T07:34:26.497Z Compiling convert_case v0.4.0
27952024-03-28T07:34:27.283Z Compiling owo-colors v4.0.0
27962024-03-28T07:34:29.102Z Compiling prettyplease v0.2.16
27972024-03-28T07:34:29.602Z Compiling linear-map v1.2.0
27982024-03-28T07:34:29.758Z Compiling tiny-keccak v2.0.2
27992024-03-28T07:34:29.794Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28002024-03-28T07:34:30.079Z Compiling rustfmt-wrapper v0.2.0
28012024-03-28T07:34:30.136Z Compiling derive_more v0.99.17
28022024-03-28T07:34:30.641Z Compiling omicron-zone-package v0.11.0
28032024-03-28T07:34:34.607Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
28042024-03-28T07:34:34.834Z Compiling term v0.7.0
28052024-03-28T07:34:35.807Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28062024-03-28T07:34:36.118Z Compiling darling_core v0.14.4
28072024-03-28T07:34:36.169Z Compiling toml v0.8.10
28082024-03-28T07:34:37.710Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28092024-03-28T07:34:37.713Z Compiling ascii-canvas v3.0.0
28102024-03-28T07:34:38.192Z Compiling pem v3.0.2
28112024-03-28T07:34:39.602Z Compiling ena v0.14.2
28122024-03-28T07:34:39.602Z Compiling libloading v0.7.4
28132024-03-28T07:34:39.602Z Compiling regex-syntax v0.6.29
28142024-03-28T07:34:39.603Z Compiling bindgen v0.69.2
28152024-03-28T07:34:39.792Z Compiling platforms v3.0.2
28162024-03-28T07:34:39.986Z Compiling diff v0.1.13
28172024-03-28T07:34:40.541Z Compiling parking_lot v0.11.2
28182024-03-28T07:34:41.255Z Compiling darling_macro v0.14.4
28192024-03-28T07:34:42.218Z Compiling darling v0.14.4
28202024-03-28T07:34:42.339Z Compiling mime_guess v2.0.4
28212024-03-28T07:34:42.976Z Compiling lalrpop v0.19.12
28222024-03-28T07:34:43.464Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28232024-03-28T07:34:45.245Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28242024-03-28T07:34:45.511Z Compiling trust-dns-client v0.22.0
28252024-03-28T07:34:46.143Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28262024-03-28T07:34:46.368Z Compiling cexpr v0.6.0
28272024-03-28T07:34:47.466Z Compiling which v4.4.0
28282024-03-28T07:34:47.987Z Compiling vte_generate_state_changes v0.1.1
28292024-03-28T07:34:48.616Z Compiling rustc-hash v1.1.0
28302024-03-28T07:34:48.775Z Compiling peeking_take_while v0.1.2
28312024-03-28T07:34:48.914Z Compiling doc-comment v0.3.3
28322024-03-28T07:34:49.385Z Compiling ref-cast v1.0.20
28332024-03-28T07:34:49.814Z Compiling buf-list v1.0.3
28342024-03-28T07:34:49.977Z Compiling lazycell v1.3.0
28352024-03-28T07:34:50.041Z Compiling shlex v1.3.0
28362024-03-28T07:34:50.473Z Compiling trust-dns-server v0.22.1
28372024-03-28T07:34:51.349Z Compiling vte v0.11.1
28382024-03-28T07:34:53.799Z Compiling derive_builder_core v0.12.0
28392024-03-28T07:34:56.016Z Compiling sled v0.34.7
28402024-03-28T07:34:57.299Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28412024-03-28T07:34:57.580Z Compiling headers-core v0.2.0
28422024-03-28T07:34:57.683Z Compiling libxml v0.3.3
28432024-03-28T07:34:57.742Z Compiling pin-project-internal v1.1.3
28442024-03-28T07:34:58.039Z Compiling ref-cast-impl v1.0.20
28452024-03-28T07:34:59.152Z Compiling memoffset v0.7.1
28462024-03-28T07:34:59.459Z Compiling bytecount v0.6.3
28472024-03-28T07:34:59.793Z Compiling papergrid v0.11.0
28482024-03-28T07:35:00.544Z Compiling pin-project v1.1.3
28492024-03-28T07:35:00.667Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28502024-03-28T07:35:04.965Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
28512024-03-28T07:35:06.692Z Compiling headers v0.3.9
28522024-03-28T07:35:10.664Z Compiling curve25519-dalek v4.1.1
28532024-03-28T07:35:11.058Z Compiling derive_builder_macro v0.12.0
28542024-03-28T07:35:11.146Z Compiling polar-core v0.27.0
28552024-03-28T07:35:12.872Z Compiling strip-ansi-escapes v0.2.0
28562024-03-28T07:35:13.693Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28572024-03-28T07:35:13.706Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478)
28582024-03-28T07:35:14.634Z Compiling tabled_derive v0.7.0
28592024-03-28T07:35:16.819Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28602024-03-28T07:35:17.852Z Compiling fd-lock v3.0.13
28612024-03-28T07:35:17.893Z Compiling strum_macros v0.24.3
28622024-03-28T07:35:18.702Z Compiling kstat-rs v0.2.3
28632024-03-28T07:35:19.615Z Compiling snafu-derive v0.7.5
28642024-03-28T07:35:20.570Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
28652024-03-28T07:35:20.872Z Compiling cookie v0.18.0
28662024-03-28T07:35:21.157Z Compiling fs-err v2.11.0
28672024-03-28T07:35:21.452Z Compiling strum v0.25.0
28682024-03-28T07:35:21.641Z Compiling nu-ansi-term v0.50.0
28692024-03-28T07:35:22.084Z Compiling keccak v0.1.4
28702024-03-28T07:35:22.903Z Compiling indoc v1.0.9
28712024-03-28T07:35:23.017Z Compiling sha3 v0.10.8
28722024-03-28T07:35:23.806Z Compiling reedline v0.30.0
28732024-03-28T07:35:24.115Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28742024-03-28T07:35:24.475Z Compiling snafu v0.7.5
28752024-03-28T07:35:32.208Z Compiling tabled v0.15.0
28762024-03-28T07:35:32.562Z Compiling derive_builder v0.12.0
28772024-03-28T07:35:37.224Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28782024-03-28T07:35:37.565Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
28792024-03-28T07:35:39.675Z Compiling env_logger v0.9.3
28802024-03-28T07:35:44.363Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28812024-03-28T07:35:44.643Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28822024-03-28T07:35:45.145Z Compiling globset v0.4.13
28832024-03-28T07:35:47.942Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
28842024-03-28T07:35:48.152Z Compiling fd-lock v4.0.2
28852024-03-28T07:35:48.378Z Compiling olpc-cjson v0.1.3
28862024-03-28T07:35:48.695Z Compiling universal-hash v0.5.1
28872024-03-28T07:35:48.945Z Compiling bb8 v0.8.3
28882024-03-28T07:35:49.488Z Compiling nix v0.27.1
28892024-03-28T07:35:49.544Z Compiling secrecy v0.8.0
28902024-03-28T07:35:49.812Z Compiling quick-xml v0.30.0
28912024-03-28T07:35:51.382Z Compiling serde_plain v1.0.2
28922024-03-28T07:35:51.901Z Compiling impl-trait-for-tuples v0.2.2
28932024-03-28T07:35:53.594Z Compiling oso-derive v0.27.0
28942024-03-28T07:35:54.575Z Compiling thiserror-impl-no-std v2.0.2
28952024-03-28T07:35:55.698Z Compiling curve25519-dalek-derive v0.1.0
28962024-03-28T07:35:56.095Z Compiling nanorand v0.7.0
28972024-03-28T07:35:56.408Z Compiling async-recursion v1.0.5
28982024-03-28T07:35:56.821Z Compiling bitstruct_derive v0.1.0
28992024-03-28T07:35:57.077Z Compiling sqlparser_derive v0.2.2
29002024-03-28T07:35:57.294Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29012024-03-28T07:35:57.405Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
29022024-03-28T07:35:57.422Z Compiling salty v0.2.0
29032024-03-28T07:35:57.701Z Compiling maplit v1.0.2
29042024-03-28T07:35:57.797Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29052024-03-28T07:35:57.830Z Compiling unicode_categories v0.1.1
29062024-03-28T07:35:57.994Z Compiling opaque-debug v0.3.0
29072024-03-28T07:35:58.033Z Compiling signature v1.6.4
29082024-03-28T07:35:58.084Z Compiling typed-path v0.7.0
29092024-03-28T07:35:58.170Z Compiling ascii v1.1.0
29102024-03-28T07:35:58.184Z Compiling ed25519 v1.5.3
29112024-03-28T07:35:58.432Z Compiling rustyline v13.0.0
29122024-03-28T07:35:58.538Z Compiling sqlformat v0.2.3
29132024-03-28T07:35:58.954Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
29142024-03-28T07:36:01.446Z Compiling tough v0.16.0
29152024-03-28T07:36:01.897Z Compiling oso v0.27.0
29162024-03-28T07:36:05.026Z Compiling poly1305 v0.8.0
29172024-03-28T07:36:06.684Z Compiling sqlparser v0.43.1
29182024-03-28T07:36:07.325Z Compiling bitstruct v0.1.1
29192024-03-28T07:36:07.542Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29202024-03-28T07:36:07.944Z Compiling thiserror-no-std v2.0.2
29212024-03-28T07:36:11.585Z Compiling flume v0.11.0
29222024-03-28T07:36:15.321Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
29232024-03-28T07:36:15.965Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29242024-03-28T07:36:21.438Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29252024-03-28T07:36:21.996Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
29262024-03-28T07:36:28.122Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29272024-03-28T07:36:28.722Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29282024-03-28T07:36:29.407Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29292024-03-28T07:36:29.690Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29302024-03-28T07:36:29.713Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29312024-03-28T07:36:29.956Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29322024-03-28T07:36:31.156Z Compiling chacha20 v0.9.1
29332024-03-28T07:36:31.612Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29342024-03-28T07:36:33.880Z Compiling aead v0.5.2
29352024-03-28T07:36:34.200Z Compiling bcs v0.1.6
29362024-03-28T07:36:35.109Z Compiling erased-serde v0.3.31
29372024-03-28T07:36:36.806Z Compiling serde_arrays v0.1.0
29382024-03-28T07:36:36.986Z Compiling serde-big-array v0.5.1
29392024-03-28T07:36:37.233Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29402024-03-28T07:36:38.080Z Compiling parse-size v1.0.0
29412024-03-28T07:36:38.385Z Compiling highway v1.1.0
29422024-03-28T07:36:38.870Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29432024-03-28T07:36:38.996Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29442024-03-28T07:36:40.275Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29452024-03-28T07:36:46.912Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29462024-03-28T07:36:48.153Z Compiling chacha20poly1305 v0.10.1
29472024-03-28T07:36:48.414Z Compiling vsss-rs v3.3.4
29482024-03-28T07:36:56.154Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29492024-03-28T07:36:56.890Z Compiling signal-hook-tokio v0.3.1
29502024-03-28T07:36:57.078Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
29512024-03-28T07:36:57.703Z Compiling castaway v0.2.2
29522024-03-28T07:36:57.888Z Compiling serde-big-array v0.4.1
29532024-03-28T07:36:59.458Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
29542024-03-28T07:36:59.746Z Compiling http-range v0.1.5
29552024-03-28T07:37:00.246Z Compiling hyper-staticfile v0.9.5
29562024-03-28T07:37:00.317Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29572024-03-28T07:37:03.488Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29582024-03-28T07:37:04.854Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29592024-03-28T07:37:05.496Z Compiling compact_str v0.7.1
29602024-03-28T07:37:07.092Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
29612024-03-28T07:37:08.656Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29622024-03-28T07:37:17.860Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29632024-03-28T07:37:24.274Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29642024-03-28T07:37:24.931Z Compiling zone_cfg_derive v0.1.2
29652024-03-28T07:37:25.419Z Compiling tungstenite v0.21.0
29662024-03-28T07:37:26.358Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29672024-03-28T07:37:26.646Z Compiling lru v0.12.1
29682024-03-28T07:37:26.994Z Compiling stability v0.1.1
29692024-03-28T07:37:27.904Z Compiling indoc v2.0.3
29702024-03-28T07:37:33.295Z Compiling base64 v0.13.1
29712024-03-28T07:37:33.347Z Compiling cassowary v0.3.0
29722024-03-28T07:37:33.347Z Compiling corncobs v0.1.3
29732024-03-28T07:37:33.347Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29742024-03-28T07:37:33.348Z Compiling ratatui v0.26.1
29752024-03-28T07:37:33.348Z Compiling ron v0.7.1
29762024-03-28T07:37:34.003Z Compiling tokio-tungstenite v0.21.0
29772024-03-28T07:37:34.160Z Compiling zone v0.1.8
29782024-03-28T07:37:34.568Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29792024-03-28T07:37:37.553Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29802024-03-28T07:37:37.723Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29812024-03-28T07:37:38.956Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29822024-03-28T07:37:48.912Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29832024-03-28T07:37:49.368Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29842024-03-28T07:37:51.538Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29852024-03-28T07:37:53.790Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29862024-03-28T07:37:54.198Z Compiling portpicker v0.1.1
29872024-03-28T07:37:54.631Z Compiling rand_seeder v0.2.3
29882024-03-28T07:37:55.039Z Compiling smawk v0.3.1
29892024-03-28T07:37:55.277Z Compiling unicode-linebreak v0.1.5
29902024-03-28T07:37:55.829Z Compiling textwrap v0.16.1
29912024-03-28T07:37:59.761Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29922024-03-28T07:38:08.290Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29932024-03-28T07:38:14.987Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29942024-03-28T07:38:19.737Z Compiling rcgen v0.12.1
29952024-03-28T07:38:22.890Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29962024-03-28T07:38:23.344Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478)
29972024-03-28T07:38:26.979Z Compiling atomicwrites v0.4.3
29982024-03-28T07:38:27.512Z Compiling fatfs v0.3.6
29992024-03-28T07:38:28.809Z Compiling subprocess v0.2.9
30002024-03-28T07:38:29.960Z Compiling rtoolbox v0.0.1
30012024-03-28T07:38:30.399Z Compiling is_ci v1.2.0
30022024-03-28T07:38:30.538Z Compiling assert_matches v1.5.0
30032024-03-28T07:38:30.672Z Compiling supports-color v3.0.0
30042024-03-28T07:38:30.676Z Compiling rpassword v7.3.1
30052024-03-28T07:38:31.107Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30062024-03-28T07:38:31.371Z Compiling tui-tree-widget v0.17.0
30072024-03-28T07:38:31.736Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30082024-03-28T07:38:34.514Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30092024-03-28T07:38:34.521Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30102024-03-28T07:38:34.663Z Compiling csv-core v0.1.11
30112024-03-28T07:38:35.580Z Compiling shell-words v1.1.0
30122024-03-28T07:38:36.026Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30132024-03-28T07:38:38.175Z Compiling csv v1.3.0
30142024-03-28T07:38:40.315Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30152024-03-28T07:38:48.983Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30162024-03-28T07:39:02.796Z Compiling multimap v0.10.0
30172024-03-28T07:40:27.698Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30182024-03-28T07:40:50.406Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
30192024-03-28T07:40:54.002Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30202024-03-28T07:47:37.507Z Finished release [optimized] target(s) in 14m 01s
30212024-03-28T07:48:42.127Z++ cd /work/oxidecomputer/testbed/a4x2/config/../
30222024-03-28T07:48:42.128Z++ rm -rf cargo-bay/g0/omicron
30232024-03-28T07:48:42.141Z++ mkdir -p cargo-bay/g0/omicron
30242024-03-28T07:48:42.146Z++ 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/
30252024-03-28T07:48:42.478Zsending incremental file list
30262024-03-28T07:48:42.481Zomicron-package
30272024-03-28T07:48:42.793Z 32,768 0% 0.00kB/s 0:00:00 40,138,496 100% 123.78MB/s 0:00:00 (xfr#1, to-chk=254/255)
30282024-03-28T07:48:42.793Zpackage-manifest.toml
30292024-03-28T07:48:42.797Z 26,511 100% 83.79kB/s 0:00:00 26,511 100% 83.79kB/s 0:00:00 (xfr#2, to-chk=253/255)
30302024-03-28T07:48:42.798Zout/
30312024-03-28T07:48:42.798Zout/LOG
30322024-03-28T07:48:42.798Z 32,768 13% 103.56kB/s 0:00:01 236,947 100% 748.85kB/s 0:00:00 (xfr#3, to-chk=249/255)
30332024-03-28T07:48:42.798Zout/clickhouse.tar.gz
30342024-03-28T07:48:43.188Z 32,768 0% 103.56kB/s 0:37:12 231,182,479 100% 312.28MB/s 0:00:00 (xfr#4, to-chk=248/255)
30352024-03-28T07:48:43.188Zout/clickhouse_keeper.tar.gz
30362024-03-28T07:48:43.669Z 32,768 0% 45.26kB/s 1:25:06 126,124,032 54% 120.28MB/s 0:00:00 231,167,703 100% 185.73MB/s 0:00:01 (xfr#5, to-chk=247/255)
30372024-03-28T07:48:43.669Zout/cockroachdb.tar.gz
30382024-03-28T07:48:43.946Z 32,768 0% 170.21kB/s 0:12:23 126,669,519 100% 259.79MB/s 0:00:00 (xfr#6, to-chk=246/255)
30392024-03-28T07:48:43.946Zout/crucible-pantry-zone.tar.gz
30402024-03-28T07:48:43.996Z 32,768 0% 68.67kB/s 0:06:07 25,289,390 100% 46.83MB/s 0:00:00 (xfr#7, to-chk=245/255)
30412024-03-28T07:48:43.996Zout/crucible-zone.tar.gz
30422024-03-28T07:48:44.081Z 32,768 0% 62.14kB/s 0:09:54 36,994,036 100% 58.80MB/s 0:00:00 (xfr#8, to-chk=244/255)
30432024-03-28T07:48:44.081Zout/external-dns.tar.gz
30442024-03-28T07:48:44.143Z 32,768 0% 53.33kB/s 0:09:40 31,003,333 100% 44.66MB/s 0:00:00 (xfr#9, to-chk=243/255)
30452024-03-28T07:48:44.143Zout/internal-dns.tar.gz
30462024-03-28T07:48:44.212Z 32,768 0% 48.34kB/s 0:10:40 31,004,213 100% 40.45MB/s 0:00:00 (xfr#10, to-chk=242/255)
30472024-03-28T07:48:44.212Zout/mg-ddm-gz.tar
30482024-03-28T07:48:44.648Z 32,768 0% 43.78kB/s 0:28:33 45,907,968 61% 43.78MB/s 0:00:00 75,039,232 100% 61.32MB/s 0:00:01 (xfr#11, to-chk=241/255)
30492024-03-28T07:48:44.648Zout/nexus.tar.gz
30502024-03-28T07:48:44.853Z 32,768 0% 190.48kB/s 0:07:55 90,694,787 100% 231.89MB/s 0:00:00 (xfr#12, to-chk=240/255)
30512024-03-28T07:48:44.853Zout/ntp.tar.gz
30522024-03-28T07:48:44.874Z 32,768 0% 85.79kB/s 0:02:01 10,425,157 100% 25.30MB/s 0:00:00 (xfr#13, to-chk=239/255)
30532024-03-28T07:48:44.874Zout/omicron-gateway-softnpu.tar.gz
30542024-03-28T07:48:44.903Z 32,768 0% 81.22kB/s 0:03:23 16,522,803 100% 37.52MB/s 0:00:00 (xfr#14, to-chk=238/255)
30552024-03-28T07:48:44.903Zout/omicron-gateway.tar.gz
30562024-03-28T07:48:44.927Z 32,768 0% 76.19kB/s 0:03:36 16,517,040 100% 35.24MB/s 0:00:00 (xfr#15, to-chk=237/255)
30572024-03-28T07:48:44.927Zout/omicron-sled-agent.tar
30582024-03-28T07:48:45.590Z 32,768 0% 71.43kB/s 0:26:36 93,585,408 82% 89.25MB/s 0:00:00 114,088,960 100% 98.64MB/s 0:00:01 (xfr#16, to-chk=236/255)
30592024-03-28T07:48:45.591Zout/overlay.tar.gz
30602024-03-28T07:48:45.614Z 2,622 100% 24.62kB/s 0:00:00 2,622 100% 24.62kB/s 0:00:00 (xfr#17, to-chk=235/255)
30612024-03-28T07:48:45.614Zout/oximeter.tar.gz
30622024-03-28T07:48:46.083Z 32,768 0% 307.69kB/s 0:02:39 49,047,464 100% 227.06MB/s 0:00:00 (xfr#18, to-chk=234/255)
30632024-03-28T07:48:46.083Zout/oxlog.tar
30642024-03-28T07:48:46.083Z 32,768 0% 155.34kB/s 0:00:39 6,243,840 100% 24.21MB/s 0:00:00 (xfr#19, to-chk=233/255)
30652024-03-28T07:48:46.083Zout/probe.tar.gz
30662024-03-28T07:48:46.083Z 32,768 1% 130.08kB/s 0:00:21 2,829,470 100% 10.71MB/s 0:00:00 (xfr#20, to-chk=232/255)
30672024-03-28T07:48:46.084Zout/propolis-server.tar.gz
30682024-03-28T07:48:46.084Z 32,768 0% 126.48kB/s 0:08:44 66,360,059 100% 165.67MB/s 0:00:00 (xfr#21, to-chk=231/255)
30692024-03-28T07:48:46.084Zout/switch-softnpu.tar.gz
30702024-03-28T07:48:46.271Z 32,768 0% 83.77kB/s 0:42:29 213,610,870 100% 256.89MB/s 0:00:00 (xfr#22, to-chk=230/255)
30712024-03-28T07:48:46.271Zout/console-assets/
30722024-03-28T07:48:46.271Zout/console-assets/VERSION
30732024-03-28T07:48:46.272Z 41 100% 0.05kB/s 0:00:00 41 100% 0.05kB/s 0:00:00 (xfr#23, to-chk=226/255)
30742024-03-28T07:48:46.275Zout/console-assets/index.html
30752024-03-28T07:48:46.275Z 466 100% 0.57kB/s 0:00:00 466 100% 0.57kB/s 0:00:00 (xfr#24, to-chk=225/255)
30762024-03-28T07:48:46.275Zout/console-assets/assets/
30772024-03-28T07:48:46.275Zout/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2
30782024-03-28T07:48:46.275Z 32,768 70% 40.35kB/s 0:00:00 46,276 100% 56.99kB/s 0:00:00 (xfr#25, to-chk=223/255)
30792024-03-28T07:48:46.276Zout/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff
30802024-03-28T07:48:46.276Z 32,768 65% 40.35kB/s 0:00:00 50,032 100% 61.54kB/s 0:00:00 (xfr#26, to-chk=222/255)
30812024-03-28T07:48:46.276Zout/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff
30822024-03-28T07:48:46.276Z 32,768 55% 40.30kB/s 0:00:00 58,524 100% 71.98kB/s 0:00:00 (xfr#27, to-chk=221/255)
30832024-03-28T07:48:46.276Zout/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2
30842024-03-28T07:48:46.276Z 32,768 71% 40.30kB/s 0:00:00 46,060 100% 56.65kB/s 0:00:00 (xfr#28, to-chk=220/255)
30852024-03-28T07:48:46.276Zout/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff
30862024-03-28T07:48:46.276Z 21,937 100% 26.98kB/s 0:00:00 21,937 100% 26.98kB/s 0:00:00 (xfr#29, to-chk=219/255)
30872024-03-28T07:48:46.276Zout/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2
30882024-03-28T07:48:46.276Z 17,996 100% 22.13kB/s 0:00:00 17,996 100% 22.13kB/s 0:00:00 (xfr#30, to-chk=218/255)
30892024-03-28T07:48:46.276Zout/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff
30902024-03-28T07:48:46.276Z 21,890 100% 26.92kB/s 0:00:00 21,890 100% 26.92kB/s 0:00:00 (xfr#31, to-chk=217/255)
30912024-03-28T07:48:46.276Zout/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2
30922024-03-28T07:48:46.276Z 17,984 100% 22.12kB/s 0:00:00 17,984 100% 22.12kB/s 0:00:00 (xfr#32, to-chk=216/255)
30932024-03-28T07:48:46.276Zout/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff
30942024-03-28T07:48:46.276Z 21,123 100% 25.98kB/s 0:00:00 21,123 100% 25.98kB/s 0:00:00 (xfr#33, to-chk=215/255)
30952024-03-28T07:48:46.276Zout/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2
30962024-03-28T07:48:46.276Z 17,228 100% 21.16kB/s 0:00:00 17,228 100% 21.16kB/s 0:00:00 (xfr#34, to-chk=214/255)
30972024-03-28T07:48:46.276Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2
30982024-03-28T07:48:46.276Z 18,448 100% 22.66kB/s 0:00:00 18,448 100% 22.66kB/s 0:00:00 (xfr#35, to-chk=213/255)
30992024-03-28T07:48:46.277Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff
31002024-03-28T07:48:46.277Z 22,665 100% 27.84kB/s 0:00:00 22,665 100% 27.84kB/s 0:00:00 (xfr#36, to-chk=212/255)
31012024-03-28T07:48:46.277Zout/console-assets/assets/Terminal-MhI4tVax.js
31022024-03-28T07:48:46.280Z 32,768 11% 40.25kB/s 0:00:06 287,745 100% 352.57kB/s 0:00:00 (xfr#37, to-chk=211/255)
31032024-03-28T07:48:46.280Zout/console-assets/assets/Terminal-MhI4tVax.js.gz
31042024-03-28T07:48:46.280Z 32,768 45% 40.15kB/s 0:00:00 71,751 100% 87.92kB/s 0:00:00 (xfr#38, to-chk=210/255)
31052024-03-28T07:48:46.280Zout/console-assets/assets/Terminal-MhI4tVax.js.map
31062024-03-28T07:48:46.280Z 32,768 5% 40.15kB/s 0:00:13 590,398 100% 721.60kB/s 0:00:00 (xfr#39, to-chk=209/255)
31072024-03-28T07:48:46.280Zout/console-assets/assets/Terminal-MhI4tVax.js.map.gz
31082024-03-28T07:48:46.280Z 32,768 27% 40.05kB/s 0:00:02 118,340 100% 144.46kB/s 0:00:00 (xfr#40, to-chk=208/255)
31092024-03-28T07:48:46.280Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js
31102024-03-28T07:48:46.283Z 32,768 8% 40.00kB/s 0:00:08 371,459 100% 452.31kB/s 0:00:00 (xfr#41, to-chk=207/255)
31112024-03-28T07:48:46.283Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js.gz
31122024-03-28T07:48:46.284Z 32,768 31% 39.85kB/s 0:00:01 103,751 100% 126.18kB/s 0:00:00 (xfr#42, to-chk=206/255)
31132024-03-28T07:48:46.284Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js.map
31142024-03-28T07:48:46.289Z 32,768 1% 39.85kB/s 0:00:40 1,659,324 100% 1.95MB/s 0:00:00 (xfr#43, to-chk=205/255)
31152024-03-28T07:48:46.289Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js.map.gz
31162024-03-28T07:48:46.292Z 32,768 8% 39.46kB/s 0:00:08 379,086 100% 455.91kB/s 0:00:00 (xfr#44, to-chk=204/255)
31172024-03-28T07:48:46.292Zout/console-assets/assets/app-UgyCDj6n.css
31182024-03-28T07:48:46.292Z 32,768 23% 39.41kB/s 0:00:02 138,220 100% 166.03kB/s 0:00:00 (xfr#45, to-chk=203/255)
31192024-03-28T07:48:46.292Zout/console-assets/assets/app-UgyCDj6n.css.gz
31202024-03-28T07:48:46.292Z 21,226 100% 25.50kB/s 0:00:00 21,226 100% 25.50kB/s 0:00:00 (xfr#46, to-chk=202/255)
31212024-03-28T07:48:46.292Zout/console-assets/assets/app-oDC708oE.js
31222024-03-28T07:48:46.297Z 32,768 3% 39.36kB/s 0:00:26 1,090,115 100% 1.27MB/s 0:00:00 (xfr#47, to-chk=201/255)
31232024-03-28T07:48:46.297Zout/console-assets/assets/app-oDC708oE.js.gz
31242024-03-28T07:48:46.300Z 32,768 9% 39.07kB/s 0:00:07 336,276 100% 400.48kB/s 0:00:00 (xfr#48, to-chk=200/255)
31252024-03-28T07:48:46.300Zout/console-assets/assets/app-oDC708oE.js.map
31262024-03-28T07:48:46.325Z 32,768 0% 39.02kB/s 0:02:13 5,242,661 100% 5.90MB/s 0:00:00 (xfr#49, to-chk=199/255)
31272024-03-28T07:48:46.325Zout/console-assets/assets/app-oDC708oE.js.map.gz
31282024-03-28T07:48:46.328Z 32,768 2% 37.78kB/s 0:00:31 1,239,845 100% 1.39MB/s 0:00:00 (xfr#50, to-chk=198/255)
31292024-03-28T07:48:46.328Zout/console-assets/assets/favicon-WELtHcTG.svg
31302024-03-28T07:48:46.328Z 761 100% 0.88kB/s 0:00:00 761 100% 0.88kB/s 0:00:00 (xfr#51, to-chk=197/255)
31312024-03-28T07:48:46.328Zout/console-assets/assets/favicon-cDDaBnwQ.png
31322024-03-28T07:48:46.328Z 1,327 100% 1.53kB/s 0:00:00 1,327 100% 1.53kB/s 0:00:00 (xfr#52, to-chk=196/255)
31332024-03-28T07:48:46.328Zout/console-assets/assets/og-preview-image.webp
31342024-03-28T07:48:46.328Z 32,768 36% 37.69kB/s 0:00:01 89,880 100% 103.26kB/s 0:00:00 (xfr#53, to-chk=195/255)
31352024-03-28T07:48:46.328Zout/console-assets/assets/oxide-hero-rack-hMCZGwQc.webp
31362024-03-28T07:48:46.334Z 32,768 9% 37.65kB/s 0:00:08 352,484 100% 404.49kB/s 0:00:00 (xfr#54, to-chk=194/255)
31372024-03-28T07:48:46.334Zout/manifest-cache/
31382024-03-28T07:48:46.334Zout/manifest-cache/clickhouse.tar.gz.json
31392024-03-28T07:48:46.334Z 780 100% 0.90kB/s 0:00:00 780 100% 0.90kB/s 0:00:00 (xfr#55, to-chk=193/255)
31402024-03-28T07:48:46.334Zout/manifest-cache/clickhouse_keeper.tar.gz.json
31412024-03-28T07:48:46.334Z 801 100% 0.92kB/s 0:00:00 801 100% 0.92kB/s 0:00:00 (xfr#56, to-chk=192/255)
31422024-03-28T07:48:46.334Zout/manifest-cache/clickhouse_keeper_svc.tar.gz.json
31432024-03-28T07:48:46.334Z 2,958 100% 3.39kB/s 0:00:00 2,958 100% 3.39kB/s 0:00:00 (xfr#57, to-chk=191/255)
31442024-03-28T07:48:46.334Zout/manifest-cache/clickhouse_svc.tar.gz.json
31452024-03-28T07:48:46.334Z 2,946 100% 3.38kB/s 0:00:00 2,946 100% 3.38kB/s 0:00:00 (xfr#58, to-chk=190/255)
31462024-03-28T07:48:46.334Zout/manifest-cache/cockroachdb-service.tar.gz.json
31472024-03-28T07:48:46.334Z 32,768 59% 37.60kB/s 0:00:00 54,966 100% 63.08kB/s 0:00:00 (xfr#59, to-chk=189/255)
31482024-03-28T07:48:46.334Zout/manifest-cache/cockroachdb.tar.gz.json
31492024-03-28T07:48:46.334Z 787 100% 0.90kB/s 0:00:00 787 100% 0.90kB/s 0:00:00 (xfr#60, to-chk=188/255)
31502024-03-28T07:48:46.334Zout/manifest-cache/crucible-pantry-zone.tar.gz.json
31512024-03-28T07:48:46.334Z 662 100% 0.76kB/s 0:00:00 662 100% 0.76kB/s 0:00:00 (xfr#61, to-chk=187/255)
31522024-03-28T07:48:46.334Zout/manifest-cache/crucible-zone.tar.gz.json
31532024-03-28T07:48:46.334Z 641 100% 0.74kB/s 0:00:00 641 100% 0.74kB/s 0:00:00 (xfr#62, to-chk=186/255)
31542024-03-28T07:48:46.334Zout/manifest-cache/dns-server.tar.gz.json
31552024-03-28T07:48:46.335Z 942 100% 1.08kB/s 0:00:00 942 100% 1.08kB/s 0:00:00 (xfr#63, to-chk=185/255)
31562024-03-28T07:48:46.335Zout/manifest-cache/external-dns-customizations.tar.gz.json
31572024-03-28T07:48:46.335Z 1,132 100% 1.30kB/s 0:00:00 1,132 100% 1.30kB/s 0:00:00 (xfr#64, to-chk=184/255)
31582024-03-28T07:48:46.335Zout/manifest-cache/external-dns.tar.gz.json
31592024-03-28T07:48:46.335Z 934 100% 1.07kB/s 0:00:00 934 100% 1.07kB/s 0:00:00 (xfr#65, to-chk=183/255)
31602024-03-28T07:48:46.335Zout/manifest-cache/internal-dns-cli.tar.gz.json
31612024-03-28T07:48:46.335Z 752 100% 0.86kB/s 0:00:00 752 100% 0.86kB/s 0:00:00 (xfr#66, to-chk=182/255)
31622024-03-28T07:48:46.335Zout/manifest-cache/internal-dns-customizations.tar.gz.json
31632024-03-28T07:48:46.335Z 1,132 100% 1.30kB/s 0:00:00 1,132 100% 1.30kB/s 0:00:00 (xfr#67, to-chk=181/255)
31642024-03-28T07:48:46.335Zout/manifest-cache/internal-dns.tar.gz.json
31652024-03-28T07:48:46.335Z 791 100% 0.91kB/s 0:00:00 791 100% 0.91kB/s 0:00:00 (xfr#68, to-chk=180/255)
31662024-03-28T07:48:46.335Zout/manifest-cache/logadm.tar.gz.json
31672024-03-28T07:48:46.335Z 1,044 100% 1.20kB/s 0:00:00 1,044 100% 1.20kB/s 0:00:00 (xfr#69, to-chk=179/255)
31682024-03-28T07:48:46.335Zout/manifest-cache/nexus.tar.gz.json
31692024-03-28T07:48:46.335Z 773 100% 0.89kB/s 0:00:00 773 100% 0.89kB/s 0:00:00 (xfr#70, to-chk=178/255)
31702024-03-28T07:48:46.335Zout/manifest-cache/ntp-svc.tar.gz.json
31712024-03-28T07:48:46.335Z 2,228 100% 2.56kB/s 0:00:00 2,228 100% 2.56kB/s 0:00:00 (xfr#71, to-chk=177/255)
31722024-03-28T07:48:46.335Zout/manifest-cache/ntp.tar.gz.json
31732024-03-28T07:48:46.335Z 763 100% 0.88kB/s 0:00:00 763 100% 0.88kB/s 0:00:00 (xfr#72, to-chk=176/255)
31742024-03-28T07:48:46.335Zout/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json
31752024-03-28T07:48:46.335Z 1,462 100% 1.68kB/s 0:00:00 1,462 100% 1.68kB/s 0:00:00 (xfr#73, to-chk=175/255)
31762024-03-28T07:48:46.336Zout/manifest-cache/omicron-gateway-softnpu.tar.gz.json
31772024-03-28T07:48:46.336Z 545 100% 0.63kB/s 0:00:00 545 100% 0.63kB/s 0:00:00 (xfr#74, to-chk=174/255)
31782024-03-28T07:48:46.336Zout/manifest-cache/omicron-gateway.tar.gz.json
31792024-03-28T07:48:46.336Z 703 100% 0.81kB/s 0:00:00 703 100% 0.81kB/s 0:00:00 (xfr#75, to-chk=173/255)
31802024-03-28T07:48:46.336Zout/manifest-cache/omicron-nexus.tar.gz.json
31812024-03-28T07:48:46.336Z 32,768 45% 37.56kB/s 0:00:01 71,925 100% 82.44kB/s 0:00:00 (xfr#76, to-chk=172/255)
31822024-03-28T07:48:46.336Zout/manifest-cache/omicron-omdb.tar.gz.json
31832024-03-28T07:48:46.336Z 702 100% 0.80kB/s 0:00:00 702 100% 0.80kB/s 0:00:00 (xfr#77, to-chk=171/255)
31842024-03-28T07:48:46.336Zout/manifest-cache/omicron-sled-agent.tar.json
31852024-03-28T07:48:46.336Z 1,510 100% 1.73kB/s 0:00:00 1,510 100% 1.73kB/s 0:00:00 (xfr#78, to-chk=170/255)
31862024-03-28T07:48:46.336Zout/manifest-cache/opte-interface-setup.tar.gz.json
31872024-03-28T07:48:46.336Z 883 100% 1.01kB/s 0:00:00 883 100% 1.01kB/s 0:00:00 (xfr#79, to-chk=169/255)
31882024-03-28T07:48:46.336Zout/manifest-cache/overlay.tar.gz.json
31892024-03-28T07:48:46.336Z 473 100% 0.54kB/s 0:00:00 473 100% 0.54kB/s 0:00:00 (xfr#80, to-chk=168/255)
31902024-03-28T07:48:46.336Zout/manifest-cache/oximeter-collector.tar.gz.json
31912024-03-28T07:48:46.336Z 18,311 100% 20.99kB/s 0:00:00 18,311 100% 20.99kB/s 0:00:00 (xfr#81, to-chk=167/255)
31922024-03-28T07:48:46.336Zout/manifest-cache/oximeter.tar.gz.json
31932024-03-28T07:48:46.336Z 641 100% 0.73kB/s 0:00:00 641 100% 0.73kB/s 0:00:00 (xfr#82, to-chk=166/255)
31942024-03-28T07:48:46.336Zout/manifest-cache/oxlog.tar.json
31952024-03-28T07:48:46.336Z 321 100% 0.37kB/s 0:00:00 321 100% 0.37kB/s 0:00:00 (xfr#83, to-chk=165/255)
31962024-03-28T07:48:46.336Zout/manifest-cache/probe.tar.gz.json
31972024-03-28T07:48:46.337Z 346 100% 0.40kB/s 0:00:00 346 100% 0.40kB/s 0:00:00 (xfr#84, to-chk=164/255)
31982024-03-28T07:48:46.337Zout/manifest-cache/profile.tar.gz.json
31992024-03-28T07:48:46.337Z 838 100% 0.96kB/s 0:00:00 838 100% 0.96kB/s 0:00:00 (xfr#85, to-chk=163/255)
32002024-03-28T07:48:46.337Zout/manifest-cache/sp-sim-softnpu.tar.gz.json
32012024-03-28T07:48:46.337Z 357 100% 0.41kB/s 0:00:00 357 100% 0.41kB/s 0:00:00 (xfr#86, to-chk=162/255)
32022024-03-28T07:48:46.337Zout/manifest-cache/sp-sim.tar.gz.json
32032024-03-28T07:48:46.337Z 1,549 100% 1.78kB/s 0:00:00 1,549 100% 1.78kB/s 0:00:00 (xfr#87, to-chk=161/255)
32042024-03-28T07:48:46.337Zout/manifest-cache/switch-softnpu.tar.gz.json
32052024-03-28T07:48:46.337Z 1,566 100% 1.79kB/s 0:00:00 1,566 100% 1.79kB/s 0:00:00 (xfr#88, to-chk=160/255)
32062024-03-28T07:48:46.337Zout/manifest-cache/switch_zone_setup.tar.gz.json
32072024-03-28T07:48:46.337Z 10,790 100% 12.37kB/s 0:00:00 10,790 100% 12.37kB/s 0:00:00 (xfr#89, to-chk=159/255)
32082024-03-28T07:48:46.337Zout/manifest-cache/wicket.tar.gz.json
32092024-03-28T07:48:46.337Z 1,084 100% 1.24kB/s 0:00:00 1,084 100% 1.24kB/s 0:00:00 (xfr#90, to-chk=158/255)
32102024-03-28T07:48:46.337Zout/manifest-cache/wicketd.tar.gz.json
32112024-03-28T07:48:46.337Z 1,560 100% 1.79kB/s 0:00:00 1,560 100% 1.79kB/s 0:00:00 (xfr#91, to-chk=157/255)
32122024-03-28T07:48:46.337Zout/manifest-cache/zone-network-install.tar.gz.json
32132024-03-28T07:48:46.337Z 877 100% 1.01kB/s 0:00:00 877 100% 1.01kB/s 0:00:00 (xfr#92, to-chk=156/255)
32142024-03-28T07:48:46.337Zout/manifest-cache/zone-network-setup.tar.gz.json
32152024-03-28T07:48:46.337Z 772 100% 0.88kB/s 0:00:00 772 100% 0.88kB/s 0:00:00 (xfr#93, to-chk=155/255)
32162024-03-28T07:48:46.337Zout/target/
32172024-03-28T07:48:46.337Zout/target/active -> default
32182024-03-28T07:48:46.338Zout/target/default
32192024-03-28T07:48:46.338Z 74 100% 0.08kB/s 0:00:00 74 100% 0.08kB/s 0:00:00 (xfr#94, to-chk=153/255)
32202024-03-28T07:48:46.338Zsmf/
32212024-03-28T07:48:46.338Zsmf/clickhouse/
32222024-03-28T07:48:46.338Zsmf/clickhouse/config_replica.xml
32232024-03-28T07:48:46.338Z 2,728 100% 3.13kB/s 0:00:00 2,728 100% 3.13kB/s 0:00:00 (xfr#95, to-chk=133/255)
32242024-03-28T07:48:46.338Zsmf/clickhouse/manifest.xml
32252024-03-28T07:48:46.338Z 1,494 100% 1.71kB/s 0:00:00 1,494 100% 1.71kB/s 0:00:00 (xfr#96, to-chk=132/255)
32262024-03-28T07:48:46.338Zsmf/clickhouse/method_script.sh
32272024-03-28T07:48:46.338Z 5,330 100% 6.11kB/s 0:00:00 5,330 100% 6.11kB/s 0:00:00 (xfr#97, to-chk=131/255)
32282024-03-28T07:48:46.338Zsmf/clickhouse_keeper/
32292024-03-28T07:48:46.338Zsmf/clickhouse_keeper/keeper_config.xml
32302024-03-28T07:48:46.338Z 1,460 100% 1.67kB/s 0:00:00 1,460 100% 1.67kB/s 0:00:00 (xfr#98, to-chk=130/255)
32312024-03-28T07:48:46.338Zsmf/clickhouse_keeper/manifest.xml
32322024-03-28T07:48:46.338Z 1,534 100% 1.76kB/s 0:00:00 1,534 100% 1.76kB/s 0:00:00 (xfr#99, to-chk=129/255)
32332024-03-28T07:48:46.338Zsmf/clickhouse_keeper/method_script.sh
32342024-03-28T07:48:46.338Z 4,324 100% 4.95kB/s 0:00:00 4,324 100% 4.95kB/s 0:00:00 (xfr#100, to-chk=128/255)
32352024-03-28T07:48:46.338Zsmf/cockroachdb/
32362024-03-28T07:48:46.343Zsmf/cockroachdb/manifest.xml
32372024-03-28T07:48:46.343Z 1,667 100% 1.91kB/s 0:00:00 1,667 100% 1.91kB/s 0:00:00 (xfr#101, to-chk=127/255)
32382024-03-28T07:48:46.343Zsmf/cockroachdb/method_script.sh
32392024-03-28T07:48:46.343Z 1,030 100% 1.18kB/s 0:00:00 1,030 100% 1.18kB/s 0:00:00 (xfr#102, to-chk=126/255)
32402024-03-28T07:48:46.343Zsmf/external-dns/
32412024-03-28T07:48:46.343Zsmf/external-dns/config.toml
32422024-03-28T07:48:46.344Z 353 100% 0.40kB/s 0:00:00 353 100% 0.40kB/s 0:00:00 (xfr#103, to-chk=125/255)
32432024-03-28T07:48:46.344Zsmf/external-dns/manifest.xml
32442024-03-28T07:48:46.344Z 1,805 100% 2.07kB/s 0:00:00 1,805 100% 2.07kB/s 0:00:00 (xfr#104, to-chk=124/255)
32452024-03-28T07:48:46.344Zsmf/installinator/
32462024-03-28T07:48:46.344Zsmf/installinator/manifest.xml
32472024-03-28T07:48:46.344Z 2,149 100% 2.46kB/s 0:00:00 2,149 100% 2.46kB/s 0:00:00 (xfr#105, to-chk=123/255)
32482024-03-28T07:48:46.344Zsmf/internal-dns/
32492024-03-28T07:48:46.344Zsmf/internal-dns/config.toml
32502024-03-28T07:48:46.344Z 353 100% 0.40kB/s 0:00:00 353 100% 0.40kB/s 0:00:00 (xfr#106, to-chk=122/255)
32512024-03-28T07:48:46.344Zsmf/internal-dns/manifest.xml
32522024-03-28T07:48:46.344Z 1,618 100% 1.85kB/s 0:00:00 1,618 100% 1.85kB/s 0:00:00 (xfr#107, to-chk=121/255)
32532024-03-28T07:48:46.344Zsmf/logadm/
32542024-03-28T07:48:46.344Zsmf/logadm/crontab.root
32552024-03-28T07:48:46.344Z 30 100% 0.03kB/s 0:00:00 30 100% 0.03kB/s 0:00:00 (xfr#108, to-chk=120/255)
32562024-03-28T07:48:46.344Zsmf/logadm/logadm.conf
32572024-03-28T07:48:46.344Z 2,553 100% 2.92kB/s 0:00:00 2,553 100% 2.92kB/s 0:00:00 (xfr#109, to-chk=119/255)
32582024-03-28T07:48:46.344Zsmf/mgs-sim/
32592024-03-28T07:48:46.344Zsmf/mgs-sim/config.toml
32602024-03-28T07:48:46.345Z 3,534 100% 4.05kB/s 0:00:00 3,534 100% 4.05kB/s 0:00:00 (xfr#110, to-chk=118/255)
32612024-03-28T07:48:46.345Zsmf/mgs/
32622024-03-28T07:48:46.345Zsmf/mgs/config.toml
32632024-03-28T07:48:46.345Z 9,085 100% 10.40kB/s 0:00:00 9,085 100% 10.40kB/s 0:00:00 (xfr#111, to-chk=117/255)
32642024-03-28T07:48:46.345Zsmf/mgs/manifest.xml
32652024-03-28T07:48:46.345Z 2,474 100% 2.83kB/s 0:00:00 2,474 100% 2.83kB/s 0:00:00 (xfr#112, to-chk=116/255)
32662024-03-28T07:48:46.345Zsmf/nexus/
32672024-03-28T07:48:46.345Zsmf/nexus/manifest.xml
32682024-03-28T07:48:46.345Z 1,987 100% 2.27kB/s 0:00:00 1,987 100% 2.27kB/s 0:00:00 (xfr#113, to-chk=115/255)
32692024-03-28T07:48:46.345Zsmf/nexus/multi-sled/
32702024-03-28T07:48:46.345Zsmf/nexus/multi-sled/config-partial.toml
32712024-03-28T07:48:46.345Z 1,997 100% 2.29kB/s 0:00:00 1,997 100% 2.29kB/s 0:00:00 (xfr#114, to-chk=112/255)
32722024-03-28T07:48:46.345Zsmf/nexus/single-sled/
32732024-03-28T07:48:46.345Zsmf/nexus/single-sled/config-partial.toml
32742024-03-28T07:48:46.345Z 1,993 100% 2.28kB/s 0:00:00 1,993 100% 2.28kB/s 0:00:00 (xfr#115, to-chk=111/255)
32752024-03-28T07:48:46.345Zsmf/ntp/
32762024-03-28T07:48:46.345Zsmf/ntp/etc/
32772024-03-28T07:48:46.346Zsmf/ntp/etc/inet/
32782024-03-28T07:48:46.346Zsmf/ntp/etc/inet/chrony.conf.boundary
32792024-03-28T07:48:46.346Z 881 100% 1.01kB/s 0:00:00 881 100% 1.01kB/s 0:00:00 (xfr#116, to-chk=105/255)
32802024-03-28T07:48:46.346Zsmf/ntp/etc/inet/chrony.conf.internal
32812024-03-28T07:48:46.346Z 1,108 100% 1.27kB/s 0:00:00 1,108 100% 1.27kB/s 0:00:00 (xfr#117, to-chk=104/255)
32822024-03-28T07:48:46.346Zsmf/ntp/etc/logadm.d/
32832024-03-28T07:48:46.346Zsmf/ntp/etc/logadm.d/chrony.logadm.conf
32842024-03-28T07:48:46.346Z 135 100% 0.15kB/s 0:00:00 135 100% 0.15kB/s 0:00:00 (xfr#118, to-chk=103/255)
32852024-03-28T07:48:46.346Zsmf/ntp/manifest/
32862024-03-28T07:48:46.346Zsmf/ntp/manifest/manifest.xml
32872024-03-28T07:48:46.346Z 3,336 100% 3.82kB/s 0:00:00 3,336 100% 3.82kB/s 0:00:00 (xfr#119, to-chk=102/255)
32882024-03-28T07:48:46.346Zsmf/ntp/method/
32892024-03-28T07:48:46.346Zsmf/ntp/method/svc-site-ntp
32902024-03-28T07:48:46.346Z 3,211 100% 3.68kB/s 0:00:00 3,211 100% 3.68kB/s 0:00:00 (xfr#120, to-chk=101/255)
32912024-03-28T07:48:46.346Zsmf/opte-interface-setup/
32922024-03-28T07:48:46.346Zsmf/opte-interface-setup/manifest.xml
32932024-03-28T07:48:46.346Z 1,638 100% 1.88kB/s 0:00:00 1,638 100% 1.88kB/s 0:00:00 (xfr#121, to-chk=100/255)
32942024-03-28T07:48:46.347Zsmf/oximeter/
32952024-03-28T07:48:46.347Zsmf/oximeter/config.toml
32962024-03-28T07:48:46.347Z 205 100% 0.23kB/s 0:00:00 205 100% 0.23kB/s 0:00:00 (xfr#122, to-chk=99/255)
32972024-03-28T07:48:46.347Zsmf/oximeter/manifest.xml
32982024-03-28T07:48:46.347Z 1,770 100% 2.03kB/s 0:00:00 1,770 100% 2.03kB/s 0:00:00 (xfr#123, to-chk=98/255)
32992024-03-28T07:48:46.347Zsmf/profile/
33002024-03-28T07:48:46.347Zsmf/profile/bashrc
33012024-03-28T07:48:46.347Z 925 100% 1.06kB/s 0:00:00 925 100% 1.06kB/s 0:00:00 (xfr#124, to-chk=97/255)
33022024-03-28T07:48:46.347Zsmf/profile/profile
33032024-03-28T07:48:46.347Z 554 100% 0.63kB/s 0:00:00 554 100% 0.63kB/s 0:00:00 (xfr#125, to-chk=96/255)
33042024-03-28T07:48:46.347Zsmf/sled-agent/
33052024-03-28T07:48:46.347Zsmf/sled-agent/manifest.xml
33062024-03-28T07:48:46.347Z 2,373 100% 2.72kB/s 0:00:00 2,373 100% 2.72kB/s 0:00:00 (xfr#126, to-chk=95/255)
33072024-03-28T07:48:46.347Zsmf/sled-agent/gimlet-standalone/
33082024-03-28T07:48:46.347Zsmf/sled-agent/gimlet-standalone/README.md
33092024-03-28T07:48:46.347Z 114 100% 0.13kB/s 0:00:00 114 100% 0.13kB/s 0:00:00 (xfr#127, to-chk=91/255)
33102024-03-28T07:48:46.347Zsmf/sled-agent/gimlet-standalone/config-rss.toml
33112024-03-28T07:48:46.347Z 6,611 100% 7.56kB/s 0:00:00 6,611 100% 7.56kB/s 0:00:00 (xfr#128, to-chk=90/255)
33122024-03-28T07:48:46.347Zsmf/sled-agent/gimlet-standalone/config.toml
33132024-03-28T07:48:46.347Z 1,800 100% 2.06kB/s 0:00:00 1,800 100% 2.06kB/s 0:00:00 (xfr#129, to-chk=89/255)
33142024-03-28T07:48:46.347Zsmf/sled-agent/gimlet/
33152024-03-28T07:48:46.348Zsmf/sled-agent/gimlet/README.md
33162024-03-28T07:48:46.348Z 54 100% 0.06kB/s 0:00:00 54 100% 0.06kB/s 0:00:00 (xfr#130, to-chk=88/255)
33172024-03-28T07:48:46.348Zsmf/sled-agent/gimlet/config.toml
33182024-03-28T07:48:46.348Z 1,657 100% 1.89kB/s 0:00:00 1,657 100% 1.89kB/s 0:00:00 (xfr#131, to-chk=87/255)
33192024-03-28T07:48:46.348Zsmf/sled-agent/non-gimlet/
33202024-03-28T07:48:46.348Zsmf/sled-agent/non-gimlet/README.md
33212024-03-28T07:48:46.348Z 105 100% 0.12kB/s 0:00:00 105 100% 0.12kB/s 0:00:00 (xfr#132, to-chk=86/255)
33222024-03-28T07:48:46.348Zsmf/sled-agent/non-gimlet/config-rss.toml
33232024-03-28T07:48:46.348Z 1,947 100% 2.23kB/s 0:00:00 1,947 100% 2.23kB/s 0:00:00 (xfr#133, to-chk=85/255)
33242024-03-28T07:48:46.348Zsmf/sled-agent/non-gimlet/config.toml
33252024-03-28T07:48:46.348Z 2,906 100% 3.32kB/s 0:00:00 2,906 100% 3.32kB/s 0:00:00 (xfr#134, to-chk=84/255)
33262024-03-28T07:48:46.348Zsmf/sp-sim/
33272024-03-28T07:48:46.348Zsmf/sp-sim/config.toml
33282024-03-28T07:48:46.348Z 2,604 100% 2.98kB/s 0:00:00 2,604 100% 2.98kB/s 0:00:00 (xfr#135, to-chk=83/255)
33292024-03-28T07:48:46.348Zsmf/sp-sim/manifest.xml
33302024-03-28T07:48:46.348Z 1,271 100% 1.45kB/s 0:00:00 1,271 100% 1.45kB/s 0:00:00 (xfr#136, to-chk=82/255)
33312024-03-28T07:48:46.348Zsmf/switch_zone_setup/
33322024-03-28T07:48:46.348Zsmf/switch_zone_setup/manifest.xml
33332024-03-28T07:48:46.348Z 1,061 100% 1.21kB/s 0:00:00 1,061 100% 1.21kB/s 0:00:00 (xfr#137, to-chk=81/255)
33342024-03-28T07:48:46.348Zsmf/switch_zone_setup/support_authorized_keys
33352024-03-28T07:48:46.348Z 1,284 100% 1.47kB/s 0:00:00 1,284 100% 1.47kB/s 0:00:00 (xfr#138, to-chk=80/255)
33362024-03-28T07:48:46.354Zsmf/switch_zone_setup/switch_zone_setup
33372024-03-28T07:48:46.354Z 1,041 100% 1.19kB/s 0:00:00 1,041 100% 1.19kB/s 0:00:00 (xfr#139, to-chk=79/255)
33382024-03-28T07:48:46.354Zsmf/wicketd/
33392024-03-28T07:48:46.354Zsmf/wicketd/config.toml
33402024-03-28T07:48:46.354Z 104 100% 0.12kB/s 0:00:00 104 100% 0.12kB/s 0:00:00 (xfr#140, to-chk=78/255)
33412024-03-28T07:48:46.354Zsmf/wicketd/manifest.xml
33422024-03-28T07:48:46.354Z 2,954 100% 3.38kB/s 0:00:00 2,954 100% 3.38kB/s 0:00:00 (xfr#141, to-chk=77/255)
33432024-03-28T07:48:46.354Zsmf/zone-network-setup/
33442024-03-28T07:48:46.354Zsmf/zone-network-setup/manifest.xml
33452024-03-28T07:48:46.354Z 1,614 100% 1.85kB/s 0:00:00 1,614 100% 1.85kB/s 0:00:00 (xfr#142, to-chk=76/255)
33462024-03-28T07:48:46.354Ztools/
33472024-03-28T07:48:46.354Ztools/README.adoc
33482024-03-28T07:48:46.354Z 3,558 100% 4.07kB/s 0:00:00 3,558 100% 4.07kB/s 0:00:00 (xfr#143, to-chk=75/255)
33492024-03-28T07:48:46.354Ztools/build-global-zone-packages.sh
33502024-03-28T07:48:46.354Z 2,388 100% 2.73kB/s 0:00:00 2,388 100% 2.73kB/s 0:00:00 (xfr#144, to-chk=74/255)
33512024-03-28T07:48:46.355Ztools/build-host-image.sh
33522024-03-28T07:48:46.355Z 2,971 100% 3.40kB/s 0:00:00 2,971 100% 3.40kB/s 0:00:00 (xfr#145, to-chk=73/255)
33532024-03-28T07:48:46.355Ztools/build-trampoline-global-zone-packages.sh
33542024-03-28T07:48:46.355Z 1,878 100% 2.15kB/s 0:00:00 1,878 100% 2.15kB/s 0:00:00 (xfr#146, to-chk=72/255)
33552024-03-28T07:48:46.355Ztools/ci_check_opte_ver.sh
33562024-03-28T07:48:46.355Z 2,770 100% 3.17kB/s 0:00:00 2,770 100% 3.17kB/s 0:00:00 (xfr#147, to-chk=71/255)
33572024-03-28T07:48:46.355Ztools/ci_download_clickhouse
33582024-03-28T07:48:46.355Z 3,631 100% 4.15kB/s 0:00:00 3,631 100% 4.15kB/s 0:00:00 (xfr#148, to-chk=70/255)
33592024-03-28T07:48:46.355Ztools/ci_download_cockroachdb
33602024-03-28T07:48:46.355Z 4,292 100% 4.91kB/s 0:00:00 4,292 100% 4.91kB/s 0:00:00 (xfr#149, to-chk=69/255)
33612024-03-28T07:48:46.355Ztools/ci_download_console
33622024-03-28T07:48:46.355Z 1,991 100% 2.28kB/s 0:00:00 1,991 100% 2.28kB/s 0:00:00 (xfr#150, to-chk=68/255)
33632024-03-28T07:48:46.355Ztools/ci_download_dendrite_openapi
33642024-03-28T07:48:46.355Z 1,719 100% 1.97kB/s 0:00:00 1,719 100% 1.97kB/s 0:00:00 (xfr#151, to-chk=67/255)
33652024-03-28T07:48:46.355Ztools/ci_download_dendrite_stub
33662024-03-28T07:48:46.355Z 4,229 100% 4.83kB/s 0:00:00 4,229 100% 4.83kB/s 0:00:00 (xfr#152, to-chk=66/255)
33672024-03-28T07:48:46.355Ztools/ci_download_maghemite_mgd
33682024-03-28T07:48:46.355Z 3,650 100% 4.17kB/s 0:00:00 3,650 100% 4.17kB/s 0:00:00 (xfr#153, to-chk=65/255)
33692024-03-28T07:48:46.355Ztools/ci_download_maghemite_openapi
33702024-03-28T07:48:46.355Z 1,989 100% 2.27kB/s 0:00:00 1,989 100% 2.27kB/s 0:00:00 (xfr#154, to-chk=64/255)
33712024-03-28T07:48:46.355Ztools/ci_download_softnpu_machinery
33722024-03-28T07:48:46.356Z 668 100% 0.76kB/s 0:00:00 668 100% 0.76kB/s 0:00:00 (xfr#155, to-chk=63/255)
33732024-03-28T07:48:46.356Ztools/ci_download_thundermuffin
33742024-03-28T07:48:46.356Z 3,237 100% 3.70kB/s 0:00:00 3,237 100% 3.70kB/s 0:00:00 (xfr#156, to-chk=62/255)
33752024-03-28T07:48:46.356Ztools/ci_download_transceiver_control
33762024-03-28T07:48:46.356Z 3,415 100% 3.90kB/s 0:00:00 3,415 100% 3.90kB/s 0:00:00 (xfr#157, to-chk=61/255)
33772024-03-28T07:48:46.356Ztools/clickhouse_checksums
33782024-03-28T07:48:46.356Z 153 100% 0.17kB/s 0:00:00 153 100% 0.17kB/s 0:00:00 (xfr#158, to-chk=60/255)
33792024-03-28T07:48:46.356Ztools/clickhouse_version
33802024-03-28T07:48:46.356Z 11 100% 0.01kB/s 0:00:00 11 100% 0.01kB/s 0:00:00 (xfr#159, to-chk=59/255)
33812024-03-28T07:48:46.356Ztools/cockroachdb_checksums
33822024-03-28T07:48:46.356Z 258 100% 0.29kB/s 0:00:00 258 100% 0.29kB/s 0:00:00 (xfr#160, to-chk=58/255)
33832024-03-28T07:48:46.356Ztools/cockroachdb_version
33842024-03-28T07:48:46.356Z 8 100% 0.01kB/s 0:00:00 8 100% 0.01kB/s 0:00:00 (xfr#161, to-chk=57/255)
33852024-03-28T07:48:46.356Ztools/console_version
33862024-03-28T07:48:46.356Z 122 100% 0.14kB/s 0:00:00 122 100% 0.14kB/s 0:00:00 (xfr#162, to-chk=56/255)
33872024-03-28T07:48:46.356Ztools/create_gimlet_virtual_hardware.sh
33882024-03-28T07:48:46.356Z 936 100% 1.07kB/s 0:00:00 936 100% 1.07kB/s 0:00:00 (xfr#163, to-chk=55/255)
33892024-03-28T07:48:46.356Ztools/create_scrimlet_virtual_hardware.sh
33902024-03-28T07:48:46.356Z 2,014 100% 2.30kB/s 0:00:00 2,014 100% 2.30kB/s 0:00:00 (xfr#164, to-chk=54/255)
33912024-03-28T07:48:46.356Ztools/create_self_signed_cert.sh
33922024-03-28T07:48:46.356Z 685 100% 0.78kB/s 0:00:00 685 100% 0.78kB/s 0:00:00 (xfr#165, to-chk=53/255)
33932024-03-28T07:48:46.357Ztools/create_virtual_hardware.sh
33942024-03-28T07:48:46.357Z 3,184 100% 3.64kB/s 0:00:00 3,184 100% 3.64kB/s 0:00:00 (xfr#166, to-chk=52/255)
33952024-03-28T07:48:46.357Ztools/delete-reservoir.sh
33962024-03-28T07:48:46.357Z 136 100% 0.16kB/s 0:00:00 136 100% 0.16kB/s 0:00:00 (xfr#167, to-chk=51/255)
33972024-03-28T07:48:46.357Ztools/dendrite_openapi_version
33982024-03-28T07:48:46.357Z 122 100% 0.14kB/s 0:00:00 122 100% 0.14kB/s 0:00:00 (xfr#168, to-chk=50/255)
33992024-03-28T07:48:46.357Ztools/dendrite_stub_checksums
34002024-03-28T07:48:46.357Z 267 100% 0.30kB/s 0:00:00 267 100% 0.30kB/s 0:00:00 (xfr#169, to-chk=49/255)
34012024-03-28T07:48:46.357Ztools/destroy_gimlet_virtual_hardware.sh
34022024-03-28T07:48:46.357Z 888 100% 1.01kB/s 0:00:00 888 100% 1.01kB/s 0:00:00 (xfr#170, to-chk=48/255)
34032024-03-28T07:48:46.357Ztools/destroy_scrimlet_virtual_hardware.sh
34042024-03-28T07:48:46.357Z 1,147 100% 1.31kB/s 0:00:00 1,147 100% 1.31kB/s 0:00:00 (xfr#171, to-chk=47/255)
34052024-03-28T07:48:46.357Ztools/destroy_virtual_hardware.sh
34062024-03-28T07:48:46.357Z 2,227 100% 2.54kB/s 0:00:00 2,227 100% 2.54kB/s 0:00:00 (xfr#172, to-chk=46/255)
34072024-03-28T07:48:46.357Ztools/dvt_dock_version
34082024-03-28T07:48:46.357Z 48 100% 0.05kB/s 0:00:00 48 100% 0.05kB/s 0:00:00 (xfr#173, to-chk=45/255)
34092024-03-28T07:48:46.357Ztools/ensure_buildomat_artifact.sh
34102024-03-28T07:48:46.357Z 3,759 100% 4.29kB/s 0:00:00 3,759 100% 4.29kB/s 0:00:00 (xfr#174, to-chk=44/255)
34112024-03-28T07:48:46.357Ztools/generate-nexus-api.sh
34122024-03-28T07:48:46.357Z 174 100% 0.20kB/s 0:00:00 174 100% 0.20kB/s 0:00:00 (xfr#175, to-chk=43/255)
34132024-03-28T07:48:46.357Ztools/generate-sled-agent-api.sh
34142024-03-28T07:48:46.358Z 161 100% 0.18kB/s 0:00:00 161 100% 0.18kB/s 0:00:00 (xfr#176, to-chk=42/255)
34152024-03-28T07:48:46.358Ztools/generate-wicketd-api.sh
34162024-03-28T07:48:46.358Z 75 100% 0.09kB/s 0:00:00 75 100% 0.09kB/s 0:00:00 (xfr#177, to-chk=41/255)
34172024-03-28T07:48:46.358Ztools/hubris_checksums
34182024-03-28T07:48:46.358Z 852 100% 0.97kB/s 0:00:00 852 100% 0.97kB/s 0:00:00 (xfr#178, to-chk=40/255)
34192024-03-28T07:48:46.358Ztools/hubris_version
34202024-03-28T07:48:46.358Z 50 100% 0.06kB/s 0:00:00 50 100% 0.06kB/s 0:00:00 (xfr#179, to-chk=39/255)
34212024-03-28T07:48:46.358Ztools/install_builder_prerequisites.sh
34222024-03-28T07:48:46.358Z 7,537 100% 8.61kB/s 0:00:00 7,537 100% 8.61kB/s 0:00:00 (xfr#180, to-chk=38/255)
34232024-03-28T07:48:46.358Ztools/install_opte.sh
34242024-03-28T07:48:46.358Z 3,755 100% 4.28kB/s 0:00:00 3,755 100% 4.28kB/s 0:00:00 (xfr#181, to-chk=37/255)
34252024-03-28T07:48:46.358Ztools/install_prerequisites.sh
34262024-03-28T07:48:46.358Z 255 100% 0.29kB/s 0:00:00 255 100% 0.29kB/s 0:00:00 (xfr#182, to-chk=36/255)
34272024-03-28T07:48:46.358Ztools/install_runner_prerequisites.sh
34282024-03-28T07:48:46.358Z 4,154 100% 4.74kB/s 0:00:00 4,154 100% 4.74kB/s 0:00:00 (xfr#183, to-chk=35/255)
34292024-03-28T07:48:46.358Ztools/maghemite_ddm_openapi_version
34302024-03-28T07:48:46.358Z 122 100% 0.14kB/s 0:00:00 122 100% 0.14kB/s 0:00:00 (xfr#184, to-chk=34/255)
34312024-03-28T07:48:46.358Ztools/maghemite_mg_openapi_version
34322024-03-28T07:48:46.358Z 122 100% 0.14kB/s 0:00:00 122 100% 0.14kB/s 0:00:00 (xfr#185, to-chk=33/255)
34332024-03-28T07:48:46.358Ztools/maghemite_mgd_checksums
34342024-03-28T07:48:46.358Z 163 100% 0.19kB/s 0:00:00 163 100% 0.19kB/s 0:00:00 (xfr#186, to-chk=32/255)
34352024-03-28T07:48:46.359Ztools/opte_version
34362024-03-28T07:48:46.363Z 9 100% 0.01kB/s 0:00:00 9 100% 0.01kB/s 0:00:00 (xfr#187, to-chk=31/255)
34372024-03-28T07:48:46.363Ztools/opte_version_override
34382024-03-28T07:48:46.363Z 142 100% 0.16kB/s 0:00:00 142 100% 0.16kB/s 0:00:00 (xfr#188, to-chk=30/255)
34392024-03-28T07:48:46.363Ztools/renovate-post-upgrade.sh
34402024-03-28T07:48:46.363Z 1,705 100% 1.95kB/s 0:00:00 1,705 100% 1.95kB/s 0:00:00 (xfr#189, to-chk=29/255)
34412024-03-28T07:48:46.363Ztools/thundermuffin_checksums
34422024-03-28T07:48:46.363Z 79 100% 0.09kB/s 0:00:00 79 100% 0.09kB/s 0:00:00 (xfr#190, to-chk=28/255)
34432024-03-28T07:48:46.363Ztools/thundermuffin_version
34442024-03-28T07:48:46.363Z 50 100% 0.06kB/s 0:00:00 50 100% 0.06kB/s 0:00:00 (xfr#191, to-chk=27/255)
34452024-03-28T07:48:46.363Ztools/transceiver_control_version
34462024-03-28T07:48:46.363Z 137 100% 0.16kB/s 0:00:00 137 100% 0.16kB/s 0:00:00 (xfr#192, to-chk=26/255)
34472024-03-28T07:48:46.363Ztools/uninstall_opte.sh
34482024-03-28T07:48:46.363Z 6,514 100% 7.43kB/s 0:00:00 6,514 100% 7.43kB/s 0:00:00 (xfr#193, to-chk=25/255)
34492024-03-28T07:48:46.363Ztools/update_crucible.sh
34502024-03-28T07:48:46.363Z 1,093 100% 1.25kB/s 0:00:00 1,093 100% 1.25kB/s 0:00:00 (xfr#194, to-chk=24/255)
34512024-03-28T07:48:46.363Ztools/update_dendrite.sh
34522024-03-28T07:48:46.363Z 2,333 100% 2.66kB/s 0:00:00 2,333 100% 2.66kB/s 0:00:00 (xfr#195, to-chk=23/255)
34532024-03-28T07:48:46.363Ztools/update_helpers.sh
34542024-03-28T07:48:46.363Z 3,831 100% 4.37kB/s 0:00:00 3,831 100% 4.37kB/s 0:00:00 (xfr#196, to-chk=22/255)
34552024-03-28T07:48:46.364Ztools/update_lldp.sh
34562024-03-28T07:48:46.364Z 1,000 100% 1.14kB/s 0:00:00 1,000 100% 1.14kB/s 0:00:00 (xfr#197, to-chk=21/255)
34572024-03-28T07:48:46.364Ztools/update_maghemite.sh
34582024-03-28T07:48:46.364Z 939 100% 1.07kB/s 0:00:00 939 100% 1.07kB/s 0:00:00 (xfr#198, to-chk=20/255)
34592024-03-28T07:48:46.364Ztools/update_propolis.sh
34602024-03-28T07:48:46.364Z 1,050 100% 1.20kB/s 0:00:00 1,050 100% 1.20kB/s 0:00:00 (xfr#199, to-chk=19/255)
34612024-03-28T07:48:46.364Ztools/update_transceiver_control.sh
34622024-03-28T07:48:46.364Z 1,374 100% 1.57kB/s 0:00:00 1,374 100% 1.57kB/s 0:00:00 (xfr#200, to-chk=18/255)
34632024-03-28T07:48:46.364Ztools/virtual_hardware.sh
34642024-03-28T07:48:46.364Z 3,429 100% 3.91kB/s 0:00:00 3,429 100% 3.91kB/s 0:00:00 (xfr#201, to-chk=17/255)
34652024-03-28T07:48:46.364Ztools/dtrace/
34662024-03-28T07:48:46.364Ztools/dtrace/aggregate-query-latency.d
34672024-03-28T07:48:46.364Z 780 100% 0.89kB/s 0:00:00 780 100% 0.89kB/s 0:00:00 (xfr#202, to-chk=11/255)
34682024-03-28T07:48:46.364Ztools/dtrace/slowest-queries.d
34692024-03-28T07:48:46.364Z 1,077 100% 1.23kB/s 0:00:00 1,077 100% 1.23kB/s 0:00:00 (xfr#203, to-chk=10/255)
34702024-03-28T07:48:46.364Ztools/dtrace/trace-db-queries.d
34712024-03-28T07:48:46.364Z 811 100% 0.93kB/s 0:00:00 811 100% 0.93kB/s 0:00:00 (xfr#204, to-chk=9/255)
34722024-03-28T07:48:46.364Ztools/include/
34732024-03-28T07:48:46.364Ztools/include/force-git-over-https.sh
34742024-03-28T07:48:46.364Z 940 100% 1.07kB/s 0:00:00 940 100% 1.07kB/s 0:00:00 (xfr#205, to-chk=8/255)
34752024-03-28T07:48:46.364Ztools/populate/
34762024-03-28T07:48:46.365Ztools/populate/populate-alpine.sh
34772024-03-28T07:48:46.365Z 788 100% 0.90kB/s 0:00:00 788 100% 0.90kB/s 0:00:00 (xfr#206, to-chk=7/255)
34782024-03-28T07:48:46.365Ztools/populate/populate-images.sh
34792024-03-28T07:48:46.365Z 2,571 100% 2.93kB/s 0:00:00 2,571 100% 2.93kB/s 0:00:00 (xfr#207, to-chk=6/255)
34802024-03-28T07:48:46.365Ztools/reflector/
34812024-03-28T07:48:46.365Ztools/reflector/helpers.sh
34822024-03-28T07:48:46.365Z 4,652 100% 5.31kB/s 0:00:00 4,652 100% 5.31kB/s 0:00:00 (xfr#208, to-chk=5/255)
34832024-03-28T07:48:46.365Ztools/scrimlet/
34842024-03-28T07:48:46.365Ztools/scrimlet/create-softnpu-zone.sh
34852024-03-28T07:48:46.365Z 627 100% 0.72kB/s 0:00:00 627 100% 0.72kB/s 0:00:00 (xfr#209, to-chk=4/255)
34862024-03-28T07:48:46.365Ztools/scrimlet/destroy-softnpu-zone.sh
34872024-03-28T07:48:46.365Z 203 100% 0.23kB/s 0:00:00 203 100% 0.23kB/s 0:00:00 (xfr#210, to-chk=3/255)
34882024-03-28T07:48:46.365Ztools/scrimlet/softnpu-init.sh
34892024-03-28T07:48:46.365Z 2,157 100% 2.46kB/s 0:00:00 2,157 100% 2.46kB/s 0:00:00 (xfr#211, to-chk=2/255)
34902024-03-28T07:48:46.365Ztools/scrimlet/softnpu-zone.txt
34912024-03-28T07:48:46.365Z 330 100% 0.38kB/s 0:00:00 330 100% 0.38kB/s 0:00:00 (xfr#212, to-chk=1/255)
34922024-03-28T07:48:46.365Ztools/scrimlet/softnpu.toml
34932024-03-28T07:48:46.365Z 171 100% 0.19kB/s 0:00:00 171 100% 0.19kB/s 0:00:00 (xfr#213, to-chk=0/255)
34942024-03-28T07:48:46.386Z+ banner G1
34952024-03-28T07:48:46.389Z ##### #
34962024-03-28T07:48:46.389Z# # ##
34972024-03-28T07:48:46.389Z# # #
34982024-03-28T07:48:46.389Z# #### #
34992024-03-28T07:48:46.389Z# # #
35002024-03-28T07:48:46.389Z# # #
35012024-03-28T07:48:46.390Z ##### #####
35022024-03-28T07:48:46.390Z
35032024-03-28T07:48:46.390Z+ . config/build-g1.sh
35042024-03-28T07:48:46.390Z++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml
35052024-03-28T07:48:46.393Z++ cp config/g1-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml
35062024-03-28T07:48:46.396Z++ cp -r cargo-bay/tools cargo-bay/g1/
35072024-03-28T07:48:46.399Z++ cd /work/oxidecomputer/omicron
35082024-03-28T07:48:46.399Z++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled
35092024-03-28T07:48:47.213Z Finished release [optimized] target(s) in 0.76s
35102024-03-28T07:48:47.235Z Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled`
35112024-03-28T07:48:47.256ZLogging to: /work/oxidecomputer/omicron/out/LOG
35122024-03-28T07:48:47.260ZCreated new build target 'default' and set it as active
35132024-03-28T07:48:47.260Z++ cargo run --release --bin omicron-package -- package
35142024-03-28T07:48:47.977Z Finished release [optimized] target(s) in 0.67s
35152024-03-28T07:48:47.999Z Running `target/release/omicron-package package`
35162024-03-28T07:48:48.032ZLogging to: /work/oxidecomputer/omicron/out/LOG
35172024-03-28T07:48:48.830Z Finished release [optimized] target(s) in 0.74s
35182024-03-28T07:48:51.415Z++ cd /work/oxidecomputer/testbed/a4x2/config/../
35192024-03-28T07:48:51.415Z++ rm -rf cargo-bay/g1/omicron
35202024-03-28T07:48:51.424Z++ mkdir -p cargo-bay/g1/omicron
35212024-03-28T07:48:51.424Z++ 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/
35222024-03-28T07:48:51.424Zsending incremental file list
35232024-03-28T07:48:51.427Zomicron-package
35242024-03-28T07:48:51.624Z 32,768 0% 0.00kB/s 0:00:00 40,138,496 100% 194.15MB/s 0:00:00 (xfr#1, to-chk=253/254)
35252024-03-28T07:48:51.624Zpackage-manifest.toml
35262024-03-28T07:48:51.628Z 26,511 100% 131.42kB/s 0:00:00 26,511 100% 131.42kB/s 0:00:00 (xfr#2, to-chk=252/254)
35272024-03-28T07:48:51.628Zout/
35282024-03-28T07:48:51.628Zout/LOG
35292024-03-28T07:48:51.628Z 32,768 78% 162.44kB/s 0:00:00 41,921 100% 207.81kB/s 0:00:00 (xfr#3, to-chk=248/254)
35302024-03-28T07:48:51.628Zout/clickhouse.tar.gz
35312024-03-28T07:48:52.091Z 32,768 0% 162.44kB/s 0:23:43 231,182,479 100% 332.04MB/s 0:00:00 (xfr#4, to-chk=247/254)
35322024-03-28T07:48:52.091Zout/clickhouse_keeper.tar.gz
35332024-03-28T07:48:52.587Z 32,768 0% 48.19kB/s 1:19:56 154,435,584 66% 147.28MB/s 0:00:00 231,167,703 100% 190.05MB/s 0:00:01 (xfr#5, to-chk=246/254)
35342024-03-28T07:48:52.588Zout/cockroachdb.tar.gz
35352024-03-28T07:48:52.875Z 32,768 0% 198.76kB/s 0:10:37 126,669,519 100% 270.86MB/s 0:00:00 (xfr#6, to-chk=245/254)
35362024-03-28T07:48:52.876Zout/crucible-pantry-zone.tar.gz
35372024-03-28T07:48:52.927Z 32,768 0% 71.75kB/s 0:05:52 25,289,390 100% 48.72MB/s 0:00:00 (xfr#7, to-chk=244/254)
35382024-03-28T07:48:52.927Zout/crucible-zone.tar.gz
35392024-03-28T07:48:52.996Z 32,768 0% 64.52kB/s 0:09:32 36,994,036 100% 62.00MB/s 0:00:00 (xfr#8, to-chk=243/254)
35402024-03-28T07:48:52.996Zout/external-dns.tar.gz
35412024-03-28T07:48:53.057Z 32,768 0% 56.24kB/s 0:09:10 31,003,333 100% 46.86MB/s 0:00:00 (xfr#9, to-chk=242/254)
35422024-03-28T07:48:53.057Zout/internal-dns.tar.gz
35432024-03-28T07:48:53.120Z 32,768 0% 50.71kB/s 0:10:10 31,004,213 100% 42.61MB/s 0:00:00 (xfr#10, to-chk=241/254)
35442024-03-28T07:48:53.120Zout/mg-ddm-gz.tar
35452024-03-28T07:48:53.558Z 32,768 0% 46.11kB/s 0:27:06 52,035,584 69% 49.62MB/s 0:00:00 75,039,232 100% 63.22MB/s 0:00:01 (xfr#11, to-chk=240/254)
35462024-03-28T07:48:53.558Zout/nexus.tar.gz
35472024-03-28T07:48:53.746Z 32,768 0% 240.60kB/s 0:06:16 90,694,787 100% 270.29MB/s 0:00:00 (xfr#12, to-chk=239/254)
35482024-03-28T07:48:53.746Zout/ntp.tar.gz
35492024-03-28T07:48:54.175Z 32,768 0% 100.00kB/s 0:01:43 10,425,157 100% 29.16MB/s 0:00:00 (xfr#13, to-chk=238/254)
35502024-03-28T07:48:54.175Zout/omicron-gateway-softnpu.tar.gz
35512024-03-28T07:48:54.183Z 32,768 0% 93.84kB/s 0:02:55 16,522,803 100% 42.70MB/s 0:00:00 (xfr#14, to-chk=237/254)
35522024-03-28T07:48:54.184Zout/omicron-gateway.tar.gz
35532024-03-28T07:48:54.184Z 32,768 0% 86.72kB/s 0:03:10 16,517,040 100% 39.78MB/s 0:00:00 (xfr#15, to-chk=236/254)
35542024-03-28T07:48:54.184Zout/omicron-sled-agent.tar
35552024-03-28T07:48:54.646Z 32,768 0% 80.81kB/s 0:23:31 114,086,400 100% 109.90MB/s 0:00:00 (xfr#16, to-chk=235/254)
35562024-03-28T07:48:54.646Zout/overlay.tar.gz
35572024-03-28T07:48:54.646Z 2,622 100% 2.59kB/s 0:00:00 2,622 100% 2.59kB/s 0:00:00 (xfr#17, to-chk=234/254)
35582024-03-28T07:48:54.646Zout/oximeter.tar.gz
35592024-03-28T07:48:54.646Z 32,768 0% 32.32kB/s 0:25:16 4,063,232 8% 3.88MB/s 0:00:11 49,047,464 100% 43.35MB/s 0:00:01 (xfr#18, to-chk=233/254)
35602024-03-28T07:48:54.646Zout/oxlog.tar
35612024-03-28T07:48:54.646Z 32,768 0% 395.06kB/s 0:00:15 6,243,840 100% 50.04MB/s 0:00:00 (xfr#19, to-chk=232/254)
35622024-03-28T07:48:54.646Zout/probe.tar.gz
35632024-03-28T07:48:54.646Z 32,768 1% 268.91kB/s 0:00:10 2,829,470 100% 21.76MB/s 0:00:00 (xfr#20, to-chk=231/254)
35642024-03-28T07:48:54.646Zout/propolis-server.tar.gz
35652024-03-28T07:48:54.659Z 32,768 0% 258.06kB/s 0:04:17 66,360,059 100% 269.30MB/s 0:00:00 (xfr#21, to-chk=230/254)
35662024-03-28T07:48:54.659Zout/switch-softnpu.tar.gz
35672024-03-28T07:48:55.047Z 32,768 0% 136.17kB/s 0:26:08 213,610,870 100% 329.10MB/s 0:00:00 (xfr#22, to-chk=229/254)
35682024-03-28T07:48:55.047Zout/console-assets/
35692024-03-28T07:48:55.047Zout/console-assets/VERSION
35702024-03-28T07:48:55.047Z 41 100% 0.06kB/s 0:00:00 41 100% 0.06kB/s 0:00:00 (xfr#23, to-chk=225/254)
35712024-03-28T07:48:55.047Zout/console-assets/index.html
35722024-03-28T07:48:55.047Z 466 100% 0.74kB/s 0:00:00 466 100% 0.74kB/s 0:00:00 (xfr#24, to-chk=224/254)
35732024-03-28T07:48:55.047Zout/console-assets/assets/
35742024-03-28T07:48:55.047Zout/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2
35752024-03-28T07:48:55.053Z 32,768 70% 51.70kB/s 0:00:00 46,276 100% 73.01kB/s 0:00:00 (xfr#25, to-chk=222/254)
35762024-03-28T07:48:55.053Zout/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff
35772024-03-28T07:48:55.053Z 32,768 65% 51.70kB/s 0:00:00 50,032 100% 78.93kB/s 0:00:00 (xfr#26, to-chk=221/254)
35782024-03-28T07:48:55.053Zout/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff
35792024-03-28T07:48:55.053Z 32,768 55% 51.61kB/s 0:00:00 58,524 100% 92.18kB/s 0:00:00 (xfr#27, to-chk=220/254)
35802024-03-28T07:48:55.053Zout/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2
35812024-03-28T07:48:55.053Z 32,768 71% 51.61kB/s 0:00:00 46,060 100% 72.55kB/s 0:00:00 (xfr#28, to-chk=219/254)
35822024-03-28T07:48:55.054Zout/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff
35832024-03-28T07:48:55.054Z 21,937 100% 34.55kB/s 0:00:00 21,937 100% 34.55kB/s 0:00:00 (xfr#29, to-chk=218/254)
35842024-03-28T07:48:55.054Zout/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2
35852024-03-28T07:48:55.054Z 17,996 100% 28.35kB/s 0:00:00 17,996 100% 28.35kB/s 0:00:00 (xfr#30, to-chk=217/254)
35862024-03-28T07:48:55.054Zout/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff
35872024-03-28T07:48:55.054Z 21,890 100% 34.48kB/s 0:00:00 21,890 100% 34.48kB/s 0:00:00 (xfr#31, to-chk=216/254)
35882024-03-28T07:48:55.054Zout/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2
35892024-03-28T07:48:55.054Z 17,984 100% 28.33kB/s 0:00:00 17,984 100% 28.33kB/s 0:00:00 (xfr#32, to-chk=215/254)
35902024-03-28T07:48:55.054Zout/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff
35912024-03-28T07:48:55.054Z 21,123 100% 33.27kB/s 0:00:00 21,123 100% 33.27kB/s 0:00:00 (xfr#33, to-chk=214/254)
35922024-03-28T07:48:55.054Zout/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2
35932024-03-28T07:48:55.054Z 17,228 100% 27.14kB/s 0:00:00 17,228 100% 27.09kB/s 0:00:00 (xfr#34, to-chk=213/254)
35942024-03-28T07:48:55.054Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2
35952024-03-28T07:48:55.054Z 18,448 100% 29.01kB/s 0:00:00 18,448 100% 29.01kB/s 0:00:00 (xfr#35, to-chk=212/254)
35962024-03-28T07:48:55.054Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff
35972024-03-28T07:48:55.054Z 22,665 100% 35.64kB/s 0:00:00 22,665 100% 35.64kB/s 0:00:00 (xfr#36, to-chk=211/254)
35982024-03-28T07:48:55.054Zout/console-assets/assets/Terminal-MhI4tVax.js
35992024-03-28T07:48:55.054Z 32,768 11% 51.53kB/s 0:00:04 287,745 100% 451.04kB/s 0:00:00 (xfr#37, to-chk=210/254)
36002024-03-28T07:48:55.054Zout/console-assets/assets/Terminal-MhI4tVax.js.gz
36012024-03-28T07:48:55.054Z 32,768 45% 51.36kB/s 0:00:00 71,751 100% 112.47kB/s 0:00:00 (xfr#38, to-chk=209/254)
36022024-03-28T07:48:55.055Zout/console-assets/assets/Terminal-MhI4tVax.js.map
36032024-03-28T07:48:55.055Z 32,768 5% 51.36kB/s 0:00:10 590,398 100% 922.50kB/s 0:00:00 (xfr#39, to-chk=208/254)
36042024-03-28T07:48:55.055Zout/console-assets/assets/Terminal-MhI4tVax.js.map.gz
36052024-03-28T07:48:55.055Z 32,768 27% 51.20kB/s 0:00:01 118,340 100% 184.61kB/s 0:00:00 (xfr#40, to-chk=207/254)
36062024-03-28T07:48:55.055Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js
36072024-03-28T07:48:55.058Z 32,768 8% 51.12kB/s 0:00:06 371,459 100% 577.63kB/s 0:00:00 (xfr#41, to-chk=206/254)
36082024-03-28T07:48:55.058Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js.gz
36092024-03-28T07:48:55.059Z 32,768 31% 50.96kB/s 0:00:01 103,751 100% 161.34kB/s 0:00:00 (xfr#42, to-chk=205/254)
36102024-03-28T07:48:55.059Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js.map
36112024-03-28T07:48:55.063Z 32,768 1% 50.87kB/s 0:00:31 1,659,324 100% 2.49MB/s 0:00:00 (xfr#43, to-chk=204/254)
36122024-03-28T07:48:55.063Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js.map.gz
36132024-03-28T07:48:55.063Z 32,768 8% 50.31kB/s 0:00:06 379,086 100% 581.16kB/s 0:00:00 (xfr#44, to-chk=203/254)
36142024-03-28T07:48:55.063Zout/console-assets/assets/app-UgyCDj6n.css
36152024-03-28T07:48:55.069Z 32,768 23% 50.24kB/s 0:00:02 138,220 100% 211.57kB/s 0:00:00 (xfr#45, to-chk=202/254)
36162024-03-28T07:48:55.069Zout/console-assets/assets/app-UgyCDj6n.css.gz
36172024-03-28T07:48:55.069Z 21,226 100% 32.49kB/s 0:00:00 21,226 100% 32.49kB/s 0:00:00 (xfr#46, to-chk=201/254)
36182024-03-28T07:48:55.069Zout/console-assets/assets/app-oDC708oE.js
36192024-03-28T07:48:55.073Z 32,768 3% 50.16kB/s 0:00:21 1,090,115 100% 1.61MB/s 0:00:00 (xfr#47, to-chk=200/254)
36202024-03-28T07:48:55.073Zout/console-assets/assets/app-oDC708oE.js.gz
36212024-03-28T07:48:55.073Z 32,768 9% 49.61kB/s 0:00:06 336,276 100% 508.35kB/s 0:00:00 (xfr#48, to-chk=199/254)
36222024-03-28T07:48:55.073Zout/console-assets/assets/app-oDC708oE.js.map
36232024-03-28T07:48:55.097Z 32,768 0% 49.54kB/s 0:01:45 5,242,661 100% 7.44MB/s 0:00:00 (xfr#49, to-chk=198/254)
36242024-03-28T07:48:55.097Zout/console-assets/assets/app-oDC708oE.js.map.gz
36252024-03-28T07:48:55.104Z 32,768 2% 47.62kB/s 0:00:25 1,239,845 100% 1.75MB/s 0:00:00 (xfr#50, to-chk=197/254)
36262024-03-28T07:48:55.104Zout/console-assets/assets/favicon-WELtHcTG.svg
36272024-03-28T07:48:55.104Z 761 100% 1.10kB/s 0:00:00 761 100% 1.10kB/s 0:00:00 (xfr#51, to-chk=196/254)
36282024-03-28T07:48:55.104Zout/console-assets/assets/favicon-cDDaBnwQ.png
36292024-03-28T07:48:55.104Z 1,327 100% 1.92kB/s 0:00:00 1,327 100% 1.92kB/s 0:00:00 (xfr#52, to-chk=195/254)
36302024-03-28T07:48:55.104Zout/console-assets/assets/og-preview-image.webp
36312024-03-28T07:48:55.104Z 32,768 36% 47.41kB/s 0:00:01 89,880 100% 130.03kB/s 0:00:00 (xfr#53, to-chk=194/254)
36322024-03-28T07:48:55.104Zout/console-assets/assets/oxide-hero-rack-hMCZGwQc.webp
36332024-03-28T07:48:55.104Z 32,768 9% 47.41kB/s 0:00:06 352,484 100% 509.21kB/s 0:00:00 (xfr#54, to-chk=193/254)
36342024-03-28T07:48:55.104Zout/manifest-cache/
36352024-03-28T07:48:55.105Zout/manifest-cache/clickhouse.tar.gz.json
36362024-03-28T07:48:55.105Z 780 100% 1.13kB/s 0:00:00 780 100% 1.13kB/s 0:00:00 (xfr#55, to-chk=192/254)
36372024-03-28T07:48:55.105Zout/manifest-cache/clickhouse_keeper.tar.gz.json
36382024-03-28T07:48:55.105Z 801 100% 1.16kB/s 0:00:00 801 100% 1.16kB/s 0:00:00 (xfr#56, to-chk=191/254)
36392024-03-28T07:48:55.105Zout/manifest-cache/clickhouse_keeper_svc.tar.gz.json
36402024-03-28T07:48:55.105Z 2,958 100% 4.27kB/s 0:00:00 2,958 100% 4.27kB/s 0:00:00 (xfr#57, to-chk=190/254)
36412024-03-28T07:48:55.105Zout/manifest-cache/clickhouse_svc.tar.gz.json
36422024-03-28T07:48:55.105Z 2,946 100% 4.26kB/s 0:00:00 2,946 100% 4.26kB/s 0:00:00 (xfr#58, to-chk=189/254)
36432024-03-28T07:48:55.105Zout/manifest-cache/cockroachdb-service.tar.gz.json
36442024-03-28T07:48:55.105Z 32,768 59% 47.34kB/s 0:00:00 54,966 100% 79.40kB/s 0:00:00 (xfr#59, to-chk=188/254)
36452024-03-28T07:48:55.105Zout/manifest-cache/cockroachdb.tar.gz.json
36462024-03-28T07:48:55.105Z 787 100% 1.14kB/s 0:00:00 787 100% 1.14kB/s 0:00:00 (xfr#60, to-chk=187/254)
36472024-03-28T07:48:55.105Zout/manifest-cache/crucible-pantry-zone.tar.gz.json
36482024-03-28T07:48:55.106Z 662 100% 0.96kB/s 0:00:00 662 100% 0.96kB/s 0:00:00 (xfr#61, to-chk=186/254)
36492024-03-28T07:48:55.106Zout/manifest-cache/crucible-zone.tar.gz.json
36502024-03-28T07:48:55.106Z 641 100% 0.93kB/s 0:00:00 641 100% 0.93kB/s 0:00:00 (xfr#62, to-chk=185/254)
36512024-03-28T07:48:55.106Zout/manifest-cache/dns-server.tar.gz.json
36522024-03-28T07:48:55.106Z 942 100% 1.36kB/s 0:00:00 942 100% 1.36kB/s 0:00:00 (xfr#63, to-chk=184/254)
36532024-03-28T07:48:55.106Zout/manifest-cache/external-dns-customizations.tar.gz.json
36542024-03-28T07:48:55.106Z 1,132 100% 1.64kB/s 0:00:00 1,132 100% 1.64kB/s 0:00:00 (xfr#64, to-chk=183/254)
36552024-03-28T07:48:55.106Zout/manifest-cache/external-dns.tar.gz.json
36562024-03-28T07:48:55.106Z 934 100% 1.35kB/s 0:00:00 934 100% 1.35kB/s 0:00:00 (xfr#65, to-chk=182/254)
36572024-03-28T07:48:55.106Zout/manifest-cache/internal-dns-cli.tar.gz.json
36582024-03-28T07:48:55.116Z 752 100% 1.09kB/s 0:00:00 752 100% 1.09kB/s 0:00:00 (xfr#66, to-chk=181/254)
36592024-03-28T07:48:55.116Zout/manifest-cache/internal-dns-customizations.tar.gz.json
36602024-03-28T07:48:55.116Z 1,132 100% 1.64kB/s 0:00:00 1,132 100% 1.64kB/s 0:00:00 (xfr#67, to-chk=180/254)
36612024-03-28T07:48:55.116Zout/manifest-cache/internal-dns.tar.gz.json
36622024-03-28T07:48:55.116Z 791 100% 1.14kB/s 0:00:00 791 100% 1.14kB/s 0:00:00 (xfr#68, to-chk=179/254)
36632024-03-28T07:48:55.117Zout/manifest-cache/logadm.tar.gz.json
36642024-03-28T07:48:55.117Z 1,044 100% 1.51kB/s 0:00:00 1,044 100% 1.51kB/s 0:00:00 (xfr#69, to-chk=178/254)
36652024-03-28T07:48:55.117Zout/manifest-cache/nexus.tar.gz.json
36662024-03-28T07:48:55.117Z 773 100% 1.12kB/s 0:00:00 773 100% 1.12kB/s 0:00:00 (xfr#70, to-chk=177/254)
36672024-03-28T07:48:55.117Zout/manifest-cache/ntp-svc.tar.gz.json
36682024-03-28T07:48:55.118Z 2,228 100% 3.21kB/s 0:00:00 2,228 100% 3.21kB/s 0:00:00 (xfr#71, to-chk=176/254)
36692024-03-28T07:48:55.118Zout/manifest-cache/ntp.tar.gz.json
36702024-03-28T07:48:55.118Z 763 100% 1.10kB/s 0:00:00 763 100% 1.10kB/s 0:00:00 (xfr#72, to-chk=175/254)
36712024-03-28T07:48:55.118Zout/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json
36722024-03-28T07:48:55.118Z 1,462 100% 2.11kB/s 0:00:00 1,462 100% 2.11kB/s 0:00:00 (xfr#73, to-chk=174/254)
36732024-03-28T07:48:55.119Zout/manifest-cache/omicron-gateway-softnpu.tar.gz.json
36742024-03-28T07:48:55.119Z 545 100% 0.79kB/s 0:00:00 545 100% 0.79kB/s 0:00:00 (xfr#74, to-chk=173/254)
36752024-03-28T07:48:55.119Zout/manifest-cache/omicron-gateway.tar.gz.json
36762024-03-28T07:48:55.119Z 703 100% 1.01kB/s 0:00:00 703 100% 1.01kB/s 0:00:00 (xfr#75, to-chk=172/254)
36772024-03-28T07:48:55.119Zout/manifest-cache/omicron-nexus.tar.gz.json
36782024-03-28T07:48:55.119Z 32,768 45% 47.27kB/s 0:00:00 71,925 100% 103.75kB/s 0:00:00 (xfr#76, to-chk=171/254)
36792024-03-28T07:48:55.120Zout/manifest-cache/omicron-omdb.tar.gz.json
36802024-03-28T07:48:55.120Z 702 100% 1.01kB/s 0:00:00 702 100% 1.01kB/s 0:00:00 (xfr#77, to-chk=170/254)
36812024-03-28T07:48:55.120Zout/manifest-cache/omicron-sled-agent.tar.json
36822024-03-28T07:48:55.120Z 1,269 100% 1.83kB/s 0:00:00 1,269 100% 1.83kB/s 0:00:00 (xfr#78, to-chk=169/254)
36832024-03-28T07:48:55.121Zout/manifest-cache/opte-interface-setup.tar.gz.json
36842024-03-28T07:48:55.121Z 883 100% 1.27kB/s 0:00:00 883 100% 1.27kB/s 0:00:00 (xfr#79, to-chk=168/254)
36852024-03-28T07:48:55.121Zout/manifest-cache/overlay.tar.gz.json
36862024-03-28T07:48:55.121Z 473 100% 0.68kB/s 0:00:00 473 100% 0.68kB/s 0:00:00 (xfr#80, to-chk=167/254)
36872024-03-28T07:48:55.121Zout/manifest-cache/oximeter-collector.tar.gz.json
36882024-03-28T07:48:55.122Z 18,311 100% 26.41kB/s 0:00:00 18,311 100% 26.41kB/s 0:00:00 (xfr#81, to-chk=166/254)
36892024-03-28T07:48:55.122Zout/manifest-cache/oximeter.tar.gz.json
36902024-03-28T07:48:55.122Z 641 100% 0.92kB/s 0:00:00 641 100% 0.92kB/s 0:00:00 (xfr#82, to-chk=165/254)
36912024-03-28T07:48:55.122Zout/manifest-cache/oxlog.tar.json
36922024-03-28T07:48:55.122Z 321 100% 0.46kB/s 0:00:00 321 100% 0.46kB/s 0:00:00 (xfr#83, to-chk=164/254)
36932024-03-28T07:48:55.122Zout/manifest-cache/probe.tar.gz.json
36942024-03-28T07:48:55.123Z 346 100% 0.50kB/s 0:00:00 346 100% 0.50kB/s 0:00:00 (xfr#84, to-chk=163/254)
36952024-03-28T07:48:55.123Zout/manifest-cache/profile.tar.gz.json
36962024-03-28T07:48:55.123Z 838 100% 1.21kB/s 0:00:00 838 100% 1.21kB/s 0:00:00 (xfr#85, to-chk=162/254)
36972024-03-28T07:48:55.123Zout/manifest-cache/sp-sim-softnpu.tar.gz.json
36982024-03-28T07:48:55.123Z 357 100% 0.51kB/s 0:00:00 357 100% 0.51kB/s 0:00:00 (xfr#86, to-chk=161/254)
36992024-03-28T07:48:55.123Zout/manifest-cache/sp-sim.tar.gz.json
37002024-03-28T07:48:55.124Z 1,549 100% 2.23kB/s 0:00:00 1,549 100% 2.23kB/s 0:00:00 (xfr#87, to-chk=160/254)
37012024-03-28T07:48:55.124Zout/manifest-cache/switch-softnpu.tar.gz.json
37022024-03-28T07:48:55.124Z 1,566 100% 2.26kB/s 0:00:00 1,566 100% 2.26kB/s 0:00:00 (xfr#88, to-chk=159/254)
37032024-03-28T07:48:55.124Zout/manifest-cache/switch_zone_setup.tar.gz.json
37042024-03-28T07:48:55.124Z 10,790 100% 15.56kB/s 0:00:00 10,790 100% 15.56kB/s 0:00:00 (xfr#89, to-chk=158/254)
37052024-03-28T07:48:55.124Zout/manifest-cache/wicket.tar.gz.json
37062024-03-28T07:48:55.124Z 1,084 100% 1.56kB/s 0:00:00 1,084 100% 1.56kB/s 0:00:00 (xfr#90, to-chk=157/254)
37072024-03-28T07:48:55.124Zout/manifest-cache/wicketd.tar.gz.json
37082024-03-28T07:48:55.125Z 1,560 100% 2.25kB/s 0:00:00 1,560 100% 2.25kB/s 0:00:00 (xfr#91, to-chk=156/254)
37092024-03-28T07:48:55.125Zout/manifest-cache/zone-network-install.tar.gz.json
37102024-03-28T07:48:55.125Z 877 100% 1.27kB/s 0:00:00 877 100% 1.27kB/s 0:00:00 (xfr#92, to-chk=155/254)
37112024-03-28T07:48:55.125Zout/manifest-cache/zone-network-setup.tar.gz.json
37122024-03-28T07:48:55.125Z 772 100% 1.11kB/s 0:00:00 772 100% 1.11kB/s 0:00:00 (xfr#93, to-chk=154/254)
37132024-03-28T07:48:55.125Zout/target/
37142024-03-28T07:48:55.125Zout/target/active -> default
37152024-03-28T07:48:55.125Zout/target/default
37162024-03-28T07:48:55.125Z 74 100% 0.11kB/s 0:00:00 74 100% 0.11kB/s 0:00:00 (xfr#94, to-chk=152/254)
37172024-03-28T07:48:55.125Zsmf/
37182024-03-28T07:48:55.126Zsmf/clickhouse/
37192024-03-28T07:48:55.126Zsmf/clickhouse/config_replica.xml
37202024-03-28T07:48:55.126Z 2,728 100% 3.93kB/s 0:00:00 2,728 100% 3.93kB/s 0:00:00 (xfr#95, to-chk=132/254)
37212024-03-28T07:48:55.126Zsmf/clickhouse/manifest.xml
37222024-03-28T07:48:55.126Z 1,494 100% 2.15kB/s 0:00:00 1,494 100% 2.15kB/s 0:00:00 (xfr#96, to-chk=131/254)
37232024-03-28T07:48:55.126Zsmf/clickhouse/method_script.sh
37242024-03-28T07:48:55.126Z 5,330 100% 7.68kB/s 0:00:00 5,330 100% 7.68kB/s 0:00:00 (xfr#97, to-chk=130/254)
37252024-03-28T07:48:55.126Zsmf/clickhouse_keeper/
37262024-03-28T07:48:55.126Zsmf/clickhouse_keeper/keeper_config.xml
37272024-03-28T07:48:55.127Z 1,460 100% 2.10kB/s 0:00:00 1,460 100% 2.10kB/s 0:00:00 (xfr#98, to-chk=129/254)
37282024-03-28T07:48:55.127Zsmf/clickhouse_keeper/manifest.xml
37292024-03-28T07:48:55.127Z 1,534 100% 2.21kB/s 0:00:00 1,534 100% 2.21kB/s 0:00:00 (xfr#99, to-chk=128/254)
37302024-03-28T07:48:55.127Zsmf/clickhouse_keeper/method_script.sh
37312024-03-28T07:48:55.127Z 4,324 100% 6.23kB/s 0:00:00 4,324 100% 6.23kB/s 0:00:00 (xfr#100, to-chk=127/254)
37322024-03-28T07:48:55.127Zsmf/cockroachdb/
37332024-03-28T07:48:55.127Zsmf/cockroachdb/manifest.xml
37342024-03-28T07:48:55.128Z 1,667 100% 2.40kB/s 0:00:00 1,667 100% 2.40kB/s 0:00:00 (xfr#101, to-chk=126/254)
37352024-03-28T07:48:55.128Zsmf/cockroachdb/method_script.sh
37362024-03-28T07:48:55.128Z 1,030 100% 1.48kB/s 0:00:00 1,030 100% 1.48kB/s 0:00:00 (xfr#102, to-chk=125/254)
37372024-03-28T07:48:55.128Zsmf/external-dns/
37382024-03-28T07:48:55.128Zsmf/external-dns/config.toml
37392024-03-28T07:48:55.129Z 353 100% 0.51kB/s 0:00:00 353 100% 0.51kB/s 0:00:00 (xfr#103, to-chk=124/254)
37402024-03-28T07:48:55.129Zsmf/external-dns/manifest.xml
37412024-03-28T07:48:55.129Z 1,805 100% 2.60kB/s 0:00:00 1,805 100% 2.60kB/s 0:00:00 (xfr#104, to-chk=123/254)
37422024-03-28T07:48:55.129Zsmf/installinator/
37432024-03-28T07:48:55.129Zsmf/installinator/manifest.xml
37442024-03-28T07:48:55.129Z 2,149 100% 3.10kB/s 0:00:00 2,149 100% 3.10kB/s 0:00:00 (xfr#105, to-chk=122/254)
37452024-03-28T07:48:55.129Zsmf/internal-dns/
37462024-03-28T07:48:55.129Zsmf/internal-dns/config.toml
37472024-03-28T07:48:55.129Z 353 100% 0.51kB/s 0:00:00 353 100% 0.51kB/s 0:00:00 (xfr#106, to-chk=121/254)
37482024-03-28T07:48:55.130Zsmf/internal-dns/manifest.xml
37492024-03-28T07:48:55.130Z 1,618 100% 2.33kB/s 0:00:00 1,618 100% 2.33kB/s 0:00:00 (xfr#107, to-chk=120/254)
37502024-03-28T07:48:55.130Zsmf/logadm/
37512024-03-28T07:48:55.130Zsmf/logadm/crontab.root
37522024-03-28T07:48:55.130Z 30 100% 0.04kB/s 0:00:00 30 100% 0.04kB/s 0:00:00 (xfr#108, to-chk=119/254)
37532024-03-28T07:48:55.130Zsmf/logadm/logadm.conf
37542024-03-28T07:48:55.130Z 2,553 100% 3.68kB/s 0:00:00 2,553 100% 3.68kB/s 0:00:00 (xfr#109, to-chk=118/254)
37552024-03-28T07:48:55.130Zsmf/mgs-sim/
37562024-03-28T07:48:55.130Zsmf/mgs-sim/config.toml
37572024-03-28T07:48:55.130Z 3,534 100% 5.09kB/s 0:00:00 3,534 100% 5.09kB/s 0:00:00 (xfr#110, to-chk=117/254)
37582024-03-28T07:48:55.141Zsmf/mgs/
37592024-03-28T07:48:55.141Zsmf/mgs/config.toml
37602024-03-28T07:48:55.141Z 9,085 100% 13.09kB/s 0:00:00 9,085 100% 13.09kB/s 0:00:00 (xfr#111, to-chk=116/254)
37612024-03-28T07:48:55.141Zsmf/mgs/manifest.xml
37622024-03-28T07:48:55.141Z 2,474 100% 3.56kB/s 0:00:00 2,474 100% 3.56kB/s 0:00:00 (xfr#112, to-chk=115/254)
37632024-03-28T07:48:55.141Zsmf/nexus/
37642024-03-28T07:48:55.141Zsmf/nexus/manifest.xml
37652024-03-28T07:48:55.141Z 1,987 100% 2.86kB/s 0:00:00 1,987 100% 2.86kB/s 0:00:00 (xfr#113, to-chk=114/254)
37662024-03-28T07:48:55.142Zsmf/nexus/multi-sled/
37672024-03-28T07:48:55.142Zsmf/nexus/multi-sled/config-partial.toml
37682024-03-28T07:48:55.142Z 1,997 100% 2.88kB/s 0:00:00 1,997 100% 2.88kB/s 0:00:00 (xfr#114, to-chk=111/254)
37692024-03-28T07:48:55.142Zsmf/nexus/single-sled/
37702024-03-28T07:48:55.142Zsmf/nexus/single-sled/config-partial.toml
37712024-03-28T07:48:55.142Z 1,993 100% 2.87kB/s 0:00:00 1,993 100% 2.87kB/s 0:00:00 (xfr#115, to-chk=110/254)
37722024-03-28T07:48:55.142Zsmf/ntp/
37732024-03-28T07:48:55.142Zsmf/ntp/etc/
37742024-03-28T07:48:55.142Zsmf/ntp/etc/inet/
37752024-03-28T07:48:55.142Zsmf/ntp/etc/inet/chrony.conf.boundary
37762024-03-28T07:48:55.142Z 881 100% 1.27kB/s 0:00:00 881 100% 1.27kB/s 0:00:00 (xfr#116, to-chk=104/254)
37772024-03-28T07:48:55.142Zsmf/ntp/etc/inet/chrony.conf.internal
37782024-03-28T07:48:55.142Z 1,108 100% 1.60kB/s 0:00:00 1,108 100% 1.60kB/s 0:00:00 (xfr#117, to-chk=103/254)
37792024-03-28T07:48:55.142Zsmf/ntp/etc/logadm.d/
37802024-03-28T07:48:55.143Zsmf/ntp/etc/logadm.d/chrony.logadm.conf
37812024-03-28T07:48:55.143Z 135 100% 0.19kB/s 0:00:00 135 100% 0.19kB/s 0:00:00 (xfr#118, to-chk=102/254)
37822024-03-28T07:48:55.143Zsmf/ntp/manifest/
37832024-03-28T07:48:55.143Zsmf/ntp/manifest/manifest.xml
37842024-03-28T07:48:55.143Z 3,336 100% 4.81kB/s 0:00:00 3,336 100% 4.81kB/s 0:00:00 (xfr#119, to-chk=101/254)
37852024-03-28T07:48:55.143Zsmf/ntp/method/
37862024-03-28T07:48:55.143Zsmf/ntp/method/svc-site-ntp
37872024-03-28T07:48:55.143Z 3,211 100% 4.62kB/s 0:00:00 3,211 100% 4.62kB/s 0:00:00 (xfr#120, to-chk=100/254)
37882024-03-28T07:48:55.143Zsmf/opte-interface-setup/
37892024-03-28T07:48:55.143Zsmf/opte-interface-setup/manifest.xml
37902024-03-28T07:48:55.143Z 1,638 100% 2.36kB/s 0:00:00 1,638 100% 2.36kB/s 0:00:00 (xfr#121, to-chk=99/254)
37912024-03-28T07:48:55.143Zsmf/oximeter/
37922024-03-28T07:48:55.143Zsmf/oximeter/config.toml
37932024-03-28T07:48:55.143Z 205 100% 0.29kB/s 0:00:00 205 100% 0.29kB/s 0:00:00 (xfr#122, to-chk=98/254)
37942024-03-28T07:48:55.143Zsmf/oximeter/manifest.xml
37952024-03-28T07:48:55.144Z 1,770 100% 2.55kB/s 0:00:00 1,770 100% 2.55kB/s 0:00:00 (xfr#123, to-chk=97/254)
37962024-03-28T07:48:55.144Zsmf/profile/
37972024-03-28T07:48:55.144Zsmf/profile/bashrc
37982024-03-28T07:48:55.144Z 925 100% 1.33kB/s 0:00:00 925 100% 1.33kB/s 0:00:00 (xfr#124, to-chk=96/254)
37992024-03-28T07:48:55.144Zsmf/profile/profile
38002024-03-28T07:48:55.144Z 554 100% 0.80kB/s 0:00:00 554 100% 0.80kB/s 0:00:00 (xfr#125, to-chk=95/254)
38012024-03-28T07:48:55.144Zsmf/sled-agent/
38022024-03-28T07:48:55.144Zsmf/sled-agent/manifest.xml
38032024-03-28T07:48:55.144Z 2,373 100% 3.41kB/s 0:00:00 2,373 100% 3.41kB/s 0:00:00 (xfr#126, to-chk=94/254)
38042024-03-28T07:48:55.144Zsmf/sled-agent/gimlet-standalone/
38052024-03-28T07:48:55.144Zsmf/sled-agent/gimlet-standalone/README.md
38062024-03-28T07:48:55.144Z 114 100% 0.16kB/s 0:00:00 114 100% 0.16kB/s 0:00:00 (xfr#127, to-chk=90/254)
38072024-03-28T07:48:55.144Zsmf/sled-agent/gimlet-standalone/config-rss.toml
38082024-03-28T07:48:55.144Z 6,611 100% 9.51kB/s 0:00:00 6,611 100% 9.51kB/s 0:00:00 (xfr#128, to-chk=89/254)
38092024-03-28T07:48:55.145Zsmf/sled-agent/gimlet-standalone/config.toml
38102024-03-28T07:48:55.145Z 1,800 100% 2.59kB/s 0:00:00 1,800 100% 2.59kB/s 0:00:00 (xfr#129, to-chk=88/254)
38112024-03-28T07:48:55.145Zsmf/sled-agent/gimlet/
38122024-03-28T07:48:55.145Zsmf/sled-agent/gimlet/README.md
38132024-03-28T07:48:55.145Z 54 100% 0.08kB/s 0:00:00 54 100% 0.08kB/s 0:00:00 (xfr#130, to-chk=87/254)
38142024-03-28T07:48:55.145Zsmf/sled-agent/gimlet/config.toml
38152024-03-28T07:48:55.145Z 1,657 100% 2.38kB/s 0:00:00 1,657 100% 2.38kB/s 0:00:00 (xfr#131, to-chk=86/254)
38162024-03-28T07:48:55.145Zsmf/sled-agent/non-gimlet/
38172024-03-28T07:48:55.145Zsmf/sled-agent/non-gimlet/README.md
38182024-03-28T07:48:55.145Z 105 100% 0.15kB/s 0:00:00 105 100% 0.15kB/s 0:00:00 (xfr#132, to-chk=85/254)
38192024-03-28T07:48:55.145Zsmf/sled-agent/non-gimlet/config.toml
38202024-03-28T07:48:55.145Z 2,820 100% 4.06kB/s 0:00:00 2,820 100% 4.06kB/s 0:00:00 (xfr#133, to-chk=84/254)
38212024-03-28T07:48:55.145Zsmf/sp-sim/
38222024-03-28T07:48:55.145Zsmf/sp-sim/config.toml
38232024-03-28T07:48:55.145Z 2,604 100% 3.75kB/s 0:00:00 2,604 100% 3.75kB/s 0:00:00 (xfr#134, to-chk=83/254)
38242024-03-28T07:48:55.146Zsmf/sp-sim/manifest.xml
38252024-03-28T07:48:55.146Z 1,271 100% 1.83kB/s 0:00:00 1,271 100% 1.83kB/s 0:00:00 (xfr#135, to-chk=82/254)
38262024-03-28T07:48:55.146Zsmf/switch_zone_setup/
38272024-03-28T07:48:55.146Zsmf/switch_zone_setup/manifest.xml
38282024-03-28T07:48:55.146Z 1,061 100% 1.53kB/s 0:00:00 1,061 100% 1.53kB/s 0:00:00 (xfr#136, to-chk=81/254)
38292024-03-28T07:48:55.146Zsmf/switch_zone_setup/support_authorized_keys
38302024-03-28T07:48:55.146Z 1,284 100% 1.85kB/s 0:00:00 1,284 100% 1.85kB/s 0:00:00 (xfr#137, to-chk=80/254)
38312024-03-28T07:48:55.146Zsmf/switch_zone_setup/switch_zone_setup
38322024-03-28T07:48:55.146Z 1,041 100% 1.50kB/s 0:00:00 1,041 100% 1.50kB/s 0:00:00 (xfr#138, to-chk=79/254)
38332024-03-28T07:48:55.146Zsmf/wicketd/
38342024-03-28T07:48:55.146Zsmf/wicketd/config.toml
38352024-03-28T07:48:55.146Z 104 100% 0.15kB/s 0:00:00 104 100% 0.15kB/s 0:00:00 (xfr#139, to-chk=78/254)
38362024-03-28T07:48:55.146Zsmf/wicketd/manifest.xml
38372024-03-28T07:48:55.146Z 2,954 100% 4.25kB/s 0:00:00 2,954 100% 4.25kB/s 0:00:00 (xfr#140, to-chk=77/254)
38382024-03-28T07:48:55.147Zsmf/zone-network-setup/
38392024-03-28T07:48:55.147Zsmf/zone-network-setup/manifest.xml
38402024-03-28T07:48:55.147Z 1,614 100% 2.32kB/s 0:00:00 1,614 100% 2.32kB/s 0:00:00 (xfr#141, to-chk=76/254)
38412024-03-28T07:48:55.147Ztools/
38422024-03-28T07:48:55.147Ztools/README.adoc
38432024-03-28T07:48:55.147Z 3,558 100% 5.12kB/s 0:00:00 3,558 100% 5.12kB/s 0:00:00 (xfr#142, to-chk=75/254)
38442024-03-28T07:48:55.147Ztools/build-global-zone-packages.sh
38452024-03-28T07:48:55.147Z 2,388 100% 3.43kB/s 0:00:00 2,388 100% 3.43kB/s 0:00:00 (xfr#143, to-chk=74/254)
38462024-03-28T07:48:55.147Ztools/build-host-image.sh
38472024-03-28T07:48:55.147Z 2,971 100% 4.27kB/s 0:00:00 2,971 100% 4.27kB/s 0:00:00 (xfr#144, to-chk=73/254)
38482024-03-28T07:48:55.147Ztools/build-trampoline-global-zone-packages.sh
38492024-03-28T07:48:55.147Z 1,878 100% 2.70kB/s 0:00:00 1,878 100% 2.70kB/s 0:00:00 (xfr#145, to-chk=72/254)
38502024-03-28T07:48:55.147Ztools/ci_check_opte_ver.sh
38512024-03-28T07:48:55.147Z 2,770 100% 3.98kB/s 0:00:00 2,770 100% 3.98kB/s 0:00:00 (xfr#146, to-chk=71/254)
38522024-03-28T07:48:55.148Ztools/ci_download_clickhouse
38532024-03-28T07:48:55.148Z 3,631 100% 5.21kB/s 0:00:00 3,631 100% 5.21kB/s 0:00:00 (xfr#147, to-chk=70/254)
38542024-03-28T07:48:55.148Ztools/ci_download_cockroachdb
38552024-03-28T07:48:55.148Z 4,292 100% 6.16kB/s 0:00:00 4,292 100% 6.16kB/s 0:00:00 (xfr#148, to-chk=69/254)
38562024-03-28T07:48:55.148Ztools/ci_download_console
38572024-03-28T07:48:55.148Z 1,991 100% 2.86kB/s 0:00:00 1,991 100% 2.86kB/s 0:00:00 (xfr#149, to-chk=68/254)
38582024-03-28T07:48:55.176Ztools/ci_download_dendrite_openapi
38592024-03-28T07:48:55.176Z 1,719 100% 2.47kB/s 0:00:00 1,719 100% 2.47kB/s 0:00:00 (xfr#150, to-chk=67/254)
38602024-03-28T07:48:55.176Ztools/ci_download_dendrite_stub
38612024-03-28T07:48:55.176Z 4,229 100% 6.07kB/s 0:00:00 4,229 100% 6.07kB/s 0:00:00 (xfr#151, to-chk=66/254)
38622024-03-28T07:48:55.176Ztools/ci_download_maghemite_mgd
38632024-03-28T07:48:55.176Z 3,650 100% 5.24kB/s 0:00:00 3,650 100% 5.24kB/s 0:00:00 (xfr#152, to-chk=65/254)
38642024-03-28T07:48:55.176Ztools/ci_download_maghemite_openapi
38652024-03-28T07:48:55.176Z 1,989 100% 2.86kB/s 0:00:00 1,989 100% 2.86kB/s 0:00:00 (xfr#153, to-chk=64/254)
38662024-03-28T07:48:55.176Ztools/ci_download_softnpu_machinery
38672024-03-28T07:48:55.176Z 668 100% 0.96kB/s 0:00:00 668 100% 0.96kB/s 0:00:00 (xfr#154, to-chk=63/254)
38682024-03-28T07:48:55.176Ztools/ci_download_thundermuffin
38692024-03-28T07:48:55.176Z 3,237 100% 4.65kB/s 0:00:00 3,237 100% 4.65kB/s 0:00:00 (xfr#155, to-chk=62/254)
38702024-03-28T07:48:55.177Ztools/ci_download_transceiver_control
38712024-03-28T07:48:55.177Z 3,415 100% 4.90kB/s 0:00:00 3,415 100% 4.90kB/s 0:00:00 (xfr#156, to-chk=61/254)
38722024-03-28T07:48:55.177Ztools/clickhouse_checksums
38732024-03-28T07:48:55.177Z 153 100% 0.22kB/s 0:00:00 153 100% 0.22kB/s 0:00:00 (xfr#157, to-chk=60/254)
38742024-03-28T07:48:55.177Ztools/clickhouse_version
38752024-03-28T07:48:55.177Z 11 100% 0.02kB/s 0:00:00 11 100% 0.02kB/s 0:00:00 (xfr#158, to-chk=59/254)
38762024-03-28T07:48:55.177Ztools/cockroachdb_checksums
38772024-03-28T07:48:55.177Z 258 100% 0.37kB/s 0:00:00 258 100% 0.37kB/s 0:00:00 (xfr#159, to-chk=58/254)
38782024-03-28T07:48:55.177Ztools/cockroachdb_version
38792024-03-28T07:48:55.177Z 8 100% 0.01kB/s 0:00:00 8 100% 0.01kB/s 0:00:00 (xfr#160, to-chk=57/254)
38802024-03-28T07:48:55.177Ztools/console_version
38812024-03-28T07:48:55.177Z 122 100% 0.18kB/s 0:00:00 122 100% 0.18kB/s 0:00:00 (xfr#161, to-chk=56/254)
38822024-03-28T07:48:55.178Ztools/create_gimlet_virtual_hardware.sh
38832024-03-28T07:48:55.178Z 936 100% 1.34kB/s 0:00:00 936 100% 1.34kB/s 0:00:00 (xfr#162, to-chk=55/254)
38842024-03-28T07:48:55.178Ztools/create_scrimlet_virtual_hardware.sh
38852024-03-28T07:48:55.178Z 2,014 100% 2.89kB/s 0:00:00 2,014 100% 2.89kB/s 0:00:00 (xfr#163, to-chk=54/254)
38862024-03-28T07:48:55.178Ztools/create_self_signed_cert.sh
38872024-03-28T07:48:55.178Z 685 100% 0.98kB/s 0:00:00 685 100% 0.98kB/s 0:00:00 (xfr#164, to-chk=53/254)
38882024-03-28T07:48:55.178Ztools/create_virtual_hardware.sh
38892024-03-28T07:48:55.178Z 3,184 100% 4.57kB/s 0:00:00 3,184 100% 4.57kB/s 0:00:00 (xfr#165, to-chk=52/254)
38902024-03-28T07:48:55.178Ztools/delete-reservoir.sh
38912024-03-28T07:48:55.178Z 136 100% 0.20kB/s 0:00:00 136 100% 0.20kB/s 0:00:00 (xfr#166, to-chk=51/254)
38922024-03-28T07:48:55.178Ztools/dendrite_openapi_version
38932024-03-28T07:48:55.178Z 122 100% 0.18kB/s 0:00:00 122 100% 0.18kB/s 0:00:00 (xfr#167, to-chk=50/254)
38942024-03-28T07:48:55.178Ztools/dendrite_stub_checksums
38952024-03-28T07:48:55.179Z 267 100% 0.38kB/s 0:00:00 267 100% 0.38kB/s 0:00:00 (xfr#168, to-chk=49/254)
38962024-03-28T07:48:55.179Ztools/destroy_gimlet_virtual_hardware.sh
38972024-03-28T07:48:55.179Z 888 100% 1.28kB/s 0:00:00 888 100% 1.28kB/s 0:00:00 (xfr#169, to-chk=48/254)
38982024-03-28T07:48:55.179Ztools/destroy_scrimlet_virtual_hardware.sh
38992024-03-28T07:48:55.179Z 1,147 100% 1.65kB/s 0:00:00 1,147 100% 1.65kB/s 0:00:00 (xfr#170, to-chk=47/254)
39002024-03-28T07:48:55.179Ztools/destroy_virtual_hardware.sh
39012024-03-28T07:48:55.179Z 2,227 100% 3.20kB/s 0:00:00 2,227 100% 3.20kB/s 0:00:00 (xfr#171, to-chk=46/254)
39022024-03-28T07:48:55.179Ztools/dvt_dock_version
39032024-03-28T07:48:55.179Z 48 100% 0.07kB/s 0:00:00 48 100% 0.07kB/s 0:00:00 (xfr#172, to-chk=45/254)
39042024-03-28T07:48:55.179Ztools/ensure_buildomat_artifact.sh
39052024-03-28T07:48:55.179Z 3,759 100% 5.40kB/s 0:00:00 3,759 100% 5.40kB/s 0:00:00 (xfr#173, to-chk=44/254)
39062024-03-28T07:48:55.179Ztools/generate-nexus-api.sh
39072024-03-28T07:48:55.180Z 174 100% 0.25kB/s 0:00:00 174 100% 0.25kB/s 0:00:00 (xfr#174, to-chk=43/254)
39082024-03-28T07:48:55.180Ztools/generate-sled-agent-api.sh
39092024-03-28T07:48:55.180Z 161 100% 0.23kB/s 0:00:00 161 100% 0.23kB/s 0:00:00 (xfr#175, to-chk=42/254)
39102024-03-28T07:48:55.180Ztools/generate-wicketd-api.sh
39112024-03-28T07:48:55.180Z 75 100% 0.11kB/s 0:00:00 75 100% 0.11kB/s 0:00:00 (xfr#176, to-chk=41/254)
39122024-03-28T07:48:55.180Ztools/hubris_checksums
39132024-03-28T07:48:55.180Z 852 100% 1.22kB/s 0:00:00 852 100% 1.22kB/s 0:00:00 (xfr#177, to-chk=40/254)
39142024-03-28T07:48:55.180Ztools/hubris_version
39152024-03-28T07:48:55.180Z 50 100% 0.07kB/s 0:00:00 50 100% 0.07kB/s 0:00:00 (xfr#178, to-chk=39/254)
39162024-03-28T07:48:55.180Ztools/install_builder_prerequisites.sh
39172024-03-28T07:48:55.180Z 7,537 100% 10.81kB/s 0:00:00 7,537 100% 10.81kB/s 0:00:00 (xfr#179, to-chk=38/254)
39182024-03-28T07:48:55.181Ztools/install_opte.sh
39192024-03-28T07:48:55.181Z 3,755 100% 5.38kB/s 0:00:00 3,755 100% 5.38kB/s 0:00:00 (xfr#180, to-chk=37/254)
39202024-03-28T07:48:55.181Ztools/install_prerequisites.sh
39212024-03-28T07:48:55.181Z 255 100% 0.37kB/s 0:00:00 255 100% 0.37kB/s 0:00:00 (xfr#181, to-chk=36/254)
39222024-03-28T07:48:55.181Ztools/install_runner_prerequisites.sh
39232024-03-28T07:48:55.181Z 4,154 100% 5.96kB/s 0:00:00 4,154 100% 5.96kB/s 0:00:00 (xfr#182, to-chk=35/254)
39242024-03-28T07:48:55.181Ztools/maghemite_ddm_openapi_version
39252024-03-28T07:48:55.181Z 122 100% 0.17kB/s 0:00:00 122 100% 0.17kB/s 0:00:00 (xfr#183, to-chk=34/254)
39262024-03-28T07:48:55.181Ztools/maghemite_mg_openapi_version
39272024-03-28T07:48:55.181Z 122 100% 0.17kB/s 0:00:00 122 100% 0.17kB/s 0:00:00 (xfr#184, to-chk=33/254)
39282024-03-28T07:48:55.181Ztools/maghemite_mgd_checksums
39292024-03-28T07:48:55.181Z 163 100% 0.23kB/s 0:00:00 163 100% 0.23kB/s 0:00:00 (xfr#185, to-chk=32/254)
39302024-03-28T07:48:55.182Ztools/opte_version
39312024-03-28T07:48:55.182Z 9 100% 0.01kB/s 0:00:00 9 100% 0.01kB/s 0:00:00 (xfr#186, to-chk=31/254)
39322024-03-28T07:48:55.182Ztools/opte_version_override
39332024-03-28T07:48:55.182Z 142 100% 0.20kB/s 0:00:00 142 100% 0.20kB/s 0:00:00 (xfr#187, to-chk=30/254)
39342024-03-28T07:48:55.182Ztools/renovate-post-upgrade.sh
39352024-03-28T07:48:55.182Z 1,705 100% 2.44kB/s 0:00:00 1,705 100% 2.44kB/s 0:00:00 (xfr#188, to-chk=29/254)
39362024-03-28T07:48:55.182Ztools/thundermuffin_checksums
39372024-03-28T07:48:55.182Z 79 100% 0.11kB/s 0:00:00 79 100% 0.11kB/s 0:00:00 (xfr#189, to-chk=28/254)
39382024-03-28T07:48:55.182Ztools/thundermuffin_version
39392024-03-28T07:48:55.182Z 50 100% 0.07kB/s 0:00:00 50 100% 0.07kB/s 0:00:00 (xfr#190, to-chk=27/254)
39402024-03-28T07:48:55.182Ztools/transceiver_control_version
39412024-03-28T07:48:55.183Z 137 100% 0.20kB/s 0:00:00 137 100% 0.20kB/s 0:00:00 (xfr#191, to-chk=26/254)
39422024-03-28T07:48:55.183Ztools/uninstall_opte.sh
39432024-03-28T07:48:55.183Z 6,514 100% 9.33kB/s 0:00:00 6,514 100% 9.33kB/s 0:00:00 (xfr#192, to-chk=25/254)
39442024-03-28T07:48:55.183Ztools/update_crucible.sh
39452024-03-28T07:48:55.183Z 1,093 100% 1.57kB/s 0:00:00 1,093 100% 1.57kB/s 0:00:00 (xfr#193, to-chk=24/254)
39462024-03-28T07:48:55.183Ztools/update_dendrite.sh
39472024-03-28T07:48:55.183Z 2,333 100% 3.34kB/s 0:00:00 2,333 100% 3.34kB/s 0:00:00 (xfr#194, to-chk=23/254)
39482024-03-28T07:48:55.183Ztools/update_helpers.sh
39492024-03-28T07:48:55.183Z 3,831 100% 5.49kB/s 0:00:00 3,831 100% 5.49kB/s 0:00:00 (xfr#195, to-chk=22/254)
39502024-03-28T07:48:55.183Ztools/update_lldp.sh
39512024-03-28T07:48:55.183Z 1,000 100% 1.43kB/s 0:00:00 1,000 100% 1.43kB/s 0:00:00 (xfr#196, to-chk=21/254)
39522024-03-28T07:48:55.183Ztools/update_maghemite.sh
39532024-03-28T07:48:55.184Z 939 100% 1.34kB/s 0:00:00 939 100% 1.34kB/s 0:00:00 (xfr#197, to-chk=20/254)
39542024-03-28T07:48:55.184Ztools/update_propolis.sh
39552024-03-28T07:48:55.184Z 1,050 100% 1.50kB/s 0:00:00 1,050 100% 1.50kB/s 0:00:00 (xfr#198, to-chk=19/254)
39562024-03-28T07:48:55.184Ztools/update_transceiver_control.sh
39572024-03-28T07:48:55.184Z 1,374 100% 1.97kB/s 0:00:00 1,374 100% 1.97kB/s 0:00:00 (xfr#199, to-chk=18/254)
39582024-03-28T07:48:55.201Ztools/virtual_hardware.sh
39592024-03-28T07:48:55.201Z 3,429 100% 4.91kB/s 0:00:00 3,429 100% 4.91kB/s 0:00:00 (xfr#200, to-chk=17/254)
39602024-03-28T07:48:55.201Ztools/dtrace/
39612024-03-28T07:48:55.201Ztools/dtrace/aggregate-query-latency.d
39622024-03-28T07:48:55.202Z 780 100% 1.12kB/s 0:00:00 780 100% 1.12kB/s 0:00:00 (xfr#201, to-chk=11/254)
39632024-03-28T07:48:55.202Ztools/dtrace/slowest-queries.d
39642024-03-28T07:48:55.202Z 1,077 100% 1.54kB/s 0:00:00 1,077 100% 1.54kB/s 0:00:00 (xfr#202, to-chk=10/254)
39652024-03-28T07:48:55.202Ztools/dtrace/trace-db-queries.d
39662024-03-28T07:48:55.202Z 811 100% 1.16kB/s 0:00:00 811 100% 1.16kB/s 0:00:00 (xfr#203, to-chk=9/254)
39672024-03-28T07:48:55.202Ztools/include/
39682024-03-28T07:48:55.203Ztools/include/force-git-over-https.sh
39692024-03-28T07:48:55.203Z 940 100% 1.35kB/s 0:00:00 940 100% 1.35kB/s 0:00:00 (xfr#204, to-chk=8/254)
39702024-03-28T07:48:55.203Ztools/populate/
39712024-03-28T07:48:55.203Ztools/populate/populate-alpine.sh
39722024-03-28T07:48:55.203Z 788 100% 1.13kB/s 0:00:00 788 100% 1.13kB/s 0:00:00 (xfr#205, to-chk=7/254)
39732024-03-28T07:48:55.204Ztools/populate/populate-images.sh
39742024-03-28T07:48:55.204Z 2,571 100% 3.68kB/s 0:00:00 2,571 100% 3.68kB/s 0:00:00 (xfr#206, to-chk=6/254)
39752024-03-28T07:48:55.204Ztools/reflector/
39762024-03-28T07:48:55.204Ztools/reflector/helpers.sh
39772024-03-28T07:48:55.205Z 4,652 100% 6.65kB/s 0:00:00 4,652 100% 6.65kB/s 0:00:00 (xfr#207, to-chk=5/254)
39782024-03-28T07:48:55.205Ztools/scrimlet/
39792024-03-28T07:48:55.205Ztools/scrimlet/create-softnpu-zone.sh
39802024-03-28T07:48:55.205Z 627 100% 0.90kB/s 0:00:00 627 100% 0.90kB/s 0:00:00 (xfr#208, to-chk=4/254)
39812024-03-28T07:48:55.205Ztools/scrimlet/destroy-softnpu-zone.sh
39822024-03-28T07:48:55.205Z 203 100% 0.29kB/s 0:00:00 203 100% 0.29kB/s 0:00:00 (xfr#209, to-chk=3/254)
39832024-03-28T07:48:55.206Ztools/scrimlet/softnpu-init.sh
39842024-03-28T07:48:55.206Z 2,157 100% 3.08kB/s 0:00:00 2,157 100% 3.08kB/s 0:00:00 (xfr#210, to-chk=2/254)
39852024-03-28T07:48:55.206Ztools/scrimlet/softnpu-zone.txt
39862024-03-28T07:48:55.206Z 330 100% 0.47kB/s 0:00:00 330 100% 0.47kB/s 0:00:00 (xfr#211, to-chk=1/254)
39872024-03-28T07:48:55.206Ztools/scrimlet/softnpu.toml
39882024-03-28T07:48:55.206Z 171 100% 0.24kB/s 0:00:00 171 100% 0.24kB/s 0:00:00 (xfr#212, to-chk=0/254)
39892024-03-28T07:48:55.206Z+ banner G2
39902024-03-28T07:48:55.206Z ##### #####
39912024-03-28T07:48:55.206Z# # # #
39922024-03-28T07:48:55.206Z# #
39932024-03-28T07:48:55.206Z# #### #####
39942024-03-28T07:48:55.206Z# # #
39952024-03-28T07:48:55.206Z# # #
39962024-03-28T07:48:55.207Z ##### #######
39972024-03-28T07:48:55.207Z
39982024-03-28T07:48:55.207Z+ . config/build-g2.sh
39992024-03-28T07:48:55.207Z++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml
40002024-03-28T07:48:55.207Z++ cp config/g2-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml
40012024-03-28T07:48:55.207Z++ cp -r cargo-bay/tools cargo-bay/g2/
40022024-03-28T07:48:55.207Z++ cd /work/oxidecomputer/omicron
40032024-03-28T07:48:55.207Z++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled
40042024-03-28T07:48:55.920Z Finished release [optimized] target(s) in 0.70s
40052024-03-28T07:48:55.942Z Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled`
40062024-03-28T07:48:56.375ZLogging to: /work/oxidecomputer/omicron/out/LOG
40072024-03-28T07:48:56.388ZCreated new build target 'default' and set it as active
40082024-03-28T07:48:56.388Z++ cargo run --release --bin omicron-package -- package
40092024-03-28T07:48:56.694Z Finished release [optimized] target(s) in 0.67s
40102024-03-28T07:48:56.717Z Running `target/release/omicron-package package`
40112024-03-28T07:48:56.743ZLogging to: /work/oxidecomputer/omicron/out/LOG
40122024-03-28T07:48:58.275Z Finished release [optimized] target(s) in 0.74s
40132024-03-28T07:48:59.989Z++ cd /work/oxidecomputer/testbed/a4x2/config/../
40142024-03-28T07:48:59.989Z++ rm -rf cargo-bay/g2/omicron
40152024-03-28T07:48:59.992Z++ mkdir -p cargo-bay/g2/omicron
40162024-03-28T07:48:59.995Z++ 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/
40172024-03-28T07:49:00.002Zsending incremental file list
40182024-03-28T07:49:00.009Zomicron-package
40192024-03-28T07:49:00.208Z 32,768 0% 0.00kB/s 0:00:00 40,138,496 100% 193.17MB/s 0:00:00 (xfr#1, to-chk=253/254)
40202024-03-28T07:49:00.208Zpackage-manifest.toml
40212024-03-28T07:49:00.221Z 26,511 100% 130.76kB/s 0:00:00 26,511 100% 130.76kB/s 0:00:00 (xfr#2, to-chk=252/254)
40222024-03-28T07:49:00.221Zout/
40232024-03-28T07:49:00.221Zout/LOG
40242024-03-28T07:49:00.222Z 32,768 78% 161.62kB/s 0:00:00 41,925 100% 206.78kB/s 0:00:00 (xfr#3, to-chk=248/254)
40252024-03-28T07:49:00.222Zout/clickhouse.tar.gz
40262024-03-28T07:49:00.716Z 32,768 0% 161.62kB/s 0:23:50 231,182,479 100% 310.09MB/s 0:00:00 (xfr#4, to-chk=247/254)
40272024-03-28T07:49:00.716Zout/clickhouse_keeper.tar.gz
40282024-03-28T07:49:01.225Z 32,768 0% 44.94kB/s 1:25:42 122,683,392 53% 117.00MB/s 0:00:00 231,167,703 100% 180.70MB/s 0:00:01 (xfr#5, to-chk=246/254)
40292024-03-28T07:49:01.225Zout/cockroachdb.tar.gz
40302024-03-28T07:49:01.517Z 32,768 0% 144.80kB/s 0:14:34 126,669,519 100% 235.48MB/s 0:00:00 (xfr#6, to-chk=245/254)
40312024-03-28T07:49:01.517Zout/crucible-pantry-zone.tar.gz
40322024-03-28T07:49:01.588Z 32,768 0% 62.38kB/s 0:06:44 25,289,390 100% 41.30MB/s 0:00:00 (xfr#7, to-chk=244/254)
40332024-03-28T07:49:01.588Zout/crucible-zone.tar.gz
40342024-03-28T07:49:01.687Z 32,768 0% 54.70kB/s 0:11:15 36,994,036 100% 51.65MB/s 0:00:00 (xfr#8, to-chk=243/254)
40352024-03-28T07:49:01.687Zout/external-dns.tar.gz
40362024-03-28T07:49:01.743Z 32,768 0% 46.85kB/s 0:11:01 31,003,333 100% 40.06MB/s 0:00:00 (xfr#9, to-chk=242/254)
40372024-03-28T07:49:01.743Zout/internal-dns.tar.gz
40382024-03-28T07:49:01.798Z 32,768 0% 43.36kB/s 0:11:54 31,004,213 100% 37.29MB/s 0:00:00 (xfr#10, to-chk=241/254)
40392024-03-28T07:49:01.798Zout/mg-ddm-gz.tar
40402024-03-28T07:49:02.240Z 32,768 0% 40.35kB/s 0:30:58 33,947,648 45% 32.38MB/s 0:00:01 75,039,232 100% 58.13MB/s 0:00:01 (xfr#11, to-chk=240/254)
40412024-03-28T07:49:02.240Zout/nexus.tar.gz
40422024-03-28T07:49:02.399Z 32,768 0% 137.93kB/s 0:10:57 90,694,787 100% 218.42MB/s 0:00:00 (xfr#12, to-chk=239/254)
40432024-03-28T07:49:02.399Zout/ntp.tar.gz
40442024-03-28T07:49:02.418Z 32,768 0% 80.81kB/s 0:02:08 10,425,157 100% 23.96MB/s 0:00:00 (xfr#13, to-chk=238/254)
40452024-03-28T07:49:02.418Zout/omicron-gateway-softnpu.tar.gz
40462024-03-28T07:49:02.441Z 32,768 0% 77.11kB/s 0:03:33 16,522,803 100% 35.89MB/s 0:00:00 (xfr#14, to-chk=237/254)
40472024-03-28T07:49:02.441Zout/omicron-gateway.tar.gz
40482024-03-28T07:49:02.467Z 32,768 0% 72.89kB/s 0:03:46 16,517,040 100% 34.02MB/s 0:00:00 (xfr#15, to-chk=236/254)
40492024-03-28T07:49:02.467Zout/omicron-sled-agent.tar
40502024-03-28T07:49:03.009Z 32,768 0% 69.11kB/s 0:27:30 112,328,704 98% 107.12MB/s 0:00:00 114,086,400 100% 108.37MB/s 0:00:01 (xfr#16, to-chk=235/254)
40512024-03-28T07:49:03.009Zout/overlay.tar.gz
40522024-03-28T07:49:03.019Z 2,622 100% 512.11kB/s 0:00:00 2,622 100% 512.11kB/s 0:00:00 (xfr#17, to-chk=234/254)
40532024-03-28T07:49:03.019Zout/oximeter.tar.gz
40542024-03-28T07:49:03.101Z 32,768 0% 6.25MB/s 0:00:07 49,047,464 100% 497.61MB/s 0:00:00 (xfr#18, to-chk=233/254)
40552024-03-28T07:49:03.102Zout/oxlog.tar
40562024-03-28T07:49:03.136Z 32,768 0% 336.84kB/s 0:00:18 6,243,840 100% 44.77MB/s 0:00:00 (xfr#19, to-chk=232/254)
40572024-03-28T07:49:03.136Zout/probe.tar.gz
40582024-03-28T07:49:03.142Z 32,768 1% 240.60kB/s 0:00:11 2,829,470 100% 19.55MB/s 0:00:00 (xfr#20, to-chk=231/254)
40592024-03-28T07:49:03.142Zout/propolis-server.tar.gz
40602024-03-28T07:49:03.253Z 32,768 0% 230.22kB/s 0:04:48 66,360,059 100% 252.13MB/s 0:00:00 (xfr#21, to-chk=230/254)
40612024-03-28T07:49:03.253Zout/switch-softnpu.tar.gz
40622024-03-28T07:49:03.662Z 32,768 0% 127.49kB/s 0:27:55 213,610,870 100% 309.13MB/s 0:00:00 (xfr#22, to-chk=229/254)
40632024-03-28T07:49:03.663Zout/console-assets/
40642024-03-28T07:49:03.663Zout/console-assets/VERSION
40652024-03-28T07:49:03.663Z 41 100% 0.06kB/s 0:00:00 41 100% 0.06kB/s 0:00:00 (xfr#23, to-chk=225/254)
40662024-03-28T07:49:03.663Zout/console-assets/index.html
40672024-03-28T07:49:03.670Z 466 100% 0.69kB/s 0:00:00 466 100% 0.69kB/s 0:00:00 (xfr#24, to-chk=224/254)
40682024-03-28T07:49:03.670Zout/console-assets/assets/
40692024-03-28T07:49:03.671Zout/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2
40702024-03-28T07:49:03.671Z 32,768 70% 48.56kB/s 0:00:00 46,276 100% 68.58kB/s 0:00:00 (xfr#25, to-chk=222/254)
40712024-03-28T07:49:03.671Zout/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff
40722024-03-28T07:49:03.671Z 32,768 65% 48.56kB/s 0:00:00 50,032 100% 74.14kB/s 0:00:00 (xfr#26, to-chk=221/254)
40732024-03-28T07:49:03.671Zout/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff
40742024-03-28T07:49:03.672Z 32,768 55% 48.56kB/s 0:00:00 58,524 100% 86.73kB/s 0:00:00 (xfr#27, to-chk=220/254)
40752024-03-28T07:49:03.672Zout/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2
40762024-03-28T07:49:03.672Z 32,768 71% 48.56kB/s 0:00:00 46,060 100% 68.26kB/s 0:00:00 (xfr#28, to-chk=219/254)
40772024-03-28T07:49:03.672Zout/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff
40782024-03-28T07:49:03.672Z 21,937 100% 32.46kB/s 0:00:00 21,937 100% 32.46kB/s 0:00:00 (xfr#29, to-chk=218/254)
40792024-03-28T07:49:03.673Zout/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2
40802024-03-28T07:49:03.673Z 17,996 100% 26.63kB/s 0:00:00 17,996 100% 26.63kB/s 0:00:00 (xfr#30, to-chk=217/254)
40812024-03-28T07:49:03.673Zout/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff
40822024-03-28T07:49:03.673Z 21,890 100% 32.39kB/s 0:00:00 21,890 100% 32.39kB/s 0:00:00 (xfr#31, to-chk=216/254)
40832024-03-28T07:49:03.673Zout/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2
40842024-03-28T07:49:03.674Z 17,984 100% 26.61kB/s 0:00:00 17,984 100% 26.61kB/s 0:00:00 (xfr#32, to-chk=215/254)
40852024-03-28T07:49:03.674Zout/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff
40862024-03-28T07:49:03.674Z 21,123 100% 31.25kB/s 0:00:00 21,123 100% 31.25kB/s 0:00:00 (xfr#33, to-chk=214/254)
40872024-03-28T07:49:03.674Zout/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2
40882024-03-28T07:49:03.674Z 17,228 100% 25.49kB/s 0:00:00 17,228 100% 25.49kB/s 0:00:00 (xfr#34, to-chk=213/254)
40892024-03-28T07:49:03.675Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2
40902024-03-28T07:49:03.675Z 18,448 100% 27.30kB/s 0:00:00 18,448 100% 27.30kB/s 0:00:00 (xfr#35, to-chk=212/254)
40912024-03-28T07:49:03.675Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff
40922024-03-28T07:49:03.675Z 22,665 100% 33.54kB/s 0:00:00 22,665 100% 33.54kB/s 0:00:00 (xfr#36, to-chk=211/254)
40932024-03-28T07:49:03.675Zout/console-assets/assets/Terminal-MhI4tVax.js
40942024-03-28T07:49:03.675Z 32,768 11% 48.48kB/s 0:00:05 287,745 100% 424.47kB/s 0:00:00 (xfr#37, to-chk=210/254)
40952024-03-28T07:49:03.675Zout/console-assets/assets/Terminal-MhI4tVax.js.gz
40962024-03-28T07:49:03.675Z 32,768 45% 48.34kB/s 0:00:00 71,751 100% 105.84kB/s 0:00:00 (xfr#38, to-chk=209/254)
40972024-03-28T07:49:03.675Zout/console-assets/assets/Terminal-MhI4tVax.js.map
40982024-03-28T07:49:03.675Z 32,768 5% 48.34kB/s 0:00:11 590,398 100% 868.31kB/s 0:00:00 (xfr#39, to-chk=208/254)
40992024-03-28T07:49:03.675Zout/console-assets/assets/Terminal-MhI4tVax.js.map.gz
41002024-03-28T07:49:03.675Z 32,768 27% 48.19kB/s 0:00:01 118,340 100% 173.78kB/s 0:00:00 (xfr#40, to-chk=207/254)
41012024-03-28T07:49:03.676Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js
41022024-03-28T07:49:03.682Z 32,768 8% 48.12kB/s 0:00:07 371,459 100% 543.86kB/s 0:00:00 (xfr#41, to-chk=206/254)
41032024-03-28T07:49:03.682Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js.gz
41042024-03-28T07:49:03.682Z 32,768 31% 47.90kB/s 0:00:01 103,751 100% 151.68kB/s 0:00:00 (xfr#42, to-chk=205/254)
41052024-03-28T07:49:03.682Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js.map
41062024-03-28T07:49:03.682Z 32,768 1% 47.90kB/s 0:00:33 1,659,324 100% 2.34MB/s 0:00:00 (xfr#43, to-chk=204/254)
41072024-03-28T07:49:03.682Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js.map.gz
41082024-03-28T07:49:03.683Z 32,768 8% 47.34kB/s 0:00:07 379,086 100% 546.83kB/s 0:00:00 (xfr#44, to-chk=203/254)
41092024-03-28T07:49:03.683Zout/console-assets/assets/app-UgyCDj6n.css
41102024-03-28T07:49:03.683Z 32,768 23% 47.27kB/s 0:00:02 138,220 100% 199.38kB/s 0:00:00 (xfr#45, to-chk=202/254)
41112024-03-28T07:49:03.683Zout/console-assets/assets/app-UgyCDj6n.css.gz
41122024-03-28T07:49:03.683Z 21,226 100% 30.62kB/s 0:00:00 21,226 100% 30.62kB/s 0:00:00 (xfr#46, to-chk=201/254)
41132024-03-28T07:49:03.683Zout/console-assets/assets/app-oDC708oE.js
41142024-03-28T07:49:03.701Z 32,768 3% 47.27kB/s 0:00:22 1,090,115 100% 1.52MB/s 0:00:00 (xfr#47, to-chk=200/254)
41152024-03-28T07:49:03.702Zout/console-assets/assets/app-oDC708oE.js.gz
41162024-03-28T07:49:03.702Z 32,768 9% 46.78kB/s 0:00:06 336,276 100% 479.41kB/s 0:00:00 (xfr#48, to-chk=199/254)
41172024-03-28T07:49:03.702Zout/console-assets/assets/app-oDC708oE.js.map
41182024-03-28T07:49:03.726Z 32,768 0% 46.72kB/s 0:01:51 5,242,661 100% 7.02MB/s 0:00:00 (xfr#49, to-chk=198/254)
41192024-03-28T07:49:03.726Zout/console-assets/assets/app-oDC708oE.js.map.gz
41202024-03-28T07:49:03.734Z 32,768 2% 44.94kB/s 0:00:26 1,239,845 100% 1.65MB/s 0:00:00 (xfr#50, to-chk=197/254)
41212024-03-28T07:49:03.735Zout/console-assets/assets/favicon-WELtHcTG.svg
41222024-03-28T07:49:03.735Z 761 100% 1.04kB/s 0:00:00 761 100% 1.04kB/s 0:00:00 (xfr#51, to-chk=196/254)
41232024-03-28T07:49:03.735Zout/console-assets/assets/favicon-cDDaBnwQ.png
41242024-03-28T07:49:03.735Z 1,327 100% 1.81kB/s 0:00:00 1,327 100% 1.81kB/s 0:00:00 (xfr#52, to-chk=195/254)
41252024-03-28T07:49:03.735Zout/console-assets/assets/og-preview-image.webp
41262024-03-28T07:49:03.735Z 32,768 36% 44.76kB/s 0:00:01 89,880 100% 122.76kB/s 0:00:00 (xfr#53, to-chk=194/254)
41272024-03-28T07:49:03.735Zout/console-assets/assets/oxide-hero-rack-hMCZGwQc.webp
41282024-03-28T07:49:03.735Z 32,768 9% 44.76kB/s 0:00:07 352,484 100% 480.76kB/s 0:00:00 (xfr#54, to-chk=193/254)
41292024-03-28T07:49:03.735Zout/manifest-cache/
41302024-03-28T07:49:03.735Zout/manifest-cache/clickhouse.tar.gz.json
41312024-03-28T07:49:03.735Z 780 100% 1.06kB/s 0:00:00 780 100% 1.06kB/s 0:00:00 (xfr#55, to-chk=192/254)
41322024-03-28T07:49:03.735Zout/manifest-cache/clickhouse_keeper.tar.gz.json
41332024-03-28T07:49:03.735Z 801 100% 1.09kB/s 0:00:00 801 100% 1.09kB/s 0:00:00 (xfr#56, to-chk=191/254)
41342024-03-28T07:49:03.735Zout/manifest-cache/clickhouse_keeper_svc.tar.gz.json
41352024-03-28T07:49:03.735Z 2,958 100% 4.03kB/s 0:00:00 2,958 100% 4.03kB/s 0:00:00 (xfr#57, to-chk=190/254)
41362024-03-28T07:49:03.735Zout/manifest-cache/clickhouse_svc.tar.gz.json
41372024-03-28T07:49:03.735Z 2,946 100% 4.02kB/s 0:00:00 2,946 100% 4.02kB/s 0:00:00 (xfr#58, to-chk=189/254)
41382024-03-28T07:49:03.735Zout/manifest-cache/cockroachdb-service.tar.gz.json
41392024-03-28T07:49:03.735Z 32,768 59% 44.69kB/s 0:00:00 54,966 100% 74.86kB/s 0:00:00 (xfr#59, to-chk=188/254)
41402024-03-28T07:49:03.736Zout/manifest-cache/cockroachdb.tar.gz.json
41412024-03-28T07:49:03.736Z 787 100% 1.07kB/s 0:00:00 787 100% 1.07kB/s 0:00:00 (xfr#60, to-chk=187/254)
41422024-03-28T07:49:03.736Zout/manifest-cache/crucible-pantry-zone.tar.gz.json
41432024-03-28T07:49:03.736Z 662 100% 0.90kB/s 0:00:00 662 100% 0.90kB/s 0:00:00 (xfr#61, to-chk=186/254)
41442024-03-28T07:49:03.736Zout/manifest-cache/crucible-zone.tar.gz.json
41452024-03-28T07:49:03.736Z 641 100% 0.87kB/s 0:00:00 641 100% 0.87kB/s 0:00:00 (xfr#62, to-chk=185/254)
41462024-03-28T07:49:03.736Zout/manifest-cache/dns-server.tar.gz.json
41472024-03-28T07:49:03.736Z 942 100% 1.28kB/s 0:00:00 942 100% 1.28kB/s 0:00:00 (xfr#63, to-chk=184/254)
41482024-03-28T07:49:03.736Zout/manifest-cache/external-dns-customizations.tar.gz.json
41492024-03-28T07:49:03.736Z 1,132 100% 1.54kB/s 0:00:00 1,132 100% 1.54kB/s 0:00:00 (xfr#64, to-chk=183/254)
41502024-03-28T07:49:03.736Zout/manifest-cache/external-dns.tar.gz.json
41512024-03-28T07:49:03.736Z 934 100% 1.27kB/s 0:00:00 934 100% 1.27kB/s 0:00:00 (xfr#65, to-chk=182/254)
41522024-03-28T07:49:03.736Zout/manifest-cache/internal-dns-cli.tar.gz.json
41532024-03-28T07:49:03.736Z 752 100% 1.02kB/s 0:00:00 752 100% 1.02kB/s 0:00:00 (xfr#66, to-chk=181/254)
41542024-03-28T07:49:03.736Zout/manifest-cache/internal-dns-customizations.tar.gz.json
41552024-03-28T07:49:03.736Z 1,132 100% 1.54kB/s 0:00:00 1,132 100% 1.54kB/s 0:00:00 (xfr#67, to-chk=180/254)
41562024-03-28T07:49:03.736Zout/manifest-cache/internal-dns.tar.gz.json
41572024-03-28T07:49:03.736Z 791 100% 1.08kB/s 0:00:00 791 100% 1.08kB/s 0:00:00 (xfr#68, to-chk=179/254)
41582024-03-28T07:49:03.736Zout/manifest-cache/logadm.tar.gz.json
41592024-03-28T07:49:03.736Z 1,044 100% 1.42kB/s 0:00:00 1,044 100% 1.42kB/s 0:00:00 (xfr#69, to-chk=178/254)
41602024-03-28T07:49:03.736Zout/manifest-cache/nexus.tar.gz.json
41612024-03-28T07:49:03.737Z 773 100% 1.05kB/s 0:00:00 773 100% 1.05kB/s 0:00:00 (xfr#70, to-chk=177/254)
41622024-03-28T07:49:03.737Zout/manifest-cache/ntp-svc.tar.gz.json
41632024-03-28T07:49:03.737Z 2,228 100% 3.03kB/s 0:00:00 2,228 100% 3.03kB/s 0:00:00 (xfr#71, to-chk=176/254)
41642024-03-28T07:49:03.737Zout/manifest-cache/ntp.tar.gz.json
41652024-03-28T07:49:03.737Z 763 100% 1.04kB/s 0:00:00 763 100% 1.04kB/s 0:00:00 (xfr#72, to-chk=175/254)
41662024-03-28T07:49:03.737Zout/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json
41672024-03-28T07:49:03.737Z 1,462 100% 1.99kB/s 0:00:00 1,462 100% 1.99kB/s 0:00:00 (xfr#73, to-chk=174/254)
41682024-03-28T07:49:03.737Zout/manifest-cache/omicron-gateway-softnpu.tar.gz.json
41692024-03-28T07:49:03.737Z 545 100% 0.74kB/s 0:00:00 545 100% 0.74kB/s 0:00:00 (xfr#74, to-chk=173/254)
41702024-03-28T07:49:03.737Zout/manifest-cache/omicron-gateway.tar.gz.json
41712024-03-28T07:49:03.737Z 703 100% 0.96kB/s 0:00:00 703 100% 0.96kB/s 0:00:00 (xfr#75, to-chk=172/254)
41722024-03-28T07:49:03.737Zout/manifest-cache/omicron-nexus.tar.gz.json
41732024-03-28T07:49:03.737Z 32,768 45% 44.63kB/s 0:00:00 71,925 100% 97.96kB/s 0:00:00 (xfr#76, to-chk=171/254)
41742024-03-28T07:49:03.737Zout/manifest-cache/omicron-omdb.tar.gz.json
41752024-03-28T07:49:03.737Z 702 100% 0.96kB/s 0:00:00 702 100% 0.96kB/s 0:00:00 (xfr#77, to-chk=170/254)
41762024-03-28T07:49:03.737Zout/manifest-cache/omicron-sled-agent.tar.json
41772024-03-28T07:49:03.737Z 1,269 100% 1.73kB/s 0:00:00 1,269 100% 1.73kB/s 0:00:00 (xfr#78, to-chk=169/254)
41782024-03-28T07:49:03.737Zout/manifest-cache/opte-interface-setup.tar.gz.json
41792024-03-28T07:49:03.737Z 883 100% 1.20kB/s 0:00:00 883 100% 1.20kB/s 0:00:00 (xfr#79, to-chk=168/254)
41802024-03-28T07:49:03.737Zout/manifest-cache/overlay.tar.gz.json
41812024-03-28T07:49:03.737Z 473 100% 0.64kB/s 0:00:00 473 100% 0.64kB/s 0:00:00 (xfr#80, to-chk=167/254)
41822024-03-28T07:49:03.738Zout/manifest-cache/oximeter-collector.tar.gz.json
41832024-03-28T07:49:03.738Z 18,311 100% 24.94kB/s 0:00:00 18,311 100% 24.94kB/s 0:00:00 (xfr#81, to-chk=166/254)
41842024-03-28T07:49:03.738Zout/manifest-cache/oximeter.tar.gz.json
41852024-03-28T07:49:03.738Z 641 100% 0.87kB/s 0:00:00 641 100% 0.87kB/s 0:00:00 (xfr#82, to-chk=165/254)
41862024-03-28T07:49:03.738Zout/manifest-cache/oxlog.tar.json
41872024-03-28T07:49:03.738Z 321 100% 0.44kB/s 0:00:00 321 100% 0.44kB/s 0:00:00 (xfr#83, to-chk=164/254)
41882024-03-28T07:49:03.738Zout/manifest-cache/probe.tar.gz.json
41892024-03-28T07:49:03.738Z 346 100% 0.47kB/s 0:00:00 346 100% 0.47kB/s 0:00:00 (xfr#84, to-chk=163/254)
41902024-03-28T07:49:03.738Zout/manifest-cache/profile.tar.gz.json
41912024-03-28T07:49:03.738Z 838 100% 1.14kB/s 0:00:00 838 100% 1.14kB/s 0:00:00 (xfr#85, to-chk=162/254)
41922024-03-28T07:49:03.738Zout/manifest-cache/sp-sim-softnpu.tar.gz.json
41932024-03-28T07:49:03.738Z 357 100% 0.49kB/s 0:00:00 357 100% 0.49kB/s 0:00:00 (xfr#86, to-chk=161/254)
41942024-03-28T07:49:03.738Zout/manifest-cache/sp-sim.tar.gz.json
41952024-03-28T07:49:03.738Z 1,549 100% 2.11kB/s 0:00:00 1,549 100% 2.11kB/s 0:00:00 (xfr#87, to-chk=160/254)
41962024-03-28T07:49:03.738Zout/manifest-cache/switch-softnpu.tar.gz.json
41972024-03-28T07:49:03.738Z 1,566 100% 2.13kB/s 0:00:00 1,566 100% 2.13kB/s 0:00:00 (xfr#88, to-chk=159/254)
41982024-03-28T07:49:03.738Zout/manifest-cache/switch_zone_setup.tar.gz.json
41992024-03-28T07:49:03.738Z 10,790 100% 14.68kB/s 0:00:00 10,790 100% 14.68kB/s 0:00:00 (xfr#89, to-chk=158/254)
42002024-03-28T07:49:03.738Zout/manifest-cache/wicket.tar.gz.json
42012024-03-28T07:49:03.738Z 1,084 100% 1.47kB/s 0:00:00 1,084 100% 1.47kB/s 0:00:00 (xfr#90, to-chk=157/254)
42022024-03-28T07:49:03.738Zout/manifest-cache/wicketd.tar.gz.json
42032024-03-28T07:49:03.739Z 1,560 100% 2.12kB/s 0:00:00 1,560 100% 2.12kB/s 0:00:00 (xfr#91, to-chk=156/254)
42042024-03-28T07:49:03.739Zout/manifest-cache/zone-network-install.tar.gz.json
42052024-03-28T07:49:03.739Z 877 100% 1.19kB/s 0:00:00 877 100% 1.19kB/s 0:00:00 (xfr#92, to-chk=155/254)
42062024-03-28T07:49:03.739Zout/manifest-cache/zone-network-setup.tar.gz.json
42072024-03-28T07:49:03.739Z 772 100% 1.05kB/s 0:00:00 772 100% 1.05kB/s 0:00:00 (xfr#93, to-chk=154/254)
42082024-03-28T07:49:03.739Zout/target/
42092024-03-28T07:49:03.739Zout/target/active -> default
42102024-03-28T07:49:03.739Zout/target/default
42112024-03-28T07:49:03.739Z 74 100% 0.10kB/s 0:00:00 74 100% 0.10kB/s 0:00:00 (xfr#94, to-chk=152/254)
42122024-03-28T07:49:03.739Zsmf/
42132024-03-28T07:49:03.739Zsmf/clickhouse/
42142024-03-28T07:49:03.739Zsmf/clickhouse/config_replica.xml
42152024-03-28T07:49:03.739Z 2,728 100% 3.71kB/s 0:00:00 2,728 100% 3.71kB/s 0:00:00 (xfr#95, to-chk=132/254)
42162024-03-28T07:49:03.739Zsmf/clickhouse/manifest.xml
42172024-03-28T07:49:03.739Z 1,494 100% 2.03kB/s 0:00:00 1,494 100% 2.03kB/s 0:00:00 (xfr#96, to-chk=131/254)
42182024-03-28T07:49:03.739Zsmf/clickhouse/method_script.sh
42192024-03-28T07:49:03.739Z 5,330 100% 7.25kB/s 0:00:00 5,330 100% 7.25kB/s 0:00:00 (xfr#97, to-chk=130/254)
42202024-03-28T07:49:03.746Zsmf/clickhouse_keeper/
42212024-03-28T07:49:03.746Zsmf/clickhouse_keeper/keeper_config.xml
42222024-03-28T07:49:03.746Z 1,460 100% 1.99kB/s 0:00:00 1,460 100% 1.99kB/s 0:00:00 (xfr#98, to-chk=129/254)
42232024-03-28T07:49:03.746Zsmf/clickhouse_keeper/manifest.xml
42242024-03-28T07:49:03.746Z 1,534 100% 2.09kB/s 0:00:00 1,534 100% 2.09kB/s 0:00:00 (xfr#99, to-chk=128/254)
42252024-03-28T07:49:03.747Zsmf/clickhouse_keeper/method_script.sh
42262024-03-28T07:49:03.747Z 4,324 100% 5.88kB/s 0:00:00 4,324 100% 5.88kB/s 0:00:00 (xfr#100, to-chk=127/254)
42272024-03-28T07:49:03.747Zsmf/cockroachdb/
42282024-03-28T07:49:03.747Zsmf/cockroachdb/manifest.xml
42292024-03-28T07:49:03.747Z 1,667 100% 2.27kB/s 0:00:00 1,667 100% 2.27kB/s 0:00:00 (xfr#101, to-chk=126/254)
42302024-03-28T07:49:03.747Zsmf/cockroachdb/method_script.sh
42312024-03-28T07:49:03.747Z 1,030 100% 1.40kB/s 0:00:00 1,030 100% 1.40kB/s 0:00:00 (xfr#102, to-chk=125/254)
42322024-03-28T07:49:03.747Zsmf/external-dns/
42332024-03-28T07:49:03.747Zsmf/external-dns/config.toml
42342024-03-28T07:49:03.747Z 353 100% 0.48kB/s 0:00:00 353 100% 0.48kB/s 0:00:00 (xfr#103, to-chk=124/254)
42352024-03-28T07:49:03.747Zsmf/external-dns/manifest.xml
42362024-03-28T07:49:03.747Z 1,805 100% 2.46kB/s 0:00:00 1,805 100% 2.46kB/s 0:00:00 (xfr#104, to-chk=123/254)
42372024-03-28T07:49:03.747Zsmf/installinator/
42382024-03-28T07:49:03.747Zsmf/installinator/manifest.xml
42392024-03-28T07:49:03.747Z 2,149 100% 2.92kB/s 0:00:00 2,149 100% 2.92kB/s 0:00:00 (xfr#105, to-chk=122/254)
42402024-03-28T07:49:03.747Zsmf/internal-dns/
42412024-03-28T07:49:03.747Zsmf/internal-dns/config.toml
42422024-03-28T07:49:03.747Z 353 100% 0.48kB/s 0:00:00 353 100% 0.48kB/s 0:00:00 (xfr#106, to-chk=121/254)
42432024-03-28T07:49:03.747Zsmf/internal-dns/manifest.xml
42442024-03-28T07:49:03.748Z 1,618 100% 2.20kB/s 0:00:00 1,618 100% 2.20kB/s 0:00:00 (xfr#107, to-chk=120/254)
42452024-03-28T07:49:03.748Zsmf/logadm/
42462024-03-28T07:49:03.748Zsmf/logadm/crontab.root
42472024-03-28T07:49:03.748Z 30 100% 0.04kB/s 0:00:00 30 100% 0.04kB/s 0:00:00 (xfr#108, to-chk=119/254)
42482024-03-28T07:49:03.748Zsmf/logadm/logadm.conf
42492024-03-28T07:49:03.748Z 2,553 100% 3.47kB/s 0:00:00 2,553 100% 3.47kB/s 0:00:00 (xfr#109, to-chk=118/254)
42502024-03-28T07:49:03.748Zsmf/mgs-sim/
42512024-03-28T07:49:03.748Zsmf/mgs-sim/config.toml
42522024-03-28T07:49:03.748Z 3,534 100% 4.81kB/s 0:00:00 3,534 100% 4.81kB/s 0:00:00 (xfr#110, to-chk=117/254)
42532024-03-28T07:49:03.748Zsmf/mgs/
42542024-03-28T07:49:03.748Zsmf/mgs/config.toml
42552024-03-28T07:49:03.748Z 9,085 100% 12.36kB/s 0:00:00 9,085 100% 12.36kB/s 0:00:00 (xfr#111, to-chk=116/254)
42562024-03-28T07:49:03.748Zsmf/mgs/manifest.xml
42572024-03-28T07:49:03.748Z 2,474 100% 3.36kB/s 0:00:00 2,474 100% 3.36kB/s 0:00:00 (xfr#112, to-chk=115/254)
42582024-03-28T07:49:03.748Zsmf/nexus/
42592024-03-28T07:49:03.748Zsmf/nexus/manifest.xml
42602024-03-28T07:49:03.748Z 1,987 100% 2.70kB/s 0:00:00 1,987 100% 2.70kB/s 0:00:00 (xfr#113, to-chk=114/254)
42612024-03-28T07:49:03.748Zsmf/nexus/multi-sled/
42622024-03-28T07:49:03.748Zsmf/nexus/multi-sled/config-partial.toml
42632024-03-28T07:49:03.748Z 1,997 100% 2.71kB/s 0:00:00 1,997 100% 2.71kB/s 0:00:00 (xfr#114, to-chk=111/254)
42642024-03-28T07:49:03.748Zsmf/nexus/single-sled/
42652024-03-28T07:49:03.749Zsmf/nexus/single-sled/config-partial.toml
42662024-03-28T07:49:03.749Z 1,993 100% 2.71kB/s 0:00:00 1,993 100% 2.71kB/s 0:00:00 (xfr#115, to-chk=110/254)
42672024-03-28T07:49:03.749Zsmf/ntp/
42682024-03-28T07:49:03.749Zsmf/ntp/etc/
42692024-03-28T07:49:03.749Zsmf/ntp/etc/inet/
42702024-03-28T07:49:03.749Zsmf/ntp/etc/inet/chrony.conf.boundary
42712024-03-28T07:49:03.749Z 881 100% 1.20kB/s 0:00:00 881 100% 1.20kB/s 0:00:00 (xfr#116, to-chk=104/254)
42722024-03-28T07:49:03.749Zsmf/ntp/etc/inet/chrony.conf.internal
42732024-03-28T07:49:03.749Z 1,108 100% 1.50kB/s 0:00:00 1,108 100% 1.50kB/s 0:00:00 (xfr#117, to-chk=103/254)
42742024-03-28T07:49:03.749Zsmf/ntp/etc/logadm.d/
42752024-03-28T07:49:03.749Zsmf/ntp/etc/logadm.d/chrony.logadm.conf
42762024-03-28T07:49:03.749Z 135 100% 0.18kB/s 0:00:00 135 100% 0.18kB/s 0:00:00 (xfr#118, to-chk=102/254)
42772024-03-28T07:49:03.749Zsmf/ntp/manifest/
42782024-03-28T07:49:03.749Zsmf/ntp/manifest/manifest.xml
42792024-03-28T07:49:03.749Z 3,336 100% 4.53kB/s 0:00:00 3,336 100% 4.53kB/s 0:00:00 (xfr#119, to-chk=101/254)
42802024-03-28T07:49:03.749Zsmf/ntp/method/
42812024-03-28T07:49:03.749Zsmf/ntp/method/svc-site-ntp
42822024-03-28T07:49:03.749Z 3,211 100% 4.36kB/s 0:00:00 3,211 100% 4.36kB/s 0:00:00 (xfr#120, to-chk=100/254)
42832024-03-28T07:49:03.749Zsmf/opte-interface-setup/
42842024-03-28T07:49:03.749Zsmf/opte-interface-setup/manifest.xml
42852024-03-28T07:49:03.749Z 1,638 100% 2.22kB/s 0:00:00 1,638 100% 2.22kB/s 0:00:00 (xfr#121, to-chk=99/254)
42862024-03-28T07:49:03.750Zsmf/oximeter/
42872024-03-28T07:49:03.750Zsmf/oximeter/config.toml
42882024-03-28T07:49:03.750Z 205 100% 0.28kB/s 0:00:00 205 100% 0.28kB/s 0:00:00 (xfr#122, to-chk=98/254)
42892024-03-28T07:49:03.750Zsmf/oximeter/manifest.xml
42902024-03-28T07:49:03.750Z 1,770 100% 2.40kB/s 0:00:00 1,770 100% 2.40kB/s 0:00:00 (xfr#123, to-chk=97/254)
42912024-03-28T07:49:03.750Zsmf/profile/
42922024-03-28T07:49:03.750Zsmf/profile/bashrc
42932024-03-28T07:49:03.750Z 925 100% 1.26kB/s 0:00:00 925 100% 1.26kB/s 0:00:00 (xfr#124, to-chk=96/254)
42942024-03-28T07:49:03.750Zsmf/profile/profile
42952024-03-28T07:49:03.750Z 554 100% 0.75kB/s 0:00:00 554 100% 0.75kB/s 0:00:00 (xfr#125, to-chk=95/254)
42962024-03-28T07:49:03.750Zsmf/sled-agent/
42972024-03-28T07:49:03.750Zsmf/sled-agent/manifest.xml
42982024-03-28T07:49:03.750Z 2,373 100% 3.22kB/s 0:00:00 2,373 100% 3.22kB/s 0:00:00 (xfr#126, to-chk=94/254)
42992024-03-28T07:49:03.750Zsmf/sled-agent/gimlet-standalone/
43002024-03-28T07:49:03.750Zsmf/sled-agent/gimlet-standalone/README.md
43012024-03-28T07:49:03.750Z 114 100% 0.15kB/s 0:00:00 114 100% 0.15kB/s 0:00:00 (xfr#127, to-chk=90/254)
43022024-03-28T07:49:03.750Zsmf/sled-agent/gimlet-standalone/config-rss.toml
43032024-03-28T07:49:03.750Z 6,611 100% 8.98kB/s 0:00:00 6,611 100% 8.98kB/s 0:00:00 (xfr#128, to-chk=89/254)
43042024-03-28T07:49:03.750Zsmf/sled-agent/gimlet-standalone/config.toml
43052024-03-28T07:49:03.750Z 1,800 100% 2.44kB/s 0:00:00 1,800 100% 2.44kB/s 0:00:00 (xfr#129, to-chk=88/254)
43062024-03-28T07:49:03.750Zsmf/sled-agent/gimlet/
43072024-03-28T07:49:03.751Zsmf/sled-agent/gimlet/README.md
43082024-03-28T07:49:03.751Z 54 100% 0.07kB/s 0:00:00 54 100% 0.07kB/s 0:00:00 (xfr#130, to-chk=87/254)
43092024-03-28T07:49:03.751Zsmf/sled-agent/gimlet/config.toml
43102024-03-28T07:49:03.751Z 1,657 100% 2.25kB/s 0:00:00 1,657 100% 2.25kB/s 0:00:00 (xfr#131, to-chk=86/254)
43112024-03-28T07:49:03.751Zsmf/sled-agent/non-gimlet/
43122024-03-28T07:49:03.751Zsmf/sled-agent/non-gimlet/README.md
43132024-03-28T07:49:03.751Z 105 100% 0.14kB/s 0:00:00 105 100% 0.14kB/s 0:00:00 (xfr#132, to-chk=85/254)
43142024-03-28T07:49:03.751Zsmf/sled-agent/non-gimlet/config.toml
43152024-03-28T07:49:03.751Z 2,820 100% 3.83kB/s 0:00:00 2,820 100% 3.83kB/s 0:00:00 (xfr#133, to-chk=84/254)
43162024-03-28T07:49:03.751Zsmf/sp-sim/
43172024-03-28T07:49:03.751Zsmf/sp-sim/config.toml
43182024-03-28T07:49:03.751Z 2,604 100% 3.54kB/s 0:00:00 2,604 100% 3.54kB/s 0:00:00 (xfr#134, to-chk=83/254)
43192024-03-28T07:49:03.751Zsmf/sp-sim/manifest.xml
43202024-03-28T07:49:03.758Z 1,271 100% 1.73kB/s 0:00:00 1,271 100% 1.73kB/s 0:00:00 (xfr#135, to-chk=82/254)
43212024-03-28T07:49:03.758Zsmf/switch_zone_setup/
43222024-03-28T07:49:03.758Zsmf/switch_zone_setup/manifest.xml
43232024-03-28T07:49:03.758Z 1,061 100% 1.44kB/s 0:00:00 1,061 100% 1.44kB/s 0:00:00 (xfr#136, to-chk=81/254)
43242024-03-28T07:49:03.758Zsmf/switch_zone_setup/support_authorized_keys
43252024-03-28T07:49:03.758Z 1,284 100% 1.74kB/s 0:00:00 1,284 100% 1.74kB/s 0:00:00 (xfr#137, to-chk=80/254)
43262024-03-28T07:49:03.758Zsmf/switch_zone_setup/switch_zone_setup
43272024-03-28T07:49:03.758Z 1,041 100% 1.41kB/s 0:00:00 1,041 100% 1.41kB/s 0:00:00 (xfr#138, to-chk=79/254)
43282024-03-28T07:49:03.758Zsmf/wicketd/
43292024-03-28T07:49:03.759Zsmf/wicketd/config.toml
43302024-03-28T07:49:03.759Z 104 100% 0.14kB/s 0:00:00 104 100% 0.14kB/s 0:00:00 (xfr#139, to-chk=78/254)
43312024-03-28T07:49:03.759Zsmf/wicketd/manifest.xml
43322024-03-28T07:49:03.759Z 2,954 100% 4.01kB/s 0:00:00 2,954 100% 4.01kB/s 0:00:00 (xfr#140, to-chk=77/254)
43332024-03-28T07:49:03.759Zsmf/zone-network-setup/
43342024-03-28T07:49:03.759Zsmf/zone-network-setup/manifest.xml
43352024-03-28T07:49:03.759Z 1,614 100% 2.19kB/s 0:00:00 1,614 100% 2.19kB/s 0:00:00 (xfr#141, to-chk=76/254)
43362024-03-28T07:49:03.759Ztools/
43372024-03-28T07:49:03.759Ztools/README.adoc
43382024-03-28T07:49:03.759Z 3,558 100% 4.83kB/s 0:00:00 3,558 100% 4.83kB/s 0:00:00 (xfr#142, to-chk=75/254)
43392024-03-28T07:49:03.759Ztools/build-global-zone-packages.sh
43402024-03-28T07:49:03.759Z 2,388 100% 3.24kB/s 0:00:00 2,388 100% 3.24kB/s 0:00:00 (xfr#143, to-chk=74/254)
43412024-03-28T07:49:03.759Ztools/build-host-image.sh
43422024-03-28T07:49:03.759Z 2,971 100% 4.03kB/s 0:00:00 2,971 100% 4.03kB/s 0:00:00 (xfr#144, to-chk=73/254)
43432024-03-28T07:49:03.759Ztools/build-trampoline-global-zone-packages.sh
43442024-03-28T07:49:03.759Z 1,878 100% 2.55kB/s 0:00:00 1,878 100% 2.55kB/s 0:00:00 (xfr#145, to-chk=72/254)
43452024-03-28T07:49:03.759Ztools/ci_check_opte_ver.sh
43462024-03-28T07:49:03.759Z 2,770 100% 3.76kB/s 0:00:00 2,770 100% 3.76kB/s 0:00:00 (xfr#146, to-chk=71/254)
43472024-03-28T07:49:03.759Ztools/ci_download_clickhouse
43482024-03-28T07:49:03.759Z 3,631 100% 4.92kB/s 0:00:00 3,631 100% 4.92kB/s 0:00:00 (xfr#147, to-chk=70/254)
43492024-03-28T07:49:03.759Ztools/ci_download_cockroachdb
43502024-03-28T07:49:03.760Z 4,292 100% 5.82kB/s 0:00:00 4,292 100% 5.82kB/s 0:00:00 (xfr#148, to-chk=69/254)
43512024-03-28T07:49:03.760Ztools/ci_download_console
43522024-03-28T07:49:03.760Z 1,991 100% 2.70kB/s 0:00:00 1,991 100% 2.70kB/s 0:00:00 (xfr#149, to-chk=68/254)
43532024-03-28T07:49:03.760Ztools/ci_download_dendrite_openapi
43542024-03-28T07:49:03.760Z 1,719 100% 2.33kB/s 0:00:00 1,719 100% 2.33kB/s 0:00:00 (xfr#150, to-chk=67/254)
43552024-03-28T07:49:03.760Ztools/ci_download_dendrite_stub
43562024-03-28T07:49:03.760Z 4,229 100% 5.74kB/s 0:00:00 4,229 100% 5.74kB/s 0:00:00 (xfr#151, to-chk=66/254)
43572024-03-28T07:49:03.760Ztools/ci_download_maghemite_mgd
43582024-03-28T07:49:03.760Z 3,650 100% 4.95kB/s 0:00:00 3,650 100% 4.95kB/s 0:00:00 (xfr#152, to-chk=65/254)
43592024-03-28T07:49:03.760Ztools/ci_download_maghemite_openapi
43602024-03-28T07:49:03.760Z 1,989 100% 2.70kB/s 0:00:00 1,989 100% 2.70kB/s 0:00:00 (xfr#153, to-chk=64/254)
43612024-03-28T07:49:03.760Ztools/ci_download_softnpu_machinery
43622024-03-28T07:49:03.760Z 668 100% 0.91kB/s 0:00:00 668 100% 0.91kB/s 0:00:00 (xfr#154, to-chk=63/254)
43632024-03-28T07:49:03.760Ztools/ci_download_thundermuffin
43642024-03-28T07:49:03.760Z 3,237 100% 4.39kB/s 0:00:00 3,237 100% 4.39kB/s 0:00:00 (xfr#155, to-chk=62/254)
43652024-03-28T07:49:03.760Ztools/ci_download_transceiver_control
43662024-03-28T07:49:03.760Z 3,415 100% 4.63kB/s 0:00:00 3,415 100% 4.63kB/s 0:00:00 (xfr#156, to-chk=61/254)
43672024-03-28T07:49:03.760Ztools/clickhouse_checksums
43682024-03-28T07:49:03.760Z 153 100% 0.21kB/s 0:00:00 153 100% 0.21kB/s 0:00:00 (xfr#157, to-chk=60/254)
43692024-03-28T07:49:03.760Ztools/clickhouse_version
43702024-03-28T07:49:03.760Z 11 100% 0.01kB/s 0:00:00 11 100% 0.01kB/s 0:00:00 (xfr#158, to-chk=59/254)
43712024-03-28T07:49:03.761Ztools/cockroachdb_checksums
43722024-03-28T07:49:03.761Z 258 100% 0.35kB/s 0:00:00 258 100% 0.35kB/s 0:00:00 (xfr#159, to-chk=58/254)
43732024-03-28T07:49:03.761Ztools/cockroachdb_version
43742024-03-28T07:49:03.761Z 8 100% 0.01kB/s 0:00:00 8 100% 0.01kB/s 0:00:00 (xfr#160, to-chk=57/254)
43752024-03-28T07:49:03.761Ztools/console_version
43762024-03-28T07:49:03.761Z 122 100% 0.17kB/s 0:00:00 122 100% 0.17kB/s 0:00:00 (xfr#161, to-chk=56/254)
43772024-03-28T07:49:03.761Ztools/create_gimlet_virtual_hardware.sh
43782024-03-28T07:49:03.761Z 936 100% 1.27kB/s 0:00:00 936 100% 1.27kB/s 0:00:00 (xfr#162, to-chk=55/254)
43792024-03-28T07:49:03.761Ztools/create_scrimlet_virtual_hardware.sh
43802024-03-28T07:49:03.761Z 2,014 100% 2.73kB/s 0:00:00 2,014 100% 2.73kB/s 0:00:00 (xfr#163, to-chk=54/254)
43812024-03-28T07:49:03.761Ztools/create_self_signed_cert.sh
43822024-03-28T07:49:03.761Z 685 100% 0.93kB/s 0:00:00 685 100% 0.93kB/s 0:00:00 (xfr#164, to-chk=53/254)
43832024-03-28T07:49:03.761Ztools/create_virtual_hardware.sh
43842024-03-28T07:49:03.761Z 3,184 100% 4.32kB/s 0:00:00 3,184 100% 4.32kB/s 0:00:00 (xfr#165, to-chk=52/254)
43852024-03-28T07:49:03.761Ztools/delete-reservoir.sh
43862024-03-28T07:49:03.761Z 136 100% 0.18kB/s 0:00:00 136 100% 0.18kB/s 0:00:00 (xfr#166, to-chk=51/254)
43872024-03-28T07:49:03.761Ztools/dendrite_openapi_version
43882024-03-28T07:49:03.761Z 122 100% 0.17kB/s 0:00:00 122 100% 0.17kB/s 0:00:00 (xfr#167, to-chk=50/254)
43892024-03-28T07:49:03.761Ztools/dendrite_stub_checksums
43902024-03-28T07:49:03.761Z 267 100% 0.36kB/s 0:00:00 267 100% 0.36kB/s 0:00:00 (xfr#168, to-chk=49/254)
43912024-03-28T07:49:03.761Ztools/destroy_gimlet_virtual_hardware.sh
43922024-03-28T07:49:03.762Z 888 100% 1.20kB/s 0:00:00 888 100% 1.20kB/s 0:00:00 (xfr#169, to-chk=48/254)
43932024-03-28T07:49:03.762Ztools/destroy_scrimlet_virtual_hardware.sh
43942024-03-28T07:49:03.762Z 1,147 100% 1.56kB/s 0:00:00 1,147 100% 1.56kB/s 0:00:00 (xfr#170, to-chk=47/254)
43952024-03-28T07:49:03.762Ztools/destroy_virtual_hardware.sh
43962024-03-28T07:49:03.762Z 2,227 100% 3.02kB/s 0:00:00 2,227 100% 3.02kB/s 0:00:00 (xfr#171, to-chk=46/254)
43972024-03-28T07:49:03.762Ztools/dvt_dock_version
43982024-03-28T07:49:03.762Z 48 100% 0.07kB/s 0:00:00 48 100% 0.07kB/s 0:00:00 (xfr#172, to-chk=45/254)
43992024-03-28T07:49:03.762Ztools/ensure_buildomat_artifact.sh
44002024-03-28T07:49:03.762Z 3,759 100% 5.09kB/s 0:00:00 3,759 100% 5.09kB/s 0:00:00 (xfr#173, to-chk=44/254)
44012024-03-28T07:49:03.762Ztools/generate-nexus-api.sh
44022024-03-28T07:49:03.762Z 174 100% 0.24kB/s 0:00:00 174 100% 0.24kB/s 0:00:00 (xfr#174, to-chk=43/254)
44032024-03-28T07:49:03.762Ztools/generate-sled-agent-api.sh
44042024-03-28T07:49:03.762Z 161 100% 0.22kB/s 0:00:00 161 100% 0.22kB/s 0:00:00 (xfr#175, to-chk=42/254)
44052024-03-28T07:49:03.762Ztools/generate-wicketd-api.sh
44062024-03-28T07:49:03.762Z 75 100% 0.10kB/s 0:00:00 75 100% 0.10kB/s 0:00:00 (xfr#176, to-chk=41/254)
44072024-03-28T07:49:03.762Ztools/hubris_checksums
44082024-03-28T07:49:03.762Z 852 100% 1.15kB/s 0:00:00 852 100% 1.15kB/s 0:00:00 (xfr#177, to-chk=40/254)
44092024-03-28T07:49:03.762Ztools/hubris_version
44102024-03-28T07:49:03.762Z 50 100% 0.07kB/s 0:00:00 50 100% 0.07kB/s 0:00:00 (xfr#178, to-chk=39/254)
44112024-03-28T07:49:03.762Ztools/install_builder_prerequisites.sh
44122024-03-28T07:49:03.762Z 7,537 100% 10.21kB/s 0:00:00 7,537 100% 10.21kB/s 0:00:00 (xfr#179, to-chk=38/254)
44132024-03-28T07:49:03.763Ztools/install_opte.sh
44142024-03-28T07:49:03.763Z 3,755 100% 5.09kB/s 0:00:00 3,755 100% 5.09kB/s 0:00:00 (xfr#180, to-chk=37/254)
44152024-03-28T07:49:03.763Ztools/install_prerequisites.sh
44162024-03-28T07:49:03.763Z 255 100% 0.35kB/s 0:00:00 255 100% 0.35kB/s 0:00:00 (xfr#181, to-chk=36/254)
44172024-03-28T07:49:03.763Ztools/install_runner_prerequisites.sh
44182024-03-28T07:49:03.763Z 4,154 100% 5.63kB/s 0:00:00 4,154 100% 5.63kB/s 0:00:00 (xfr#182, to-chk=35/254)
44192024-03-28T07:49:03.763Ztools/maghemite_ddm_openapi_version
44202024-03-28T07:49:03.767Z 122 100% 0.17kB/s 0:00:00 122 100% 0.17kB/s 0:00:00 (xfr#183, to-chk=34/254)
44212024-03-28T07:49:03.768Ztools/maghemite_mg_openapi_version
44222024-03-28T07:49:03.768Z 122 100% 0.17kB/s 0:00:00 122 100% 0.17kB/s 0:00:00 (xfr#184, to-chk=33/254)
44232024-03-28T07:49:03.768Ztools/maghemite_mgd_checksums
44242024-03-28T07:49:03.768Z 163 100% 0.22kB/s 0:00:00 163 100% 0.22kB/s 0:00:00 (xfr#185, to-chk=32/254)
44252024-03-28T07:49:03.768Ztools/opte_version
44262024-03-28T07:49:03.768Z 9 100% 0.01kB/s 0:00:00 9 100% 0.01kB/s 0:00:00 (xfr#186, to-chk=31/254)
44272024-03-28T07:49:03.768Ztools/opte_version_override
44282024-03-28T07:49:03.768Z 142 100% 0.19kB/s 0:00:00 142 100% 0.19kB/s 0:00:00 (xfr#187, to-chk=30/254)
44292024-03-28T07:49:03.768Ztools/renovate-post-upgrade.sh
44302024-03-28T07:49:03.768Z 1,705 100% 2.31kB/s 0:00:00 1,705 100% 2.31kB/s 0:00:00 (xfr#188, to-chk=29/254)
44312024-03-28T07:49:03.768Ztools/thundermuffin_checksums
44322024-03-28T07:49:03.768Z 79 100% 0.11kB/s 0:00:00 79 100% 0.11kB/s 0:00:00 (xfr#189, to-chk=28/254)
44332024-03-28T07:49:03.768Ztools/thundermuffin_version
44342024-03-28T07:49:03.768Z 50 100% 0.07kB/s 0:00:00 50 100% 0.07kB/s 0:00:00 (xfr#190, to-chk=27/254)
44352024-03-28T07:49:03.768Ztools/transceiver_control_version
44362024-03-28T07:49:03.768Z 137 100% 0.19kB/s 0:00:00 137 100% 0.19kB/s 0:00:00 (xfr#191, to-chk=26/254)
44372024-03-28T07:49:03.768Ztools/uninstall_opte.sh
44382024-03-28T07:49:03.768Z 6,514 100% 8.82kB/s 0:00:00 6,514 100% 8.82kB/s 0:00:00 (xfr#192, to-chk=25/254)
44392024-03-28T07:49:03.768Ztools/update_crucible.sh
44402024-03-28T07:49:03.769Z 1,093 100% 1.48kB/s 0:00:00 1,093 100% 1.48kB/s 0:00:00 (xfr#193, to-chk=24/254)
44412024-03-28T07:49:03.769Ztools/update_dendrite.sh
44422024-03-28T07:49:03.769Z 2,333 100% 3.16kB/s 0:00:00 2,333 100% 3.16kB/s 0:00:00 (xfr#194, to-chk=23/254)
44432024-03-28T07:49:03.769Ztools/update_helpers.sh
44442024-03-28T07:49:03.769Z 3,831 100% 5.18kB/s 0:00:00 3,831 100% 5.18kB/s 0:00:00 (xfr#195, to-chk=22/254)
44452024-03-28T07:49:03.769Ztools/update_lldp.sh
44462024-03-28T07:49:03.769Z 1,000 100% 1.35kB/s 0:00:00 1,000 100% 1.35kB/s 0:00:00 (xfr#196, to-chk=21/254)
44472024-03-28T07:49:03.769Ztools/update_maghemite.sh
44482024-03-28T07:49:03.769Z 939 100% 1.27kB/s 0:00:00 939 100% 1.27kB/s 0:00:00 (xfr#197, to-chk=20/254)
44492024-03-28T07:49:03.769Ztools/update_propolis.sh
44502024-03-28T07:49:03.769Z 1,050 100% 1.42kB/s 0:00:00 1,050 100% 1.42kB/s 0:00:00 (xfr#198, to-chk=19/254)
44512024-03-28T07:49:03.769Ztools/update_transceiver_control.sh
44522024-03-28T07:49:03.769Z 1,374 100% 1.86kB/s 0:00:00 1,374 100% 1.86kB/s 0:00:00 (xfr#199, to-chk=18/254)
44532024-03-28T07:49:03.769Ztools/virtual_hardware.sh
44542024-03-28T07:49:03.769Z 3,429 100% 4.64kB/s 0:00:00 3,429 100% 4.64kB/s 0:00:00 (xfr#200, to-chk=17/254)
44552024-03-28T07:49:03.769Ztools/dtrace/
44562024-03-28T07:49:03.769Ztools/dtrace/aggregate-query-latency.d
44572024-03-28T07:49:03.769Z 780 100% 1.06kB/s 0:00:00 780 100% 1.06kB/s 0:00:00 (xfr#201, to-chk=11/254)
44582024-03-28T07:49:03.769Ztools/dtrace/slowest-queries.d
44592024-03-28T07:49:03.769Z 1,077 100% 1.46kB/s 0:00:00 1,077 100% 1.46kB/s 0:00:00 (xfr#202, to-chk=10/254)
44602024-03-28T07:49:03.769Ztools/dtrace/trace-db-queries.d
44612024-03-28T07:49:03.770Z 811 100% 1.10kB/s 0:00:00 811 100% 1.10kB/s 0:00:00 (xfr#203, to-chk=9/254)
44622024-03-28T07:49:03.770Ztools/include/
44632024-03-28T07:49:03.770Ztools/include/force-git-over-https.sh
44642024-03-28T07:49:03.770Z 940 100% 1.27kB/s 0:00:00 940 100% 1.27kB/s 0:00:00 (xfr#204, to-chk=8/254)
44652024-03-28T07:49:03.770Ztools/populate/
44662024-03-28T07:49:03.770Ztools/populate/populate-alpine.sh
44672024-03-28T07:49:03.770Z 788 100% 1.07kB/s 0:00:00 788 100% 1.07kB/s 0:00:00 (xfr#205, to-chk=7/254)
44682024-03-28T07:49:03.770Ztools/populate/populate-images.sh
44692024-03-28T07:49:03.770Z 2,571 100% 3.48kB/s 0:00:00 2,571 100% 3.48kB/s 0:00:00 (xfr#206, to-chk=6/254)
44702024-03-28T07:49:03.770Ztools/reflector/
44712024-03-28T07:49:03.770Ztools/reflector/helpers.sh
44722024-03-28T07:49:03.770Z 4,652 100% 6.29kB/s 0:00:00 4,652 100% 6.29kB/s 0:00:00 (xfr#207, to-chk=5/254)
44732024-03-28T07:49:03.770Ztools/scrimlet/
44742024-03-28T07:49:03.770Ztools/scrimlet/create-softnpu-zone.sh
44752024-03-28T07:49:03.770Z 627 100% 0.85kB/s 0:00:00 627 100% 0.85kB/s 0:00:00 (xfr#208, to-chk=4/254)
44762024-03-28T07:49:03.770Ztools/scrimlet/destroy-softnpu-zone.sh
44772024-03-28T07:49:03.770Z 203 100% 0.27kB/s 0:00:00 203 100% 0.27kB/s 0:00:00 (xfr#209, to-chk=3/254)
44782024-03-28T07:49:03.770Ztools/scrimlet/softnpu-init.sh
44792024-03-28T07:49:03.770Z 2,157 100% 2.92kB/s 0:00:00 2,157 100% 2.92kB/s 0:00:00 (xfr#210, to-chk=2/254)
44802024-03-28T07:49:03.770Ztools/scrimlet/softnpu-zone.txt
44812024-03-28T07:49:03.771Z 330 100% 0.45kB/s 0:00:00 330 100% 0.45kB/s 0:00:00 (xfr#211, to-chk=1/254)
44822024-03-28T07:49:03.771Ztools/scrimlet/softnpu.toml
44832024-03-28T07:49:03.771Z 171 100% 0.23kB/s 0:00:00 171 100% 0.23kB/s 0:00:00 (xfr#212, to-chk=0/254)
44842024-03-28T07:49:03.776Z+ banner G3
44852024-03-28T07:49:03.780Z ##### #####
44862024-03-28T07:49:03.780Z# # # #
44872024-03-28T07:49:03.780Z# #
44882024-03-28T07:49:03.780Z# #### #####
44892024-03-28T07:49:03.780Z# # #
44902024-03-28T07:49:03.780Z# # # #
44912024-03-28T07:49:03.780Z ##### #####
44922024-03-28T07:49:03.780Z
44932024-03-28T07:49:03.780Z+ . config/build-g3.sh
44942024-03-28T07:49:03.780Z++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml
44952024-03-28T07:49:03.780Z++ cp config/g3-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml
44962024-03-28T07:49:03.784Z++ cp config/mgs-sim-switch1.toml /work/oxidecomputer/omicron/smf/mgs-sim/config.toml
44972024-03-28T07:49:03.784Z++ cp config/sp-sim-config.toml /work/oxidecomputer/omicron/smf/sp-sim/config.toml
44982024-03-28T07:49:03.787Z++ cp -r cargo-bay/tools cargo-bay/g3/
44992024-03-28T07:49:03.791Z++ cd /work/oxidecomputer/omicron
45002024-03-28T07:49:03.794Z++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled
45012024-03-28T07:49:04.556Z Finished release [optimized] target(s) in 0.71s
45022024-03-28T07:49:04.572Z Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled`
45032024-03-28T07:49:04.601ZLogging to: /work/oxidecomputer/omicron/out/LOG
45042024-03-28T07:49:04.605ZCreated new build target 'default' and set it as active
45052024-03-28T07:49:04.605Z++ cargo run --release --bin omicron-package -- package
45062024-03-28T07:49:05.329Z Finished release [optimized] target(s) in 0.68s
45072024-03-28T07:49:05.355Z Running `target/release/omicron-package package`
45082024-03-28T07:49:05.381ZLogging to: /work/oxidecomputer/omicron/out/LOG
45092024-03-28T07:49:06.178Z Finished release [optimized] target(s) in 0.75s
45102024-03-28T07:49:15.153Z++ cd /work/oxidecomputer/testbed/a4x2/config/../
45112024-03-28T07:49:15.153Z++ rm -rf cargo-bay/g3/omicron
45122024-03-28T07:49:15.156Z++ mkdir -p cargo-bay/g3/omicron
45132024-03-28T07:49:15.159Z++ 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/
45142024-03-28T07:49:15.166Zsending incremental file list
45152024-03-28T07:49:15.169Zomicron-package
45162024-03-28T07:49:15.374Z 32,768 0% 0.00kB/s 0:00:00 40,138,496 100% 186.57MB/s 0:00:00 (xfr#1, to-chk=253/254)
45172024-03-28T07:49:15.374Zpackage-manifest.toml
45182024-03-28T07:49:15.377Z 26,511 100% 126.29kB/s 0:00:00 26,511 100% 126.29kB/s 0:00:00 (xfr#2, to-chk=252/254)
45192024-03-28T07:49:15.377Zout/
45202024-03-28T07:49:15.377Zout/LOG
45212024-03-28T07:49:15.377Z 32,768 68% 156.10kB/s 0:00:00 47,902 100% 228.19kB/s 0:00:00 (xfr#3, to-chk=248/254)
45222024-03-28T07:49:15.377Zout/clickhouse.tar.gz
45232024-03-28T07:49:15.858Z 32,768 0% 155.34kB/s 0:24:48 231,182,479 100% 322.33MB/s 0:00:00 (xfr#4, to-chk=247/254)
45242024-03-28T07:49:15.858Zout/clickhouse_keeper.tar.gz
45252024-03-28T07:49:16.375Z 32,768 0% 46.72kB/s 1:22:27 133,201,920 57% 127.03MB/s 0:00:00 231,167,703 100% 183.26MB/s 0:00:01 (xfr#5, to-chk=246/254)
45262024-03-28T07:49:16.376Zout/cockroachdb.tar.gz
45272024-03-28T07:49:16.659Z 32,768 0% 156.86kB/s 0:13:27 126,669,519 100% 246.03MB/s 0:00:00 (xfr#6, to-chk=245/254)
45282024-03-28T07:49:16.659Zout/crucible-pantry-zone.tar.gz
45292024-03-28T07:49:16.723Z 32,768 0% 65.04kB/s 0:06:28 25,289,390 100% 43.38MB/s 0:00:00 (xfr#7, to-chk=244/254)
45302024-03-28T07:49:16.724Zout/crucible-zone.tar.gz
45312024-03-28T07:49:16.790Z 32,768 0% 57.55kB/s 0:10:42 36,994,036 100% 56.72MB/s 0:00:00 (xfr#8, to-chk=243/254)
45322024-03-28T07:49:16.790Zout/external-dns.tar.gz
45332024-03-28T07:49:16.848Z 32,768 0% 51.45kB/s 0:10:01 31,003,333 100% 43.67MB/s 0:00:00 (xfr#9, to-chk=242/254)
45342024-03-28T07:49:16.848Zout/internal-dns.tar.gz
45352024-03-28T07:49:16.900Z 32,768 0% 47.20kB/s 0:10:56 31,004,213 100% 40.39MB/s 0:00:00 (xfr#10, to-chk=241/254)
45362024-03-28T07:49:16.900Zout/mg-ddm-gz.tar
45372024-03-28T07:49:17.338Z 32,768 0% 43.72kB/s 0:28:35 45,383,680 60% 43.28MB/s 0:00:00 75,039,232 100% 61.11MB/s 0:00:01 (xfr#11, to-chk=240/254)
45382024-03-28T07:49:17.338Zout/nexus.tar.gz
45392024-03-28T07:49:17.503Z 32,768 0% 186.05kB/s 0:08:07 90,694,787 100% 257.42MB/s 0:00:00 (xfr#12, to-chk=239/254)
45402024-03-28T07:49:17.503Zout/ntp.tar.gz
45412024-03-28T07:49:17.521Z 32,768 0% 95.24kB/s 0:01:49 10,425,157 100% 28.01MB/s 0:00:00 (xfr#13, to-chk=238/254)
45422024-03-28T07:49:17.522Zout/omicron-gateway-softnpu.tar.gz
45432024-03-28T07:49:17.545Z 32,768 0% 90.14kB/s 0:03:02 16,522,806 100% 41.69MB/s 0:00:00 (xfr#14, to-chk=237/254)
45442024-03-28T07:49:17.545Zout/omicron-gateway.tar.gz
45452024-03-28T07:49:17.568Z 32,768 0% 84.66kB/s 0:03:14 16,517,040 100% 39.28MB/s 0:00:00 (xfr#15, to-chk=236/254)
45462024-03-28T07:49:17.568Zout/omicron-sled-agent.tar
45472024-03-28T07:49:18.234Z 32,768 0% 79.60kB/s 0:23:52 100,401,152 88% 95.75MB/s 0:00:00 114,086,400 100% 102.35MB/s 0:00:01 (xfr#16, to-chk=235/254)
45482024-03-28T07:49:18.234Zout/overlay.tar.gz
45492024-03-28T07:49:18.704Z 2,622 100% 40.01kB/s 0:00:00 2,622 100% 40.01kB/s 0:00:00 (xfr#17, to-chk=234/254)
45502024-03-28T07:49:18.704Zout/oximeter.tar.gz
45512024-03-28T07:49:18.704Z 32,768 0% 500.00kB/s 0:01:38 49,047,464 100% 294.18MB/s 0:00:00 (xfr#18, to-chk=233/254)
45522024-03-28T07:49:18.705Zout/oxlog.tar
45532024-03-28T07:49:18.705Z 32,768 0% 200.00kB/s 0:00:31 6,243,840 100% 29.92MB/s 0:00:00 (xfr#19, to-chk=232/254)
45542024-03-28T07:49:18.705Zout/probe.tar.gz
45552024-03-28T07:49:18.705Z 32,768 1% 160.80kB/s 0:00:17 2,829,470 100% 13.16MB/s 0:00:00 (xfr#20, to-chk=231/254)
45562024-03-28T07:49:18.705Zout/propolis-server.tar.gz
45572024-03-28T07:49:18.705Z 32,768 0% 156.10kB/s 0:07:04 66,360,059 100% 189.48MB/s 0:00:00 (xfr#21, to-chk=230/254)
45582024-03-28T07:49:18.705Zout/switch-softnpu.tar.gz
45592024-03-28T07:49:18.900Z 32,768 0% 95.81kB/s 0:37:09 213,597,383 100% 277.52MB/s 0:00:00 (xfr#22, to-chk=229/254)
45602024-03-28T07:49:18.901Zout/console-assets/
45612024-03-28T07:49:18.901Zout/console-assets/VERSION
45622024-03-28T07:49:18.901Z 41 100% 0.05kB/s 0:00:00 41 100% 0.05kB/s 0:00:00 (xfr#23, to-chk=225/254)
45632024-03-28T07:49:18.901Zout/console-assets/index.html
45642024-03-28T07:49:18.905Z 466 100% 0.62kB/s 0:00:00 466 100% 0.62kB/s 0:00:00 (xfr#24, to-chk=224/254)
45652024-03-28T07:49:18.905Zout/console-assets/assets/
45662024-03-28T07:49:18.905Zout/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2
45672024-03-28T07:49:18.905Z 32,768 70% 43.60kB/s 0:00:00 46,276 100% 61.57kB/s 0:00:00 (xfr#25, to-chk=222/254)
45682024-03-28T07:49:18.905Zout/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff
45692024-03-28T07:49:18.906Z 32,768 65% 43.60kB/s 0:00:00 50,032 100% 66.57kB/s 0:00:00 (xfr#26, to-chk=221/254)
45702024-03-28T07:49:18.906Zout/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff
45712024-03-28T07:49:18.906Z 32,768 55% 43.60kB/s 0:00:00 58,524 100% 77.86kB/s 0:00:00 (xfr#27, to-chk=220/254)
45722024-03-28T07:49:18.906Zout/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2
45732024-03-28T07:49:18.906Z 32,768 71% 43.60kB/s 0:00:00 46,060 100% 61.28kB/s 0:00:00 (xfr#28, to-chk=219/254)
45742024-03-28T07:49:18.906Zout/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff
45752024-03-28T07:49:18.906Z 21,937 100% 29.15kB/s 0:00:00 21,937 100% 29.15kB/s 0:00:00 (xfr#29, to-chk=218/254)
45762024-03-28T07:49:18.906Zout/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2
45772024-03-28T07:49:18.906Z 17,996 100% 23.91kB/s 0:00:00 17,996 100% 23.91kB/s 0:00:00 (xfr#30, to-chk=217/254)
45782024-03-28T07:49:18.906Zout/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff
45792024-03-28T07:49:18.906Z 21,890 100% 29.08kB/s 0:00:00 21,890 100% 29.08kB/s 0:00:00 (xfr#31, to-chk=216/254)
45802024-03-28T07:49:18.907Zout/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2
45812024-03-28T07:49:18.907Z 17,984 100% 23.89kB/s 0:00:00 17,984 100% 23.89kB/s 0:00:00 (xfr#32, to-chk=215/254)
45822024-03-28T07:49:18.907Zout/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff
45832024-03-28T07:49:18.907Z 21,123 100% 28.07kB/s 0:00:00 21,123 100% 28.07kB/s 0:00:00 (xfr#33, to-chk=214/254)
45842024-03-28T07:49:18.907Zout/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2
45852024-03-28T07:49:18.907Z 17,228 100% 22.89kB/s 0:00:00 17,228 100% 22.89kB/s 0:00:00 (xfr#34, to-chk=213/254)
45862024-03-28T07:49:18.907Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2
45872024-03-28T07:49:18.907Z 18,448 100% 24.51kB/s 0:00:00 18,448 100% 24.51kB/s 0:00:00 (xfr#35, to-chk=212/254)
45882024-03-28T07:49:18.907Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff
45892024-03-28T07:49:18.907Z 22,665 100% 30.11kB/s 0:00:00 22,665 100% 30.11kB/s 0:00:00 (xfr#36, to-chk=211/254)
45902024-03-28T07:49:18.907Zout/console-assets/assets/Terminal-MhI4tVax.js
45912024-03-28T07:49:18.907Z 32,768 11% 43.54kB/s 0:00:05 287,745 100% 381.28kB/s 0:00:00 (xfr#37, to-chk=210/254)
45922024-03-28T07:49:18.907Zout/console-assets/assets/Terminal-MhI4tVax.js.gz
45932024-03-28T07:49:18.908Z 32,768 45% 43.42kB/s 0:00:00 71,751 100% 95.07kB/s 0:00:00 (xfr#38, to-chk=209/254)
45942024-03-28T07:49:18.908Zout/console-assets/assets/Terminal-MhI4tVax.js.map
45952024-03-28T07:49:18.912Z 32,768 5% 43.42kB/s 0:00:12 590,398 100% 779.14kB/s 0:00:00 (xfr#39, to-chk=208/254)
45962024-03-28T07:49:18.912Zout/console-assets/assets/Terminal-MhI4tVax.js.map.gz
45972024-03-28T07:49:18.912Z 32,768 27% 43.24kB/s 0:00:01 118,340 100% 156.17kB/s 0:00:00 (xfr#40, to-chk=207/254)
45982024-03-28T07:49:18.912Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js
45992024-03-28T07:49:18.912Z 32,768 8% 43.24kB/s 0:00:07 371,459 100% 488.23kB/s 0:00:00 (xfr#41, to-chk=206/254)
46002024-03-28T07:49:18.912Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js.gz
46012024-03-28T07:49:18.912Z 32,768 31% 43.07kB/s 0:00:01 103,751 100% 136.37kB/s 0:00:00 (xfr#42, to-chk=205/254)
46022024-03-28T07:49:18.912Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js.map
46032024-03-28T07:49:18.925Z 32,768 1% 43.07kB/s 0:00:37 1,659,324 100% 2.11MB/s 0:00:00 (xfr#43, to-chk=204/254)
46042024-03-28T07:49:18.925Zout/console-assets/assets/TimeSeriesChart-279lbm2l.js.map.gz
46052024-03-28T07:49:18.925Z 32,768 8% 42.61kB/s 0:00:08 379,086 100% 492.29kB/s 0:00:00 (xfr#44, to-chk=203/254)
46062024-03-28T07:49:18.925Zout/console-assets/assets/app-UgyCDj6n.css
46072024-03-28T07:49:18.925Z 32,768 23% 42.50kB/s 0:00:02 138,220 100% 179.26kB/s 0:00:00 (xfr#45, to-chk=202/254)
46082024-03-28T07:49:18.925Zout/console-assets/assets/app-UgyCDj6n.css.gz
46092024-03-28T07:49:18.925Z 21,226 100% 27.53kB/s 0:00:00 21,226 100% 27.53kB/s 0:00:00 (xfr#46, to-chk=201/254)
46102024-03-28T07:49:18.925Zout/console-assets/assets/app-oDC708oE.js
46112024-03-28T07:49:18.950Z 32,768 3% 42.50kB/s 0:00:24 1,090,115 100% 1.37MB/s 0:00:00 (xfr#47, to-chk=200/254)
46122024-03-28T07:49:18.950Zout/console-assets/assets/app-oDC708oE.js.gz
46132024-03-28T07:49:18.950Z 32,768 9% 42.11kB/s 0:00:07 336,276 100% 431.53kB/s 0:00:00 (xfr#48, to-chk=199/254)
46142024-03-28T07:49:18.951Zout/console-assets/assets/app-oDC708oE.js.map
46152024-03-28T07:49:18.955Z 32,768 0% 42.05kB/s 0:02:03 5,242,661 100% 6.34MB/s 0:00:00 (xfr#49, to-chk=198/254)
46162024-03-28T07:49:18.955Zout/console-assets/assets/app-oDC708oE.js.map.gz
46172024-03-28T07:49:18.959Z 32,768 2% 40.56kB/s 0:00:29 1,239,845 100% 1.49MB/s 0:00:00 (xfr#50, to-chk=197/254)
46182024-03-28T07:49:18.959Zout/console-assets/assets/favicon-WELtHcTG.svg
46192024-03-28T07:49:18.959Z 761 100% 0.94kB/s 0:00:00 761 100% 0.94kB/s 0:00:00 (xfr#51, to-chk=196/254)
46202024-03-28T07:49:18.959Zout/console-assets/assets/favicon-cDDaBnwQ.png
46212024-03-28T07:49:18.959Z 1,327 100% 1.64kB/s 0:00:00 1,327 100% 1.64kB/s 0:00:00 (xfr#52, to-chk=195/254)
46222024-03-28T07:49:18.960Zout/console-assets/assets/og-preview-image.webp
46232024-03-28T07:49:18.960Z 32,768 36% 40.46kB/s 0:00:01 89,880 100% 110.83kB/s 0:00:00 (xfr#53, to-chk=194/254)
46242024-03-28T07:49:18.960Zout/console-assets/assets/oxide-hero-rack-hMCZGwQc.webp
46252024-03-28T07:49:18.965Z 32,768 9% 40.40kB/s 0:00:07 352,484 100% 434.08kB/s 0:00:00 (xfr#54, to-chk=193/254)
46262024-03-28T07:49:18.965Zout/manifest-cache/
46272024-03-28T07:49:18.965Zout/manifest-cache/clickhouse.tar.gz.json
46282024-03-28T07:49:18.965Z 780 100% 0.96kB/s 0:00:00 780 100% 0.96kB/s 0:00:00 (xfr#55, to-chk=192/254)
46292024-03-28T07:49:18.965Zout/manifest-cache/clickhouse_keeper.tar.gz.json
46302024-03-28T07:49:18.965Z 801 100% 0.99kB/s 0:00:00 801 100% 0.99kB/s 0:00:00 (xfr#56, to-chk=191/254)
46312024-03-28T07:49:18.966Zout/manifest-cache/clickhouse_keeper_svc.tar.gz.json
46322024-03-28T07:49:18.966Z 2,958 100% 3.64kB/s 0:00:00 2,958 100% 3.64kB/s 0:00:00 (xfr#57, to-chk=190/254)
46332024-03-28T07:49:18.966Zout/manifest-cache/clickhouse_svc.tar.gz.json
46342024-03-28T07:49:18.966Z 2,946 100% 3.63kB/s 0:00:00 2,946 100% 3.63kB/s 0:00:00 (xfr#58, to-chk=189/254)
46352024-03-28T07:49:18.966Zout/manifest-cache/cockroachdb-service.tar.gz.json
46362024-03-28T07:49:18.966Z 32,768 59% 40.35kB/s 0:00:00 54,966 100% 67.69kB/s 0:00:00 (xfr#59, to-chk=188/254)
46372024-03-28T07:49:18.966Zout/manifest-cache/cockroachdb.tar.gz.json
46382024-03-28T07:49:18.966Z 787 100% 0.97kB/s 0:00:00 787 100% 0.97kB/s 0:00:00 (xfr#60, to-chk=187/254)
46392024-03-28T07:49:18.966Zout/manifest-cache/crucible-pantry-zone.tar.gz.json
46402024-03-28T07:49:18.966Z 662 100% 0.82kB/s 0:00:00 662 100% 0.82kB/s 0:00:00 (xfr#61, to-chk=186/254)
46412024-03-28T07:49:18.967Zout/manifest-cache/crucible-zone.tar.gz.json
46422024-03-28T07:49:18.967Z 641 100% 0.79kB/s 0:00:00 641 100% 0.79kB/s 0:00:00 (xfr#62, to-chk=185/254)
46432024-03-28T07:49:18.967Zout/manifest-cache/dns-server.tar.gz.json
46442024-03-28T07:49:18.967Z 942 100% 1.16kB/s 0:00:00 942 100% 1.16kB/s 0:00:00 (xfr#63, to-chk=184/254)
46452024-03-28T07:49:18.967Zout/manifest-cache/external-dns-customizations.tar.gz.json
46462024-03-28T07:49:18.967Z 1,132 100% 1.39kB/s 0:00:00 1,132 100% 1.39kB/s 0:00:00 (xfr#64, to-chk=183/254)
46472024-03-28T07:49:18.967Zout/manifest-cache/external-dns.tar.gz.json
46482024-03-28T07:49:18.967Z 934 100% 1.15kB/s 0:00:00 934 100% 1.15kB/s 0:00:00 (xfr#65, to-chk=182/254)
46492024-03-28T07:49:18.967Zout/manifest-cache/internal-dns-cli.tar.gz.json
46502024-03-28T07:49:18.967Z 752 100% 0.92kB/s 0:00:00 752 100% 0.92kB/s 0:00:00 (xfr#66, to-chk=181/254)
46512024-03-28T07:49:18.967Zout/manifest-cache/internal-dns-customizations.tar.gz.json
46522024-03-28T07:49:18.968Z 1,132 100% 1.39kB/s 0:00:00 1,132 100% 1.39kB/s 0:00:00 (xfr#67, to-chk=180/254)
46532024-03-28T07:49:18.968Zout/manifest-cache/internal-dns.tar.gz.json
46542024-03-28T07:49:18.968Z 791 100% 0.97kB/s 0:00:00 791 100% 0.97kB/s 0:00:00 (xfr#68, to-chk=179/254)
46552024-03-28T07:49:18.968Zout/manifest-cache/logadm.tar.gz.json
46562024-03-28T07:49:18.968Z 1,044 100% 1.28kB/s 0:00:00 1,044 100% 1.28kB/s 0:00:00 (xfr#69, to-chk=178/254)
46572024-03-28T07:49:18.968Zout/manifest-cache/nexus.tar.gz.json
46582024-03-28T07:49:18.968Z 773 100% 0.95kB/s 0:00:00 773 100% 0.95kB/s 0:00:00 (xfr#70, to-chk=177/254)
46592024-03-28T07:49:18.968Zout/manifest-cache/ntp-svc.tar.gz.json
46602024-03-28T07:49:18.968Z 2,228 100% 2.74kB/s 0:00:00 2,228 100% 2.74kB/s 0:00:00 (xfr#71, to-chk=176/254)
46612024-03-28T07:49:18.968Zout/manifest-cache/ntp.tar.gz.json
46622024-03-28T07:49:18.968Z 763 100% 0.94kB/s 0:00:00 763 100% 0.94kB/s 0:00:00 (xfr#72, to-chk=175/254)
46632024-03-28T07:49:18.968Zout/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json
46642024-03-28T07:49:18.969Z 1,462 100% 1.80kB/s 0:00:00 1,462 100% 1.80kB/s 0:00:00 (xfr#73, to-chk=174/254)
46652024-03-28T07:49:18.969Zout/manifest-cache/omicron-gateway-softnpu.tar.gz.json
46662024-03-28T07:49:18.969Z 545 100% 0.67kB/s 0:00:00 545 100% 0.67kB/s 0:00:00 (xfr#74, to-chk=173/254)
46672024-03-28T07:49:18.969Zout/manifest-cache/omicron-gateway.tar.gz.json
46682024-03-28T07:49:18.969Z 703 100% 0.86kB/s 0:00:00 703 100% 0.86kB/s 0:00:00 (xfr#75, to-chk=172/254)
46692024-03-28T07:49:18.969Zout/manifest-cache/omicron-nexus.tar.gz.json
46702024-03-28T07:49:18.969Z 32,768 45% 40.30kB/s 0:00:00 71,925 100% 88.46kB/s 0:00:00 (xfr#76, to-chk=171/254)
46712024-03-28T07:49:18.969Zout/manifest-cache/omicron-omdb.tar.gz.json
46722024-03-28T07:49:18.969Z 702 100% 0.86kB/s 0:00:00 702 100% 0.86kB/s 0:00:00 (xfr#77, to-chk=170/254)
46732024-03-28T07:49:18.969Zout/manifest-cache/omicron-sled-agent.tar.json
46742024-03-28T07:49:18.969Z 1,269 100% 1.56kB/s 0:00:00 1,269 100% 1.56kB/s 0:00:00 (xfr#78, to-chk=169/254)
46752024-03-28T07:49:18.970Zout/manifest-cache/opte-interface-setup.tar.gz.json
46762024-03-28T07:49:18.970Z 883 100% 1.09kB/s 0:00:00 883 100% 1.09kB/s 0:00:00 (xfr#79, to-chk=168/254)
46772024-03-28T07:49:18.970Zout/manifest-cache/overlay.tar.gz.json
46782024-03-28T07:49:18.970Z 473 100% 0.58kB/s 0:00:00 473 100% 0.58kB/s 0:00:00 (xfr#80, to-chk=167/254)
46792024-03-28T07:49:18.970Zout/manifest-cache/oximeter-collector.tar.gz.json
46802024-03-28T07:49:18.970Z 18,311 100% 22.52kB/s 0:00:00 18,311 100% 22.52kB/s 0:00:00 (xfr#81, to-chk=166/254)
46812024-03-28T07:49:18.970Zout/manifest-cache/oximeter.tar.gz.json
46822024-03-28T07:49:18.970Z 641 100% 0.79kB/s 0:00:00 641 100% 0.79kB/s 0:00:00 (xfr#82, to-chk=165/254)
46832024-03-28T07:49:18.970Zout/manifest-cache/oxlog.tar.json
46842024-03-28T07:49:18.970Z 321 100% 0.39kB/s 0:00:00 321 100% 0.39kB/s 0:00:00 (xfr#83, to-chk=164/254)
46852024-03-28T07:49:18.970Zout/manifest-cache/probe.tar.gz.json
46862024-03-28T07:49:18.971Z 346 100% 0.43kB/s 0:00:00 346 100% 0.43kB/s 0:00:00 (xfr#84, to-chk=163/254)
46872024-03-28T07:49:18.971Zout/manifest-cache/profile.tar.gz.json
46882024-03-28T07:49:18.971Z 838 100% 1.03kB/s 0:00:00 838 100% 1.03kB/s 0:00:00 (xfr#85, to-chk=162/254)
46892024-03-28T07:49:18.971Zout/manifest-cache/sp-sim-softnpu.tar.gz.json
46902024-03-28T07:49:18.971Z 357 100% 0.44kB/s 0:00:00 357 100% 0.44kB/s 0:00:00 (xfr#86, to-chk=161/254)
46912024-03-28T07:49:18.971Zout/manifest-cache/sp-sim.tar.gz.json
46922024-03-28T07:49:18.971Z 1,549 100% 1.91kB/s 0:00:00 1,549 100% 1.91kB/s 0:00:00 (xfr#87, to-chk=160/254)
46932024-03-28T07:49:18.971Zout/manifest-cache/switch-softnpu.tar.gz.json
46942024-03-28T07:49:18.971Z 1,566 100% 1.92kB/s 0:00:00 1,566 100% 1.92kB/s 0:00:00 (xfr#88, to-chk=159/254)
46952024-03-28T07:49:18.971Zout/manifest-cache/switch_zone_setup.tar.gz.json
46962024-03-28T07:49:18.971Z 10,790 100% 13.25kB/s 0:00:00 10,790 100% 13.25kB/s 0:00:00 (xfr#89, to-chk=158/254)
46972024-03-28T07:49:18.971Zout/manifest-cache/wicket.tar.gz.json
46982024-03-28T07:49:18.972Z 1,084 100% 1.33kB/s 0:00:00 1,084 100% 1.33kB/s 0:00:00 (xfr#90, to-chk=157/254)
46992024-03-28T07:49:18.972Zout/manifest-cache/wicketd.tar.gz.json
47002024-03-28T07:49:18.972Z 1,560 100% 1.92kB/s 0:00:00 1,560 100% 1.92kB/s 0:00:00 (xfr#91, to-chk=156/254)
47012024-03-28T07:49:18.972Zout/manifest-cache/zone-network-install.tar.gz.json
47022024-03-28T07:49:18.972Z 877 100% 1.08kB/s 0:00:00 877 100% 1.08kB/s 0:00:00 (xfr#92, to-chk=155/254)
47032024-03-28T07:49:18.972Zout/manifest-cache/zone-network-setup.tar.gz.json
47042024-03-28T07:49:18.972Z 772 100% 0.95kB/s 0:00:00 772 100% 0.95kB/s 0:00:00 (xfr#93, to-chk=154/254)
47052024-03-28T07:49:18.972Zout/target/
47062024-03-28T07:49:18.972Zout/target/active -> default
47072024-03-28T07:49:18.972Zout/target/default
47082024-03-28T07:49:18.973Z 74 100% 0.09kB/s 0:00:00 74 100% 0.09kB/s 0:00:00 (xfr#94, to-chk=152/254)
47092024-03-28T07:49:18.973Zsmf/
47102024-03-28T07:49:18.973Zsmf/clickhouse/
47112024-03-28T07:49:18.973Zsmf/clickhouse/config_replica.xml
47122024-03-28T07:49:18.973Z 2,728 100% 3.35kB/s 0:00:00 2,728 100% 3.35kB/s 0:00:00 (xfr#95, to-chk=132/254)
47132024-03-28T07:49:18.973Zsmf/clickhouse/manifest.xml
47142024-03-28T07:49:18.973Z 1,494 100% 1.84kB/s 0:00:00 1,494 100% 1.84kB/s 0:00:00 (xfr#96, to-chk=131/254)
47152024-03-28T07:49:18.973Zsmf/clickhouse/method_script.sh
47162024-03-28T07:49:18.973Z 5,330 100% 6.55kB/s 0:00:00 5,330 100% 6.55kB/s 0:00:00 (xfr#97, to-chk=130/254)
47172024-03-28T07:49:18.973Zsmf/clickhouse_keeper/
47182024-03-28T07:49:18.973Zsmf/clickhouse_keeper/keeper_config.xml
47192024-03-28T07:49:18.974Z 1,460 100% 1.79kB/s 0:00:00 1,460 100% 1.79kB/s 0:00:00 (xfr#98, to-chk=129/254)
47202024-03-28T07:49:18.974Zsmf/clickhouse_keeper/manifest.xml
47212024-03-28T07:49:18.974Z 1,534 100% 1.88kB/s 0:00:00 1,534 100% 1.88kB/s 0:00:00 (xfr#99, to-chk=128/254)
47222024-03-28T07:49:18.974Zsmf/clickhouse_keeper/method_script.sh
47232024-03-28T07:49:18.974Z 4,324 100% 5.31kB/s 0:00:00 4,324 100% 5.31kB/s 0:00:00 (xfr#100, to-chk=127/254)
47242024-03-28T07:49:18.974Zsmf/cockroachdb/
47252024-03-28T07:49:18.987Zsmf/cockroachdb/manifest.xml
47262024-03-28T07:49:18.987Z 1,667 100% 2.05kB/s 0:00:00 1,667 100% 2.05kB/s 0:00:00 (xfr#101, to-chk=126/254)
47272024-03-28T07:49:18.987Zsmf/cockroachdb/method_script.sh
47282024-03-28T07:49:18.987Z 1,030 100% 1.27kB/s 0:00:00 1,030 100% 1.27kB/s 0:00:00 (xfr#102, to-chk=125/254)
47292024-03-28T07:49:18.987Zsmf/external-dns/
47302024-03-28T07:49:18.987Zsmf/external-dns/config.toml
47312024-03-28T07:49:18.987Z 353 100% 0.43kB/s 0:00:00 353 100% 0.43kB/s 0:00:00 (xfr#103, to-chk=124/254)
47322024-03-28T07:49:18.987Zsmf/external-dns/manifest.xml
47332024-03-28T07:49:18.987Z 1,805 100% 2.22kB/s 0:00:00 1,805 100% 2.22kB/s 0:00:00 (xfr#104, to-chk=123/254)
47342024-03-28T07:49:18.987Zsmf/installinator/
47352024-03-28T07:49:18.988Zsmf/installinator/manifest.xml
47362024-03-28T07:49:18.988Z 2,149 100% 2.64kB/s 0:00:00 2,149 100% 2.64kB/s 0:00:00 (xfr#105, to-chk=122/254)
47372024-03-28T07:49:18.988Zsmf/internal-dns/
47382024-03-28T07:49:18.988Zsmf/internal-dns/config.toml
47392024-03-28T07:49:18.988Z 353 100% 0.43kB/s 0:00:00 353 100% 0.43kB/s 0:00:00 (xfr#106, to-chk=121/254)
47402024-03-28T07:49:18.988Zsmf/internal-dns/manifest.xml
47412024-03-28T07:49:18.988Z 1,618 100% 1.99kB/s 0:00:00 1,618 100% 1.99kB/s 0:00:00 (xfr#107, to-chk=120/254)
47422024-03-28T07:49:18.988Zsmf/logadm/
47432024-03-28T07:49:18.988Zsmf/logadm/crontab.root
47442024-03-28T07:49:18.988Z 30 100% 0.04kB/s 0:00:00 30 100% 0.04kB/s 0:00:00 (xfr#108, to-chk=119/254)
47452024-03-28T07:49:18.988Zsmf/logadm/logadm.conf
47462024-03-28T07:49:18.988Z 2,553 100% 3.14kB/s 0:00:00 2,553 100% 3.14kB/s 0:00:00 (xfr#109, to-chk=118/254)
47472024-03-28T07:49:18.989Zsmf/mgs-sim/
47482024-03-28T07:49:18.989Zsmf/mgs-sim/config.toml
47492024-03-28T07:49:18.989Z 3,534 100% 4.34kB/s 0:00:00 3,534 100% 4.34kB/s 0:00:00 (xfr#110, to-chk=117/254)
47502024-03-28T07:49:18.989Zsmf/mgs/
47512024-03-28T07:49:18.989Zsmf/mgs/config.toml
47522024-03-28T07:49:18.989Z 9,085 100% 11.16kB/s 0:00:00 9,085 100% 11.16kB/s 0:00:00 (xfr#111, to-chk=116/254)
47532024-03-28T07:49:18.989Zsmf/mgs/manifest.xml
47542024-03-28T07:49:18.989Z 2,474 100% 3.04kB/s 0:00:00 2,474 100% 3.04kB/s 0:00:00 (xfr#112, to-chk=115/254)
47552024-03-28T07:49:18.989Zsmf/nexus/
47562024-03-28T07:49:18.989Zsmf/nexus/manifest.xml
47572024-03-28T07:49:18.990Z 1,987 100% 2.44kB/s 0:00:00 1,987 100% 2.44kB/s 0:00:00 (xfr#113, to-chk=114/254)
47582024-03-28T07:49:18.990Zsmf/nexus/multi-sled/
47592024-03-28T07:49:18.990Zsmf/nexus/multi-sled/config-partial.toml
47602024-03-28T07:49:18.990Z 1,997 100% 2.45kB/s 0:00:00 1,997 100% 2.45kB/s 0:00:00 (xfr#114, to-chk=111/254)
47612024-03-28T07:49:18.990Zsmf/nexus/single-sled/
47622024-03-28T07:49:18.990Zsmf/nexus/single-sled/config-partial.toml
47632024-03-28T07:49:18.990Z 1,993 100% 2.45kB/s 0:00:00 1,993 100% 2.45kB/s 0:00:00 (xfr#115, to-chk=110/254)
47642024-03-28T07:49:18.990Zsmf/ntp/
47652024-03-28T07:49:18.990Zsmf/ntp/etc/
47662024-03-28T07:49:18.990Zsmf/ntp/etc/inet/
47672024-03-28T07:49:18.990Zsmf/ntp/etc/inet/chrony.conf.boundary
47682024-03-28T07:49:18.990Z 881 100% 1.08kB/s 0:00:00 881 100% 1.08kB/s 0:00:00 (xfr#116, to-chk=104/254)
47692024-03-28T07:49:18.990Zsmf/ntp/etc/inet/chrony.conf.internal
47702024-03-28T07:49:18.991Z 1,108 100% 1.36kB/s 0:00:00 1,108 100% 1.36kB/s 0:00:00 (xfr#117, to-chk=103/254)
47712024-03-28T07:49:18.991Zsmf/ntp/etc/logadm.d/
47722024-03-28T07:49:18.991Zsmf/ntp/etc/logadm.d/chrony.logadm.conf
47732024-03-28T07:49:18.991Z 135 100% 0.17kB/s 0:00:00 135 100% 0.17kB/s 0:00:00 (xfr#118, to-chk=102/254)
47742024-03-28T07:49:18.991Zsmf/ntp/manifest/
47752024-03-28T07:49:18.991Zsmf/ntp/manifest/manifest.xml
47762024-03-28T07:49:18.991Z 3,336 100% 4.09kB/s 0:00:00 3,336 100% 4.09kB/s 0:00:00 (xfr#119, to-chk=101/254)
47772024-03-28T07:49:18.991Zsmf/ntp/method/
47782024-03-28T07:49:18.991Zsmf/ntp/method/svc-site-ntp
47792024-03-28T07:49:18.991Z 3,211 100% 3.94kB/s 0:00:00 3,211 100% 3.94kB/s 0:00:00 (xfr#120, to-chk=100/254)
47802024-03-28T07:49:18.991Zsmf/opte-interface-setup/
47812024-03-28T07:49:18.991Zsmf/opte-interface-setup/manifest.xml
47822024-03-28T07:49:18.992Z 1,638 100% 2.01kB/s 0:00:00 1,638 100% 2.01kB/s 0:00:00 (xfr#121, to-chk=99/254)
47832024-03-28T07:49:18.992Zsmf/oximeter/
47842024-03-28T07:49:18.992Zsmf/oximeter/config.toml
47852024-03-28T07:49:18.992Z 205 100% 0.25kB/s 0:00:00 205 100% 0.25kB/s 0:00:00 (xfr#122, to-chk=98/254)
47862024-03-28T07:49:18.992Zsmf/oximeter/manifest.xml
47872024-03-28T07:49:18.992Z 1,770 100% 2.17kB/s 0:00:00 1,770 100% 2.17kB/s 0:00:00 (xfr#123, to-chk=97/254)
47882024-03-28T07:49:18.992Zsmf/profile/
47892024-03-28T07:49:18.992Zsmf/profile/bashrc
47902024-03-28T07:49:18.992Z 925 100% 1.13kB/s 0:00:00 925 100% 1.13kB/s 0:00:00 (xfr#124, to-chk=96/254)
47912024-03-28T07:49:18.992Zsmf/profile/profile
47922024-03-28T07:49:18.992Z 554 100% 0.68kB/s 0:00:00 554 100% 0.68kB/s 0:00:00 (xfr#125, to-chk=95/254)
47932024-03-28T07:49:18.992Zsmf/sled-agent/
47942024-03-28T07:49:18.993Zsmf/sled-agent/manifest.xml
47952024-03-28T07:49:18.993Z 2,373 100% 2.91kB/s 0:00:00 2,373 100% 2.91kB/s 0:00:00 (xfr#126, to-chk=94/254)
47962024-03-28T07:49:18.993Zsmf/sled-agent/gimlet-standalone/
47972024-03-28T07:49:18.993Zsmf/sled-agent/gimlet-standalone/README.md
47982024-03-28T07:49:18.993Z 114 100% 0.14kB/s 0:00:00 114 100% 0.14kB/s 0:00:00 (xfr#127, to-chk=90/254)
47992024-03-28T07:49:18.993Zsmf/sled-agent/gimlet-standalone/config-rss.toml
48002024-03-28T07:49:18.993Z 6,611 100% 8.11kB/s 0:00:00 6,611 100% 8.11kB/s 0:00:00 (xfr#128, to-chk=89/254)
48012024-03-28T07:49:18.993Zsmf/sled-agent/gimlet-standalone/config.toml
48022024-03-28T07:49:18.993Z 1,800 100% 2.21kB/s 0:00:00 1,800 100% 2.21kB/s 0:00:00 (xfr#129, to-chk=88/254)
48032024-03-28T07:49:18.993Zsmf/sled-agent/gimlet/
48042024-03-28T07:49:18.993Zsmf/sled-agent/gimlet/README.md
48052024-03-28T07:49:18.994Z 54 100% 0.07kB/s 0:00:00 54 100% 0.07kB/s 0:00:00 (xfr#130, to-chk=87/254)
48062024-03-28T07:49:18.994Zsmf/sled-agent/gimlet/config.toml
48072024-03-28T07:49:18.994Z 1,657 100% 2.03kB/s 0:00:00 1,657 100% 2.03kB/s 0:00:00 (xfr#131, to-chk=86/254)
48082024-03-28T07:49:18.994Zsmf/sled-agent/non-gimlet/
48092024-03-28T07:49:18.994Zsmf/sled-agent/non-gimlet/README.md
48102024-03-28T07:49:18.994Z 105 100% 0.13kB/s 0:00:00 105 100% 0.13kB/s 0:00:00 (xfr#132, to-chk=85/254)
48112024-03-28T07:49:18.994Zsmf/sled-agent/non-gimlet/config.toml
48122024-03-28T07:49:18.994Z 2,906 100% 3.57kB/s 0:00:00 2,906 100% 3.57kB/s 0:00:00 (xfr#133, to-chk=84/254)
48132024-03-28T07:49:18.994Zsmf/sp-sim/
48142024-03-28T07:49:18.994Zsmf/sp-sim/config.toml
48152024-03-28T07:49:18.994Z 2,604 100% 3.19kB/s 0:00:00 2,604 100% 3.19kB/s 0:00:00 (xfr#134, to-chk=83/254)
48162024-03-28T07:49:18.994Zsmf/sp-sim/manifest.xml
48172024-03-28T07:49:18.995Z 1,271 100% 1.56kB/s 0:00:00 1,271 100% 1.56kB/s 0:00:00 (xfr#135, to-chk=82/254)
48182024-03-28T07:49:18.995Zsmf/switch_zone_setup/
48192024-03-28T07:49:18.995Zsmf/switch_zone_setup/manifest.xml
48202024-03-28T07:49:18.995Z 1,061 100% 1.30kB/s 0:00:00 1,061 100% 1.30kB/s 0:00:00 (xfr#136, to-chk=81/254)
48212024-03-28T07:49:18.995Zsmf/switch_zone_setup/support_authorized_keys
48222024-03-28T07:49:18.995Z 1,284 100% 1.58kB/s 0:00:00 1,284 100% 1.58kB/s 0:00:00 (xfr#137, to-chk=80/254)
48232024-03-28T07:49:18.995Zsmf/switch_zone_setup/switch_zone_setup
48242024-03-28T07:49:18.995Z 1,041 100% 1.28kB/s 0:00:00 1,041 100% 1.28kB/s 0:00:00 (xfr#138, to-chk=79/254)
48252024-03-28T07:49:19.015Zsmf/wicketd/
48262024-03-28T07:49:19.015Zsmf/wicketd/config.toml
48272024-03-28T07:49:19.015Z 104 100% 0.13kB/s 0:00:00 104 100% 0.13kB/s 0:00:00 (xfr#139, to-chk=78/254)
48282024-03-28T07:49:19.015Zsmf/wicketd/manifest.xml
48292024-03-28T07:49:19.015Z 2,954 100% 3.62kB/s 0:00:00 2,954 100% 3.62kB/s 0:00:00 (xfr#140, to-chk=77/254)
48302024-03-28T07:49:19.015Zsmf/zone-network-setup/
48312024-03-28T07:49:19.016Zsmf/zone-network-setup/manifest.xml
48322024-03-28T07:49:19.016Z 1,614 100% 1.98kB/s 0:00:00 1,614 100% 1.98kB/s 0:00:00 (xfr#141, to-chk=76/254)
48332024-03-28T07:49:19.016Ztools/
48342024-03-28T07:49:19.016Ztools/README.adoc
48352024-03-28T07:49:19.016Z 3,558 100% 4.36kB/s 0:00:00 3,558 100% 4.36kB/s 0:00:00 (xfr#142, to-chk=75/254)
48362024-03-28T07:49:19.016Ztools/build-global-zone-packages.sh
48372024-03-28T07:49:19.016Z 2,388 100% 2.93kB/s 0:00:00 2,388 100% 2.93kB/s 0:00:00 (xfr#143, to-chk=74/254)
48382024-03-28T07:49:19.016Ztools/build-host-image.sh
48392024-03-28T07:49:19.016Z 2,971 100% 3.64kB/s 0:00:00 2,971 100% 3.64kB/s 0:00:00 (xfr#144, to-chk=73/254)
48402024-03-28T07:49:19.016Ztools/build-trampoline-global-zone-packages.sh
48412024-03-28T07:49:19.016Z 1,878 100% 2.30kB/s 0:00:00 1,878 100% 2.30kB/s 0:00:00 (xfr#145, to-chk=72/254)
48422024-03-28T07:49:19.016Ztools/ci_check_opte_ver.sh
48432024-03-28T07:49:19.016Z 2,770 100% 3.39kB/s 0:00:00 2,770 100% 3.39kB/s 0:00:00 (xfr#146, to-chk=71/254)
48442024-03-28T07:49:19.017Ztools/ci_download_clickhouse
48452024-03-28T07:49:19.017Z 3,631 100% 4.45kB/s 0:00:00 3,631 100% 4.45kB/s 0:00:00 (xfr#147, to-chk=70/254)
48462024-03-28T07:49:19.017Ztools/ci_download_cockroachdb
48472024-03-28T07:49:19.017Z 4,292 100% 5.26kB/s 0:00:00 4,292 100% 5.26kB/s 0:00:00 (xfr#148, to-chk=69/254)
48482024-03-28T07:49:19.017Ztools/ci_download_console
48492024-03-28T07:49:19.017Z 1,991 100% 2.44kB/s 0:00:00 1,991 100% 2.44kB/s 0:00:00 (xfr#149, to-chk=68/254)
48502024-03-28T07:49:19.017Ztools/ci_download_dendrite_openapi
48512024-03-28T07:49:19.017Z 1,719 100% 2.11kB/s 0:00:00 1,719 100% 2.11kB/s 0:00:00 (xfr#150, to-chk=67/254)
48522024-03-28T07:49:19.017Ztools/ci_download_dendrite_stub
48532024-03-28T07:49:19.017Z 4,229 100% 5.18kB/s 0:00:00 4,229 100% 5.18kB/s 0:00:00 (xfr#151, to-chk=66/254)
48542024-03-28T07:49:19.017Ztools/ci_download_maghemite_mgd
48552024-03-28T07:49:19.018Z 3,650 100% 4.47kB/s 0:00:00 3,650 100% 4.47kB/s 0:00:00 (xfr#152, to-chk=65/254)
48562024-03-28T07:49:19.018Ztools/ci_download_maghemite_openapi
48572024-03-28T07:49:19.018Z 1,989 100% 2.44kB/s 0:00:00 1,989 100% 2.44kB/s 0:00:00 (xfr#153, to-chk=64/254)
48582024-03-28T07:49:19.018Ztools/ci_download_softnpu_machinery
48592024-03-28T07:49:19.018Z 668 100% 0.82kB/s 0:00:00 668 100% 0.82kB/s 0:00:00 (xfr#154, to-chk=63/254)
48602024-03-28T07:49:19.018Ztools/ci_download_thundermuffin
48612024-03-28T07:49:19.018Z 3,237 100% 3.97kB/s 0:00:00 3,237 100% 3.97kB/s 0:00:00 (xfr#155, to-chk=62/254)
48622024-03-28T07:49:19.018Ztools/ci_download_transceiver_control
48632024-03-28T07:49:19.018Z 3,415 100% 4.18kB/s 0:00:00 3,415 100% 4.18kB/s 0:00:00 (xfr#156, to-chk=61/254)
48642024-03-28T07:49:19.018Ztools/clickhouse_checksums
48652024-03-28T07:49:19.018Z 153 100% 0.19kB/s 0:00:00 153 100% 0.19kB/s 0:00:00 (xfr#157, to-chk=60/254)
48662024-03-28T07:49:19.018Ztools/clickhouse_version
48672024-03-28T07:49:19.018Z 11 100% 0.01kB/s 0:00:00 11 100% 0.01kB/s 0:00:00 (xfr#158, to-chk=59/254)
48682024-03-28T07:49:19.019Ztools/cockroachdb_checksums
48692024-03-28T07:49:19.019Z 258 100% 0.32kB/s 0:00:00 258 100% 0.32kB/s 0:00:00 (xfr#159, to-chk=58/254)
48702024-03-28T07:49:19.019Ztools/cockroachdb_version
48712024-03-28T07:49:19.019Z 8 100% 0.01kB/s 0:00:00 8 100% 0.01kB/s 0:00:00 (xfr#160, to-chk=57/254)
48722024-03-28T07:49:19.019Ztools/console_version
48732024-03-28T07:49:19.019Z 122 100% 0.15kB/s 0:00:00 122 100% 0.15kB/s 0:00:00 (xfr#161, to-chk=56/254)
48742024-03-28T07:49:19.019Ztools/create_gimlet_virtual_hardware.sh
48752024-03-28T07:49:19.019Z 936 100% 1.15kB/s 0:00:00 936 100% 1.15kB/s 0:00:00 (xfr#162, to-chk=55/254)
48762024-03-28T07:49:19.019Ztools/create_scrimlet_virtual_hardware.sh
48772024-03-28T07:49:19.019Z 2,014 100% 2.47kB/s 0:00:00 2,014 100% 2.47kB/s 0:00:00 (xfr#163, to-chk=54/254)
48782024-03-28T07:49:19.019Ztools/create_self_signed_cert.sh
48792024-03-28T07:49:19.019Z 685 100% 0.84kB/s 0:00:00 685 100% 0.84kB/s 0:00:00 (xfr#164, to-chk=53/254)
48802024-03-28T07:49:19.019Ztools/create_virtual_hardware.sh
48812024-03-28T07:49:19.020Z 3,184 100% 3.90kB/s 0:00:00 3,184 100% 3.90kB/s 0:00:00 (xfr#165, to-chk=52/254)
48822024-03-28T07:49:19.020Ztools/delete-reservoir.sh
48832024-03-28T07:49:19.020Z 136 100% 0.17kB/s 0:00:00 136 100% 0.17kB/s 0:00:00 (xfr#166, to-chk=51/254)
48842024-03-28T07:49:19.020Ztools/dendrite_openapi_version
48852024-03-28T07:49:19.020Z 122 100% 0.15kB/s 0:00:00 122 100% 0.15kB/s 0:00:00 (xfr#167, to-chk=50/254)
48862024-03-28T07:49:19.020Ztools/dendrite_stub_checksums
48872024-03-28T07:49:19.020Z 267 100% 0.33kB/s 0:00:00 267 100% 0.33kB/s 0:00:00 (xfr#168, to-chk=49/254)
48882024-03-28T07:49:19.020Ztools/destroy_gimlet_virtual_hardware.sh
48892024-03-28T07:49:19.020Z 888 100% 1.09kB/s 0:00:00 888 100% 1.09kB/s 0:00:00 (xfr#169, to-chk=48/254)
48902024-03-28T07:49:19.020Ztools/destroy_scrimlet_virtual_hardware.sh
48912024-03-28T07:49:19.020Z 1,147 100% 1.41kB/s 0:00:00 1,147 100% 1.41kB/s 0:00:00 (xfr#170, to-chk=47/254)
48922024-03-28T07:49:19.020Ztools/destroy_virtual_hardware.sh
48932024-03-28T07:49:19.020Z 2,227 100% 2.73kB/s 0:00:00 2,227 100% 2.73kB/s 0:00:00 (xfr#171, to-chk=46/254)
48942024-03-28T07:49:19.021Ztools/dvt_dock_version
48952024-03-28T07:49:19.021Z 48 100% 0.06kB/s 0:00:00 48 100% 0.06kB/s 0:00:00 (xfr#172, to-chk=45/254)
48962024-03-28T07:49:19.021Ztools/ensure_buildomat_artifact.sh
48972024-03-28T07:49:19.021Z 3,759 100% 4.60kB/s 0:00:00 3,759 100% 4.60kB/s 0:00:00 (xfr#173, to-chk=44/254)
48982024-03-28T07:49:19.021Ztools/generate-nexus-api.sh
48992024-03-28T07:49:19.021Z 174 100% 0.21kB/s 0:00:00 174 100% 0.21kB/s 0:00:00 (xfr#174, to-chk=43/254)
49002024-03-28T07:49:19.021Ztools/generate-sled-agent-api.sh
49012024-03-28T07:49:19.021Z 161 100% 0.20kB/s 0:00:00 161 100% 0.20kB/s 0:00:00 (xfr#175, to-chk=42/254)
49022024-03-28T07:49:19.021Ztools/generate-wicketd-api.sh
49032024-03-28T07:49:19.021Z 75 100% 0.09kB/s 0:00:00 75 100% 0.09kB/s 0:00:00 (xfr#176, to-chk=41/254)
49042024-03-28T07:49:19.022Ztools/hubris_checksums
49052024-03-28T07:49:19.022Z 852 100% 1.04kB/s 0:00:00 852 100% 1.04kB/s 0:00:00 (xfr#177, to-chk=40/254)
49062024-03-28T07:49:19.022Ztools/hubris_version
49072024-03-28T07:49:19.022Z 50 100% 0.06kB/s 0:00:00 50 100% 0.06kB/s 0:00:00 (xfr#178, to-chk=39/254)
49082024-03-28T07:49:19.022Ztools/install_builder_prerequisites.sh
49092024-03-28T07:49:19.022Z 7,537 100% 9.22kB/s 0:00:00 7,537 100% 9.22kB/s 0:00:00 (xfr#179, to-chk=38/254)
49102024-03-28T07:49:19.022Ztools/install_opte.sh
49112024-03-28T07:49:19.022Z 3,755 100% 4.60kB/s 0:00:00 3,755 100% 4.60kB/s 0:00:00 (xfr#180, to-chk=37/254)
49122024-03-28T07:49:19.022Ztools/install_prerequisites.sh
49132024-03-28T07:49:19.022Z 255 100% 0.31kB/s 0:00:00 255 100% 0.31kB/s 0:00:00 (xfr#181, to-chk=36/254)
49142024-03-28T07:49:19.022Ztools/install_runner_prerequisites.sh
49152024-03-28T07:49:19.022Z 4,154 100% 5.08kB/s 0:00:00 4,154 100% 5.08kB/s 0:00:00 (xfr#182, to-chk=35/254)
49162024-03-28T07:49:19.022Ztools/maghemite_ddm_openapi_version
49172024-03-28T07:49:19.023Z 122 100% 0.15kB/s 0:00:00 122 100% 0.15kB/s 0:00:00 (xfr#183, to-chk=34/254)
49182024-03-28T07:49:19.023Ztools/maghemite_mg_openapi_version
49192024-03-28T07:49:19.023Z 122 100% 0.15kB/s 0:00:00 122 100% 0.15kB/s 0:00:00 (xfr#184, to-chk=33/254)
49202024-03-28T07:49:19.023Ztools/maghemite_mgd_checksums
49212024-03-28T07:49:19.023Z 163 100% 0.20kB/s 0:00:00 163 100% 0.20kB/s 0:00:00 (xfr#185, to-chk=32/254)
49222024-03-28T07:49:19.023Ztools/opte_version
49232024-03-28T07:49:19.023Z 9 100% 0.01kB/s 0:00:00 9 100% 0.01kB/s 0:00:00 (xfr#186, to-chk=31/254)
49242024-03-28T07:49:19.023Ztools/opte_version_override
49252024-03-28T07:49:19.029Z 142 100% 0.17kB/s 0:00:00 142 100% 0.17kB/s 0:00:00 (xfr#187, to-chk=30/254)
49262024-03-28T07:49:19.029Ztools/renovate-post-upgrade.sh
49272024-03-28T07:49:19.029Z 1,705 100% 2.09kB/s 0:00:00 1,705 100% 2.09kB/s 0:00:00 (xfr#188, to-chk=29/254)
49282024-03-28T07:49:19.029Ztools/thundermuffin_checksums
49292024-03-28T07:49:19.029Z 79 100% 0.10kB/s 0:00:00 79 100% 0.10kB/s 0:00:00 (xfr#189, to-chk=28/254)
49302024-03-28T07:49:19.029Ztools/thundermuffin_version
49312024-03-28T07:49:19.029Z 50 100% 0.06kB/s 0:00:00 50 100% 0.06kB/s 0:00:00 (xfr#190, to-chk=27/254)
49322024-03-28T07:49:19.029Ztools/transceiver_control_version
49332024-03-28T07:49:19.029Z 137 100% 0.17kB/s 0:00:00 137 100% 0.17kB/s 0:00:00 (xfr#191, to-chk=26/254)
49342024-03-28T07:49:19.029Ztools/uninstall_opte.sh
49352024-03-28T07:49:19.029Z 6,514 100% 7.97kB/s 0:00:00 6,514 100% 7.97kB/s 0:00:00 (xfr#192, to-chk=25/254)
49362024-03-28T07:49:19.030Ztools/update_crucible.sh
49372024-03-28T07:49:19.030Z 1,093 100% 1.34kB/s 0:00:00 1,093 100% 1.34kB/s 0:00:00 (xfr#193, to-chk=24/254)
49382024-03-28T07:49:19.030Ztools/update_dendrite.sh
49392024-03-28T07:49:19.030Z 2,333 100% 2.86kB/s 0:00:00 2,333 100% 2.86kB/s 0:00:00 (xfr#194, to-chk=23/254)
49402024-03-28T07:49:19.030Ztools/update_helpers.sh
49412024-03-28T07:49:19.030Z 3,831 100% 4.68kB/s 0:00:00 3,831 100% 4.68kB/s 0:00:00 (xfr#195, to-chk=22/254)
49422024-03-28T07:49:19.030Ztools/update_lldp.sh
49432024-03-28T07:49:19.030Z 1,000 100% 1.22kB/s 0:00:00 1,000 100% 1.22kB/s 0:00:00 (xfr#196, to-chk=21/254)
49442024-03-28T07:49:19.030Ztools/update_maghemite.sh
49452024-03-28T07:49:19.030Z 939 100% 1.15kB/s 0:00:00 939 100% 1.15kB/s 0:00:00 (xfr#197, to-chk=20/254)
49462024-03-28T07:49:19.030Ztools/update_propolis.sh
49472024-03-28T07:49:19.030Z 1,050 100% 1.28kB/s 0:00:00 1,050 100% 1.28kB/s 0:00:00 (xfr#198, to-chk=19/254)
49482024-03-28T07:49:19.030Ztools/update_transceiver_control.sh
49492024-03-28T07:49:19.031Z 1,374 100% 1.68kB/s 0:00:00 1,374 100% 1.68kB/s 0:00:00 (xfr#199, to-chk=18/254)
49502024-03-28T07:49:19.031Ztools/virtual_hardware.sh
49512024-03-28T07:49:19.031Z 3,429 100% 4.19kB/s 0:00:00 3,429 100% 4.19kB/s 0:00:00 (xfr#200, to-chk=17/254)
49522024-03-28T07:49:19.031Ztools/dtrace/
49532024-03-28T07:49:19.031Ztools/dtrace/aggregate-query-latency.d
49542024-03-28T07:49:19.031Z 780 100% 0.95kB/s 0:00:00 780 100% 0.95kB/s 0:00:00 (xfr#201, to-chk=11/254)
49552024-03-28T07:49:19.031Ztools/dtrace/slowest-queries.d
49562024-03-28T07:49:19.031Z 1,077 100% 1.32kB/s 0:00:00 1,077 100% 1.32kB/s 0:00:00 (xfr#202, to-chk=10/254)
49572024-03-28T07:49:19.031Ztools/dtrace/trace-db-queries.d
49582024-03-28T07:49:19.031Z 811 100% 0.99kB/s 0:00:00 811 100% 0.99kB/s 0:00:00 (xfr#203, to-chk=9/254)
49592024-03-28T07:49:19.031Ztools/include/
49602024-03-28T07:49:19.032Ztools/include/force-git-over-https.sh
49612024-03-28T07:49:19.032Z 940 100% 1.15kB/s 0:00:00 940 100% 1.15kB/s 0:00:00 (xfr#204, to-chk=8/254)
49622024-03-28T07:49:19.032Ztools/populate/
49632024-03-28T07:49:19.032Ztools/populate/populate-alpine.sh
49642024-03-28T07:49:19.032Z 788 100% 0.96kB/s 0:00:00 788 100% 0.96kB/s 0:00:00 (xfr#205, to-chk=7/254)
49652024-03-28T07:49:19.032Ztools/populate/populate-images.sh
49662024-03-28T07:49:19.032Z 2,571 100% 3.14kB/s 0:00:00 2,571 100% 3.14kB/s 0:00:00 (xfr#206, to-chk=6/254)
49672024-03-28T07:49:19.032Ztools/reflector/
49682024-03-28T07:49:19.032Ztools/reflector/helpers.sh
49692024-03-28T07:49:19.032Z 4,652 100% 5.69kB/s 0:00:00 4,652 100% 5.69kB/s 0:00:00 (xfr#207, to-chk=5/254)
49702024-03-28T07:49:19.033Ztools/scrimlet/
49712024-03-28T07:49:19.033Ztools/scrimlet/create-softnpu-zone.sh
49722024-03-28T07:49:19.033Z 627 100% 0.77kB/s 0:00:00 627 100% 0.77kB/s 0:00:00 (xfr#208, to-chk=4/254)
49732024-03-28T07:49:19.033Ztools/scrimlet/destroy-softnpu-zone.sh
49742024-03-28T07:49:19.033Z 203 100% 0.25kB/s 0:00:00 203 100% 0.25kB/s 0:00:00 (xfr#209, to-chk=3/254)
49752024-03-28T07:49:19.033Ztools/scrimlet/softnpu-init.sh
49762024-03-28T07:49:19.033Z 2,157 100% 2.64kB/s 0:00:00 2,157 100% 2.64kB/s 0:00:00 (xfr#210, to-chk=2/254)
49772024-03-28T07:49:19.033Ztools/scrimlet/softnpu-zone.txt
49782024-03-28T07:49:19.033Z 330 100% 0.40kB/s 0:00:00 330 100% 0.40kB/s 0:00:00 (xfr#211, to-chk=1/254)
49792024-03-28T07:49:19.033Ztools/scrimlet/softnpu.toml
49802024-03-28T07:49:19.033Z 171 100% 0.21kB/s 0:00:00 171 100% 0.21kB/s 0:00:00 (xfr#212, to-chk=0/254)
49812024-03-28T07:49:19.033Z+ pushd cargo-bay
49822024-03-28T07:49:19.034Z/work/oxidecomputer/testbed/a4x2/cargo-bay /work/oxidecomputer/testbed/a4x2
49832024-03-28T07:49:19.034Z+ mkdir -p omicron-common/omicron/
49842024-03-28T07:49:19.034Z+ cp -r g0/omicron/out omicron-common/omicron/
49852024-03-28T07:49:24.366Z+ rm omicron-common/omicron/out/omicron-sled-agent.tar
49862024-03-28T07:49:24.424Z+ rm omicron-common/omicron/out/omicron-gateway-softnpu.tar.gz omicron-common/omicron/out/omicron-gateway.tar.gz
49872024-03-28T07:49:24.424Z+ rm omicron-common/omicron/out/switch-softnpu.tar.gz
49882024-03-28T07:49:24.424Z+ popd
49892024-03-28T07:49:24.424Z/work/oxidecomputer/testbed/a4x2
49902024-03-28T07:49:24.424Z+ for sled in g0 g1 g2 g3
49912024-03-28T07:49:24.424Z+ find cargo-bay/g0/omicron/out/ -maxdepth 1 -mindepth 1
49922024-03-28T07:49:24.424Z+ grep -v sled-agent
49932024-03-28T07:49:24.424Z+ grep -v omicron-gateway
49942024-03-28T07:49:24.424Z+ grep -v switch-softnpu
49952024-03-28T07:49:24.424Z+ xargs -l rm -rf
49962024-03-28T07:49:24.424Z+ for sled in g0 g1 g2 g3
49972024-03-28T07:49:24.424Z+ find cargo-bay/g1/omicron/out/ -maxdepth 1 -mindepth 1
49982024-03-28T07:49:24.424Z+ grep -v sled-agent
49992024-03-28T07:49:24.424Z+ grep -v omicron-gateway
50002024-03-28T07:49:24.425Z+ grep -v switch-softnpu
50012024-03-28T07:49:24.425Z+ xargs -l rm -rf
50022024-03-28T07:49:32.803Z+ for sled in g0 g1 g2 g3
50032024-03-28T07:49:32.804Z+ find cargo-bay/g2/omicron/out/ -maxdepth 1 -mindepth 1
50042024-03-28T07:49:32.804Z+ grep -v sled-agent
50052024-03-28T07:49:32.804Z+ grep -v omicron-gateway
50062024-03-28T07:49:32.804Z+ grep -v switch-softnpu
50072024-03-28T07:49:32.804Z+ xargs -l rm -rf
50082024-03-28T07:49:32.804Z+ for sled in g0 g1 g2 g3
50092024-03-28T07:49:32.804Z+ find cargo-bay/g3/omicron/out/ -maxdepth 1 -mindepth 1
50102024-03-28T07:49:32.804Z+ grep -v sled-agent
50112024-03-28T07:49:32.804Z+ grep -v omicron-gateway
50122024-03-28T07:49:32.805Z+ grep -v switch-softnpu
50132024-03-28T07:49:32.805Z+ xargs -l rm -rf
50142024-03-28T07:49:32.805Z+ ./config/fetch-softnpu-artifacts.sh
50152024-03-28T07:49:32.805Z+ url=https://buildomat.eng.oxide.computer
50162024-03-28T07:49:32.805Z+ path=public/file/oxidecomputer/sidecar-lite/release/
50172024-03-28T07:49:32.806Z+ rev=e3ea4b495ba0a71801ded0776ae4bbd31df57e26
50182024-03-28T07:49:32.806Z+ for artifact in scadm libsidecar_lite.so
50192024-03-28T07:49:32.806Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release//e3ea4b495ba0a71801ded0776ae4bbd31df57e26/scadm
50202024-03-28T07:49:32.806Z % Total % Received % Xferd Average Speed Time Time Time Current
50212024-03-28T07:49:32.806Z Dload Upload Total Spent Left Speed
50222024-03-28T07:49:38.751Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 22.7M 5 1235k 0 0 1422k 0 0:00:16 --:--:-- 0:00:16 1422k 13 22.7M 13 3103k 0 0 1792k 0 0:00:13 0:00:01 0:00:12 1792k 42 22.7M 42 9843k 0 0 3422k 0 0:00:06 0:00:02 0:00:04 3421k 58 22.7M 58 13.3M 0 0 3538k 0 0:00:06 0:00:03 0:00:03 3538k 71 22.7M 71 16.4M 0 0 3536k 0 0:00:06 0:00:04 0:00:02 3536k 79 22.7M 79 18.1M 0 0 3323k 0 0:00:07 0:00:05 0:00:02 3672k 100 22.7M 100 22.7M 0 0 3594k 0 0:00:06 0:00:06 --:--:-- 4250k
50232024-03-28T07:49:38.755Z+ chmod +x scadm
50242024-03-28T07:49:38.758Z+ cp scadm cargo-bay/g0/
50252024-03-28T07:49:38.781Z+ mv scadm cargo-bay/g3/
50262024-03-28T07:49:38.783Z+ for artifact in scadm libsidecar_lite.so
50272024-03-28T07:49:38.784Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release//e3ea4b495ba0a71801ded0776ae4bbd31df57e26/libsidecar_lite.so
50282024-03-28T07:49:38.792Z % Total % Received % Xferd Average Speed Time Time Time Current
50292024-03-28T07:49:38.792Z Dload Upload Total Spent Left Speed
50302024-03-28T07:49:47.875Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 20.0M 4 967k 0 0 816k 0 0:00:25 0:00:01 0:00:24 816k 23 20.0M 23 4767k 0 0 1884k 0 0:00:10 0:00:02 0:00:08 1884k 23 20.0M 23 4779k 0 0 1416k 0 0:00:14 0:00:03 0:00:11 1416k 42 20.0M 42 8723k 0 0 1968k 0 0:00:10 0:00:04 0:00:06 1968k 42 20.0M 42 8787k 0 0 1670k 0 0:00:12 0:00:05 0:00:07 1690k 68 20.0M 68 13.8M 0 0 2308k 0 0:00:08 0:00:06 0:00:02 2666k 74 20.0M 74 15.0M 0 0 2078k 0 0:00:09 0:00:07 0:00:02 2179k 82 20.0M 82 16.5M 0 0 2003k 0 0:00:10 0:00:08 0:00:02 2391k 89 20.0M 89 17.9M 0 0 2028k 0 0:00:10 0:00:09 0:00:01 2085k 100 20.0M 100 20.0M 0 0 2261k 0 0:00:09 0:00:09 --:--:-- 3076k
50312024-03-28T07:49:47.883Z+ chmod +x libsidecar_lite.so
50322024-03-28T07:49:47.898Z+ cp libsidecar_lite.so cargo-bay/g0/
50332024-03-28T07:49:48.310Z+ mv libsidecar_lite.so cargo-bay/g3/
50342024-03-28T07:49:48.314Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
50352024-03-28T07:49:48.314Z+ tar -czf cargo-bay-ce.tgz cargo-bay/ce
50362024-03-28T07:49:48.314Z+ mv cargo-bay-ce.tgz /out/
50372024-03-28T07:49:48.314Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
50382024-03-28T07:49:48.314Z+ tar -czf cargo-bay-cr1.tgz cargo-bay/cr1
50392024-03-28T07:49:48.314Z+ mv cargo-bay-cr1.tgz /out/
50402024-03-28T07:49:48.314Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
50412024-03-28T07:49:48.314Z+ tar -czf cargo-bay-cr2.tgz cargo-bay/cr2
50422024-03-28T07:49:48.314Z+ mv cargo-bay-cr2.tgz /out/
50432024-03-28T07:49:48.314Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
50442024-03-28T07:49:48.314Z+ tar -czf cargo-bay-g0.tgz cargo-bay/g0
50452024-03-28T07:50:01.150Z+ mv cargo-bay-g0.tgz /out/
50462024-03-28T07:50:01.446Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
50472024-03-28T07:50:01.446Z+ tar -czf cargo-bay-g1.tgz cargo-bay/g1
50482024-03-28T07:50:13.243Z+ mv cargo-bay-g1.tgz /out/
50492024-03-28T07:50:16.672Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
50502024-03-28T07:50:16.672Z+ tar -czf cargo-bay-g2.tgz cargo-bay/g2
50512024-03-28T07:50:25.612Z+ mv cargo-bay-g2.tgz /out/
50522024-03-28T07:50:25.896Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
50532024-03-28T07:50:25.896Z+ tar -czf cargo-bay-g3.tgz cargo-bay/g3
50542024-03-28T07:50:40.822Z+ mv cargo-bay-g3.tgz /out/
50552024-03-28T07:50:40.822Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
50562024-03-28T07:50:40.822Z+ tar -czf cargo-bay-tools.tgz cargo-bay/tools
50572024-03-28T07:50:40.822Z+ mv cargo-bay-tools.tgz /out/
50582024-03-28T07:50:40.822Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
50592024-03-28T07:50:40.822Z+ tar -czf cargo-bay-omicron-common.tgz cargo-bay/omicron-common
50602024-03-28T07:51:06.706Z+ mv cargo-bay-omicron-common.tgz /out/
50612024-03-28T07:51:08.009Zprocess exited: duration 2058602 ms, exit code 0
 
50622024-03-28T07:51:08.016Zfound 11 output files
50632024-03-28T07:51:08.016Zuploading: /out/cargo-bay-ce.tgz (656 bytes)
50642024-03-28T07:51:09.036Zuploaded: /out/cargo-bay-ce.tgz
50652024-03-28T07:51:09.039Zuploading: /out/cargo-bay-cr1.tgz (961 bytes)
50662024-03-28T07:51:10.045Zuploaded: /out/cargo-bay-cr1.tgz
50672024-03-28T07:51:10.049Zuploading: /out/cargo-bay-cr2.tgz (968 bytes)
50682024-03-28T07:51:11.057Zuploaded: /out/cargo-bay-cr2.tgz
50692024-03-28T07:51:11.068Zuploading: /out/cargo-bay-g0.tgz (306272963 bytes)
50702024-03-28T07:53:02.986Zuploaded: /out/cargo-bay-g0.tgz
50712024-03-28T07:53:02.986Zuploading: /out/cargo-bay-g1.tgz (293415521 bytes)
50722024-03-28T07:54:47.992Zuploaded: /out/cargo-bay-g1.tgz
50732024-03-28T07:54:47.992Zuploading: /out/cargo-bay-g2.tgz (293414937 bytes)
50742024-03-28T07:56:47.459Zuploaded: /out/cargo-bay-g2.tgz
50752024-03-28T07:56:47.459Zuploading: /out/cargo-bay-g3.tgz (306298365 bytes)
50762024-03-28T07:58:48.035Zuploaded: /out/cargo-bay-g3.tgz
50772024-03-28T07:58:48.035Zuploading: /out/cargo-bay-tools.tgz (34503 bytes)
50782024-03-28T07:58:49.077Zuploaded: /out/cargo-bay-tools.tgz
50792024-03-28T07:58:49.077Zuploading: /out/cargo-bay-omicron-common.tgz (953744078 bytes)
50802024-03-28T08:04:53.806Zuploaded: /out/cargo-bay-omicron-common.tgz
50812024-03-28T08:04:53.806Zuploading: /out/commtest (76903224 bytes)
50822024-03-28T08:05:25.297Zuploaded: /out/commtest
50832024-03-28T08:05:25.297Zuploading: /out/dhcp-server (76349528 bytes)
50842024-03-28T08:05:54.933Zuploaded: /out/dhcp-server