01HSEMA25ST60MCHHXC5MMAZT1: 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: 01HSEMAEPSSK2D40KHZ8FTK13P

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-20T19:10:37.647Zjob assigned to worker 01HSEMAFEHY4R7T6GGG6B17WB8 (queued for 35 s)
 
22024-03-20T19:10:39.221Zstarting task 0: "setup"
32024-03-20T19:10:39.250Z++ uname -s
42024-03-20T19:10:39.250Z+ kern=SunOS
52024-03-20T19:10:39.250Z+ case "$kern" in
62024-03-20T19:10:39.251Z+ groupadd -g 12345 build
72024-03-20T19:10:39.251Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-20T19:10:41.252Z+ zfs create -o mountpoint=/work rpool/work
92024-03-20T19:10:41.289Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-20T19:10:41.313Z+ home_fs=zfs
112024-03-20T19:10:41.313Z+ [[ zfs == autofs ]]
122024-03-20T19:10:41.313Z+ mkdir -p /home/build
132024-03-20T19:10:41.313Z+ chown build:build /home/build /work
142024-03-20T19:10:43.305Z+ chmod 0700 /home/build /work
152024-03-20T19:10:43.334Zprocess exited: duration 4089 ms, exit code 0
 
162024-03-20T19:10:43.388Zstarting task 1: "rust-toolchain"
172024-03-20T19:10:43.427Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-20T19:10:43.427Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192024-03-20T19:10:43.559Zinfo: downloading installer
202024-03-20T19:10:44.309Zwarning: it looks like you have an existing installation of Rust at:
212024-03-20T19:10:44.309Zwarning: /opt/ooce/bin
222024-03-20T19:10:44.309Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-20T19:10:44.309Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-20T19:10:44.309Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-20T19:10:44.309Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-20T19:10:44.309Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-20T19:10:44.309Zerror: cannot install while Rust is installed
282024-03-20T19:10:44.310Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-20T19:10:44.348Zinfo: profile set to 'default'
302024-03-20T19:10:44.348Zinfo: default host triple is x86_64-unknown-illumos
312024-03-20T19:10:44.374Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322024-03-20T19:10:44.438Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
332024-03-20T19:10:44.438Zinfo: downloading component 'cargo'
342024-03-20T19:10:44.624Zinfo: downloading component 'clippy'
352024-03-20T19:10:44.672Zinfo: downloading component 'rust-docs'
362024-03-20T19:10:44.897Zinfo: downloading component 'rust-std'
372024-03-20T19:10:45.284Zinfo: downloading component 'rustc'
382024-03-20T19:10:46.569Zinfo: downloading component 'rustfmt'
392024-03-20T19:10:47.085Zinfo: installing component 'cargo'
402024-03-20T19:10:47.330Zinfo: installing component 'clippy'
412024-03-20T19:10:47.693Zinfo: installing component 'rust-docs'
422024-03-20T19:10:50.233Zinfo: installing component 'rust-std'
432024-03-20T19:10:52.335Zinfo: installing component 'rustc'
442024-03-20T19:11:01.257Zinfo: installing component 'rustfmt'
452024-03-20T19:11:01.334Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462024-03-20T19:11:01.334Z
472024-03-20T19:11:01.334Z stable-x86_64-unknown-illumos installed - rustc 1.76.0 (07dca489a 2024-02-04)
482024-03-20T19:11:01.334Z
492024-03-20T19:11:01.334Z
502024-03-20T19:11:01.334ZRust is installed now. Great!
512024-03-20T19:11:01.335Z
522024-03-20T19:11:01.335ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-20T19:11:01.335Zenvironment variable. This has not been done automatically.
542024-03-20T19:11:01.335Z
552024-03-20T19:11:01.335ZTo configure your current shell, you need to source
562024-03-20T19:11:01.335Zthe corresponding env file under $HOME/.cargo.
572024-03-20T19:11:01.335Z
582024-03-20T19:11:01.335ZThis is usually done by running one of the following (note the leading DOT):
592024-03-20T19:11:01.335Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-20T19:11:01.335Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-20T19:11:01.336Z+ rustc --version
622024-03-20T19:11:01.336Zrustc 1.76.0 (07dca489a 2024-02-04)
632024-03-20T19:11:01.336Zprocess exited: duration 14439 ms, exit code 0
 
642024-03-20T19:11:01.406Zstarting task 2: "authentication"
652024-03-20T19:11:01.596Zprocess exited: duration 181 ms, exit code 0
 
662024-03-20T19:11:01.686Zstarting task 3: "clone repository"
672024-03-20T19:11:01.717Z+ mkdir -p /work/oxidecomputer/omicron
682024-03-20T19:11:01.717Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-03-20T19:11:01.717ZCloning into '/work/oxidecomputer/omicron'...
702024-03-20T19:11:06.704Z+ cd /work/oxidecomputer/omicron
712024-03-20T19:11:06.705Z+ git fetch origin c51bf3e4049d10eba26d61b5cd0faa0608fe2755
722024-03-20T19:11:07.160ZFrom https://github.com/oxidecomputer/omicron
732024-03-20T19:11:07.160Z * branch c51bf3e4049d10eba26d61b5cd0faa0608fe2755 -> FETCH_HEAD
742024-03-20T19:11:07.185Z+ [[ -n ajs/sled-agent-api-to-manage-phys-disks/instance-tests ]]
752024-03-20T19:11:07.186Z++ git branch --show-current
762024-03-20T19:11:07.186Z+ current=main
772024-03-20T19:11:07.186Z+ [[ main != ajs/sled-agent-api-to-manage-phys-disks/instance-tests ]]
782024-03-20T19:11:07.186Z+ git branch -f ajs/sled-agent-api-to-manage-phys-disks/instance-tests c51bf3e4049d10eba26d61b5cd0faa0608fe2755
792024-03-20T19:11:07.212Z+ git checkout -f ajs/sled-agent-api-to-manage-phys-disks/instance-tests
802024-03-20T19:11:07.334ZSwitched to branch 'ajs/sled-agent-api-to-manage-phys-disks/instance-tests'
812024-03-20T19:11:07.367Z+ git reset --hard c51bf3e4049d10eba26d61b5cd0faa0608fe2755
822024-03-20T19:11:07.406ZHEAD is now at c51bf3e40 fix unused test functions
832024-03-20T19:11:07.406Zprocess exited: duration 5703 ms, exit code 0
 
842024-03-20T19:11:07.463Zstarting task 4: "build"
852024-03-20T19:11:07.493Z++++ dirname ./env.sh
862024-03-20T19:11:07.493Z+++ readlink -f .
872024-03-20T19:11:07.493Z++ OMICRON_WS=/work/oxidecomputer/omicron
882024-03-20T19:11:07.494Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
892024-03-20T19:11:07.494Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
902024-03-20T19:11:07.494Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
912024-03-20T19:11:07.494Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
922024-03-20T19:11:07.494Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-03-20T19:11:07.494Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-03-20T19:11:07.495Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-03-20T19:11:07.495Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-03-20T19:11:07.495Z++ unset OMICRON_WS
972024-03-20T19:11:07.495Z++ set +o xtrace
982024-03-20T19:11:07.495Z+ pfexec mkdir -p /out
992024-03-20T19:11:07.495Z+ pfexec chown 12345 /out
1002024-03-20T19:11:07.542Z+ banner prerequisites
1012024-03-20T19:11:07.542Z
1022024-03-20T19:11:07.542Z ##### ##### ###### ##### ###### #### # # # #### #
1032024-03-20T19:11:07.542Z # # # # # # # # # # # # # # #
1042024-03-20T19:11:07.542Z # # # # ##### # # ##### # # # # # #### #
1052024-03-20T19:11:07.542Z ##### ##### # ##### # # # # # # # # #
1062024-03-20T19:11:07.542Z # # # # # # # # # # # # # # #
1072024-03-20T19:11:07.542Z # # # ###### # # ###### ### # #### # #### #
1082024-03-20T19:11:07.542Z
1092024-03-20T19:11:07.542Z+ set -o xtrace
1102024-03-20T19:11:07.542Z+ ./tools/install_builder_prerequisites.sh -y
1112024-03-20T19:11:12.277Z Startup: Refreshing catalog 'helios-dev' ... Done
1122024-03-20T19:11:13.922Z Startup: Caching catalogs ... Done
1132024-03-20T19:11:15.780ZPlanning: Solver setup ... Done (1.418s)
1142024-03-20T19:11:15.809ZPlanning: Running solver ... Done (0.028s)
1152024-03-20T19:11:15.843ZPlanning: Finding local manifests ... Done (0.002s)
1162024-03-20T19:11:15.905ZPlanning: Fetching manifests: 0/4 0% complete
1172024-03-20T19:11:16.293ZPlanning: Fetching manifests: 4/4 100% complete
1182024-03-20T19:11:16.345ZPlanning: Package planning ... Done (0.058s)
1192024-03-20T19:11:16.413ZPlanning: Merging actions ... Done (0.060s)
1202024-03-20T19:11:16.781ZPlanning: Checking for conflicting actions ... Done (0.376s)
1212024-03-20T19:11:16.807ZPlanning: Consolidating action changes ... Done (0.014s)
1222024-03-20T19:11:17.467ZPlanning: Evaluating mediators ... Done (0.665s)
1232024-03-20T19:11:17.510ZPlanning: Planning completed in 3.51 seconds
1242024-03-20T19:11:17.541Z Packages to install: 4
1252024-03-20T19:11:17.542Z Mediators to change: 2
1262024-03-20T19:11:17.542Z Services to change: 1
1272024-03-20T19:11:17.542Z Estimated space available: 148.92 GB
1282024-03-20T19:11:17.542ZEstimated space to be consumed: 1.43 GB
1292024-03-20T19:11:17.542Z Create boot environment: No
1302024-03-20T19:11:17.542ZCreate backup boot environment: No
1312024-03-20T19:11:17.543Z Rebuild boot archive: No
1322024-03-20T19:11:17.543Z
1332024-03-20T19:11:17.543ZChanged mediators:
1342024-03-20T19:11:17.543Z mediator clang:
1352024-03-20T19:11:17.543Z version: None -> 15 (system default)
1362024-03-20T19:11:17.544Z
1372024-03-20T19:11:17.544Z mediator llvm:
1382024-03-20T19:11:17.544Z version: 14 (system default) -> 15 (system default)
1392024-03-20T19:11:17.544Z
1402024-03-20T19:11:17.544ZChanged packages:
1412024-03-20T19:11:17.544Zhelios-dev
1422024-03-20T19:11:17.544Z developer/build-essential
1432024-03-20T19:11:17.544Z None -> 11-2.0
1442024-03-20T19:11:17.544Z library/libxmlsec1
1452024-03-20T19:11:17.544Z None -> 1.2.35-2.0
1462024-03-20T19:11:17.544Z ooce/developer/clang-15
1472024-03-20T19:11:17.544Z None -> 15.0.7-2.0
1482024-03-20T19:11:17.545Z ooce/developer/llvm-15
1492024-03-20T19:11:17.545Z None -> 15.0.7-2.0
1502024-03-20T19:11:17.545Z
1512024-03-20T19:11:17.545ZServices:
1522024-03-20T19:11:17.545Z restart_fmri:
1532024-03-20T19:11:17.545Z svc:/system/update-man-index:default
1542024-03-20T19:11:17.590Z
1552024-03-20T19:11:17.590ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1562024-03-20T19:11:22.555ZDownload: 1193/3290 items 46.3/212.6MB 21% complete (9.0M/s)
1572024-03-20T19:11:27.563ZDownload: 1828/3290 items 118.5/212.6MB 55% complete (12.0M/s)
1582024-03-20T19:11:32.566ZDownload: 2964/3290 items 121.2/212.6MB 57% complete (7.7M/s)
1592024-03-20T19:11:37.585ZDownload: 3248/3290 items 176.0/212.6MB 82% complete (5.7M/s)
1602024-03-20T19:11:42.615ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (8.1M/s)
1612024-03-20T19:11:46.012ZDownload: Completed 212.60 MB in 28.46 seconds (7.5M/s)
1622024-03-20T19:11:46.191Z Actions: 1/3689 actions (Installing new actions)
1632024-03-20T19:11:51.216Z Actions: 3433/3689 actions (Installing new actions)
1642024-03-20T19:11:51.946Z Actions: Completed 3689 actions in 5.75 seconds.
1652024-03-20T19:11:52.207Z Done (0.262s)
1662024-03-20T19:11:52.207Z Done (0.000s)
1672024-03-20T19:11:52.531Z Done (0.313s)
1682024-03-20T19:11:58.098Z Done (5.037s)
1692024-03-20T19:11:58.126Z Done (0.021s)
1702024-03-20T19:11:58.126Z Done (0.000s)
1712024-03-20T19:11:58.126Z Done (0.000s)
1722024-03-20T19:11:58.970ZPlanning: Evaluating mediator changes ... Done
1732024-03-20T19:11:59.002ZPlanning: Checking for conflicting actions ... Done
1742024-03-20T19:11:59.002ZPlanning: Consolidating action changes ... Done
1752024-03-20T19:11:59.089ZPlanning: Evaluating mediators ... Done
1762024-03-20T19:11:59.121ZPlanning: Planning completed in 0.54 seconds
1772024-03-20T19:11:59.153Z Mediators to change: 2
1782024-03-20T19:11:59.153Z Create boot environment: No
1792024-03-20T19:11:59.153ZCreate backup boot environment: No
1802024-03-20T19:11:59.208Z Done
1812024-03-20T19:11:59.208Z Done
1822024-03-20T19:11:59.385Z Done
1832024-03-20T19:12:03.793Z Done
1842024-03-20T19:12:03.886Z Done
1852024-03-20T19:12:03.886Z Done
1862024-03-20T19:12:03.958Z Done
1872024-03-20T19:12:05.382ZPlanning: Evaluating mediator changes ... Done
1882024-03-20T19:12:05.382ZPlanning: Merging actions ... Done
1892024-03-20T19:12:05.382ZPlanning: Checking for conflicting actions ... Done
1902024-03-20T19:12:05.382ZPlanning: Consolidating action changes ... Done
1912024-03-20T19:12:05.382ZPlanning: Evaluating mediators ... Done
1922024-03-20T19:12:05.413ZPlanning: Planning completed in 1.00 seconds
1932024-03-20T19:12:05.442Z Packages to change: 1
1942024-03-20T19:12:05.443Z Mediators to change: 1
1952024-03-20T19:12:05.443Z Services to change: 1
1962024-03-20T19:12:05.443Z Create boot environment: No
1972024-03-20T19:12:05.443ZCreate backup boot environment: Yes
1982024-03-20T19:12:06.902Z Actions: 1/6 actions (Updating modified actions)
1992024-03-20T19:12:06.928Z Actions: Completed 6 actions in 0.00 seconds.
2002024-03-20T19:12:06.928Z Done
2012024-03-20T19:12:06.928Z Done
2022024-03-20T19:12:06.967Z Done
2032024-03-20T19:12:11.417Z Done
2042024-03-20T19:12:11.502Z Done
2052024-03-20T19:12:11.502Z Done
2062024-03-20T19:12:11.575Z Done
2072024-03-20T19:12:12.125ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2082024-03-20T19:12:12.126Zclang system 15 system
2092024-03-20T19:12:12.126Zcsh system system illumos
2102024-03-20T19:12:12.126Zctags system system illumos
2112024-03-20T19:12:12.126Zgcc vendor 12 vendor
2122024-03-20T19:12:12.126Zgcc system 10 system
2132024-03-20T19:12:12.126Zgcc system 7 system
2142024-03-20T19:12:12.126Zgo system 1.20 system
2152024-03-20T19:12:12.126Zgo system 1.19 system
2162024-03-20T19:12:12.126Zllvm system 15 system
2172024-03-20T19:12:12.127Zllvm system 14 system
2182024-03-20T19:12:12.127Zmariadb system 10.6 system
2192024-03-20T19:12:12.127Zmta vendor vendor dma
2202024-03-20T19:12:12.127Zopenjdk system 17 system
2212024-03-20T19:12:12.128Zopenjdk system 11 system
2222024-03-20T19:12:12.128Zopenjdk system 1.8 system
2232024-03-20T19:12:12.128Zopenssl vendor 3 vendor
2242024-03-20T19:12:12.128Zperl system 5.36 system
2252024-03-20T19:12:12.128Zpostgresql system 15 system
2262024-03-20T19:12:12.128Zpostgresql system 13 system
2272024-03-20T19:12:12.128Zpython vendor 3 vendor
2282024-03-20T19:12:12.128Zpython system 2 system
2292024-03-20T19:12:12.128Zpython3 system 3.11 system
2302024-03-20T19:12:12.128Zruby system 3.0 system
2312024-03-20T19:12:12.128Zwords vendor vendor american-english
2322024-03-20T19:12:12.129Zwords system system australian-english
2332024-03-20T19:12:12.129Zwords system system british-english
2342024-03-20T19:12:12.129Zwords system system canadian-english
2352024-03-20T19:12:12.129Zwords system system french
2362024-03-20T19:12:12.129Zwords system system italian
2372024-03-20T19:12:12.129Zwords system system ngerman
2382024-03-20T19:12:12.129Zwords system system ogerman
2392024-03-20T19:12:12.129Zwords system system spanish
2402024-03-20T19:12:12.534ZPUBLISHER TYPE STATUS P LOCATION
2412024-03-20T19:12:12.534Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422024-03-20T19:12:14.083ZFMRI IFO
2432024-03-20T19:12:14.084Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442024-03-20T19:12:14.084Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452024-03-20T19:12:14.084Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462024-03-20T19:12:14.084Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472024-03-20T19:12:14.084Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482024-03-20T19:12:14.085Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492024-03-20T19:12:14.085Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2502024-03-20T19:12:14.085Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512024-03-20T19:12:14.085Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2522024-03-20T19:12:14.085Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532024-03-20T19:12:14.086Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2542024-03-20T19:12:14.086Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2552024-03-20T19:12:14.300Z+ set -o errexit
2562024-03-20T19:12:14.354Z+++ dirname ./tools/ci_download_cockroachdb
2572024-03-20T19:12:14.354Z++ cd ./tools
2582024-03-20T19:12:14.355Z++ pwd
2592024-03-20T19:12:14.355Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2602024-03-20T19:12:14.355Z++ basename ./tools/ci_download_cockroachdb
2612024-03-20T19:12:14.355Z+ ARG0=ci_download_cockroachdb
2622024-03-20T19:12:14.355Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2632024-03-20T19:12:14.355Z+ CIDL_VERSION=v22.1.9
2642024-03-20T19:12:14.356Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2652024-03-20T19:12:14.356Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2662024-03-20T19:12:14.356Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2672024-03-20T19:12:14.357Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2682024-03-20T19:12:14.357Z+ TARGET_DIR=out
2692024-03-20T19:12:14.357Z+ DOWNLOAD_DIR=out/downloads
2702024-03-20T19:12:14.357Z+ DEST_DIR=./out/cockroachdb
2712024-03-20T19:12:14.357Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2722024-03-20T19:12:14.357Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2732024-03-20T19:12:14.357Z+ main
2742024-03-20T19:12:14.358Z+ [[ 0 != 0 ]]
2752024-03-20T19:12:14.358Z+ CIDL_OS=solaris2.11
2762024-03-20T19:12:14.358Z+ [[ 0 != 0 ]]
2772024-03-20T19:12:14.358Z+ configure_os solaris2.11
2782024-03-20T19:12:14.358Z+ echo 'current directory: /work/oxidecomputer/omicron'
2792024-03-20T19:12:14.358Z+ echo 'configuring based on OS: "solaris2.11"'
2802024-03-20T19:12:14.358Zcurrent directory: /work/oxidecomputer/omicron
2812024-03-20T19:12:14.358Zconfiguring based on OS: "solaris2.11"
2822024-03-20T19:12:14.359Z+ case "$1" in
2832024-03-20T19:12:14.360Z+ CIDL_BUILD=illumos
2842024-03-20T19:12:14.360Z+ CIDL_SUFFIX=tar.gz
2852024-03-20T19:12:14.360Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2862024-03-20T19:12:14.360Z+ CIDL_URL_BASE=https://illumos.org/downloads
2872024-03-20T19:12:14.360Z+ CIDL_ASSEMBLE=do_assemble_illumos
2882024-03-20T19:12:14.361Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2892024-03-20T19:12:14.361Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2902024-03-20T19:12:14.361Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-03-20T19:12:14.361Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2922024-03-20T19:12:14.361Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-03-20T19:12:14.361Z+ CIDL_SHA256FUNC=do_sha256sum
2942024-03-20T19:12:14.361Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2952024-03-20T19:12:14.362ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2962024-03-20T19:12:14.362Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2972024-03-20T19:12:14.362Z+ mkdir -p out/downloads
2982024-03-20T19:12:14.362ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-03-20T19:12:14.362Z+ mkdir -p ./out/cockroachdb
3002024-03-20T19:12:14.362Z+ local DO_DOWNLOAD=true
3012024-03-20T19:12:14.363Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3022024-03-20T19:12:14.363Z+ '[' true == true ']'
3032024-03-20T19:12:14.363Z+ echo Downloading...
3042024-03-20T19:12:14.363Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-03-20T19:12:14.363ZDownloading...
3062024-03-20T19:12:14.363Z+ 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
3072024-03-20T19:12:24.003Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3082024-03-20T19:12:24.137Z++ sha256sum
3092024-03-20T19:12:24.138Z++ awk '{print $1}'
3102024-03-20T19:12:24.138Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3112024-03-20T19:12:24.138Z+ [[ 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 ]]
3122024-03-20T19:12:24.138Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3132024-03-20T19:12:24.139Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3142024-03-20T19:12:24.235Z+ do_assemble_illumos
3152024-03-20T19:12:24.235Z+ rm -r ./out/cockroachdb
3162024-03-20T19:12:24.235Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3172024-03-20T19:12:24.235Z+ ./out/cockroachdb/bin/cockroach version
3182024-03-20T19:12:24.236ZBuild Tag: v22.1.9-dirty
3192024-03-20T19:12:24.236ZBuild Time: 2022/10/26 21:17:46
3202024-03-20T19:12:24.236ZDistribution: OSS
3212024-03-20T19:12:24.236ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3222024-03-20T19:12:24.236ZGo Version: go1.17.13
3232024-03-20T19:12:24.236ZC Compiler: gcc 10.3.0
3242024-03-20T19:12:24.237ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3252024-03-20T19:12:24.237ZBuild Type: release
3262024-03-20T19:12:24.237Z+ set -o errexit
3272024-03-20T19:12:24.237Z+++ dirname ./tools/ci_download_clickhouse
3282024-03-20T19:12:24.237Z++ cd ./tools
3292024-03-20T19:12:24.237Z++ pwd
3302024-03-20T19:12:24.237Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3312024-03-20T19:12:24.237Z++ basename ./tools/ci_download_clickhouse
3322024-03-20T19:12:24.238Z+ ARG0=ci_download_clickhouse
3332024-03-20T19:12:24.238Z+ TARGET_DIR=out
3342024-03-20T19:12:24.238Z+ DOWNLOAD_DIR=out/downloads
3352024-03-20T19:12:24.238Z+ DEST_DIR=./out/clickhouse
3362024-03-20T19:12:24.239Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3372024-03-20T19:12:24.239Z+ CIDL_VERSION=v23.8.7.24
3382024-03-20T19:12:24.239Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3392024-03-20T19:12:24.239Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3402024-03-20T19:12:24.239Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3412024-03-20T19:12:24.239Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3422024-03-20T19:12:24.239Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3432024-03-20T19:12:24.240Z+ main
3442024-03-20T19:12:24.240Z+ [[ 0 != 0 ]]
3452024-03-20T19:12:24.240Z+ CIDL_OS=solaris2.11
3462024-03-20T19:12:24.240Z+ [[ 0 != 0 ]]
3472024-03-20T19:12:24.240Z+ configure_os solaris2.11
3482024-03-20T19:12:24.240Z+ echo 'current directory: /work/oxidecomputer/omicron'
3492024-03-20T19:12:24.240Z+ echo 'configuring based on OS: "solaris2.11"'
3502024-03-20T19:12:24.241Z+ CIDL_DASHREV=
3512024-03-20T19:12:24.241Z+ case "$1" in
3522024-03-20T19:12:24.241Z+ CIDL_PLATFORM=illumos
3532024-03-20T19:12:24.241Zcurrent directory: /work/oxidecomputer/omicron
3542024-03-20T19:12:24.241Zconfiguring based on OS: "solaris2.11"
3552024-03-20T19:12:24.241Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3562024-03-20T19:12:24.241Z+ CIDL_MD5FUNC=do_md5sum
3572024-03-20T19:12:24.242Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3582024-03-20T19:12:24.242Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3592024-03-20T19:12:24.242Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3602024-03-20T19:12:24.242Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3612024-03-20T19:12:24.242Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3622024-03-20T19:12:24.242ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3632024-03-20T19:12:24.242ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3642024-03-20T19:12:24.242Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3652024-03-20T19:12:24.242Z+ mkdir -p out/downloads
3662024-03-20T19:12:24.243Z+ mkdir -p ./out/clickhouse
3672024-03-20T19:12:24.243Z+ local DO_DOWNLOAD=true
3682024-03-20T19:12:24.243Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3692024-03-20T19:12:24.243Z+ '[' true == true ']'
3702024-03-20T19:12:24.243Z+ echo Downloading...
3712024-03-20T19:12:24.243ZDownloading...
3722024-03-20T19:12:24.243Z+ 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
3732024-03-20T19:12:24.243Z+ 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
3742024-03-20T19:12:30.315Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3752024-03-20T19:12:30.348Z++ md5sum
3762024-03-20T19:12:30.348Z++ awk '{print $1}'
3772024-03-20T19:12:30.587Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3782024-03-20T19:12:30.587Z+ [[ 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 ]]
3792024-03-20T19:12:30.587Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3802024-03-20T19:12:30.587Z+ mkdir -p ./out/clickhouse
3812024-03-20T19:12:30.619Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3822024-03-20T19:12:36.084Z+ [[ solaris2.11 == darwin* ]]
3832024-03-20T19:12:36.084Z+ ./out/clickhouse/clickhouse server --version
3842024-03-20T19:12:36.223ZClickHouse server version 23.8.7.1.
3852024-03-20T19:12:36.253Z+ set -o errexit
3862024-03-20T19:12:36.279Z+++ dirname ./tools/ci_download_console
3872024-03-20T19:12:36.279Z++ cd ./tools
3882024-03-20T19:12:36.279Z++ pwd
3892024-03-20T19:12:36.279Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3902024-03-20T19:12:36.280Z++ basename ./tools/ci_download_console
3912024-03-20T19:12:36.280Z+ ARG0=ci_download_console
3922024-03-20T19:12:36.280Z+ TARGET_DIR=out
3932024-03-20T19:12:36.280Z+ DOWNLOAD_DIR=out/downloads
3942024-03-20T19:12:36.280Z+ DEST_DIR=./out/console-assets
3952024-03-20T19:12:36.280Z+ source /work/oxidecomputer/omicron/tools/console_version
3962024-03-20T19:12:36.280Z++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198
3972024-03-20T19:12:36.280Z++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8
3982024-03-20T19:12:36.280Z+ URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
3992024-03-20T19:12:36.280Z+ TARBALL_FILE=out/downloads/console.tar.gz
4002024-03-20T19:12:36.280Z+ main
4012024-03-20T19:12:36.280Z+ [[ 0 != 0 ]]
4022024-03-20T19:12:36.280Z+ echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz'
4032024-03-20T19:12:36.280Z+ echo 'Local file: out/downloads/console.tar.gz'
4042024-03-20T19:12:36.281ZURL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
4052024-03-20T19:12:36.281ZLocal file: out/downloads/console.tar.gz
4062024-03-20T19:12:36.281Z+ local DO_DOWNLOAD=true
4072024-03-20T19:12:36.281Z+ [[ -f out/downloads/console.tar.gz ]]
4082024-03-20T19:12:36.281Z+ mkdir -p out/downloads
4092024-03-20T19:12:36.281Z+ '[' true == true ']'
4102024-03-20T19:12:36.281Z+ echo Downloading...
4112024-03-20T19:12:36.281ZDownloading...
4122024-03-20T19:12:36.281Z+ do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz
4132024-03-20T19:12:36.281Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
4142024-03-20T19:12:36.559Z++ do_sha256sum out/downloads/console.tar.gz
4152024-03-20T19:12:36.559Z++ case "$OSTYPE" in
4162024-03-20T19:12:36.559Z++ SHA=sha256sum
4172024-03-20T19:12:36.601Z++ sha256sum
4182024-03-20T19:12:36.601Z++ awk '{print $1}'
4192024-03-20T19:12:36.601Z+ calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8
4202024-03-20T19:12:36.602Z+ [[ b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 != \b\5\a\f\d\1\2\4\3\e\4\0\e\8\6\d\3\a\7\7\9\f\0\8\9\f\e\6\1\e\d\9\c\b\3\f\b\b\d\6\d\5\9\e\5\4\7\e\5\2\2\a\5\9\c\1\b\0\e\4\b\7\d\8 ]]
4212024-03-20T19:12:36.602Z+ rm -rf ./out/console-assets
4222024-03-20T19:12:36.602Z+ mkdir -p ./out/console-assets
4232024-03-20T19:12:36.602Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4242024-03-20T19:12:36.602Z+ mkdir -p ./out/console-assets
4252024-03-20T19:12:36.602Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4262024-03-20T19:12:36.721Z+ set -o errexit
4272024-03-20T19:12:37.156Z+++ dirname ./tools/ci_download_maghemite_openapi
4282024-03-20T19:12:37.157Z++ cd ./tools
4292024-03-20T19:12:37.157Z++ pwd
4302024-03-20T19:12:37.157Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4312024-03-20T19:12:37.157Z++ basename ./tools/ci_download_maghemite_openapi
4322024-03-20T19:12:37.157Z+ ARG0=ci_download_maghemite_openapi
4332024-03-20T19:12:37.157Z+ TARGET_DIR=out
4342024-03-20T19:12:37.157Z+ DOWNLOAD_DIR=out/downloads
4352024-03-20T19:12:37.157Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4362024-03-20T19:12:37.157Z++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb
4372024-03-20T19:12:37.157Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4382024-03-20T19:12:37.157Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json
4392024-03-20T19:12:37.158Z+ LOCAL_FILE=out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4402024-03-20T19:12:37.158Z+ main
4412024-03-20T19:12:37.158Z+ rm -rf out/downloads/root
4422024-03-20T19:12:37.158Z+ [[ 0 != 0 ]]
4432024-03-20T19:12:37.158Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json'
4442024-03-20T19:12:37.158ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json
4452024-03-20T19:12:37.158Z+ echo 'Local file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json'
4462024-03-20T19:12:37.158Z+ local DO_DOWNLOAD=true
4472024-03-20T19:12:37.158Z+ [[ -f out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]]
4482024-03-20T19:12:37.158Z+ mkdir -p out/downloads
4492024-03-20T19:12:37.158ZLocal file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4502024-03-20T19:12:37.158Z+ '[' true == true ']'
4512024-03-20T19:12:37.159Z+ echo Downloading...
4522024-03-20T19:12:37.159Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4532024-03-20T19:12:37.159Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json
4542024-03-20T19:12:37.159ZDownloading...
4552024-03-20T19:12:37.262Z++ do_sha256sum out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4562024-03-20T19:12:37.262Z++ case "$OSTYPE" in
4572024-03-20T19:12:37.262Z++ SHA=sha256sum
4582024-03-20T19:12:37.297Z++ sha256sum
4592024-03-20T19:12:37.297Z++ awk '{print $1}'
4602024-03-20T19:12:37.297Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4612024-03-20T19:12:37.298Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4622024-03-20T19:12:37.298Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4632024-03-20T19:12:37.298Z++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb
4642024-03-20T19:12:37.298Z++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e
4652024-03-20T19:12:37.299Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json
4662024-03-20T19:12:37.299Z+ LOCAL_FILE=out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4672024-03-20T19:12:37.299Z+ main
4682024-03-20T19:12:37.299Z+ rm -rf out/downloads/root
4692024-03-20T19:12:37.299Z+ [[ 0 != 0 ]]
4702024-03-20T19:12:37.299Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json'
4712024-03-20T19:12:37.300Z+ echo 'Local file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json'
4722024-03-20T19:12:37.300ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json
4732024-03-20T19:12:37.300ZLocal file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4742024-03-20T19:12:37.300Z+ local DO_DOWNLOAD=true
4752024-03-20T19:12:37.300Z+ [[ -f out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]]
4762024-03-20T19:12:37.300Z+ mkdir -p out/downloads
4772024-03-20T19:12:37.300Z+ '[' true == true ']'
4782024-03-20T19:12:37.300Z+ echo Downloading...
4792024-03-20T19:12:37.300ZDownloading...
4802024-03-20T19:12:37.300Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4812024-03-20T19:12:37.300Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json
4822024-03-20T19:12:37.900Z++ do_sha256sum out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4832024-03-20T19:12:37.900Z++ case "$OSTYPE" in
4842024-03-20T19:12:37.900Z++ SHA=sha256sum
4852024-03-20T19:12:38.362Z++ sha256sum
4862024-03-20T19:12:38.362Z++ awk '{print $1}'
4872024-03-20T19:12:38.362Z+ calculated_sha2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e
4882024-03-20T19:12:38.362Z+ [[ 768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e != \7\6\8\b\3\8\a\d\9\b\0\1\2\9\9\b\e\6\6\a\8\9\9\2\4\1\1\5\8\1\2\3\f\c\9\0\e\a\2\4\0\7\0\8\a\5\1\7\c\8\a\c\f\a\5\2\b\4\b\2\e\b\8\e ]]
4892024-03-20T19:12:38.363Z+ set -o errexit
4902024-03-20T19:12:38.363Z+++ dirname ./tools/ci_download_dendrite_openapi
4912024-03-20T19:12:38.363Z++ cd ./tools
4922024-03-20T19:12:38.363Z++ pwd
4932024-03-20T19:12:38.363Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4942024-03-20T19:12:38.363Z++ basename ./tools/ci_download_dendrite_openapi
4952024-03-20T19:12:38.363Z+ ARG0=ci_download_dendrite_openapi
4962024-03-20T19:12:38.363Z+ TARGET_DIR=out
4972024-03-20T19:12:38.363Z+ DOWNLOAD_DIR=out/downloads
4982024-03-20T19:12:38.363Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4992024-03-20T19:12:38.363Z++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922
5002024-03-20T19:12:38.363Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5012024-03-20T19:12:38.363Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json
5022024-03-20T19:12:38.363Z+ LOCAL_FILE=out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5032024-03-20T19:12:38.363Z+ main
5042024-03-20T19:12:38.363Z+ [[ 0 != 0 ]]
5052024-03-20T19:12:38.363Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json'
5062024-03-20T19:12:38.363ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json
5072024-03-20T19:12:38.363Z+ echo 'Local file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json'
5082024-03-20T19:12:38.363ZLocal file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5092024-03-20T19:12:38.363Z+ local DO_DOWNLOAD=true
5102024-03-20T19:12:38.363Z+ [[ -f out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json ]]
5112024-03-20T19:12:38.363Z+ mkdir -p out/downloads
5122024-03-20T19:12:38.364Z+ '[' true == true ']'
5132024-03-20T19:12:38.364Z+ echo Downloading...
5142024-03-20T19:12:38.364ZDownloading...
5152024-03-20T19:12:38.364Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5162024-03-20T19:12:38.364Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json
5172024-03-20T19:12:38.389Z++ do_sha256sum out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5182024-03-20T19:12:38.389Z++ case "$OSTYPE" in
5192024-03-20T19:12:38.389Z++ SHA=sha256sum
5202024-03-20T19:12:38.389Z++ sha256sum
5212024-03-20T19:12:38.389Z++ awk '{print $1}'
5222024-03-20T19:12:38.389Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5232024-03-20T19:12:38.389Z+ [[ 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 ]]
5242024-03-20T19:12:38.389Z+ set -o errexit
5252024-03-20T19:12:38.389Z+++ dirname ./tools/ci_download_dendrite_stub
5262024-03-20T19:12:38.389Z++ cd ./tools
5272024-03-20T19:12:38.389Z++ pwd
5282024-03-20T19:12:38.389Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5292024-03-20T19:12:38.389Z++ basename ./tools/ci_download_dendrite_stub
5302024-03-20T19:12:38.389Z+ ARG0=ci_download_dendrite_stub
5312024-03-20T19:12:38.389Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5322024-03-20T19:12:38.389Z++ CIDL_SHA256_ILLUMOS=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20
5332024-03-20T19:12:38.389Z++ CIDL_SHA256_LINUX_DPD=f753444cae478cdedcde743a20a9df5965ed28cddab0f9632f3c263c66cd6397
5342024-03-20T19:12:38.389Z++ CIDL_SHA256_LINUX_SWADM=66eab497b955751d0704c3cd97ac5c1ed373aa656fc37ccba86ae9900b5ae96d
5352024-03-20T19:12:38.389Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5362024-03-20T19:12:38.389Z++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922
5372024-03-20T19:12:38.390Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5382024-03-20T19:12:38.390Z+ TARGET_DIR=out
5392024-03-20T19:12:38.390Z+ DOWNLOAD_DIR=out/downloads
5402024-03-20T19:12:38.390Z+ DEST_DIR=./out/dendrite-stub
5412024-03-20T19:12:38.390Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5422024-03-20T19:12:38.390Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5432024-03-20T19:12:38.390Z+ REPO=oxidecomputer/dendrite
5442024-03-20T19:12:38.390Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922
5452024-03-20T19:12:38.424Z+ main
5462024-03-20T19:12:38.424Z+ [[ 0 != 0 ]]
5472024-03-20T19:12:38.424Z+ CIDL_OS=solaris2.11
5482024-03-20T19:12:38.424Z+ [[ 0 != 0 ]]
5492024-03-20T19:12:38.424Z+ configure_os solaris2.11
5502024-03-20T19:12:38.424Z+ echo 'current directory: /work/oxidecomputer/omicron'
5512024-03-20T19:12:38.424Z+ echo 'configuring based on OS: "solaris2.11"'
5522024-03-20T19:12:38.424Zcurrent directory: /work/oxidecomputer/omicron
5532024-03-20T19:12:38.424Zconfiguring based on OS: "solaris2.11"
5542024-03-20T19:12:38.424Z+ case "$1" in
5552024-03-20T19:12:38.424Z+ SET_BINARIES=
5562024-03-20T19:12:38.424Z+ CIDL_SHA256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20
5572024-03-20T19:12:38.424Z+ CIDL_SHA256FUNC=do_sha256sum
5582024-03-20T19:12:38.425Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5592024-03-20T19:12:38.425Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz
5602024-03-20T19:12:38.425Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5612024-03-20T19:12:38.425Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz'
5622024-03-20T19:12:38.425Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5632024-03-20T19:12:38.425Z+ mkdir -p out/downloads
5642024-03-20T19:12:38.425ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz
5652024-03-20T19:12:38.425ZLocal file: out/downloads/dendrite-stub.tar.gz
5662024-03-20T19:12:38.425Z+ mkdir -p ./out/dendrite-stub
5672024-03-20T19:12:38.425Z+ fetch_and_verify
5682024-03-20T19:12:38.425Z+ local DO_DOWNLOAD=true
5692024-03-20T19:12:38.425Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5702024-03-20T19:12:38.425Z+ '[' true == true ']'
5712024-03-20T19:12:38.425Z+ echo Downloading...
5722024-03-20T19:12:38.426ZDownloading...
5732024-03-20T19:12:38.426Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5742024-03-20T19:12:38.426Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz
5752024-03-20T19:12:56.595Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5762024-03-20T19:12:56.623Z++ sha256sum
5772024-03-20T19:12:56.623Z++ awk '{print $1}'
5782024-03-20T19:12:56.623Z+ calculated_sha256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20
5792024-03-20T19:12:56.623Z+ [[ 8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 != \8\e\b\b\8\8\9\a\5\5\5\c\e\5\9\c\b\0\3\7\3\a\1\e\c\9\5\9\5\5\3\6\e\0\1\5\c\9\5\1\f\6\f\c\4\d\8\9\3\0\8\b\4\e\3\f\0\9\c\8\3\b\2\0 ]]
5802024-03-20T19:12:56.623Z+ do_untar out/downloads/dendrite-stub.tar.gz
5812024-03-20T19:12:56.623Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5822024-03-20T19:12:57.588Z+ do_assemble
5832024-03-20T19:12:57.588Z+ rm -r ./out/dendrite-stub
5842024-03-20T19:12:57.615Z+ mkdir ./out/dendrite-stub
5852024-03-20T19:12:57.615Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5862024-03-20T19:12:57.780Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5872024-03-20T19:12:57.806Z+ set -o errexit
5882024-03-20T19:12:57.806Z+++ dirname ./tools/ci_download_maghemite_mgd
5892024-03-20T19:12:57.807Z++ cd ./tools
5902024-03-20T19:12:57.807Z++ pwd
5912024-03-20T19:12:57.807Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5922024-03-20T19:12:57.807Z++ basename ./tools/ci_download_maghemite_mgd
5932024-03-20T19:12:57.807Z+ ARG0=ci_download_maghemite_mgd
5942024-03-20T19:12:57.807Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5952024-03-20T19:12:57.807Z++ CIDL_SHA256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b
5962024-03-20T19:12:57.807Z++ MGD_LINUX_SHA256=03bf4e9fbe7d46be5dbcf83f9cd67520383f843767939e06d0db93ce4e584111
5972024-03-20T19:12:57.807Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5982024-03-20T19:12:57.807Z++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb
5992024-03-20T19:12:57.807Z++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e
6002024-03-20T19:12:57.807Z+ TARGET_DIR=out
6012024-03-20T19:12:57.808Z+ DOWNLOAD_DIR=out/downloads
6022024-03-20T19:12:57.808Z+ DEST_DIR=./out/mgd
6032024-03-20T19:12:57.808Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6042024-03-20T19:12:57.808Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6052024-03-20T19:12:57.808Z+ REPO=oxidecomputer/maghemite
6062024-03-20T19:12:57.808Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb
6072024-03-20T19:12:57.835Z+ main
6082024-03-20T19:12:57.836Z+ rm -rf out/downloads/root
6092024-03-20T19:12:57.836Z+ [[ 0 != 0 ]]
6102024-03-20T19:12:57.836Z+ CIDL_OS=solaris2.11
6112024-03-20T19:12:57.836Z+ [[ 0 != 0 ]]
6122024-03-20T19:12:57.836Z+ configure_os solaris2.11
6132024-03-20T19:12:57.836Z+ echo 'current directory: /work/oxidecomputer/omicron'
6142024-03-20T19:12:57.837Zcurrent directory: /work/oxidecomputer/omicron
6152024-03-20T19:12:57.837Zconfiguring based on OS: "solaris2.11"
6162024-03-20T19:12:57.837Z+ echo 'configuring based on OS: "solaris2.11"'
6172024-03-20T19:12:57.837Z+ case "$1" in
6182024-03-20T19:12:57.837Z+ SET_BINARIES=
6192024-03-20T19:12:57.837Z+ CIDL_SHA256FUNC=do_sha256sum
6202024-03-20T19:12:57.837Z+ TARBALL_FILENAME=mgd.tar.gz
6212024-03-20T19:12:57.837Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz
6222024-03-20T19:12:57.837ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz
6232024-03-20T19:12:57.837Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6242024-03-20T19:12:57.837Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz'
6252024-03-20T19:12:57.838Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6262024-03-20T19:12:57.838Z+ mkdir -p out/downloads
6272024-03-20T19:12:57.838ZLocal file: out/downloads/mgd.tar.gz
6282024-03-20T19:12:57.838Z+ mkdir -p ./out/mgd
6292024-03-20T19:12:57.838Z+ fetch_and_verify
6302024-03-20T19:12:57.838Z+ local DO_DOWNLOAD=true
6312024-03-20T19:12:57.838Z+ [[ -f out/downloads/mgd.tar.gz ]]
6322024-03-20T19:12:57.838Z+ '[' true == true ']'
6332024-03-20T19:12:57.838Z+ echo Downloading...
6342024-03-20T19:12:57.838ZDownloading...
6352024-03-20T19:12:57.839Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz out/downloads/mgd.tar.gz
6362024-03-20T19:12:57.839Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz
6372024-03-20T19:13:07.911Z++ do_sha256sum out/downloads/mgd.tar.gz
6382024-03-20T19:13:08.354Z++ sha256sum
6392024-03-20T19:13:08.354Z++ awk '{print $1}'
6402024-03-20T19:13:08.354Z+ calculated_sha256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b
6412024-03-20T19:13:08.354Z+ [[ 813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b != \8\1\3\f\e\3\d\4\0\8\f\5\3\8\a\9\d\7\1\2\1\a\6\1\6\f\c\e\5\f\8\7\e\6\c\4\2\c\f\2\8\0\0\e\2\0\c\1\a\2\7\5\9\c\2\4\c\9\e\8\b\7\7\b ]]
6422024-03-20T19:13:08.354Z+ do_untar out/downloads/mgd.tar.gz
6432024-03-20T19:13:08.355Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6442024-03-20T19:13:08.554Z+ do_assemble
6452024-03-20T19:13:08.554Z+ rm -r ./out/mgd
6462024-03-20T19:13:08.582Z+ mkdir ./out/mgd
6472024-03-20T19:13:08.582Z+ cp -r out/downloads/root ./out/mgd/root
6482024-03-20T19:13:08.681Z+ set -o errexit
6492024-03-20T19:13:08.738Z+++ dirname ./tools/ci_download_transceiver_control
6502024-03-20T19:13:08.738Z++ cd ./tools
6512024-03-20T19:13:08.738Z++ pwd
6522024-03-20T19:13:08.738Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6532024-03-20T19:13:08.738Z++ basename ./tools/ci_download_transceiver_control
6542024-03-20T19:13:08.738Z+ ARG0=ci_download_transceiver_control
6552024-03-20T19:13:08.738Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6562024-03-20T19:13:08.738Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6572024-03-20T19:13:08.738Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6582024-03-20T19:13:08.738Z+ TARGET_DIR=out
6592024-03-20T19:13:08.738Z+ DOWNLOAD_DIR=out/downloads
6602024-03-20T19:13:08.738Z+ DEST_DIR=./out/transceiver-control
6612024-03-20T19:13:08.739Z+ BIN_DIR=/opt/oxide/bin
6622024-03-20T19:13:08.739Z+ BINARY=xcvradm
6632024-03-20T19:13:08.739Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6642024-03-20T19:13:08.739Z+ REPO=oxidecomputer/transceiver-control
6652024-03-20T19:13:08.739Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6662024-03-20T19:13:08.739Z+ main
6672024-03-20T19:13:08.739Z+ [[ 0 != 0 ]]
6682024-03-20T19:13:08.739Z+ CIDL_OS=solaris2.11
6692024-03-20T19:13:08.739Z+ [[ 0 != 0 ]]
6702024-03-20T19:13:08.739Z+ configure_os solaris2.11
6712024-03-20T19:13:08.739Z+ echo 'current directory: /work/oxidecomputer/omicron'
6722024-03-20T19:13:08.739Zcurrent directory: /work/oxidecomputer/omicron
6732024-03-20T19:13:08.739Z+ echo 'configuring based on OS: "solaris2.11"'
6742024-03-20T19:13:08.739Z+ case "$1" in
6752024-03-20T19:13:08.739Zconfiguring based on OS: "solaris2.11"
6762024-03-20T19:13:08.739Z+ SET_BINARIES=
6772024-03-20T19:13:08.739Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6782024-03-20T19:13:08.739Z+ CIDL_SHA256FUNC=do_sha256sum
6792024-03-20T19:13:08.739Z+ ARCHIVE_FILENAME=xcvradm.gz
6802024-03-20T19:13:08.740Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6812024-03-20T19:13:08.740Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6822024-03-20T19:13:08.740Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6832024-03-20T19:13:08.740Z+ echo 'Local file: out/downloads/xcvradm.gz'
6842024-03-20T19:13:08.740ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6852024-03-20T19:13:08.740ZLocal file: out/downloads/xcvradm.gz
6862024-03-20T19:13:08.740Z+ mkdir -p out/downloads
6872024-03-20T19:13:08.740Z+ mkdir -p ./out/transceiver-control
6882024-03-20T19:13:08.740Z+ fetch_and_verify
6892024-03-20T19:13:08.740Z+ local DO_DOWNLOAD=true
6902024-03-20T19:13:08.740Z+ [[ -f out/downloads/xcvradm.gz ]]
6912024-03-20T19:13:08.740Z+ '[' true == true ']'
6922024-03-20T19:13:08.740Z+ echo Downloading...
6932024-03-20T19:13:08.740ZDownloading...
6942024-03-20T19:13:08.741Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6952024-03-20T19:13:08.741Z+ 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
6962024-03-20T19:13:15.435Z++ do_sha256sum out/downloads/xcvradm.gz
6972024-03-20T19:13:15.461Z++ sha256sum
6982024-03-20T19:13:15.461Z++ awk '{print $1}'
6992024-03-20T19:13:15.461Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7002024-03-20T19:13:15.461Z+ [[ 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 ]]
7012024-03-20T19:13:15.461Z+ do_unpack out/downloads/xcvradm.gz
7022024-03-20T19:13:15.461Z+ mkdir -p out/downloads/root//opt/oxide/bin
7032024-03-20T19:13:15.461Z+ gzip -dc out/downloads/xcvradm.gz
7042024-03-20T19:13:15.607Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7052024-03-20T19:13:15.641Z+ do_assemble
7062024-03-20T19:13:15.642Z+ rm -r ./out/transceiver-control
7072024-03-20T19:13:15.642Z+ mkdir ./out/transceiver-control
7082024-03-20T19:13:15.642Z+ cp -r out/downloads/root ./out/transceiver-control/root
7092024-03-20T19:13:15.691Z+ set -o errexit
7102024-03-20T19:13:15.724Z+++ dirname ./tools/ci_download_thundermuffin
7112024-03-20T19:13:15.724Z++ cd ./tools
7122024-03-20T19:13:15.724Z++ pwd
7132024-03-20T19:13:15.724Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7142024-03-20T19:13:15.724Z++ basename ./tools/ci_download_thundermuffin
7152024-03-20T19:13:15.724Z+ ARG0=ci_download_thundermuffin
7162024-03-20T19:13:15.724Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7172024-03-20T19:13:15.724Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7182024-03-20T19:13:15.724Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7192024-03-20T19:13:15.724Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7202024-03-20T19:13:15.725Z+ TARGET_DIR=out
7212024-03-20T19:13:15.725Z+ DOWNLOAD_DIR=out/downloads
7222024-03-20T19:13:15.725Z+ DEST_DIR=./out/thundermuffin
7232024-03-20T19:13:15.725Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7242024-03-20T19:13:15.725Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7252024-03-20T19:13:15.725Z+ REPO=oxidecomputer/thundermuffin
7262024-03-20T19:13:15.725Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7272024-03-20T19:13:15.725Z+ main
7282024-03-20T19:13:15.725Z+ rm -rf out/downloads/root
7292024-03-20T19:13:15.725Z+ [[ 0 != 0 ]]
7302024-03-20T19:13:15.725Z+ CIDL_OS=solaris2.11
7312024-03-20T19:13:15.725Z+ [[ 0 != 0 ]]
7322024-03-20T19:13:15.726Z+ configure_os solaris2.11
7332024-03-20T19:13:15.726Z+ echo 'current directory: /work/oxidecomputer/omicron'
7342024-03-20T19:13:15.726Zcurrent directory: /work/oxidecomputer/omicron
7352024-03-20T19:13:15.726Z+ echo 'configuring based on OS: "solaris2.11"'
7362024-03-20T19:13:15.726Z+ case "$1" in
7372024-03-20T19:13:15.726Zconfiguring based on OS: "solaris2.11"
7382024-03-20T19:13:15.726Z+ SET_BINARIES=
7392024-03-20T19:13:15.726Z+ CIDL_SHA256FUNC=do_sha256sum
7402024-03-20T19:13:15.726Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7412024-03-20T19:13:15.726Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7422024-03-20T19:13:15.726Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7432024-03-20T19:13:15.726Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7442024-03-20T19:13:15.726ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7452024-03-20T19:13:15.727Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7462024-03-20T19:13:15.727Z+ mkdir -p out/downloads
7472024-03-20T19:13:15.727ZLocal file: out/downloads/thundermuffin.tar.gz
7482024-03-20T19:13:15.727Z+ mkdir -p ./out/thundermuffin
7492024-03-20T19:13:15.727Z+ fetch_and_verify
7502024-03-20T19:13:15.727Z+ local DO_DOWNLOAD=true
7512024-03-20T19:13:15.727Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7522024-03-20T19:13:15.727Z+ '[' true == true ']'
7532024-03-20T19:13:15.727Z+ echo Downloading...
7542024-03-20T19:13:15.727ZDownloading...
7552024-03-20T19:13:15.727Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7562024-03-20T19:13:15.727Z+ 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
7572024-03-20T19:13:17.041Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7582024-03-20T19:13:17.072Z++ sha256sum
7592024-03-20T19:13:17.073Z++ awk '{print $1}'
7602024-03-20T19:13:17.073Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7612024-03-20T19:13:17.073Z+ [[ 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 ]]
7622024-03-20T19:13:17.073Z+ do_untar out/downloads/thundermuffin.tar.gz
7632024-03-20T19:13:17.073Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7642024-03-20T19:13:17.138Z+ do_assemble
7652024-03-20T19:13:17.138Z+ rm -r ./out/thundermuffin
7662024-03-20T19:13:17.163Z+ mkdir ./out/thundermuffin
7672024-03-20T19:13:17.163Z+ cp -r out/downloads/root ./out/thundermuffin/root
7682024-03-20T19:13:17.189ZAll builder prerequisites installed successfully, and PATH looks valid
7692024-03-20T19:13:17.190Z+ banner commtest
7702024-03-20T19:13:17.190Z
7712024-03-20T19:13:17.190Z #### #### # # # # ##### ###### #### #####
7722024-03-20T19:13:17.190Z # # # # ## ## ## ## # # # #
7732024-03-20T19:13:17.190Z # # # # ## # # ## # # ##### #### #
7742024-03-20T19:13:17.190Z # # # # # # # # # # #
7752024-03-20T19:13:17.190Z # # # # # # # # # # # # #
7762024-03-20T19:13:17.190Z #### #### # # # # # ###### #### #
7772024-03-20T19:13:17.190Z
7782024-03-20T19:13:17.190Z+ cargo build -p end-to-end-tests --bin commtest --bin dhcp-server --release
7792024-03-20T19:13:17.190Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
7802024-03-20T19:13:17.713Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
7812024-03-20T19:13:17.713Zinfo: downloading component 'cargo'
7822024-03-20T19:13:17.770Zinfo: downloading component 'clippy'
7832024-03-20T19:13:17.770Zinfo: downloading component 'rust-docs'
7842024-03-20T19:13:17.911Zinfo: downloading component 'rust-std'
7852024-03-20T19:13:18.327Zinfo: downloading component 'rustc'
7862024-03-20T19:13:19.173Zinfo: downloading component 'rustfmt'
7872024-03-20T19:13:19.238Zinfo: installing component 'cargo'
7882024-03-20T19:13:20.219Zinfo: installing component 'clippy'
7892024-03-20T19:13:20.580Zinfo: installing component 'rust-docs'
7902024-03-20T19:13:22.953Zinfo: installing component 'rust-std'
7912024-03-20T19:13:25.194Zinfo: installing component 'rustc'
7922024-03-20T19:13:29.719Zinfo: installing component 'rustfmt'
7932024-03-20T19:13:30.446Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7942024-03-20T19:13:31.090Z Updating git repository `https://github.com/oxidecomputer/samael`
7952024-03-20T19:13:31.632Z Updating git repository `https://github.com/oxidecomputer/zone`
7962024-03-20T19:13:32.123Z Updating crates.io index
7972024-03-20T19:13:32.149Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7982024-03-20T19:13:33.055Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7992024-03-20T19:13:34.500Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8002024-03-20T19:13:36.194Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8012024-03-20T19:13:37.838Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8022024-03-20T19:13:38.324Z Updating git repository `https://github.com/oxidecomputer/propolis`
8032024-03-20T19:13:39.673Z Updating git repository `https://github.com/oxidecomputer/crucible`
8042024-03-20T19:13:41.970Z Updating git repository `https://github.com/oxidecomputer/opte`
8052024-03-20T19:13:43.278Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8062024-03-20T19:13:43.775Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8072024-03-20T19:13:44.511Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8082024-03-20T19:13:45.014Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8092024-03-20T19:13:45.543Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8102024-03-20T19:13:46.126Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8112024-03-20T19:13:46.653Z Updating git repository `http://github.com/oxidecomputer/tofino`
8122024-03-20T19:13:47.209Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8132024-03-20T19:13:47.698Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8142024-03-20T19:13:48.206Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8152024-03-20T19:13:48.780Z Updating git repository `https://github.com/oxidecomputer/ispf`
8162024-03-20T19:13:49.482Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8172024-03-20T19:13:49.960Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8182024-03-20T19:13:50.534Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8192024-03-20T19:13:51.073Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8202024-03-20T19:13:57.718Z Updating git repository `https://github.com/jgallagher/nix`
8212024-03-20T19:13:58.168Z Updating git repository `https://github.com/cbiffle/hubpack`
8222024-03-20T19:13:58.168Z Updating git repository `https://github.com/oxidecomputer/typify`
8232024-03-20T19:13:58.235Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8242024-03-20T19:13:58.235Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8252024-03-20T19:13:58.235Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8262024-03-20T19:13:58.235Z Downloading crates ...
8272024-03-20T19:13:58.235Z Downloaded async-stream-impl v0.3.5
8282024-03-20T19:13:58.235Z Downloaded adler v1.0.2
8292024-03-20T19:13:58.236Z Downloaded ahash v0.8.8
8302024-03-20T19:13:58.236Z Downloaded instant v0.1.12
8312024-03-20T19:13:58.236Z Downloaded convert_case v0.4.0
8322024-03-20T19:13:58.236Z Downloaded derive-where v1.2.7
8332024-03-20T19:13:58.236Z Downloaded md5 v0.7.0
8342024-03-20T19:13:58.236Z Downloaded num-conv v0.1.0
8352024-03-20T19:13:58.236Z Downloaded managed v0.8.0
8362024-03-20T19:13:58.236Z Downloaded mime v0.3.17
8372024-03-20T19:13:58.237Z Downloaded try-lock v0.2.4
8382024-03-20T19:13:58.237Z Downloaded fxhash v0.2.1
8392024-03-20T19:13:58.237Z Downloaded futures-sink v0.3.30
8402024-03-20T19:13:58.237Z Downloaded generic-array v0.14.7
8412024-03-20T19:13:58.237Z Downloaded normalize-line-endings v0.3.0
8422024-03-20T19:13:58.237Z Downloaded futures-channel v0.3.30
8432024-03-20T19:13:58.237Z Downloaded rand_core v0.6.4
8442024-03-20T19:13:58.238Z Downloaded serde_urlencoded v0.7.1
8452024-03-20T19:13:58.238Z Downloaded usdt-macro v0.5.0
8462024-03-20T19:13:58.238Z Downloaded precomputed-hash v0.1.1
8472024-03-20T19:13:58.238Z Downloaded vec_map v0.8.2
8482024-03-20T19:13:58.238Z Downloaded ppv-lite86 v0.2.17
8492024-03-20T19:13:58.238Z Downloaded want v0.3.1
8502024-03-20T19:13:58.238Z Downloaded foreign-types-shared v0.3.1
8512024-03-20T19:13:58.238Z Downloaded ident_case v1.0.1
8522024-03-20T19:13:58.238Z Downloaded pretty-hex v0.4.1
8532024-03-20T19:13:58.238Z Downloaded take_mut v0.2.2
8542024-03-20T19:13:58.238Z Downloaded scopeguard v1.2.0
8552024-03-20T19:13:58.238Z Downloaded phf v0.11.2
8562024-03-20T19:13:58.238Z Downloaded either v1.10.0
8572024-03-20T19:13:58.239Z Downloaded sct v0.7.0
8582024-03-20T19:13:58.239Z Downloaded ecdsa v0.16.9
8592024-03-20T19:13:58.239Z Downloaded headers-core v0.2.0
8602024-03-20T19:13:58.239Z Downloaded strum_macros v0.26.1
8612024-03-20T19:13:58.239Z Downloaded serde_with v3.6.1
8622024-03-20T19:13:58.239Z Downloaded heck v0.4.1
8632024-03-20T19:13:58.239Z Downloaded tar v0.4.40
8642024-03-20T19:13:58.239Z Downloaded subprocess v0.2.9
8652024-03-20T19:13:58.239Z Downloaded foreign-types v0.3.2
8662024-03-20T19:13:58.239Z Downloaded http-range v0.1.5
8672024-03-20T19:13:58.239Z Downloaded native-tls v0.2.11
8682024-03-20T19:13:58.239Z Downloaded hostname v0.3.1
8692024-03-20T19:13:58.239Z Downloaded version_check v0.9.4
8702024-03-20T19:13:58.239Z Downloaded parse-display v0.9.0
8712024-03-20T19:13:58.239Z Downloaded pem-rfc7468 v0.7.0
8722024-03-20T19:13:58.239Z Downloaded pest_derive v2.7.6
8732024-03-20T19:13:58.239Z Downloaded heck v0.3.3
8742024-03-20T19:13:58.239Z Downloaded multer v3.0.0
8752024-03-20T19:13:58.240Z Downloaded russh-cryptovec v0.7.0
8762024-03-20T19:13:58.240Z Downloaded spin v0.5.2
8772024-03-20T19:13:58.240Z Downloaded home v0.5.5
8782024-03-20T19:13:58.240Z Downloaded hex-literal v0.4.1
8792024-03-20T19:13:58.240Z Downloaded parking_lot_core v0.9.8
8802024-03-20T19:13:58.240Z Downloaded spki v0.7.2
8812024-03-20T19:13:58.240Z Downloaded difflib v0.4.0
8822024-03-20T19:13:58.240Z Downloaded diesel_table_macro_syntax v0.1.0
8832024-03-20T19:13:58.240Z Downloaded time v0.3.34
8842024-03-20T19:13:58.240Z Downloaded hash32 v0.3.1
8852024-03-20T19:13:58.240Z Downloaded fnv v1.0.7
8862024-03-20T19:13:58.240Z Downloaded structmeta-derive v0.3.0
8872024-03-20T19:13:58.240Z Downloaded miniz_oxide v0.7.1
8882024-03-20T19:13:58.240Z Downloaded spin v0.9.8
8892024-03-20T19:13:58.240Z Downloaded rustc_version v0.1.7
8902024-03-20T19:13:58.240Z Downloaded predicates v3.1.0
8912024-03-20T19:13:58.240Z Downloaded pkcs8 v0.10.2
8922024-03-20T19:13:58.240Z Downloaded rustfmt-wrapper v0.2.0
8932024-03-20T19:13:58.240Z Downloaded rustc_version v0.4.0
8942024-03-20T19:13:58.240Z Downloaded rayon v1.9.0
8952024-03-20T19:13:58.240Z Downloaded psl-types v2.0.11
8962024-03-20T19:13:58.240Z Downloaded hubpack v0.1.2
8972024-03-20T19:13:58.240Z Downloaded hubpack_derive v0.1.1
8982024-03-20T19:13:58.240Z Downloaded xattr v1.0.1
8992024-03-20T19:13:58.240Z Downloaded rfc6979 v0.4.0
9002024-03-20T19:13:58.241Z Downloaded siphasher v0.3.11
9012024-03-20T19:13:58.241Z Downloaded getrandom v0.2.12
9022024-03-20T19:13:58.241Z Downloaded ed25519-dalek v2.0.0
9032024-03-20T19:13:58.241Z Downloaded hmac v0.12.1
9042024-03-20T19:13:58.241Z Downloaded rustls-pemfile v1.0.3
9052024-03-20T19:13:58.241Z Downloaded fastrand v2.0.1
9062024-03-20T19:13:58.241Z Downloaded num-traits v0.2.18
9072024-03-20T19:13:58.241Z Downloaded structopt-derive v0.4.18
9082024-03-20T19:13:58.241Z Downloaded russh-keys v0.42.0
9092024-03-20T19:13:58.241Z Downloaded textwrap v0.11.0
9102024-03-20T19:13:58.241Z Downloaded equivalent v1.0.1
9112024-03-20T19:13:58.241Z Downloaded dtrace-parser v0.2.0
9122024-03-20T19:13:58.241Z Downloaded parking_lot v0.12.1
9132024-03-20T19:13:58.241Z Downloaded httpdate v1.0.3
9142024-03-20T19:13:58.241Z Downloaded float-cmp v0.9.0
9152024-03-20T19:13:58.241Z Downloaded socket2 v0.4.9
9162024-03-20T19:13:58.241Z Downloaded num-complex v0.4.4
9172024-03-20T19:13:58.241Z Downloaded humantime v2.1.0
9182024-03-20T19:13:58.241Z Downloaded flagset v0.4.3
9192024-03-20T19:13:58.241Z Downloaded dtrace-parser v0.1.14
9202024-03-20T19:13:58.241Z Downloaded fixedbitset v0.4.2
9212024-03-20T19:13:58.241Z Downloaded vsss-rs v3.3.4
9222024-03-20T19:13:58.242Z Downloaded rustls-pki-types v1.3.0
9232024-03-20T19:13:58.272Z Downloaded pest_meta v2.7.6
9242024-03-20T19:13:58.272Z Downloaded dirs-sys v0.4.1
9252024-03-20T19:13:58.272Z Downloaded dirs-next v2.0.0
9262024-03-20T19:13:58.272Z Downloaded headers v0.3.9
9272024-03-20T19:13:58.272Z Downloaded thiserror-impl-no-std v2.0.2
9282024-03-20T19:13:58.272Z Downloaded rustc-demangle v0.1.23
9292024-03-20T19:13:58.272Z Downloaded dof v0.1.5
9302024-03-20T19:13:58.272Z Downloaded display-error-chain v0.2.0
9312024-03-20T19:13:58.272Z Downloaded toml v0.7.8
9322024-03-20T19:13:58.272Z Downloaded slog-scope v4.4.0
9332024-03-20T19:13:58.272Z Downloaded fallible-iterator v0.2.0
9342024-03-20T19:13:58.272Z Downloaded same-file v1.0.6
9352024-03-20T19:13:58.272Z Downloaded dof v0.3.0
9362024-03-20T19:13:58.272Z Downloaded thiserror v1.0.57
9372024-03-20T19:13:58.272Z Downloaded slog-dtrace v0.3.0
9382024-03-20T19:13:58.272Z Downloaded term v0.7.0
9392024-03-20T19:13:58.272Z Downloaded thread_local v1.1.7
9402024-03-20T19:13:58.273Z Downloaded thread-id v4.2.0
9412024-03-20T19:13:58.273Z Downloaded rustversion v1.0.14
9422024-03-20T19:13:58.273Z Downloaded tokio-native-tls v0.3.1
9432024-03-20T19:13:58.273Z Downloaded scheduled-thread-pool v0.2.7
9442024-03-20T19:13:58.273Z Downloaded thiserror-no-std v2.0.2
9452024-03-20T19:13:58.273Z Downloaded hyper-staticfile v0.9.5
9462024-03-20T19:13:58.273Z Downloaded radix_trie v0.2.1
9472024-03-20T19:13:58.273Z Downloaded tokio-tungstenite v0.20.1
9482024-03-20T19:13:58.273Z Downloaded smallvec v1.13.1
9492024-03-20T19:13:58.273Z Downloaded resolv-conf v0.7.0
9502024-03-20T19:13:58.273Z Downloaded heapless v0.8.0
9512024-03-20T19:13:58.273Z Downloaded slog-bunyan v2.5.0
9522024-03-20T19:13:58.273Z Downloaded memchr v2.7.1
9532024-03-20T19:13:58.273Z Downloaded half v2.3.1
9542024-03-20T19:13:58.273Z Downloaded toml v0.5.11
9552024-03-20T19:13:58.273Z Downloaded h2 v0.3.24
9562024-03-20T19:13:58.273Z Downloaded proc-macro2 v1.0.78
9572024-03-20T19:13:58.273Z Downloaded ryu v1.0.15
9582024-03-20T19:13:58.273Z Downloaded mio v0.8.11
9592024-03-20T19:13:58.273Z Downloaded schemars v0.8.16
9602024-03-20T19:13:58.274Z Downloaded flate2 v1.0.28
9612024-03-20T19:13:58.274Z Downloaded hashbrown v0.12.3
9622024-03-20T19:13:58.274Z Downloaded trust-dns-proto v0.22.0
9632024-03-20T19:13:58.274Z Downloaded serde_json v1.0.114
9642024-03-20T19:13:58.274Z Downloaded reqwest v0.11.24
9652024-03-20T19:13:58.274Z Downloaded tokio-postgres v0.7.10
9662024-03-20T19:13:58.274Z Downloaded http v1.0.0
9672024-03-20T19:13:58.274Z Downloaded bstr v1.9.0
9682024-03-20T19:13:58.274Z Downloaded vcpkg v0.2.15
9692024-03-20T19:13:58.274Z Downloaded regex-automata v0.1.10
9702024-03-20T19:13:58.274Z Downloaded tokio-util v0.7.10
9712024-03-20T19:13:58.274Z Downloaded hkdf v0.12.4
9722024-03-20T19:13:58.274Z Downloaded rustls v0.21.9
9732024-03-20T19:13:58.274Z Downloaded webpki-roots v0.25.2
9742024-03-20T19:13:58.274Z Downloaded idna v0.5.0
9752024-03-20T19:13:58.274Z Downloaded syn v1.0.109
9762024-03-20T19:13:58.274Z Downloaded rustls-webpki v0.102.1
9772024-03-20T19:13:58.317Z Downloaded hyper v0.14.28
9782024-03-20T19:13:58.317Z Downloaded idna v0.3.0
9792024-03-20T19:13:58.317Z Downloaded smoltcp v0.9.1
9802024-03-20T19:13:58.348Z Downloaded zerocopy-derive v0.6.4
9812024-03-20T19:13:58.348Z Downloaded rustls v0.22.2
9822024-03-20T19:13:58.348Z Downloaded regress v0.9.0
9832024-03-20T19:13:58.348Z Downloaded regex-syntax v0.8.2
9842024-03-20T19:13:58.799Z Downloaded rustix v0.38.31
9852024-03-20T19:13:58.799Z Downloaded regex-automata v0.4.5
9862024-03-20T19:13:58.831Z Downloaded sha3 v0.10.8
9872024-03-20T19:13:58.831Z Downloaded tokio v1.36.0
9882024-03-20T19:13:58.831Z Downloaded winapi v0.3.9
9892024-03-20T19:13:58.831Z Downloaded encoding_rs v0.8.33
9902024-03-20T19:13:58.831Z Downloaded smoltcp v0.11.0
9912024-03-20T19:13:58.831Z Downloaded zerocopy-derive v0.2.0
9922024-03-20T19:13:58.831Z Downloaded rustls-webpki v0.101.7
9932024-03-20T19:13:58.831Z Downloaded syn v2.0.52
9942024-03-20T19:13:58.832Z Downloaded idna v0.2.3
9952024-03-20T19:13:58.832Z Downloaded hashbrown v0.14.3
9962024-03-20T19:13:58.832Z Downloaded sled v0.34.7
9972024-03-20T19:13:58.832Z Downloaded regex v1.10.3
9982024-03-20T19:13:58.832Z Downloaded ring v0.17.8
9992024-03-20T19:13:58.832Z Downloaded ring v0.16.20
10002024-03-20T19:13:58.887Z Downloaded gimli v0.28.0
10012024-03-20T19:13:58.887Z Downloaded diesel v2.1.4
10022024-03-20T19:13:58.919Z Downloaded openapiv3 v2.0.0
10032024-03-20T19:13:58.920Z Downloaded libc v0.2.153
10042024-03-20T19:13:58.920Z Downloaded openssl v0.10.60
10052024-03-20T19:13:58.945Z Downloaded object v0.32.1
10062024-03-20T19:13:58.946Z Downloaded goblin v0.8.0
10072024-03-20T19:13:58.946Z Downloaded petgraph v0.6.4
10082024-03-20T19:13:58.984Z Downloaded http v0.2.12
10092024-03-20T19:13:58.985Z Downloaded p521 v0.13.3
10102024-03-20T19:13:58.985Z Downloaded russh v0.42.0
10112024-03-20T19:13:58.985Z Downloaded pest v2.7.6
10122024-03-20T19:13:59.016Z Downloaded nom v7.1.3
10132024-03-20T19:13:59.016Z Downloaded num-bigint v0.4.4
10142024-03-20T19:13:59.016Z Downloaded itertools v0.12.1
10152024-03-20T19:13:59.016Z Downloaded itertools v0.10.5
10162024-03-20T19:13:59.016Z Downloaded winnow v0.5.15
10172024-03-20T19:13:59.016Z Downloaded libm v0.2.7
10182024-03-20T19:13:59.052Z Downloaded slog v2.7.0
10192024-03-20T19:13:59.053Z Downloaded tokio-stream v0.1.14
10202024-03-20T19:13:59.053Z Downloaded toml v0.8.10
10212024-03-20T19:13:59.053Z Downloaded heapless v0.7.16
10222024-03-20T19:13:59.053Z Downloaded rcgen v0.12.1
10232024-03-20T19:13:59.053Z Downloaded rayon-core v1.12.1
10242024-03-20T19:13:59.098Z Downloaded diesel_derives v2.1.2
10252024-03-20T19:13:59.098Z Downloaded zip v0.6.6
10262024-03-20T19:13:59.098Z Downloaded tokio-rustls v0.25.0
10272024-03-20T19:13:59.098Z Downloaded tokio-rustls v0.24.1
10282024-03-20T19:13:59.098Z Downloaded flume v0.11.0
10292024-03-20T19:13:59.098Z Downloaded p256 v0.13.2
10302024-03-20T19:13:59.098Z Downloaded openssl-sys v0.9.96
10312024-03-20T19:13:59.145Z Downloaded minimal-lexical v0.2.1
10322024-03-20T19:13:59.145Z Downloaded tempfile v3.10.0
10332024-03-20T19:13:59.145Z Downloaded winnow v0.6.1
10342024-03-20T19:13:59.145Z Downloaded pin-project-lite v0.2.13
10352024-03-20T19:13:59.146Z Downloaded slog-stdlog v4.1.1
10362024-03-20T19:13:59.146Z Downloaded slog-async v2.8.0
10372024-03-20T19:13:59.146Z Downloaded filetime v0.2.23
10382024-03-20T19:13:59.146Z Downloaded ff v0.13.0
10392024-03-20T19:13:59.146Z Downloaded errno v0.3.8
10402024-03-20T19:13:59.146Z Downloaded hyper-rustls v0.24.2
10412024-03-20T19:13:59.146Z Downloaded httparse v1.8.0
10422024-03-20T19:13:59.203Z Downloaded structopt v0.3.26
10432024-03-20T19:13:59.203Z Downloaded proc-macro-error-attr v1.0.4
10442024-03-20T19:13:59.203Z Downloaded slog-json v2.6.1
10452024-03-20T19:13:59.203Z Downloaded serde_repr v0.1.16
10462024-03-20T19:13:59.204Z Downloaded serde_path_to_error v0.1.16
10472024-03-20T19:13:59.204Z Downloaded dyn-clone v1.0.17
10482024-03-20T19:13:59.204Z Downloaded dirs-sys-next v0.1.2
10492024-03-20T19:13:59.204Z Downloaded hyper-tls v0.5.0
10502024-03-20T19:13:59.204Z Downloaded enum-as-inner v0.5.1
10512024-03-20T19:13:59.205Z Downloaded dhcproto v0.11.0
10522024-03-20T19:13:59.205Z Downloaded dirs v5.0.1
10532024-03-20T19:13:59.205Z Downloaded digest v0.10.7
10542024-03-20T19:13:59.205Z Downloaded rustls-pemfile v2.1.1
10552024-03-20T19:13:59.205Z Downloaded yasna v0.5.2
10562024-03-20T19:13:59.206Z Downloaded omicron-zone-package v0.11.0
10572024-03-20T19:13:59.206Z Downloaded terminal_size v0.3.0
10582024-03-20T19:13:59.206Z Downloaded http-body v0.4.5
10592024-03-20T19:13:59.207Z Downloaded embedded-io v0.4.0
10602024-03-20T19:13:59.207Z Downloaded sec1 v0.7.3
10612024-03-20T19:13:59.207Z Downloaded hash32 v0.2.1
10622024-03-20T19:13:59.239Z Downloaded endian-type v0.1.2
10632024-03-20T19:13:59.240Z Downloaded getrandom v0.1.16
10642024-03-20T19:13:59.240Z Downloaded tokio-macros v2.2.0
10652024-03-20T19:13:59.240Z Downloaded thiserror-impl v1.0.57
10662024-03-20T19:13:59.240Z Downloaded bstr v0.2.17
10672024-03-20T19:13:59.241Z Downloaded password-hash v0.4.2
10682024-03-20T19:13:59.270Z Downloaded parking_lot v0.11.2
10692024-03-20T19:13:59.270Z Downloaded num-iter v0.1.44
10702024-03-20T19:13:59.270Z Downloaded smf v0.2.2
10712024-03-20T19:13:59.271Z Downloaded owo-colors v4.0.0
10722024-03-20T19:13:59.271Z Downloaded parse-display-derive v0.9.0
10732024-03-20T19:13:59.271Z Downloaded num v0.4.1
10742024-03-20T19:13:59.271Z Downloaded parking_lot_core v0.8.6
10752024-03-20T19:13:59.271Z Downloaded once_cell v1.19.0
10762024-03-20T19:13:59.271Z Downloaded hex v0.4.3
10772024-03-20T19:13:59.272Z Downloaded elliptic-curve v0.13.8
10782024-03-20T19:13:59.272Z Downloaded slab v0.4.9
10792024-03-20T19:13:59.272Z Downloaded pest_generator v2.7.6
10802024-03-20T19:13:59.272Z Downloaded password-hash v0.5.0
10812024-03-20T19:13:59.272Z Downloaded num-rational v0.4.1
10822024-03-20T19:13:59.272Z Downloaded unicode-normalization v0.1.22
10832024-03-20T19:13:59.272Z Downloaded toml_edit v0.19.15
10842024-03-20T19:13:59.342Z Downloaded time-core v0.1.2
10852024-03-20T19:13:59.342Z Downloaded glob v0.3.1
10862024-03-20T19:13:59.342Z Downloaded ghash v0.5.0
10872024-03-20T19:13:59.342Z Downloaded getopts v0.2.21
10882024-03-20T19:13:59.342Z Downloaded gethostname v0.4.3
10892024-03-20T19:13:59.342Z Downloaded dhcproto-macros v0.1.0
10902024-03-20T19:13:59.342Z Downloaded zeroize_derive v1.4.2
10912024-03-20T19:13:59.342Z Downloaded structmeta v0.3.0
10922024-03-20T19:13:59.342Z Downloaded plain v0.2.3
10932024-03-20T19:13:59.343Z Downloaded pem v3.0.2
10942024-03-20T19:13:59.343Z Downloaded log v0.4.21
10952024-03-20T19:13:59.343Z Downloaded lock_api v0.4.10
10962024-03-20T19:13:59.343Z Downloaded serde v1.0.197
10972024-03-20T19:13:59.816Z Downloaded predicates-core v1.0.6
10982024-03-20T19:13:59.816Z Downloaded futures-util v0.3.30
10992024-03-20T19:13:59.816Z Downloaded zerocopy v0.7.32
11002024-03-20T19:13:59.857Z Downloaded chrono v0.4.34
11012024-03-20T19:13:59.857Z Downloaded ed25519 v2.2.2
11022024-03-20T19:13:59.857Z Downloaded sync_wrapper v0.1.2
11032024-03-20T19:13:59.857Z Downloaded subtle v2.5.0
11042024-03-20T19:13:59.857Z Downloaded strum_macros v0.25.2
11052024-03-20T19:13:59.857Z Downloaded scroll v0.12.0
11062024-03-20T19:13:59.857Z Downloaded schemars_derive v0.8.16
11072024-03-20T19:13:59.858Z Downloaded proc-macro-error v1.0.4
11082024-03-20T19:13:59.858Z Downloaded iana-time-zone v0.1.57
11092024-03-20T19:13:59.858Z Downloaded unicode-segmentation v1.10.1
11102024-03-20T19:13:59.858Z Downloaded pkg-config v0.3.27
11112024-03-20T19:13:59.858Z Downloaded percent-encoding v2.3.1
11122024-03-20T19:13:59.858Z Downloaded pbkdf2 v0.12.2
11132024-03-20T19:13:59.858Z Downloaded num_enum_derive v0.7.2
11142024-03-20T19:13:59.858Z Downloaded clap v2.34.0
11152024-03-20T19:13:59.858Z Downloaded proc-macro-crate v1.3.1
11162024-03-20T19:13:59.858Z Downloaded primeorder v0.13.6
11172024-03-20T19:13:59.859Z Downloaded ucd-trie v0.1.6
11182024-03-20T19:13:59.859Z Downloaded typenum v1.16.0
11192024-03-20T19:13:59.859Z Downloaded semver v1.0.22
11202024-03-20T19:13:59.859Z Downloaded indexmap v2.2.5
11212024-03-20T19:13:59.859Z Downloaded url v2.5.0
11222024-03-20T19:13:59.859Z Downloaded paste v1.0.14
11232024-03-20T19:13:59.859Z Downloaded num-integer v0.1.46
11242024-03-20T19:13:59.859Z Downloaded swrite v0.1.0
11252024-03-20T19:13:59.859Z Downloaded strum v0.26.1
11262024-03-20T19:13:59.859Z Downloaded scroll_derive v0.12.0
11272024-03-20T19:13:59.859Z Downloaded walkdir v2.4.0
11282024-03-20T19:13:59.859Z Downloaded postcard v1.0.8
11292024-03-20T19:13:59.860Z Downloaded indexmap v1.9.3
11302024-03-20T19:13:59.860Z Downloaded rand v0.7.3
11312024-03-20T19:13:59.860Z Downloaded pin-utils v0.1.0
11322024-03-20T19:13:59.860Z Downloaded phf_shared v0.11.2
11332024-03-20T19:13:59.860Z Downloaded pbkdf2 v0.11.0
11342024-03-20T19:13:59.860Z Downloaded num-derive v0.4.0
11352024-03-20T19:13:59.860Z Downloaded pretty-hex v0.2.1
11362024-03-20T19:13:59.861Z Downloaded group v0.13.0
11372024-03-20T19:13:59.861Z Downloaded form_urlencoded v1.2.1
11382024-03-20T19:13:59.861Z Downloaded serde_derive v1.0.197
11392024-03-20T19:13:59.861Z Downloaded unsafe-libyaml v0.2.10
11402024-03-20T19:13:59.861Z Downloaded unicode-bidi v0.3.15
11412024-03-20T19:13:59.862Z Downloaded similar v2.4.0
11422024-03-20T19:13:59.862Z Downloaded nanorand v0.7.0
11432024-03-20T19:13:59.862Z Downloaded clap_builder v4.5.1
11442024-03-20T19:13:59.862Z Downloaded whoami v1.5.0
11452024-03-20T19:13:59.862Z Downloaded unicase v2.7.0
11462024-03-20T19:13:59.862Z Downloaded toml_datetime v0.6.5
11472024-03-20T19:13:59.862Z Downloaded serde_derive_internals v0.26.0
11482024-03-20T19:13:59.862Z Downloaded semver v0.1.20
11492024-03-20T19:13:59.862Z Downloaded foreign-types-shared v0.1.1
11502024-03-20T19:13:59.862Z Downloaded foreign-types-macros v0.2.3
11512024-03-20T19:13:59.862Z Downloaded foreign-types v0.5.0
11522024-03-20T19:13:59.862Z Downloaded postgres-types v0.2.6
11532024-03-20T19:13:59.863Z Downloaded postgres-protocol v0.6.6
11542024-03-20T19:13:59.863Z Downloaded poly1305 v0.8.0
11552024-03-20T19:13:59.863Z Downloaded platforms v3.0.2
11562024-03-20T19:13:59.863Z Downloaded unicode-ident v1.0.12
11572024-03-20T19:13:59.863Z Downloaded num_enum v0.7.2
11582024-03-20T19:13:59.863Z Downloaded num_enum v0.5.11
11592024-03-20T19:13:59.863Z Downloaded num_cpus v1.16.0
11602024-03-20T19:13:59.863Z Downloaded nibble_vec v0.1.0
11612024-03-20T19:13:59.863Z Downloaded newtype-uuid v1.0.1
11622024-03-20T19:13:59.863Z Downloaded tabwriter v1.4.0
11632024-03-20T19:13:59.863Z Downloaded synstructure v0.12.6
11642024-03-20T19:13:59.863Z Downloaded semver-parser v0.10.2
11652024-03-20T19:13:59.863Z Downloaded semver v0.11.0
11662024-03-20T19:13:59.863Z Downloaded secrecy v0.8.0
11672024-03-20T19:13:59.864Z Downloaded uuid v1.7.0
11682024-03-20T19:13:59.864Z Downloaded uuid v0.8.2
11692024-03-20T19:13:59.864Z Downloaded usdt-impl v0.5.0
11702024-03-20T19:13:59.864Z Downloaded usdt v0.3.5
11712024-03-20T19:13:59.864Z Downloaded untrusted v0.7.1
11722024-03-20T19:13:59.864Z Downloaded serde_yaml v0.9.25
11732024-03-20T19:13:59.864Z Downloaded rand v0.8.5
11742024-03-20T19:13:59.864Z Downloaded trust-dns-server v0.22.1
11752024-03-20T19:13:59.864Z Downloaded num_enum_derive v0.5.11
11762024-03-20T19:13:59.864Z Downloaded memmap v0.7.0
11772024-03-20T19:13:59.864Z Downloaded powerfmt v0.2.0
11782024-03-20T19:13:59.864Z Downloaded polyval v0.6.1
11792024-03-20T19:13:59.864Z Downloaded waitgroup v0.1.2
11802024-03-20T19:13:59.864Z Downloaded signal-hook v0.3.17
11812024-03-20T19:13:59.864Z Downloaded serde_with_macros v3.6.1
11822024-03-20T19:13:59.865Z Downloaded utf8parse v0.2.1
11832024-03-20T19:13:59.865Z Downloaded utf-8 v0.7.6
11842024-03-20T19:13:59.865Z Downloaded usdt-macro v0.3.5
11852024-03-20T19:13:59.865Z Downloaded usdt-impl v0.3.5
11862024-03-20T19:13:59.865Z Downloaded usdt v0.5.0
11872024-03-20T19:13:59.865Z Downloaded untrusted v0.9.0
11882024-03-20T19:13:59.865Z Downloaded universal-hash v0.5.1
11892024-03-20T19:13:59.865Z Downloaded unicode-xid v0.2.4
11902024-03-20T19:13:59.865Z Downloaded unicode-width v0.1.11
11912024-03-20T19:13:59.865Z Downloaded publicsuffix v2.2.3
11922024-03-20T19:13:59.865Z Downloaded usdt-attr-macro v0.5.0
11932024-03-20T19:13:59.865Z Downloaded usdt-attr-macro v0.3.5
11942024-03-20T19:13:59.865Z Downloaded sha2 v0.10.8
11952024-03-20T19:13:59.865Z Downloaded derive_more v0.99.17
11962024-03-20T19:13:59.865Z Downloaded blake3 v1.5.0
11972024-03-20T19:13:59.866Z Downloaded signature v2.1.0
11982024-03-20T19:13:59.866Z Downloaded signal-hook-registry v1.4.1
11992024-03-20T19:13:59.866Z Downloaded signal-hook-mio v0.2.3
12002024-03-20T19:13:59.905Z Downloaded sha1 v0.10.6
12012024-03-20T19:13:59.905Z Downloaded serde_tokenstream v0.2.0
12022024-03-20T19:13:59.905Z Downloaded serde_tokenstream v0.1.7
12032024-03-20T19:13:59.905Z Downloaded toml_edit v0.22.6
12042024-03-20T19:13:59.906Z Downloaded memmap2 v0.7.1
12052024-03-20T19:13:59.906Z Downloaded curve25519-dalek v4.1.1
12062024-03-20T19:13:59.906Z Downloaded serde_spanned v0.6.5
12072024-03-20T19:13:59.906Z Downloaded r2d2 v0.8.10
12082024-03-20T19:13:59.906Z Downloaded trust-dns-resolver v0.22.0
12092024-03-20T19:13:59.906Z Downloaded trust-dns-client v0.22.0
12102024-03-20T19:13:59.906Z Downloaded tracing v0.1.40
12112024-03-20T19:13:59.906Z Downloaded steno v0.4.0
12122024-03-20T19:13:59.906Z Downloaded num_threads v0.1.6
12132024-03-20T19:13:59.906Z Downloaded mime_guess v2.0.4
12142024-03-20T19:13:59.906Z Downloaded rand_core v0.5.1
12152024-03-20T19:13:59.906Z Downloaded rand_chacha v0.3.1
12162024-03-20T19:13:59.906Z Downloaded rand_chacha v0.2.2
12172024-03-20T19:13:59.906Z Downloaded quote v1.0.35
12182024-03-20T19:13:59.906Z Downloaded quick-error v1.2.3
12192024-03-20T19:13:59.906Z Downloaded futures v0.3.30
12202024-03-20T19:13:59.907Z Downloaded zerocopy v0.6.4
12212024-03-20T19:13:59.907Z Downloaded tungstenite v0.20.1
12222024-03-20T19:13:59.907Z Downloaded tracing-core v0.1.32
12232024-03-20T19:13:59.907Z Downloaded stringprep v0.1.3
12242024-03-20T19:13:59.907Z Downloaded crossterm v0.27.0
12252024-03-20T19:13:59.907Z Downloaded phf_shared v0.10.0
12262024-03-20T19:13:59.907Z Downloaded new_debug_unreachable v1.0.4
12272024-03-20T19:13:59.907Z Downloaded futures-task v0.3.30
12282024-03-20T19:13:59.907Z Downloaded futures-macro v0.3.30
12292024-03-20T19:13:59.907Z Downloaded futures-io v0.3.30
12302024-03-20T19:13:59.907Z Downloaded futures-executor v0.3.30
12312024-03-20T19:13:59.907Z Downloaded futures-core v0.3.30
12322024-03-20T19:13:59.907Z Downloaded zeroize v1.7.0
12332024-03-20T19:13:59.908Z Downloaded zerocopy-derive v0.7.32
12342024-03-20T19:13:59.908Z Downloaded tinyvec v1.6.0
12352024-03-20T19:13:59.908Z Downloaded openssl-macros v0.1.1
12362024-03-20T19:13:59.908Z Downloaded zerocopy v0.3.0
12372024-03-20T19:13:59.908Z Downloaded tracing-attributes v0.1.27
12382024-03-20T19:13:59.908Z Downloaded time-macros v0.2.17
12392024-03-20T19:13:59.908Z Downloaded string_cache v0.8.7
12402024-03-20T19:13:59.908Z Downloaded option-ext v0.2.0
12412024-03-20T19:13:59.909Z Downloaded opaque-debug v0.3.0
12422024-03-20T19:13:59.909Z Downloaded clap_derive v4.5.0
12432024-03-20T19:13:59.909Z Downloaded clap v4.5.1
12442024-03-20T19:13:59.910Z Downloaded ciborium v0.2.2
12452024-03-20T19:13:59.910Z Downloaded chacha20poly1305 v0.10.1
12462024-03-20T19:13:59.910Z Downloaded cc v1.0.83
12472024-03-20T19:13:59.910Z Downloaded base64 v0.22.0
12482024-03-20T19:13:59.910Z Downloaded base64 v0.21.7
12492024-03-20T19:13:59.910Z Downloaded tower-service v0.3.2
12502024-03-20T19:13:59.910Z Downloaded topological-sort v0.2.2
12512024-03-20T19:13:59.911Z Downloaded toolchain_find v0.2.0
12522024-03-20T19:13:59.911Z Downloaded tinyvec_macros v0.1.1
12532024-03-20T19:13:59.911Z Downloaded strsim v0.11.0
12542024-03-20T19:13:59.911Z Downloaded strsim v0.10.0
12552024-03-20T19:13:59.911Z Downloaded strsim v0.8.0
12562024-03-20T19:13:59.911Z Downloaded static_assertions v1.1.0
12572024-03-20T19:13:59.911Z Downloaded stable_deref_trait v1.2.0
12582024-03-20T19:13:59.911Z Downloaded socket2 v0.5.5
12592024-03-20T19:13:59.911Z Downloaded slog-term v2.9.0
12602024-03-20T19:13:59.912Z Downloaded slog-envlogger v2.2.0
12612024-03-20T19:13:59.912Z Downloaded openssl-probe v0.1.5
12622024-03-20T19:13:59.912Z Downloaded newtype_derive v0.1.6
12632024-03-20T19:13:59.912Z Downloaded ipnet v2.9.0
12642024-03-20T19:13:59.912Z Downloaded defmt-macros v0.3.6
12652024-03-20T19:13:59.912Z Downloaded defmt v0.3.5
12662024-03-20T19:13:59.912Z Downloaded crypto-bigint v0.5.2
12672024-03-20T19:13:59.912Z Downloaded crossbeam-utils v0.8.19
12682024-03-20T19:13:59.912Z Downloaded crossbeam-channel v0.5.8
12692024-03-20T19:13:59.912Z Downloaded clap_lex v0.7.0
12702024-03-20T19:13:59.912Z Downloaded ciborium-ll v0.2.2
12712024-03-20T19:13:59.912Z Downloaded chacha20 v0.9.1
12722024-03-20T19:13:59.912Z Downloaded cfg-if v1.0.0
12732024-03-20T19:13:59.912Z Downloaded bitflags v2.4.2
12742024-03-20T19:13:59.912Z Downloaded base64ct v1.6.0
12752024-03-20T19:13:59.912Z Downloaded aes-gcm v0.10.3
12762024-03-20T19:13:59.912Z Downloaded macaddr v1.0.1
12772024-03-20T19:13:59.912Z Downloaded libsw v3.3.1
12782024-03-20T19:13:59.912Z Downloaded libefi-sys v0.1.0
12792024-03-20T19:13:59.912Z Downloaded der v0.7.8
12802024-03-20T19:13:59.913Z Downloaded defmt-parser v0.3.3
12812024-03-20T19:13:59.913Z Downloaded darling v0.20.3
12822024-03-20T19:13:59.913Z Downloaded crypto-common v0.1.6
12832024-03-20T19:13:59.913Z Downloaded crossbeam-deque v0.8.3
12842024-03-20T19:13:59.913Z Downloaded cpufeatures v0.2.12
12852024-03-20T19:13:59.913Z Downloaded colorchoice v1.0.0
12862024-03-20T19:13:59.913Z Downloaded cobs v0.2.3
12872024-03-20T19:13:59.913Z Downloaded cipher v0.4.4
12882024-03-20T19:13:59.913Z Downloaded ciborium-io v0.2.2
12892024-03-20T19:13:59.913Z Downloaded cbc v0.1.2
12902024-03-20T19:13:59.913Z Downloaded bytes v1.5.0
12912024-03-20T19:13:59.913Z Downloaded bit-set v0.5.3
12922024-03-20T19:13:59.913Z Downloaded bcrypt-pbkdf v0.10.0
12932024-03-20T19:13:59.914Z Downloaded backtrace v0.3.69
12942024-03-20T19:13:59.943Z Downloaded linear-map v1.2.0
12952024-03-20T19:13:59.943Z Downloaded lalrpop-util v0.19.12
12962024-03-20T19:13:59.943Z Downloaded debug-ignore v1.0.5
12972024-03-20T19:13:59.943Z Downloaded darling_macro v0.20.3
12982024-03-20T19:13:59.943Z Downloaded ctr v0.9.2
12992024-03-20T19:13:59.943Z Downloaded cstr-argument v0.1.2
13002024-03-20T19:13:59.943Z Downloaded crucible-workspace-hack v0.1.0
13012024-03-20T19:13:59.943Z Downloaded cookie_store v0.20.0
13022024-03-20T19:13:59.944Z Downloaded cancel-safe-futures v0.1.5
13032024-03-20T19:13:59.944Z Downloaded bzip2 v0.4.4
13042024-03-20T19:13:59.944Z Downloaded blake2 v0.10.6
13052024-03-20T19:13:59.944Z Downloaded base16ct v0.2.0
13062024-03-20T19:13:59.944Z Downloaded autocfg v1.1.0
13072024-03-20T19:13:59.944Z Downloaded atty v0.2.14
13082024-03-20T19:13:59.944Z Downloaded md-5 v0.10.5
13092024-03-20T19:13:59.944Z Downloaded lru-cache v0.1.2
13102024-03-20T19:13:59.944Z Downloaded linked-hash-map v0.5.6
13112024-03-20T19:13:59.944Z Downloaded lazy_static v1.4.0
13122024-03-20T19:13:59.944Z Downloaded kstat-rs v0.2.3
13132024-03-20T19:13:59.945Z Downloaded keccak v0.1.4
13142024-03-20T19:13:59.945Z Downloaded inout v0.1.3
13152024-03-20T19:13:59.945Z Downloaded deranged v0.3.11
13162024-03-20T19:13:59.945Z Downloaded der_derive v0.7.2
13172024-03-20T19:13:59.945Z Downloaded data-encoding v2.4.0
13182024-03-20T19:13:59.945Z Downloaded darling_core v0.20.3
13192024-03-20T19:13:59.990Z Downloaded curve25519-dalek-derive v0.1.0
13202024-03-20T19:13:59.990Z Downloaded colored v2.1.0
13212024-03-20T19:13:59.990Z Downloaded bzip2-sys v0.1.11+1.0.8
13222024-03-20T19:13:59.990Z Downloaded blowfish v0.9.1
13232024-03-20T19:13:59.990Z Downloaded block-buffer v0.10.4
13242024-03-20T19:13:59.991Z Downloaded atomicwrites v0.4.3
13252024-03-20T19:13:59.991Z Downloaded atomic-waker v1.1.1
13262024-03-20T19:13:59.991Z Downloaded matches v0.1.10
13272024-03-20T19:13:59.991Z Downloaded match_cfg v0.1.0
13282024-03-20T19:13:59.991Z Downloaded itoa v1.0.9
13292024-03-20T19:13:59.991Z Downloaded ipnetwork v0.20.0
13302024-03-20T19:13:59.991Z Downloaded internet-checksum v0.2.1
13312024-03-20T19:13:59.991Z Downloaded crossbeam-epoch v0.9.18
13322024-03-20T19:13:59.991Z Downloaded constant_time_eq v0.3.0
13332024-03-20T19:13:59.991Z Downloaded camino v1.1.6
13342024-03-20T19:13:59.991Z Downloaded bit-vec v0.6.3
13352024-03-20T19:13:59.991Z Downloaded backoff v0.4.0
13362024-03-20T19:14:00.045Z Downloaded anstyle v1.0.2
13372024-03-20T19:14:00.045Z Downloaded aho-corasick v1.1.2
13382024-03-20T19:14:00.045Z Downloaded cookie v0.17.0
13392024-03-20T19:14:00.046Z Downloaded const-oid v0.9.6
13402024-03-20T19:14:00.046Z Downloaded camino-tempfile v1.1.1
13412024-03-20T19:14:00.046Z Downloaded byteorder v1.5.0
13422024-03-20T19:14:00.046Z Downloaded block-padding v0.3.3
13432024-03-20T19:14:00.046Z Downloaded bitflags v1.3.2
13442024-03-20T19:14:00.046Z Downloaded arrayvec v0.7.4
13452024-03-20T19:14:00.046Z Downloaded argon2 v0.5.3
13462024-03-20T19:14:00.046Z Downloaded anstream v0.6.11
13472024-03-20T19:14:00.046Z Downloaded allocator-api2 v0.2.16
13482024-03-20T19:14:00.046Z Downloaded aes v0.8.3
13492024-03-20T19:14:00.046Z Downloaded addr2line v0.21.0
13502024-03-20T19:14:00.046Z Downloaded async-trait v0.1.77
13512024-03-20T19:14:00.046Z Downloaded anstyle-query v1.0.0
13522024-03-20T19:14:00.046Z Downloaded ansi_term v0.12.1
13532024-03-20T19:14:00.046Z Downloaded crc32fast v1.3.2
13542024-03-20T19:14:00.046Z Downloaded console v0.15.8
13552024-03-20T19:14:00.047Z Downloaded async-stream v0.3.5
13562024-03-20T19:14:00.047Z Downloaded arrayref v0.3.7
13572024-03-20T19:14:00.529Z Downloaded arc-swap v1.6.0
13582024-03-20T19:14:00.529Z Downloaded anyhow v1.0.79
13592024-03-20T19:14:00.529Z Downloaded anstyle-parse v0.2.1
13602024-03-20T19:14:00.529Z Downloaded aead v0.5.2
13612024-03-20T19:14:00.529Z Compiling proc-macro2 v1.0.78
13622024-03-20T19:14:00.529Z Compiling unicode-ident v1.0.12
13632024-03-20T19:14:00.530Z Compiling libc v0.2.153
13642024-03-20T19:14:00.530Z Compiling serde v1.0.197
13652024-03-20T19:14:00.530Z Compiling version_check v0.9.4
13662024-03-20T19:14:00.530Z Compiling cfg-if v1.0.0
13672024-03-20T19:14:00.530Z Compiling autocfg v1.1.0
13682024-03-20T19:14:00.565Z Compiling syn v1.0.109
13692024-03-20T19:14:00.601Z Compiling once_cell v1.19.0
13702024-03-20T19:14:00.650Z Compiling thiserror v1.0.57
13712024-03-20T19:14:00.979Z Compiling typenum v1.16.0
13722024-03-20T19:14:01.115Z Compiling generic-array v0.14.7
13732024-03-20T19:14:01.152Z Compiling lock_api v0.4.10
13742024-03-20T19:14:01.196Z Compiling parking_lot_core v0.9.8
13752024-03-20T19:14:01.238Z Compiling byteorder v1.5.0
13762024-03-20T19:14:01.363Z Compiling libm v0.2.7
13772024-03-20T19:14:01.389Z Compiling memchr v2.7.1
13782024-03-20T19:14:01.541Z Compiling serde_json v1.0.114
13792024-03-20T19:14:01.625Z Compiling num-traits v0.2.18
13802024-03-20T19:14:01.655Z Compiling ahash v0.8.8
13812024-03-20T19:14:01.742Z Compiling itoa v1.0.9
13822024-03-20T19:14:01.881Z Compiling quote v1.0.35
13832024-03-20T19:14:01.952Z Compiling log v0.4.21
13842024-03-20T19:14:02.282Z Compiling syn v2.0.52
13852024-03-20T19:14:02.445Z Compiling getrandom v0.2.12
13862024-03-20T19:14:02.482Z Compiling cc v1.0.83
13872024-03-20T19:14:02.829Z Compiling rand_core v0.6.4
13882024-03-20T19:14:02.890Z Compiling scopeguard v1.2.0
13892024-03-20T19:14:02.954Z Compiling slab v0.4.9
13902024-03-20T19:14:03.500Z Compiling allocator-api2 v0.2.16
13912024-03-20T19:14:03.681Z Compiling smallvec v1.13.1
13922024-03-20T19:14:03.967Z Compiling ryu v1.0.15
13932024-03-20T19:14:04.281Z Compiling pkg-config v0.3.27
13942024-03-20T19:14:04.310Z Compiling subtle v2.5.0
13952024-03-20T19:14:04.389Z Compiling heck v0.4.1
13962024-03-20T19:14:04.593Z Compiling schemars v0.8.16
13972024-03-20T19:14:05.116Z Compiling equivalent v1.0.1
13982024-03-20T19:14:05.149Z Compiling pin-project-lite v0.2.13
13992024-03-20T19:14:05.149Z Compiling ring v0.17.8
14002024-03-20T19:14:05.149Z Compiling num-conv v0.1.0
14012024-03-20T19:14:05.191Z Compiling time-core v0.1.2
14022024-03-20T19:14:05.344Z Compiling parking_lot v0.12.1
14032024-03-20T19:14:05.379Z Compiling time-macros v0.2.17
14042024-03-20T19:14:05.769Z Compiling signal-hook-registry v1.4.1
14052024-03-20T19:14:05.978Z Compiling vcpkg v0.2.15
14062024-03-20T19:14:07.340Z Compiling openssl-sys v0.9.96
14072024-03-20T19:14:07.547Z Compiling mio v0.8.11
14082024-03-20T19:14:07.812Z Compiling httparse v1.8.0
14092024-03-20T19:14:07.891Z Compiling const-oid v0.9.6
14102024-03-20T19:14:08.100Z Compiling fnv v1.0.7
14112024-03-20T19:14:08.141Z Compiling socket2 v0.5.5
14122024-03-20T19:14:08.215Z Compiling num_cpus v1.16.0
14132024-03-20T19:14:08.304Z Compiling ucd-trie v0.1.6
14142024-03-20T19:14:08.344Z Compiling futures-core v0.3.30
14152024-03-20T19:14:08.569Z Compiling ring v0.16.20
14162024-03-20T19:14:08.701Z Compiling serde_derive_internals v0.26.0
14172024-03-20T19:14:09.268Z Compiling rustix v0.38.31
14182024-03-20T19:14:09.436Z Compiling semver v1.0.22
14192024-03-20T19:14:09.477Z Compiling slog v2.7.0
14202024-03-20T19:14:09.650Z Compiling openssl v0.10.60
14212024-03-20T19:14:09.787Z Compiling futures-sink v0.3.30
14222024-03-20T19:14:09.833Z Compiling iana-time-zone v0.1.57
14232024-03-20T19:14:09.929Z Compiling rustls v0.21.9
14242024-03-20T19:14:09.954Z Compiling crossbeam-utils v0.8.19
14252024-03-20T19:14:10.142Z Compiling native-tls v0.2.11
14262024-03-20T19:14:10.215Z Compiling spin v0.5.2
14272024-03-20T19:14:10.391Z Compiling futures-channel v0.3.30
14282024-03-20T19:14:10.603Z Compiling cookie v0.17.0
14292024-03-20T19:14:10.634Z Compiling pin-utils v0.1.0
14302024-03-20T19:14:10.779Z Compiling futures-task v0.3.30
14312024-03-20T19:14:10.815Z Compiling futures-io v0.3.30
14322024-03-20T19:14:10.856Z Compiling backtrace v0.3.69
14332024-03-20T19:14:11.128Z Compiling aho-corasick v1.1.2
14342024-03-20T19:14:11.209Z Compiling tinyvec_macros v0.1.1
14352024-03-20T19:14:11.255Z Compiling regex-syntax v0.8.2
14362024-03-20T19:14:11.320Z Compiling dyn-clone v1.0.17
14372024-03-20T19:14:11.386Z Compiling cpufeatures v0.2.12
14382024-03-20T19:14:11.413Z Compiling uuid v0.8.2
14392024-03-20T19:14:11.509Z Compiling async-trait v0.1.77
14402024-03-20T19:14:11.718Z Compiling tinyvec v1.6.0
14412024-03-20T19:14:12.935Z Compiling unicode-normalization v0.1.22
14422024-03-20T19:14:13.388Z Compiling serde_derive v1.0.197
14432024-03-20T19:14:13.416Z Compiling zeroize_derive v1.4.2
14442024-03-20T19:14:13.444Z Compiling zerocopy-derive v0.7.32
14452024-03-20T19:14:13.563Z Compiling thiserror-impl v1.0.57
14462024-03-20T19:14:13.759Z Compiling tokio-macros v2.2.0
14472024-03-20T19:14:14.261Z Compiling futures-macro v0.3.30
14482024-03-20T19:14:14.612Z Compiling zeroize v1.7.0
14492024-03-20T19:14:14.730Z Compiling tracing-attributes v0.1.27
14502024-03-20T19:14:15.004Z Compiling schemars_derive v0.8.16
14512024-03-20T19:14:15.176Z Compiling zerocopy v0.7.32
14522024-03-20T19:14:16.038Z Compiling pest v2.7.6
14532024-03-20T19:14:16.067Z Compiling openssl-macros v0.1.1
14542024-03-20T19:14:16.155Z Compiling crypto-common v0.1.6
14552024-03-20T19:14:16.751Z Compiling block-buffer v0.10.4
14562024-03-20T19:14:16.796Z Compiling digest v0.10.7
14572024-03-20T19:14:16.955Z Compiling hashbrown v0.14.3
14582024-03-20T19:14:16.984Z Compiling futures-util v0.3.30
14592024-03-20T19:14:16.984Z Compiling regex-automata v0.4.5
14602024-03-20T19:14:17.405Z Compiling der_derive v0.7.2
14612024-03-20T19:14:18.084Z Compiling pest_meta v2.7.6
14622024-03-20T19:14:18.808Z Compiling unicode-bidi v0.3.15
14632024-03-20T19:14:19.308Z Compiling pest_generator v2.7.6
14642024-03-20T19:14:19.454Z Compiling anyhow v1.0.79
14652024-03-20T19:14:20.235Z Compiling winnow v0.5.15
14662024-03-20T19:14:20.944Z Compiling tracing-core v0.1.32
14672024-03-20T19:14:21.455Z Compiling pest_derive v2.7.6
14682024-03-20T19:14:22.007Z Compiling regex v1.10.3
14692024-03-20T19:14:22.203Z Compiling crc32fast v1.3.2
14702024-03-20T19:14:22.826Z Compiling tracing v0.1.40
14712024-03-20T19:14:23.118Z Compiling ppv-lite86 v0.2.17
14722024-03-20T19:14:23.163Z Compiling powerfmt v0.2.0
14732024-03-20T19:14:23.605Z Compiling deranged v0.3.11
14742024-03-20T19:14:23.741Z Compiling spin v0.9.8
14752024-03-20T19:14:24.128Z Compiling percent-encoding v2.3.1
14762024-03-20T19:14:24.876Z Compiling bytes v1.5.0
14772024-03-20T19:14:24.901Z Compiling indexmap v2.2.5
14782024-03-20T19:14:24.901Z Compiling uuid v1.7.0
14792024-03-20T19:14:25.351Z Compiling chrono v0.4.34
14802024-03-20T19:14:25.546Z Compiling http v0.2.12
14812024-03-20T19:14:31.947Z Compiling tokio v1.36.0
14822024-03-20T19:14:32.119Z Compiling toml_datetime v0.6.5
14832024-03-20T19:14:32.119Z Compiling bitflags v2.4.2
14842024-03-20T19:14:32.119Z Compiling serde_spanned v0.6.5
14852024-03-20T19:14:32.119Z Compiling rustc_version v0.4.0
14862024-03-20T19:14:32.119Z Compiling toml_edit v0.19.15
14872024-03-20T19:14:32.120Z Compiling num_threads v0.1.6
14882024-03-20T19:14:32.120Z Compiling unicode-xid v0.2.4
14892024-03-20T19:14:32.728Z Compiling time v0.3.34
14902024-03-20T19:14:32.728Z Compiling synstructure v0.12.6
14912024-03-20T19:14:32.729Z Compiling scroll_derive v0.12.0
14922024-03-20T19:14:32.729Z Compiling unicode-width v0.1.11
14932024-03-20T19:14:32.826Z Compiling zerocopy-derive v0.2.0
14942024-03-20T19:14:32.918Z Compiling rand_chacha v0.3.1
14952024-03-20T19:14:34.301Z Compiling thread-id v4.2.0
14962024-03-20T19:14:34.301Z Compiling tokio-util v0.7.10
14972024-03-20T19:14:34.330Z Compiling rand v0.8.5
14982024-03-20T19:14:35.801Z Compiling openapiv3 v2.0.0
14992024-03-20T19:14:36.164Z Compiling form_urlencoded v1.2.1
15002024-03-20T19:14:37.095Z Compiling untrusted v0.7.1
15012024-03-20T19:14:37.268Z Compiling foreign-types-shared v0.1.1
15022024-03-20T19:14:37.679Z Compiling untrusted v0.9.0
15032024-03-20T19:14:39.330Z Compiling foreign-types v0.3.2
15042024-03-20T19:14:39.990Z Compiling errno v0.3.8
15052024-03-20T19:14:40.082Z Compiling usdt-impl v0.3.5
15062024-03-20T19:14:40.855Z Compiling try-lock v0.2.4
15072024-03-20T19:14:40.881Z Compiling base64 v0.21.7
15082024-03-20T19:14:40.881Z Compiling want v0.3.1
15092024-03-20T19:14:41.112Z Compiling sct v0.7.0
15102024-03-20T19:14:41.302Z Compiling rustls-webpki v0.101.7
15112024-03-20T19:14:41.386Z Compiling h2 v0.3.24
15122024-03-20T19:14:41.555Z Compiling http-body v0.4.5
15132024-03-20T19:14:42.069Z Compiling idna v0.5.0
15142024-03-20T19:14:43.137Z Compiling num-bigint v0.4.4
15152024-03-20T19:14:43.196Z Compiling usdt-impl v0.5.0
15162024-03-20T19:14:43.497Z Compiling httpdate v1.0.3
15172024-03-20T19:14:43.634Z Compiling rustversion v1.0.14
15182024-03-20T19:14:43.854Z Compiling tower-service v0.3.2
15192024-03-20T19:14:44.399Z Compiling openssl-probe v0.1.5
15202024-03-20T19:14:44.400Z Compiling url v2.5.0
15212024-03-20T19:14:46.722Z Compiling zerocopy v0.3.0
15222024-03-20T19:14:47.701Z Compiling hyper v0.14.28
15232024-03-20T19:14:47.726Z Compiling scroll v0.12.0
15242024-03-20T19:14:47.818Z Compiling heapless v0.7.16
15252024-03-20T19:14:48.151Z Compiling serde_tokenstream v0.2.0
15262024-03-20T19:14:48.236Z Compiling idna v0.3.0
15272024-03-20T19:14:48.466Z Compiling clap_derive v4.5.0
15282024-03-20T19:14:48.998Z Compiling lazy_static v1.4.0
15292024-03-20T19:14:48.998Z Compiling bzip2-sys v0.1.11+1.0.8
15302024-03-20T19:14:49.201Z Compiling signal-hook v0.3.17
15312024-03-20T19:14:49.273Z Compiling base64ct v1.6.0
15322024-03-20T19:14:49.368Z Compiling psl-types v2.0.11
15332024-03-20T19:14:49.434Z Compiling plain v0.2.3
15342024-03-20T19:14:49.574Z Compiling adler v1.0.2
15352024-03-20T19:14:49.763Z Compiling miniz_oxide v0.7.1
15362024-03-20T19:14:49.791Z Compiling goblin v0.8.0
15372024-03-20T19:14:50.478Z Compiling publicsuffix v2.2.3
15382024-03-20T19:14:50.821Z Compiling tokio-rustls v0.24.1
15392024-03-20T19:14:50.848Z Compiling dof v0.1.5
15402024-03-20T19:14:51.176Z Compiling tokio-native-tls v0.3.1
15412024-03-20T19:14:51.405Z Compiling crossbeam-epoch v0.9.18
15422024-03-20T19:14:51.661Z Compiling dtrace-parser v0.1.14
15432024-03-20T19:14:51.761Z Compiling pretty-hex v0.4.1
15442024-03-20T19:14:51.945Z Compiling ipnet v2.9.0
15452024-03-20T19:14:52.004Z Compiling cookie_store v0.20.0
15462024-03-20T19:14:52.994Z Compiling hyper-tls v0.5.0
15472024-03-20T19:14:53.553Z Compiling hyper-rustls v0.24.2
15482024-03-20T19:14:53.582Z Compiling rustls-pemfile v1.0.3
15492024-03-20T19:14:53.582Z Compiling serde_urlencoded v0.7.1
15502024-03-20T19:14:53.582Z Compiling serde_tokenstream v0.1.7
15512024-03-20T19:14:53.765Z Compiling dtrace-parser v0.2.0
15522024-03-20T19:14:53.795Z Compiling enum-as-inner v0.5.1
15532024-03-20T19:14:53.906Z Compiling encoding_rs v0.8.33
15542024-03-20T19:14:53.946Z Compiling mime v0.3.17
15552024-03-20T19:14:54.056Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15562024-03-20T19:14:54.420Z Compiling dof v0.3.0
15572024-03-20T19:14:54.627Z Compiling either v1.10.0
15582024-03-20T19:14:54.979Z Compiling webpki-roots v0.25.2
15592024-03-20T19:14:55.009Z Compiling sync_wrapper v0.1.2
15602024-03-20T19:14:55.042Z Compiling smoltcp v0.9.1
15612024-03-20T19:14:55.070Z Compiling gimli v0.28.0
15622024-03-20T19:14:55.154Z Compiling pem-rfc7468 v0.7.0
15632024-03-20T19:14:55.439Z Compiling hmac v0.12.1
15642024-03-20T19:14:55.668Z Compiling object v0.32.1
15652024-03-20T19:14:55.776Z Compiling reqwest v0.11.24
15662024-03-20T19:14:56.114Z Compiling unicode-segmentation v1.10.1
15672024-03-20T19:14:56.302Z Compiling rustc-demangle v0.1.23
15682024-03-20T19:14:56.378Z Compiling flagset v0.4.3
15692024-03-20T19:14:56.535Z Compiling siphasher v0.3.11
15702024-03-20T19:14:56.684Z Compiling der v0.7.8
15712024-03-20T19:14:56.827Z Compiling flate2 v1.0.28
15722024-03-20T19:14:56.999Z Compiling usdt-macro v0.3.5
15732024-03-20T19:14:57.045Z Compiling usdt-attr-macro v0.3.5
15742024-03-20T19:14:57.948Z Compiling futures-executor v0.3.30
15752024-03-20T19:14:58.135Z Compiling hubpack_derive v0.1.1
15762024-03-20T19:14:58.160Z Compiling zerocopy-derive v0.6.4
15772024-03-20T19:14:58.363Z Compiling addr2line v0.21.0
15782024-03-20T19:14:59.265Z Compiling winnow v0.6.1
15792024-03-20T19:15:02.305Z Compiling utf8parse v0.2.1
15802024-03-20T19:15:02.333Z Compiling anstyle v1.0.2
15812024-03-20T19:15:02.718Z Compiling sha2 v0.10.8
15822024-03-20T19:15:02.943Z Compiling anstyle-parse v0.2.1
15832024-03-20T19:15:03.323Z Compiling toml_edit v0.22.6
15842024-03-20T19:15:09.333Z Compiling spki v0.7.2
15852024-03-20T19:15:09.865Z Compiling futures v0.3.30
15862024-03-20T19:15:11.203Z Compiling md-5 v0.10.5
15872024-03-20T19:15:11.323Z Compiling toml v0.7.8
15882024-03-20T19:15:11.417Z Compiling hex v0.4.3
15892024-03-20T19:15:11.512Z Compiling stringprep v0.1.3
15902024-03-20T19:15:11.906Z Compiling regress v0.9.0
15912024-03-20T19:15:12.186Z Compiling block-padding v0.3.3
15922024-03-20T19:15:12.436Z Compiling num-integer v0.1.46
15932024-03-20T19:15:12.588Z Compiling diesel_table_macro_syntax v0.1.0
15942024-03-20T19:15:13.043Z Compiling hash32 v0.2.1
15952024-03-20T19:15:14.105Z Compiling anstyle-query v1.0.0
15962024-03-20T19:15:14.277Z Compiling colorchoice v1.0.0
15972024-03-20T19:15:14.365Z Compiling stable_deref_trait v1.2.0
15982024-03-20T19:15:14.469Z Compiling fallible-iterator v0.2.0
15992024-03-20T19:15:15.056Z Compiling postgres-protocol v0.6.6
16002024-03-20T19:15:15.530Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16012024-03-20T19:15:15.647Z Compiling anstream v0.6.11
16022024-03-20T19:15:16.189Z Compiling diesel_derives v2.1.2
16032024-03-20T19:15:16.586Z Compiling inout v0.1.3
16042024-03-20T19:15:19.478Z Compiling pkcs8 v0.10.2
16052024-03-20T19:15:20.328Z Compiling phf_shared v0.11.2
16062024-03-20T19:15:20.748Z Compiling strum_macros v0.25.2
16072024-03-20T19:15:23.871Z Compiling terminal_size v0.3.0
16082024-03-20T19:15:28.025Z Compiling ff v0.13.0
16092024-03-20T19:15:28.176Z Compiling serde_repr v0.1.16
16102024-03-20T19:15:28.176Z Compiling scheduled-thread-pool v0.2.7
16112024-03-20T19:15:28.176Z Compiling bitflags v1.3.2
16122024-03-20T19:15:28.176Z Compiling bit-vec v0.6.3
16132024-03-20T19:15:28.176Z Compiling base16ct v0.2.0
16142024-03-20T19:15:28.176Z Compiling managed v0.8.0
16152024-03-20T19:15:28.176Z Compiling clap_lex v0.7.0
16162024-03-20T19:15:28.177Z Compiling data-encoding v2.4.0
16172024-03-20T19:15:28.177Z Compiling matches v0.1.10
16182024-03-20T19:15:28.177Z Compiling strsim v0.11.0
16192024-03-20T19:15:28.177Z Compiling regex-automata v0.1.10
16202024-03-20T19:15:28.177Z Compiling bstr v0.2.17
16212024-03-20T19:15:28.177Z Compiling clap_builder v4.5.1
16222024-03-20T19:15:28.177Z Compiling idna v0.2.3
16232024-03-20T19:15:28.177Z Compiling sec1 v0.7.3
16242024-03-20T19:15:29.044Z Compiling r2d2 v0.8.10
16252024-03-20T19:15:29.073Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16262024-03-20T19:15:30.178Z Compiling group v0.13.0
16272024-03-20T19:15:31.685Z Compiling phf v0.11.2
16282024-03-20T19:15:31.963Z Compiling signal-hook-mio v0.2.3
16292024-03-20T19:15:32.113Z Compiling bzip2 v0.4.4
16302024-03-20T19:15:32.344Z Compiling cipher v0.4.4
16312024-03-20T19:15:32.370Z Compiling postgres-types v0.2.6
16322024-03-20T19:15:32.800Z Compiling zerocopy v0.6.4
16332024-03-20T19:15:32.840Z Compiling hubpack v0.1.2
16342024-03-20T19:15:33.175Z Compiling phf_shared v0.10.0
16352024-03-20T19:15:33.214Z Compiling hkdf v0.12.4
16362024-03-20T19:15:33.414Z Compiling crypto-bigint v0.5.2
16372024-03-20T19:15:33.465Z Compiling ipnetwork v0.20.0
16382024-03-20T19:15:34.154Z Compiling float-cmp v0.9.0
16392024-03-20T19:15:35.081Z Compiling new_debug_unreachable v1.0.4
16402024-03-20T19:15:35.794Z Compiling minimal-lexical v0.2.1
16412024-03-20T19:15:35.971Z Compiling fixedbitset v0.4.2
16422024-03-20T19:15:36.126Z Compiling normalize-line-endings v0.3.0
16432024-03-20T19:15:36.177Z Compiling static_assertions v1.1.0
16442024-03-20T19:15:36.232Z Compiling predicates-core v1.0.6
16452024-03-20T19:15:36.266Z Compiling difflib v0.4.0
16462024-03-20T19:15:36.294Z Compiling whoami v1.5.0
16472024-03-20T19:15:36.320Z Compiling precomputed-hash v0.1.1
16482024-03-20T19:15:36.498Z Compiling string_cache v0.8.7
16492024-03-20T19:15:36.770Z Compiling predicates v3.1.0
16502024-03-20T19:15:36.843Z Compiling tokio-postgres v0.7.10
16512024-03-20T19:15:37.295Z Compiling trust-dns-proto v0.22.0
16522024-03-20T19:15:37.789Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16532024-03-20T19:15:37.981Z Compiling petgraph v0.6.4
16542024-03-20T19:15:40.390Z Compiling nom v7.1.3
16552024-03-20T19:15:41.330Z Compiling elliptic-curve v0.13.8
16562024-03-20T19:15:42.125Z Compiling diesel v2.1.4
16572024-03-20T19:15:43.312Z Compiling yasna v0.5.2
16582024-03-20T19:15:43.459Z Compiling zip v0.6.6
16592024-03-20T19:15:43.806Z Compiling crossterm v0.27.0
16602024-03-20T19:15:44.481Z Compiling clap v4.5.1
16612024-03-20T19:15:44.697Z Compiling similar v2.4.0
16622024-03-20T19:15:44.730Z Compiling bit-set v0.5.3
16632024-03-20T19:15:44.850Z Compiling num-iter v0.1.44
16642024-03-20T19:15:44.976Z Compiling usdt v0.3.5
16652024-03-20T19:15:45.013Z Compiling itertools v0.10.5
16662024-03-20T19:15:45.048Z Compiling console v0.15.8
16672024-03-20T19:15:45.687Z Compiling tokio-stream v0.1.14
16682024-03-20T19:15:46.080Z Compiling bstr v1.9.0
16692024-03-20T19:15:46.442Z Compiling lalrpop-util v0.19.12
16702024-03-20T19:15:51.651Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16712024-03-20T19:15:51.690Z Compiling getopts v0.2.21
16722024-03-20T19:15:51.690Z Compiling unsafe-libyaml v0.2.10
16732024-03-20T19:15:52.287Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16742024-03-20T19:15:52.938Z Compiling serde_yaml v0.9.25
16752024-03-20T19:15:57.683Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16762024-03-20T19:15:57.916Z Compiling camino v1.1.6
16772024-03-20T19:16:10.200Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16782024-03-20T19:16:24.034Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16792024-03-20T19:16:25.311Z Compiling proc-macro-crate v1.3.1
16802024-03-20T19:16:26.236Z Compiling strsim v0.10.0
16812024-03-20T19:16:31.300Z Compiling ident_case v1.0.1
16822024-03-20T19:16:31.404Z Compiling darling_core v0.20.3
16832024-03-20T19:16:35.947Z Compiling match_cfg v0.1.0
16842024-03-20T19:16:39.630Z Compiling hostname v0.3.1
16852024-03-20T19:16:47.904Z Compiling darling_macro v0.20.3
16862024-03-20T19:16:48.064Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16872024-03-20T19:16:48.762Z Compiling sha1 v0.10.6
16882024-03-20T19:16:49.443Z Compiling darling v0.20.3
16892024-03-20T19:16:49.505Z Compiling thread_local v1.1.7
16902024-03-20T19:16:49.554Z Compiling atty v0.2.14
16912024-03-20T19:16:49.686Z Compiling instant v0.1.12
16922024-03-20T19:16:49.828Z Compiling slog-async v2.8.0
16932024-03-20T19:16:50.178Z Compiling parking_lot_core v0.8.6
16942024-03-20T19:16:50.275Z Compiling crossbeam-channel v0.5.8
16952024-03-20T19:16:50.538Z Compiling dirs-sys-next v0.1.2
16962024-03-20T19:16:51.081Z Compiling take_mut v0.2.2
16972024-03-20T19:16:51.224Z Compiling rustls-pki-types v1.3.0
16982024-03-20T19:16:51.656Z Compiling dirs-next v2.0.0
16992024-03-20T19:16:51.970Z Compiling slog-json v2.6.1
17002024-03-20T19:16:52.681Z Compiling rustls v0.22.2
17012024-03-20T19:16:52.715Z Compiling slog-bunyan v2.5.0
17022024-03-20T19:16:52.716Z Compiling parking_lot v0.11.2
17032024-03-20T19:16:52.760Z Compiling term v0.7.0
17042024-03-20T19:16:53.978Z Compiling rustls-webpki v0.102.1
17052024-03-20T19:16:54.104Z Compiling fxhash v0.2.1
17062024-03-20T19:16:54.184Z Compiling multer v3.0.0
17072024-03-20T19:16:54.297Z Compiling half v2.3.1
17082024-03-20T19:16:54.417Z Compiling paste v1.0.14
17092024-03-20T19:16:54.539Z Compiling ciborium-io v0.2.2
17102024-03-20T19:16:54.849Z Compiling ciborium-ll v0.2.2
17112024-03-20T19:16:54.880Z Compiling sled v0.34.7
17122024-03-20T19:16:55.675Z Compiling slog-term v2.9.0
17132024-03-20T19:16:56.573Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
17142024-03-20T19:16:57.521Z Compiling http v1.0.0
17152024-03-20T19:16:57.560Z Compiling async-stream-impl v0.3.5
17162024-03-20T19:16:58.357Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17172024-03-20T19:16:58.964Z Compiling atomic-waker v1.1.1
17182024-03-20T19:16:58.999Z Compiling debug-ignore v1.0.5
17192024-03-20T19:16:58.999Z Compiling waitgroup v0.1.2
17202024-03-20T19:16:58.999Z Compiling async-stream v0.3.5
17212024-03-20T19:16:59.131Z Compiling tokio-rustls v0.25.0
17222024-03-20T19:16:59.433Z Compiling ciborium v0.2.2
17232024-03-20T19:17:00.225Z Compiling rustls-pemfile v2.1.1
17242024-03-20T19:17:00.360Z Compiling serde_with_macros v3.6.1
17252024-03-20T19:17:01.278Z Compiling num_enum_derive v0.7.2
17262024-03-20T19:17:01.317Z Compiling toml v0.8.10
17272024-03-20T19:17:01.349Z Compiling strum_macros v0.26.1
17282024-03-20T19:17:01.437Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17292024-03-20T19:17:02.547Z Compiling serde_path_to_error v0.1.16
17302024-03-20T19:17:02.864Z Compiling structmeta-derive v0.3.0
17312024-03-20T19:17:03.014Z Compiling num_enum v0.7.2
17322024-03-20T19:17:03.370Z Compiling serde_with v3.6.1
17332024-03-20T19:17:04.783Z Compiling strum v0.26.1
17342024-03-20T19:17:04.942Z Compiling structmeta v0.3.0
17352024-03-20T19:17:04.975Z Compiling rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
17362024-03-20T19:17:05.260Z Compiling parse-display-derive v0.9.0
17372024-03-20T19:17:05.809Z Compiling newtype-uuid v1.0.1
17382024-03-20T19:17:06.120Z Compiling bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
17392024-03-20T19:17:06.763Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17402024-03-20T19:17:07.312Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17412024-03-20T19:17:07.491Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17422024-03-20T19:17:07.829Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17432024-03-20T19:17:08.401Z Compiling backoff v0.4.0
17442024-03-20T19:17:08.432Z Compiling parse-display v0.9.0
17452024-03-20T19:17:08.705Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17462024-03-20T19:17:08.864Z Compiling macaddr v1.0.1
17472024-03-20T19:17:09.416Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
17482024-03-20T19:17:10.130Z Compiling proc-macro-error-attr v1.0.4
17492024-03-20T19:17:10.452Z Compiling proc-macro-error v1.0.4
17502024-03-20T19:17:10.691Z Compiling heapless v0.8.0
17512024-03-20T19:17:12.186Z Compiling num_enum_derive v0.5.11
17522024-03-20T19:17:14.012Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17532024-03-20T19:17:17.963Z Compiling hash32 v0.3.1
17542024-03-20T19:17:18.017Z Compiling smoltcp v0.11.0
17552024-03-20T19:17:18.269Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17562024-03-20T19:17:18.741Z Compiling num_enum v0.5.11
17572024-03-20T19:17:19.490Z Compiling fastrand v2.0.1
17582024-03-20T19:17:19.696Z Compiling embedded-io v0.4.0
17592024-03-20T19:17:19.888Z Compiling cobs v0.2.3
17602024-03-20T19:17:20.103Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17612024-03-20T19:17:20.303Z Compiling postcard v1.0.8
17622024-03-20T19:17:20.388Z Compiling tempfile v3.10.0
17632024-03-20T19:17:21.061Z Compiling foreign-types-macros v0.2.3
17642024-03-20T19:17:21.985Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
17652024-03-20T19:17:22.056Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17662024-03-20T19:17:22.659Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
17672024-03-20T19:17:22.694Z Compiling crucible-workspace-hack v0.1.0
17682024-03-20T19:17:22.694Z Compiling foreign-types-shared v0.3.1
17692024-03-20T19:17:22.694Z Compiling foreign-types v0.5.0
17702024-03-20T19:17:22.694Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
17712024-03-20T19:17:22.694Z Compiling tabwriter v1.4.0
17722024-03-20T19:17:22.765Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17732024-03-20T19:17:23.362Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
17742024-03-20T19:17:23.426Z Compiling cstr-argument v0.1.2
17752024-03-20T19:17:23.451Z Compiling pretty-hex v0.2.1
17762024-03-20T19:17:23.646Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
17772024-03-20T19:17:23.671Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17782024-03-20T19:17:23.962Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17792024-03-20T19:17:24.019Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17802024-03-20T19:17:24.353Z Compiling colored v2.1.0
17812024-03-20T19:17:24.383Z Compiling socket2 v0.4.9
17822024-03-20T19:17:24.949Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17832024-03-20T19:17:25.068Z Compiling platforms v3.0.2
17842024-03-20T19:17:25.286Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
17852024-03-20T19:17:25.473Z Compiling camino-tempfile v1.1.1
17862024-03-20T19:17:25.814Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17872024-03-20T19:17:26.167Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
17882024-03-20T19:17:27.192Z Compiling num-derive v0.4.0
17892024-03-20T19:17:27.192Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
17902024-03-20T19:17:27.218Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17912024-03-20T19:17:27.218Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
17922024-03-20T19:17:27.218Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17932024-03-20T19:17:27.360Z Compiling smf v0.2.2
17942024-03-20T19:17:27.778Z Compiling unicase v2.7.0
17952024-03-20T19:17:28.025Z Compiling rayon-core v1.12.1
17962024-03-20T19:17:28.083Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
17972024-03-20T19:17:28.272Z Compiling semver v0.1.20
17982024-03-20T19:17:28.771Z Compiling rustc_version v0.1.7
17992024-03-20T19:17:29.131Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18002024-03-20T19:17:29.473Z Compiling curve25519-dalek v4.1.1
18012024-03-20T19:17:29.502Z Compiling crossbeam-deque v0.8.3
18022024-03-20T19:17:29.536Z Compiling universal-hash v0.5.1
18032024-03-20T19:17:29.595Z Compiling opaque-debug v0.3.0
18042024-03-20T19:17:29.709Z Compiling same-file v1.0.6
18052024-03-20T19:17:29.914Z Compiling walkdir v2.4.0
18062024-03-20T19:17:29.953Z Compiling newtype_derive v0.1.6
18072024-03-20T19:17:30.207Z Compiling semver-parser v0.10.2
18082024-03-20T19:17:30.247Z Compiling signature v2.1.0
18092024-03-20T19:17:30.459Z Compiling curve25519-dalek-derive v0.1.0
18102024-03-20T19:17:30.490Z Compiling blake3 v1.5.0
18112024-03-20T19:17:30.746Z Compiling num-rational v0.4.1
18122024-03-20T19:17:30.955Z Compiling getrandom v0.1.16
18132024-03-20T19:17:31.254Z Compiling semver v0.11.0
18142024-03-20T19:17:31.355Z Compiling rayon v1.9.0
18152024-03-20T19:17:31.757Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18162024-03-20T19:17:32.060Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18172024-03-20T19:17:32.216Z Compiling usdt-macro v0.5.0
18182024-03-20T19:17:32.796Z Compiling usdt-attr-macro v0.5.0
18192024-03-20T19:17:33.286Z Compiling heck v0.3.3
18202024-03-20T19:17:33.582Z Compiling textwrap v0.11.0
18212024-03-20T19:17:33.967Z Compiling password-hash v0.5.0
18222024-03-20T19:17:34.152Z Compiling blake2 v0.10.6
18232024-03-20T19:17:34.588Z Compiling memmap v0.7.0
18242024-03-20T19:17:34.898Z Compiling xattr v1.0.1
18252024-03-20T19:17:35.153Z Compiling memmap2 v0.7.1
18262024-03-20T19:17:35.184Z Compiling filetime v0.2.23
18272024-03-20T19:17:35.384Z Compiling linked-hash-map v0.5.6
18282024-03-20T19:17:35.448Z Compiling base64 v0.22.0
18292024-03-20T19:17:35.945Z Compiling arrayvec v0.7.4
18302024-03-20T19:17:35.977Z Compiling strsim v0.8.0
18312024-03-20T19:17:35.977Z Compiling constant_time_eq v0.3.0
18322024-03-20T19:17:35.977Z Compiling home v0.5.5
18332024-03-20T19:17:36.021Z Compiling ansi_term v0.12.1
18342024-03-20T19:17:36.127Z Compiling arrayref v0.3.7
18352024-03-20T19:17:36.214Z Compiling quick-error v1.2.3
18362024-03-20T19:17:36.352Z Compiling libefi-sys v0.1.0
18372024-03-20T19:17:36.379Z Compiling vec_map v0.8.2
18382024-03-20T19:17:37.054Z Compiling resolv-conf v0.7.0
18392024-03-20T19:17:37.095Z Compiling clap v2.34.0
18402024-03-20T19:17:37.095Z Compiling toolchain_find v0.2.0
18412024-03-20T19:17:37.096Z Compiling lru-cache v0.1.2
18422024-03-20T19:17:37.096Z Compiling tar v0.4.40
18432024-03-20T19:17:37.144Z Compiling usdt v0.5.0
18442024-03-20T19:17:37.200Z Compiling argon2 v0.5.3
18452024-03-20T19:17:37.901Z Compiling structopt-derive v0.4.18
18462024-03-20T19:17:38.982Z Compiling rfc6979 v0.4.0
18472024-03-20T19:17:39.116Z Compiling toml v0.5.11
18482024-03-20T19:17:39.159Z Compiling aead v0.5.2
18492024-03-20T19:17:39.325Z Compiling num-complex v0.4.4
18502024-03-20T19:17:39.451Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18512024-03-20T19:17:39.731Z Compiling nibble_vec v0.1.0
18522024-03-20T19:17:39.926Z Compiling slog-dtrace v0.3.0
18532024-03-20T19:17:40.056Z Compiling keccak v0.1.4
18542024-03-20T19:17:40.216Z Compiling utf-8 v0.7.6
18552024-03-20T19:17:40.390Z Compiling endian-type v0.1.2
18562024-03-20T19:17:40.510Z Compiling arc-swap v1.6.0
18572024-03-20T19:17:40.611Z Compiling cancel-safe-futures v0.1.5
18582024-03-20T19:17:40.712Z Compiling winapi v0.3.9
18592024-03-20T19:17:40.800Z Compiling topological-sort v0.2.2
18602024-03-20T19:17:40.920Z Compiling slog-scope v4.4.0
18612024-03-20T19:17:41.003Z Compiling omicron-zone-package v0.11.0
18622024-03-20T19:17:41.147Z Compiling radix_trie v0.2.1
18632024-03-20T19:17:41.462Z Compiling rustfmt-wrapper v0.2.0
18642024-03-20T19:17:41.727Z Compiling tungstenite v0.20.1
18652024-03-20T19:17:41.820Z Compiling sha3 v0.10.8
18662024-03-20T19:17:41.998Z Compiling num v0.4.1
18672024-03-20T19:17:42.055Z Compiling structopt v0.3.26
18682024-03-20T19:17:42.208Z Compiling ecdsa v0.16.9
18692024-03-20T19:17:42.428Z Compiling rand_core v0.5.1
18702024-03-20T19:17:42.576Z Compiling steno v0.4.0
18712024-03-20T19:17:42.819Z Compiling mime_guess v2.0.4
18722024-03-20T19:17:43.240Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18732024-03-20T19:17:43.718Z Compiling trust-dns-resolver v0.22.0
18742024-03-20T19:17:44.224Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18752024-03-20T19:17:45.595Z Compiling poly1305 v0.8.0
18762024-03-20T19:17:46.503Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18772024-03-20T19:17:46.845Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18782024-03-20T19:17:47.733Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18792024-03-20T19:17:47.852Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18802024-03-20T19:17:48.106Z Compiling primeorder v0.13.6
18812024-03-20T19:17:48.529Z Compiling chacha20 v0.9.1
18822024-03-20T19:17:48.910Z Compiling secrecy v0.8.0
18832024-03-20T19:17:49.186Z Compiling thiserror-impl-no-std v2.0.2
18842024-03-20T19:17:56.083Z Compiling humantime v2.1.0
18852024-03-20T19:17:56.177Z Compiling option-ext v0.2.0
18862024-03-20T19:17:56.177Z Compiling convert_case v0.4.0
18872024-03-20T19:17:56.178Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18882024-03-20T19:17:56.178Z Compiling derive_more v0.99.17
18892024-03-20T19:17:56.178Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18902024-03-20T19:17:56.178Z Compiling thiserror-no-std v2.0.2
18912024-03-20T19:17:56.178Z Compiling dirs-sys v0.4.1
18922024-03-20T19:17:56.178Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18932024-03-20T19:17:56.178Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18942024-03-20T19:17:56.178Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
18952024-03-20T19:17:56.799Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18962024-03-20T19:17:57.164Z Compiling rand_chacha v0.2.2
18972024-03-20T19:17:57.207Z Compiling tokio-tungstenite v0.20.1
18982024-03-20T19:17:58.230Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18992024-03-20T19:17:58.942Z Compiling trust-dns-client v0.22.0
19002024-03-20T19:18:00.086Z Compiling slog-stdlog v4.1.1
19012024-03-20T19:18:00.997Z Compiling ed25519 v2.2.2
19022024-03-20T19:18:01.358Z Compiling polyval v0.6.1
19032024-03-20T19:18:01.428Z Compiling ctr v0.9.2
19042024-03-20T19:18:01.669Z Compiling aes v0.8.3
19052024-03-20T19:18:01.724Z Compiling blowfish v0.9.1
19062024-03-20T19:18:01.791Z Compiling password-hash v0.4.2
19072024-03-20T19:18:02.108Z Compiling libsw v3.3.1
19082024-03-20T19:18:02.386Z Compiling pbkdf2 v0.12.2
19092024-03-20T19:18:02.556Z Compiling derive-where v1.2.7
19102024-03-20T19:18:03.777Z Compiling gethostname v0.4.3
19112024-03-20T19:18:03.891Z Compiling owo-colors v4.0.0
19122024-03-20T19:18:04.038Z Compiling swrite v0.1.0
19132024-03-20T19:18:04.198Z Compiling linear-map v1.2.0
19142024-03-20T19:18:04.532Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19152024-03-20T19:18:06.029Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19162024-03-20T19:18:08.161Z Compiling trust-dns-server v0.22.1
19172024-03-20T19:18:09.928Z Compiling bcrypt-pbkdf v0.10.0
19182024-03-20T19:18:10.253Z Compiling pbkdf2 v0.11.0
19192024-03-20T19:18:10.359Z Compiling ghash v0.5.0
19202024-03-20T19:18:10.549Z Compiling ed25519-dalek v2.0.0
19212024-03-20T19:18:10.632Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19222024-03-20T19:18:11.878Z Compiling slog-envlogger v2.2.0
19232024-03-20T19:18:12.109Z Compiling russh-cryptovec v0.7.0
19242024-03-20T19:18:12.205Z Compiling rand v0.7.3
19252024-03-20T19:18:12.480Z Compiling dirs v5.0.1
19262024-03-20T19:18:12.726Z Compiling vsss-rs v3.3.4
19272024-03-20T19:18:13.719Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19282024-03-20T19:18:14.096Z Compiling chacha20poly1305 v0.10.1
19292024-03-20T19:18:14.236Z Compiling p521 v0.13.3
19302024-03-20T19:18:14.301Z Compiling p256 v0.13.2
19312024-03-20T19:18:14.344Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19322024-03-20T19:18:16.117Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
19332024-03-20T19:18:16.379Z Compiling cbc v0.1.2
19342024-03-20T19:18:16.589Z Compiling pem v3.0.2
19352024-03-20T19:18:17.141Z Compiling headers-core v0.2.0
19362024-03-20T19:18:17.286Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19372024-03-20T19:18:17.964Z Compiling kstat-rs v0.2.3
19382024-03-20T19:18:18.769Z Compiling nanorand v0.7.0
19392024-03-20T19:18:19.119Z Compiling http-range v0.1.5
19402024-03-20T19:18:19.244Z Compiling md5 v0.7.0
19412024-03-20T19:18:19.416Z Compiling glob v0.3.1
19422024-03-20T19:18:19.674Z Compiling russh-keys v0.42.0
19432024-03-20T19:18:21.111Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19442024-03-20T19:18:21.203Z Compiling hyper-staticfile v0.9.5
19452024-03-20T19:18:22.317Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19462024-03-20T19:18:23.980Z Compiling flume v0.11.0
19472024-03-20T19:18:24.671Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19482024-03-20T19:18:26.332Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19492024-03-20T19:18:27.167Z Compiling headers v0.3.9
19502024-03-20T19:18:30.018Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19512024-03-20T19:18:30.440Z Compiling rcgen v0.12.1
19522024-03-20T19:18:37.437Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19532024-03-20T19:18:38.458Z Compiling aes-gcm v0.10.3
19542024-03-20T19:18:38.717Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19552024-03-20T19:18:39.144Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19562024-03-20T19:18:43.907Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19572024-03-20T19:18:46.167Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19582024-03-20T19:18:54.049Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
19592024-03-20T19:18:57.969Z Compiling atomicwrites v0.4.3
19602024-03-20T19:18:58.415Z Compiling itertools v0.12.1
19612024-03-20T19:18:59.058Z Compiling subprocess v0.2.9
19622024-03-20T19:18:59.824Z Compiling dhcproto-macros v0.1.0
19632024-03-20T19:19:00.513Z Compiling hex-literal v0.4.1
19642024-03-20T19:19:00.698Z Compiling display-error-chain v0.2.0
19652024-03-20T19:19:00.876Z Compiling russh v0.42.0
19662024-03-20T19:19:01.372Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
19672024-03-20T19:19:01.585Z Compiling dhcproto v0.11.0
19682024-03-20T19:19:01.845Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19692024-03-20T19:19:03.414Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
19702024-03-20T19:19:03.530Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19712024-03-20T19:19:03.969Z Compiling internet-checksum v0.2.1
19722024-03-20T19:19:29.235Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19732024-03-20T19:20:55.990Z Finished release [optimized] target(s) in 7m 25s
19742024-03-20T19:20:56.726Z+ cp target/release/commtest /out/
19752024-03-20T19:20:56.759Z+ cp target/release/dhcp-server /out/
19762024-03-20T19:20:56.760Z+ banner testbed
19772024-03-20T19:20:56.760Z
19782024-03-20T19:20:56.760Z ##### ###### #### ##### ##### ###### #####
19792024-03-20T19:20:56.760Z # # # # # # # # #
19802024-03-20T19:20:56.760Z # ##### #### # ##### ##### # #
19812024-03-20T19:20:56.760Z # # # # # # # # #
19822024-03-20T19:20:56.760Z # # # # # # # # # #
19832024-03-20T19:20:56.760Z # ###### #### # ##### ###### #####
19842024-03-20T19:20:56.760Z
19852024-03-20T19:20:56.760Z+ cd /work/oxidecomputer
19862024-03-20T19:20:56.761Z+ rm -rf testbed
19872024-03-20T19:20:56.761Z+ git clone https://github.com/oxidecomputer/testbed
19882024-03-20T19:20:56.761ZCloning into 'testbed'...
19892024-03-20T19:20:57.510Z+ cd testbed/a4x2
19902024-03-20T19:20:57.510Z+ OMICRON=/work/oxidecomputer/omicron
19912024-03-20T19:20:57.510Z+ ./config/build-packages.sh
19922024-03-20T19:20:57.546Z+ export 'RUSTFLAGS=--cfg svcadm_autoclear -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-znocompstrtab'
19932024-03-20T19:20:57.546Z+ RUSTFLAGS='--cfg svcadm_autoclear -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-znocompstrtab'
19942024-03-20T19:20:57.546Z+++ dirname ./config/build-packages.sh
19952024-03-20T19:20:57.546Z++ cd -- ./config
19962024-03-20T19:20:57.547Z++ pwd -P
19972024-03-20T19:20:57.547Z+ HERE=/work/oxidecomputer/testbed/a4x2/config/../
19982024-03-20T19:20:57.547Z+ OMICRON=/work/oxidecomputer/omicron
19992024-03-20T19:20:57.547Z+ rm -rf cargo-bay/tools
20002024-03-20T19:20:57.547Z+ cp -r /work/oxidecomputer/omicron/tools cargo-bay/
20012024-03-20T19:20:57.547Z+ banner G0
20022024-03-20T19:20:57.548Z ##### ###
20032024-03-20T19:20:57.548Z# # # #
20042024-03-20T19:20:57.548Z# # #
20052024-03-20T19:20:57.548Z# #### # #
20062024-03-20T19:20:57.548Z# # # #
20072024-03-20T19:20:57.548Z# # # #
20082024-03-20T19:20:57.548Z ##### ###
20092024-03-20T19:20:57.548Z
20102024-03-20T19:20:57.548Z+ . config/build-g0.sh
20112024-03-20T19:20:57.548Z++ [[ '' == \s\t\a\t\i\c ]]
20122024-03-20T19:20:57.548Z++ [[ '' == true ]]
20132024-03-20T19:20:57.548Z++ cp config/config-rss.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/
20142024-03-20T19:20:57.548Z++ cp config/g0-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml
20152024-03-20T19:20:57.548Z++ cp config/mgs-sim-switch0.toml /work/oxidecomputer/omicron/smf/mgs-sim/config.toml
20162024-03-20T19:20:57.548Z++ cp config/sp-sim-config.toml /work/oxidecomputer/omicron/smf/sp-sim/config.toml
20172024-03-20T19:20:57.548Z++ cd /work/oxidecomputer/omicron
20182024-03-20T19:20:57.548Z++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled
20192024-03-20T19:20:58.214Z Downloading crates ...
20202024-03-20T19:20:59.829Z Downloaded castaway v0.2.2
20212024-03-20T19:20:59.829Z Downloaded rustyline v13.0.0
20222024-03-20T19:20:59.829Z Downloaded vte_generate_state_changes v0.1.1
20232024-03-20T19:20:59.829Z Downloaded tiny-keccak v2.0.2
20242024-03-20T19:20:59.829Z Downloaded unarray v0.1.4
20252024-03-20T19:20:59.829Z Downloaded which v4.4.0
20262024-03-20T19:20:59.829Z Downloaded wyz v0.5.1
20272024-03-20T19:20:59.829Z Downloaded tui-tree-widget v0.17.0
20282024-03-20T19:20:59.829Z Downloaded vte v0.11.1
20292024-03-20T19:20:59.829Z Downloaded unicode_categories v0.1.1
20302024-03-20T19:20:59.829Z Downloaded x509-cert v0.2.4
20312024-03-20T19:20:59.829Z Downloaded tabled v0.15.0
20322024-03-20T19:20:59.829Z Downloaded regex-syntax v0.6.29
20332024-03-20T19:20:59.829Z Downloaded ratatui v0.26.1
20342024-03-20T19:20:59.829Z Downloaded proptest v1.4.0
20352024-03-20T19:20:59.829Z Downloaded polar-core v0.27.0
20362024-03-20T19:20:59.829Z Downloaded object v0.30.4
20372024-03-20T19:20:59.830Z Downloaded nix v0.27.1
20382024-03-20T19:20:59.830Z Downloaded sqlparser v0.43.1
20392024-03-20T19:20:59.830Z Downloaded salty v0.2.0
20402024-03-20T19:20:59.830Z Downloaded rsa v0.9.2
20412024-03-20T19:20:59.830Z Downloaded reedline v0.30.0
20422024-03-20T19:20:59.830Z Downloaded quick-xml v0.30.0
20432024-03-20T19:20:59.830Z Downloaded prettyplease v0.2.16
20442024-03-20T19:20:59.830Z Downloaded portable-atomic v1.4.3
20452024-03-20T19:20:59.830Z Downloaded pin-project v1.1.3
20462024-03-20T19:20:59.830Z Downloaded num-bigint-dig v0.8.4
20472024-03-20T19:20:59.830Z Downloaded hashbrown v0.13.2
20482024-03-20T19:20:59.830Z Downloaded typed-path v0.7.0
20492024-03-20T19:20:59.830Z Downloaded tough v0.16.0
20502024-03-20T19:20:59.830Z Downloaded ron v0.8.1
20512024-03-20T19:20:59.830Z Downloaded papergrid v0.11.0
20522024-03-20T19:20:59.830Z Downloaded libxml v0.3.3
20532024-03-20T19:20:59.830Z Downloaded crc-any v2.4.3
20542024-03-20T19:20:59.830Z Downloaded test-strategy v0.3.1
20552024-03-20T19:20:59.830Z Downloaded signal-hook-tokio v0.3.1
20562024-03-20T19:20:59.830Z Downloaded shlex v1.3.0
20572024-03-20T19:20:59.830Z Downloaded shell-words v1.1.0
20582024-03-20T19:20:59.830Z Downloaded serde_plain v1.0.2
20592024-03-20T19:20:59.830Z Downloaded serde-big-array v0.4.1
20602024-03-20T19:20:59.831Z Downloaded ref-cast v1.0.20
20612024-03-20T19:20:59.831Z Downloaded rand_xorshift v0.3.0
20622024-03-20T19:20:59.831Z Downloaded rand_seeder v0.2.3
20632024-03-20T19:20:59.831Z Downloaded predicates-tree v1.0.9
20642024-03-20T19:20:59.831Z Downloaded pkcs1 v0.7.5
20652024-03-20T19:20:59.831Z Downloaded pin-project-internal v1.1.3
20662024-03-20T19:20:59.831Z Downloaded peeking_take_while v0.1.2
20672024-03-20T19:20:59.831Z Downloaded oso v0.27.0
20682024-03-20T19:20:59.831Z Downloaded nu-ansi-term v0.50.0
20692024-03-20T19:20:59.831Z Downloaded lalrpop v0.19.12
20702024-03-20T19:20:59.831Z Downloaded serde-hex v0.1.0
20712024-03-20T19:20:59.831Z Downloaded serde-big-array v0.5.1
20722024-03-20T19:20:59.831Z Downloaded rusty-fork v0.3.0
20732024-03-20T19:20:59.831Z Downloaded rustc-hash v1.1.0
20742024-03-20T19:20:59.831Z Downloaded rtoolbox v0.0.1
20752024-03-20T19:20:59.831Z Downloaded ref-cast-impl v1.0.20
20762024-03-20T19:20:59.831Z Downloaded radium v0.7.0
20772024-03-20T19:20:59.831Z Downloaded packed_struct_codegen v0.10.1
20782024-03-20T19:20:59.831Z Downloaded packed_struct v0.10.1
20792024-03-20T19:20:59.831Z Downloaded olpc-cjson v0.1.3
20802024-03-20T19:20:59.831Z Downloaded nodrop v0.1.14
20812024-03-20T19:20:59.831Z Downloaded multimap v0.10.0
20822024-03-20T19:20:59.831Z Downloaded rpassword v7.3.1
20832024-03-20T19:20:59.832Z Downloaded fatfs v0.3.6
20842024-03-20T19:20:59.832Z Downloaded crc-catalog v2.2.0
20852024-03-20T19:20:59.832Z Downloaded wait-timeout v0.2.0
20862024-03-20T19:20:59.832Z Downloaded path-slash v0.1.5
20872024-03-20T19:20:59.832Z Downloaded parse-size v1.0.0
20882024-03-20T19:20:59.832Z Downloaded oso-derive v0.27.0
20892024-03-20T19:20:59.832Z Downloaded number_prefix v0.4.0
20902024-03-20T19:20:59.832Z Downloaded indoc v2.0.3
20912024-03-20T19:20:59.832Z Downloaded unicode-linebreak v0.1.5
20922024-03-20T19:20:59.832Z Downloaded termios v0.3.3
20932024-03-20T19:20:59.832Z Downloaded impl-trait-for-tuples v0.2.2
20942024-03-20T19:20:59.832Z Downloaded fd-lock v4.0.2
20952024-03-20T19:20:59.832Z Downloaded tabled_derive v0.7.0
20962024-03-20T19:20:59.832Z Downloaded supports-color v3.0.0
20972024-03-20T19:20:59.832Z Downloaded strip-ansi-escapes v0.2.0
20982024-03-20T19:20:59.832Z Downloaded is_ci v1.2.0
20992024-03-20T19:20:59.832Z Downloaded downcast v0.11.0
21002024-03-20T19:20:59.832Z Downloaded textwrap v0.16.1
21012024-03-20T19:20:59.832Z Downloaded termtree v0.4.1
21022024-03-20T19:20:59.832Z Downloaded termcolor v1.2.0
21032024-03-20T19:20:59.832Z Downloaded tap v1.0.1
21042024-03-20T19:20:59.832Z Downloaded strum_macros v0.24.3
21052024-03-20T19:20:59.832Z Downloaded strum v0.25.0
21062024-03-20T19:20:59.832Z Downloaded structmeta-derive v0.2.0
21072024-03-20T19:20:59.832Z Downloaded structmeta v0.2.0
21082024-03-20T19:20:59.833Z Downloaded stability v0.1.1
21092024-03-20T19:20:59.833Z Downloaded sqlparser_derive v0.2.2
21102024-03-20T19:20:59.833Z Downloaded sqlformat v0.2.3
21112024-03-20T19:20:59.833Z Downloaded snafu-derive v0.7.5
21122024-03-20T19:20:59.833Z Downloaded snafu v0.7.5
21132024-03-20T19:20:59.833Z Downloaded smawk v0.3.1
21142024-03-20T19:20:59.833Z Downloaded smallvec v0.6.14
21152024-03-20T19:20:59.833Z Downloaded signature v1.6.4
21162024-03-20T19:20:59.833Z Downloaded mockall_derive v0.12.0
21172024-03-20T19:20:59.833Z Downloaded mockall v0.12.0
21182024-03-20T19:20:59.833Z Downloaded maplit v1.0.2
21192024-03-20T19:20:59.833Z Downloaded lru v0.12.1
21202024-03-20T19:20:59.909Z Downloaded libloading v0.7.4
21212024-03-20T19:20:59.910Z Downloaded lazycell v1.3.0
21222024-03-20T19:20:59.910Z Downloaded is-terminal v0.4.9
21232024-03-20T19:20:59.910Z Downloaded indoc v1.0.9
21242024-03-20T19:20:59.910Z Downloaded funty v2.0.0
21252024-03-20T19:20:59.910Z Downloaded fs-err v2.11.0
21262024-03-20T19:20:59.910Z Downloaded fragile v2.0.0
21272024-03-20T19:20:59.910Z Downloaded ed25519 v1.5.3
21282024-03-20T19:20:59.910Z Downloaded doc-comment v0.3.3
21292024-03-20T19:20:59.910Z Downloaded derive_builder_macro v0.12.0
21302024-03-20T19:20:59.910Z Downloaded darling_core v0.14.4
21312024-03-20T19:20:59.910Z Downloaded csv v1.3.0
21322024-03-20T19:20:59.910Z Downloaded crunchy v0.2.2
21332024-03-20T19:20:59.910Z Downloaded corncobs v0.1.3
21342024-03-20T19:20:59.910Z Downloaded cookie v0.18.0
21352024-03-20T19:20:59.911Z Downloaded memoffset v0.7.1
21362024-03-20T19:20:59.911Z Downloaded maybe-uninit v2.0.0
21372024-03-20T19:20:59.911Z Downloaded indicatif v0.17.8
21382024-03-20T19:20:59.911Z Downloaded highway v1.1.0
21392024-03-20T19:20:59.911Z Downloaded globset v0.4.13
21402024-03-20T19:20:59.911Z Downloaded fd-lock v3.0.13
21412024-03-20T19:20:59.911Z Downloaded env_logger v0.10.0
21422024-03-20T19:20:59.911Z Downloaded ena v0.14.2
21432024-03-20T19:20:59.911Z Downloaded diff v0.1.13
21442024-03-20T19:20:59.911Z Downloaded derive_builder_core v0.12.0
21452024-03-20T19:20:59.911Z Downloaded derive_builder v0.12.0
21462024-03-20T19:20:59.912Z Downloaded darling_macro v0.14.4
21472024-03-20T19:20:59.912Z Downloaded darling v0.14.4
21482024-03-20T19:20:59.912Z Downloaded csv-core v0.1.11
21492024-03-20T19:20:59.912Z Downloaded crc v3.0.1
21502024-03-20T19:20:59.912Z Downloaded compact_str v0.7.1
21512024-03-20T19:20:59.912Z Downloaded clang-sys v1.6.1
21522024-03-20T19:20:59.912Z Downloaded cexpr v0.6.0
21532024-03-20T19:20:59.912Z Downloaded cassowary v0.3.0
21542024-03-20T19:20:59.912Z Downloaded buf-list v1.0.3
21552024-03-20T19:20:59.912Z Downloaded bitvec v1.0.1
21562024-03-20T19:20:59.912Z Downloaded bitfield v0.14.0
21572024-03-20T19:20:59.912Z Downloaded bindgen v0.69.2
21582024-03-20T19:20:59.912Z Downloaded bytecount v0.6.3
21592024-03-20T19:20:59.913Z Downloaded bcs v0.1.6
21602024-03-20T19:20:59.913Z Downloaded bb8 v0.8.3
21612024-03-20T19:20:59.913Z Downloaded async-recursion v1.0.5
21622024-03-20T19:20:59.913Z Downloaded assert_matches v1.5.0
21632024-03-20T19:20:59.913Z Downloaded ascii-canvas v3.0.0
21642024-03-20T19:20:59.913Z Downloaded array-init v0.0.4
21652024-03-20T19:20:59.970Z Compiling proc-macro2 v1.0.78
21662024-03-20T19:20:59.971Z Compiling unicode-ident v1.0.12
21672024-03-20T19:20:59.971Z Compiling libc v0.2.153
21682024-03-20T19:20:59.971Z Compiling serde v1.0.197
21692024-03-20T19:20:59.971Z Compiling version_check v0.9.4
21702024-03-20T19:20:59.971Z Compiling autocfg v1.1.0
21712024-03-20T19:20:59.971Z Compiling cfg-if v1.0.0
21722024-03-20T19:20:59.971Z Compiling syn v1.0.109
21732024-03-20T19:20:59.971Z Compiling once_cell v1.19.0
21742024-03-20T19:20:59.971Z Compiling byteorder v1.5.0
21752024-03-20T19:20:59.971Z Compiling serde_json v1.0.114
21762024-03-20T19:20:59.971Z Compiling libm v0.2.7
21772024-03-20T19:20:59.971Z Compiling memchr v2.7.1
21782024-03-20T19:20:59.971Z Compiling ahash v0.8.8
21792024-03-20T19:21:00.006Z Compiling lock_api v0.4.10
21802024-03-20T19:21:00.092Z Compiling num-traits v0.2.18
21812024-03-20T19:21:00.119Z Compiling parking_lot_core v0.9.8
21822024-03-20T19:21:00.232Z Compiling thiserror v1.0.57
21832024-03-20T19:21:00.433Z Compiling itoa v1.0.9
21842024-03-20T19:21:00.594Z Compiling quote v1.0.35
21852024-03-20T19:21:00.648Z Compiling typenum v1.16.0
21862024-03-20T19:21:00.798Z Compiling scopeguard v1.2.0
21872024-03-20T19:21:00.913Z Compiling syn v2.0.52
21882024-03-20T19:21:01.052Z Compiling cc v1.0.83
21892024-03-20T19:21:01.124Z Compiling getrandom v0.2.12
21902024-03-20T19:21:01.428Z Compiling generic-array v0.14.7
21912024-03-20T19:21:01.494Z Compiling log v0.4.21
21922024-03-20T19:21:01.804Z Compiling allocator-api2 v0.2.16
21932024-03-20T19:21:01.982Z Compiling pkg-config v0.3.27
21942024-03-20T19:21:02.200Z Compiling slab v0.4.9
21952024-03-20T19:21:02.231Z Compiling smallvec v1.13.1
21962024-03-20T19:21:02.453Z Compiling schemars v0.8.16
21972024-03-20T19:21:02.485Z Compiling ryu v1.0.15
21982024-03-20T19:21:02.790Z Compiling heck v0.4.1
21992024-03-20T19:21:02.886Z Compiling equivalent v1.0.1
22002024-03-20T19:21:03.124Z Compiling pin-project-lite v0.2.13
22012024-03-20T19:21:03.209Z Compiling ring v0.17.8
22022024-03-20T19:21:03.365Z Compiling vcpkg v0.2.15
22032024-03-20T19:21:03.958Z Compiling parking_lot v0.12.1
22042024-03-20T19:21:04.873Z Compiling openssl-sys v0.9.96
22052024-03-20T19:21:05.009Z Compiling signal-hook-registry v1.4.1
22062024-03-20T19:21:05.278Z Compiling mio v0.8.11
22072024-03-20T19:21:05.597Z Compiling fnv v1.0.7
22082024-03-20T19:21:05.674Z Compiling num-conv v0.1.0
22092024-03-20T19:21:05.720Z Compiling time-core v0.1.2
22102024-03-20T19:21:05.890Z Compiling rand_core v0.6.4
22112024-03-20T19:21:05.940Z Compiling time-macros v0.2.17
22122024-03-20T19:21:06.225Z Compiling crossbeam-utils v0.8.19
22132024-03-20T19:21:06.358Z Compiling ring v0.16.20
22142024-03-20T19:21:06.666Z Compiling socket2 v0.5.5
22152024-03-20T19:21:06.785Z Compiling num_cpus v1.16.0
22162024-03-20T19:21:06.874Z Compiling iana-time-zone v0.1.57
22172024-03-20T19:21:06.932Z Compiling httparse v1.8.0
22182024-03-20T19:21:07.469Z Compiling serde_derive_internals v0.26.0
22192024-03-20T19:21:07.959Z Compiling futures-core v0.3.30
22202024-03-20T19:21:08.174Z Compiling rustix v0.38.31
22212024-03-20T19:21:08.200Z Compiling ucd-trie v0.1.6
22222024-03-20T19:21:08.226Z Compiling spin v0.5.2
22232024-03-20T19:21:08.306Z Compiling openssl v0.10.60
22242024-03-20T19:21:08.618Z Compiling semver v1.0.22
22252024-03-20T19:21:08.701Z Compiling backtrace v0.3.69
22262024-03-20T19:21:09.053Z Compiling slog v2.7.0
22272024-03-20T19:21:09.079Z Compiling native-tls v0.2.11
22282024-03-20T19:21:09.282Z Compiling rustls v0.21.9
22292024-03-20T19:21:09.282Z Compiling tinyvec_macros v0.1.1
22302024-03-20T19:21:09.365Z Compiling winnow v0.5.15
22312024-03-20T19:21:09.456Z Compiling tinyvec v1.6.0
22322024-03-20T19:21:09.489Z Compiling spin v0.9.8
22332024-03-20T19:21:09.711Z Compiling dyn-clone v1.0.17
22342024-03-20T19:21:09.849Z Compiling unicode-xid v0.2.4
22352024-03-20T19:21:09.954Z Compiling crc32fast v1.3.2
22362024-03-20T19:21:09.981Z Compiling uuid v0.8.2
22372024-03-20T19:21:10.006Z Compiling subtle v2.5.0
22382024-03-20T19:21:10.032Z Compiling futures-sink v0.3.30
22392024-03-20T19:21:10.164Z Compiling const-oid v0.9.6
22402024-03-20T19:21:10.251Z Compiling synstructure v0.12.6
22412024-03-20T19:21:10.668Z Compiling unicode-normalization v0.1.22
22422024-03-20T19:21:12.429Z Compiling cookie v0.17.0
22432024-03-20T19:21:12.876Z Compiling anyhow v1.0.79
22442024-03-20T19:21:12.876Z Compiling unicode-bidi v0.3.15
22452024-03-20T19:21:12.876Z Compiling serde_derive v1.0.197
22462024-03-20T19:21:12.876Z Compiling zerocopy-derive v0.7.32
22472024-03-20T19:21:12.876Z Compiling thiserror-impl v1.0.57
22482024-03-20T19:21:12.876Z Compiling zeroize_derive v1.4.2
22492024-03-20T19:21:12.876Z Compiling tokio-macros v2.2.0
22502024-03-20T19:21:12.876Z Compiling schemars_derive v0.8.16
22512024-03-20T19:21:12.910Z Compiling futures-macro v0.3.30
22522024-03-20T19:21:13.313Z Compiling tracing-attributes v0.1.27
22532024-03-20T19:21:13.431Z Compiling zeroize v1.7.0
22542024-03-20T19:21:13.646Z Compiling zerocopy v0.7.32
22552024-03-20T19:21:14.573Z Compiling pest v2.7.6
22562024-03-20T19:21:14.854Z Compiling openssl-macros v0.1.1
22572024-03-20T19:21:15.545Z Compiling hashbrown v0.14.3
22582024-03-20T19:21:16.099Z Compiling zerocopy-derive v0.2.0
22592024-03-20T19:21:16.619Z Compiling pest_meta v2.7.6
22602024-03-20T19:21:16.739Z Compiling futures-channel v0.3.30
22612024-03-20T19:21:16.974Z Compiling tracing-core v0.1.32
22622024-03-20T19:21:17.153Z Compiling pin-utils v0.1.0
22632024-03-20T19:21:17.180Z Compiling futures-task v0.3.30
22642024-03-20T19:21:17.434Z Compiling futures-io v0.3.30
22652024-03-20T19:21:17.689Z Compiling pest_generator v2.7.6
22662024-03-20T19:21:17.738Z Compiling tracing v0.1.40
22672024-03-20T19:21:17.764Z Compiling futures-util v0.3.30
22682024-03-20T19:21:19.007Z Compiling crypto-common v0.1.6
22692024-03-20T19:21:19.051Z Compiling der_derive v0.7.2
22702024-03-20T19:21:19.222Z Compiling aho-corasick v1.1.2
22712024-03-20T19:21:19.763Z Compiling regex-syntax v0.8.2
22722024-03-20T19:21:20.035Z Compiling pest_derive v2.7.6
22732024-03-20T19:21:20.635Z Compiling powerfmt v0.2.0
22742024-03-20T19:21:21.048Z Compiling deranged v0.3.11
22752024-03-20T19:21:22.938Z Compiling bytes v1.5.0
22762024-03-20T19:21:23.381Z Compiling indexmap v2.2.5
22772024-03-20T19:21:23.414Z Compiling toml_datetime v0.6.5
22782024-03-20T19:21:23.768Z Compiling uuid v1.7.0
22792024-03-20T19:21:23.930Z Compiling chrono v0.4.34
22802024-03-20T19:21:24.187Z Compiling bitflags v2.4.2
22812024-03-20T19:21:24.628Z Compiling tokio v1.36.0
22822024-03-20T19:21:24.822Z Compiling serde_spanned v0.6.5
22832024-03-20T19:21:25.158Z Compiling toml_edit v0.19.15
22842024-03-20T19:21:27.873Z Compiling http v0.2.12
22852024-03-20T19:21:29.664Z Compiling regex-automata v0.4.5
22862024-03-20T19:21:29.780Z Compiling block-buffer v0.10.4
22872024-03-20T19:21:29.991Z Compiling rustc_version v0.4.0
22882024-03-20T19:21:30.451Z Compiling usdt-impl v0.3.5
22892024-03-20T19:21:30.727Z Compiling rustversion v1.0.14
22902024-03-20T19:21:30.850Z Compiling num_threads v0.1.6
22912024-03-20T19:21:30.970Z Compiling untrusted v0.9.0
22922024-03-20T19:21:31.215Z Compiling unicode-width v0.1.11
22932024-03-20T19:21:31.366Z Compiling time v0.3.34
22942024-03-20T19:21:31.603Z Compiling heapless v0.7.16
22952024-03-20T19:21:31.831Z Compiling digest v0.10.7
22962024-03-20T19:21:31.948Z Compiling scroll_derive v0.12.0
22972024-03-20T19:21:32.247Z Compiling bzip2-sys v0.1.11+1.0.8
22982024-03-20T19:21:32.718Z Compiling percent-encoding v2.3.1
22992024-03-20T19:21:33.063Z Compiling adler v1.0.2
23002024-03-20T19:21:33.304Z Compiling ppv-lite86 v0.2.17
23012024-03-20T19:21:33.612Z Compiling async-trait v0.1.77
23022024-03-20T19:21:33.936Z Compiling signal-hook v0.3.17
23032024-03-20T19:21:34.025Z Compiling rand_chacha v0.3.1
23042024-03-20T19:21:34.233Z Compiling regex v1.10.3
23052024-03-20T19:21:34.848Z Compiling miniz_oxide v0.7.1
23062024-03-20T19:21:36.597Z Compiling zerocopy v0.3.0
23072024-03-20T19:21:37.408Z Compiling thread-id v4.2.0
23082024-03-20T19:21:37.515Z Compiling dof v0.1.5
23092024-03-20T19:21:38.165Z Compiling rand v0.8.5
23102024-03-20T19:21:38.786Z Compiling tokio-util v0.7.10
23112024-03-20T19:21:39.622Z Compiling dtrace-parser v0.1.14
23122024-03-20T19:21:40.016Z Compiling clap_derive v4.5.0
23132024-03-20T19:21:40.232Z Compiling errno v0.3.8
23142024-03-20T19:21:40.258Z Compiling num-bigint v0.4.4
23152024-03-20T19:21:40.283Z Compiling smoltcp v0.9.1
23162024-03-20T19:21:40.474Z Compiling untrusted v0.7.1
23172024-03-20T19:21:40.635Z Compiling base64 v0.21.7
23182024-03-20T19:21:40.761Z Compiling foreign-types-shared v0.1.1
23192024-03-20T19:21:41.205Z Compiling base64ct v1.6.0
23202024-03-20T19:21:41.243Z Compiling gimli v0.28.0
23212024-03-20T19:21:41.278Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23222024-03-20T19:21:41.462Z Compiling pem-rfc7468 v0.7.0
23232024-03-20T19:21:41.826Z Compiling foreign-types v0.3.2
23242024-03-20T19:21:43.940Z Compiling form_urlencoded v1.2.1
23252024-03-20T19:21:44.504Z Compiling hmac v0.12.1
23262024-03-20T19:21:44.536Z Compiling serde_tokenstream v0.1.7
23272024-03-20T19:21:44.537Z Compiling crossbeam-epoch v0.9.18
23282024-03-20T19:21:44.690Z Compiling addr2line v0.21.0
23292024-03-20T19:21:44.796Z Compiling lazy_static v1.4.0
23302024-03-20T19:21:44.965Z Compiling object v0.32.1
23312024-03-20T19:21:45.413Z Compiling unicode-segmentation v1.10.1
23322024-03-20T19:21:45.482Z Compiling bitflags v1.3.2
23332024-03-20T19:21:45.773Z Compiling rustc-demangle v0.1.23
23342024-03-20T19:21:45.804Z Compiling try-lock v0.2.4
23352024-03-20T19:21:45.930Z Compiling flagset v0.4.3
23362024-03-20T19:21:45.968Z Compiling siphasher v0.3.11
23372024-03-20T19:21:46.101Z Compiling der v0.7.8
23382024-03-20T19:21:46.127Z Compiling want v0.3.1
23392024-03-20T19:21:47.560Z Compiling sct v0.7.0
23402024-03-20T19:21:47.804Z Compiling rustls-webpki v0.101.7
23412024-03-20T19:21:47.920Z Compiling h2 v0.3.24
23422024-03-20T19:21:48.750Z Compiling http-body v0.4.5
23432024-03-20T19:21:49.699Z Compiling proc-macro-crate v1.3.1
23442024-03-20T19:21:50.329Z Compiling openapiv3 v2.0.0
23452024-03-20T19:21:50.438Z Compiling idna v0.5.0
23462024-03-20T19:21:50.480Z Compiling hubpack_derive v0.1.1
23472024-03-20T19:21:51.569Z Compiling zerocopy-derive v0.6.4
23482024-03-20T19:21:51.983Z Compiling usdt-impl v0.5.0
23492024-03-20T19:21:52.218Z Compiling httpdate v1.0.3
23502024-03-20T19:21:52.711Z Compiling tower-service v0.3.2
23512024-03-20T19:21:52.856Z Compiling stable_deref_trait v1.2.0
23522024-03-20T19:21:53.071Z Compiling openssl-probe v0.1.5
23532024-03-20T19:21:53.148Z Compiling cpufeatures v0.2.12
23542024-03-20T19:21:53.217Z Compiling anstyle v1.0.2
23552024-03-20T19:21:53.244Z Compiling utf8parse v0.2.1
23562024-03-20T19:21:53.341Z Compiling sha2 v0.10.8
23572024-03-20T19:21:53.410Z Compiling anstyle-parse v0.2.1
23582024-03-20T19:21:53.829Z Compiling hyper v0.14.28
23592024-03-20T19:21:54.051Z Compiling url v2.5.0
23602024-03-20T19:21:56.239Z Compiling spki v0.7.2
23612024-03-20T19:21:56.472Z Compiling usdt-macro v0.3.5
23622024-03-20T19:21:56.549Z Compiling usdt-attr-macro v0.3.5
23632024-03-20T19:21:57.601Z Compiling scroll v0.12.0
23642024-03-20T19:21:58.640Z Compiling md-5 v0.10.5
23652024-03-20T19:21:58.895Z Compiling serde_tokenstream v0.2.0
23662024-03-20T19:21:59.897Z Compiling idna v0.3.0
23672024-03-20T19:22:00.965Z Compiling stringprep v0.1.3
23682024-03-20T19:22:01.227Z Compiling diesel_table_macro_syntax v0.1.0
23692024-03-20T19:22:01.544Z Compiling num-integer v0.1.46
23702024-03-20T19:22:01.747Z Compiling hash32 v0.2.1
23712024-03-20T19:22:01.989Z Compiling plain v0.2.3
23722024-03-20T19:22:02.048Z Compiling fallible-iterator v0.2.0
23732024-03-20T19:22:02.132Z Compiling anstyle-query v1.0.0
23742024-03-20T19:22:02.172Z Compiling psl-types v2.0.11
23752024-03-20T19:22:02.325Z Compiling colorchoice v1.0.0
23762024-03-20T19:22:02.687Z Compiling postgres-protocol v0.6.6
23772024-03-20T19:22:03.075Z Compiling anstream v0.6.11
23782024-03-20T19:22:03.735Z Compiling publicsuffix v2.2.3
23792024-03-20T19:22:03.960Z Compiling goblin v0.8.0
23802024-03-20T19:22:06.435Z Compiling diesel_derives v2.1.2
23812024-03-20T19:22:11.665Z Compiling tokio-rustls v0.24.1
23822024-03-20T19:22:12.015Z Compiling pkcs8 v0.10.2
23832024-03-20T19:22:12.410Z Compiling terminal_size v0.3.0
23842024-03-20T19:22:12.492Z Compiling tokio-native-tls v0.3.1
23852024-03-20T19:22:13.001Z Compiling phf_shared v0.11.2
23862024-03-20T19:22:13.026Z Compiling strum_macros v0.25.2
23872024-03-20T19:22:13.932Z Compiling regress v0.9.0
23882024-03-20T19:22:13.961Z Compiling block-padding v0.3.3
23892024-03-20T19:22:14.232Z Compiling enum-as-inner v0.5.1
23902024-03-20T19:22:15.017Z Compiling serde_repr v0.1.16
23912024-03-20T19:22:15.909Z Compiling ff v0.13.0
23922024-03-20T19:22:15.963Z Compiling scheduled-thread-pool v0.2.7
23932024-03-20T19:22:16.003Z Compiling encoding_rs v0.8.33
23942024-03-20T19:22:16.112Z Compiling matches v0.1.10
23952024-03-20T19:22:16.204Z Compiling managed v0.8.0
23962024-03-20T19:22:16.399Z Compiling bit-vec v0.6.3
23972024-03-20T19:22:16.897Z Compiling clap_lex v0.7.0
23982024-03-20T19:22:16.938Z Compiling ipnet v2.9.0
23992024-03-20T19:22:17.010Z Compiling regex-automata v0.1.10
24002024-03-20T19:22:17.281Z Compiling strsim v0.10.0
24012024-03-20T19:22:17.435Z Compiling strsim v0.11.0
24022024-03-20T19:22:17.759Z Compiling mime v0.3.17
24032024-03-20T19:22:17.846Z Compiling base16ct v0.2.0
24042024-03-20T19:22:17.930Z Compiling pretty-hex v0.4.1
24052024-03-20T19:22:18.073Z Compiling ident_case v1.0.1
24062024-03-20T19:22:18.997Z Compiling darling_core v0.20.3
24072024-03-20T19:22:19.486Z Compiling dof v0.3.0
24082024-03-20T19:22:19.563Z Compiling sec1 v0.7.3
24092024-03-20T19:22:21.396Z Compiling clap_builder v4.5.1
24102024-03-20T19:22:21.563Z Compiling bstr v0.2.17
24112024-03-20T19:22:21.704Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
24122024-03-20T19:22:22.633Z Compiling idna v0.2.3
24132024-03-20T19:22:23.437Z Compiling r2d2 v0.8.10
24142024-03-20T19:22:23.515Z Compiling group v0.13.0
24152024-03-20T19:22:23.768Z Compiling inout v0.1.3
24162024-03-20T19:22:25.122Z Compiling phf v0.11.2
24172024-03-20T19:22:25.369Z Compiling hyper-tls v0.5.0
24182024-03-20T19:22:25.558Z Compiling signal-hook-mio v0.2.3
24192024-03-20T19:22:25.667Z Compiling hyper-rustls v0.24.2
24202024-03-20T19:22:25.711Z Compiling bzip2 v0.4.4
24212024-03-20T19:22:25.960Z Compiling cookie_store v0.20.0
24222024-03-20T19:22:26.026Z Compiling flate2 v1.0.28
24232024-03-20T19:22:26.476Z Compiling postgres-types v0.2.6
24242024-03-20T19:22:26.779Z Compiling zerocopy v0.6.4
24252024-03-20T19:22:26.938Z Compiling hubpack v0.1.2
24262024-03-20T19:22:27.382Z Compiling phf_shared v0.10.0
24272024-03-20T19:22:27.382Z Compiling rustls-pemfile v1.0.3
24282024-03-20T19:22:27.414Z Compiling hkdf v0.12.4
24292024-03-20T19:22:27.482Z Compiling serde_urlencoded v0.7.1
24302024-03-20T19:22:27.675Z Compiling ipnetwork v0.20.0
24312024-03-20T19:22:27.826Z Compiling futures-executor v0.3.30
24322024-03-20T19:22:28.163Z Compiling dtrace-parser v0.2.0
24332024-03-20T19:22:28.253Z Compiling crypto-bigint v0.5.2
24342024-03-20T19:22:28.533Z Compiling float-cmp v0.9.0
24352024-03-20T19:22:28.728Z Compiling either v1.10.0
24362024-03-20T19:22:29.064Z Compiling predicates-core v1.0.6
24372024-03-20T19:22:29.335Z Compiling fixedbitset v0.4.2
24382024-03-20T19:22:29.502Z Compiling minimal-lexical v0.2.1
24392024-03-20T19:22:30.106Z Compiling data-encoding v2.4.0
24402024-03-20T19:22:30.332Z Compiling winnow v0.6.1
24412024-03-20T19:22:30.366Z Compiling new_debug_unreachable v1.0.4
24422024-03-20T19:22:31.008Z Compiling whoami v1.5.0
24432024-03-20T19:22:31.497Z Compiling difflib v0.4.0
24442024-03-20T19:22:31.676Z Compiling sync_wrapper v0.1.2
24452024-03-20T19:22:31.789Z Compiling precomputed-hash v0.1.1
24462024-03-20T19:22:31.897Z Compiling webpki-roots v0.25.2
24472024-03-20T19:22:32.010Z Compiling static_assertions v1.1.0
24482024-03-20T19:22:32.038Z Compiling normalize-line-endings v0.3.0
24492024-03-20T19:22:32.168Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
24502024-03-20T19:22:32.194Z Compiling predicates v3.1.0
24512024-03-20T19:22:32.725Z Compiling reqwest v0.11.24
24522024-03-20T19:22:33.267Z Compiling toml_edit v0.22.6
24532024-03-20T19:22:33.480Z Compiling string_cache v0.8.7
24542024-03-20T19:22:33.831Z Compiling tokio-postgres v0.7.10
24552024-03-20T19:22:33.894Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
24562024-03-20T19:22:36.671Z Compiling trust-dns-proto v0.22.0
24572024-03-20T19:22:37.376Z Compiling nom v7.1.3
24582024-03-20T19:22:37.536Z Compiling elliptic-curve v0.13.8
24592024-03-20T19:22:38.094Z Compiling petgraph v0.6.4
24602024-03-20T19:22:39.343Z Compiling itertools v0.10.5
24612024-03-20T19:22:41.476Z Compiling futures v0.3.30
24622024-03-20T19:22:41.582Z Compiling diesel v2.1.4
24632024-03-20T19:22:41.608Z Compiling zip v0.6.6
24642024-03-20T19:22:41.998Z Compiling yasna v0.5.2
24652024-03-20T19:22:42.030Z Compiling crossterm v0.27.0
24662024-03-20T19:22:42.939Z Compiling clap v4.5.1
24672024-03-20T19:22:43.111Z Compiling cipher v0.4.4
24682024-03-20T19:22:43.323Z Compiling darling_macro v0.20.3
24692024-03-20T19:22:43.436Z Compiling similar v2.4.0
24702024-03-20T19:22:43.512Z Compiling bit-set v0.5.3
24712024-03-20T19:22:44.083Z Compiling num-iter v0.1.44
24722024-03-20T19:22:44.256Z Compiling usdt v0.3.5
24732024-03-20T19:22:44.483Z Compiling console v0.15.8
24742024-03-20T19:22:45.164Z Compiling bstr v1.9.0
24752024-03-20T19:22:45.636Z Compiling tokio-stream v0.1.14
24762024-03-20T19:22:46.667Z Compiling toml v0.7.8
24772024-03-20T19:22:46.709Z Compiling hex v0.4.3
24782024-03-20T19:22:46.709Z Compiling proc-macro-error-attr v1.0.4
24792024-03-20T19:22:46.793Z Compiling instant v0.1.12
24802024-03-20T19:22:47.049Z Compiling parking_lot_core v0.8.6
24812024-03-20T19:22:47.083Z Compiling lalrpop-util v0.19.12
24822024-03-20T19:22:47.496Z Compiling darling v0.20.3
24832024-03-20T19:22:48.426Z Compiling proc-macro-error v1.0.4
24842024-03-20T19:22:48.716Z Compiling heapless v0.8.0
24852024-03-20T19:22:48.847Z Compiling camino v1.1.6
24862024-03-20T19:22:53.786Z Compiling num_enum_derive v0.5.11
24872024-03-20T19:22:57.973Z Compiling thread_local v1.1.7
24882024-03-20T19:22:58.703Z Compiling atty v0.2.14
24892024-03-20T19:22:58.833Z Compiling hash32 v0.3.1
24902024-03-20T19:22:59.075Z Compiling half v2.3.1
24912024-03-20T19:22:59.979Z Compiling match_cfg v0.1.0
24922024-03-20T19:23:00.034Z Compiling ciborium-io v0.2.2
24932024-03-20T19:23:00.114Z Compiling smoltcp v0.11.0
24942024-03-20T19:23:03.022Z Compiling rustls-pki-types v1.3.0
24952024-03-20T19:23:03.184Z Compiling slog-async v2.8.0
24962024-03-20T19:23:03.235Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24972024-03-20T19:23:12.194Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24982024-03-20T19:23:12.681Z Compiling ciborium-ll v0.2.2
24992024-03-20T19:23:12.913Z Compiling hostname v0.3.1
25002024-03-20T19:23:18.300Z Compiling num_enum v0.5.11
25012024-03-20T19:23:20.538Z Compiling parking_lot v0.11.2
25022024-03-20T19:23:23.849Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25032024-03-20T19:23:24.804Z Compiling slog-json v2.6.1
25042024-03-20T19:23:24.831Z Compiling getopts v0.2.21
25052024-03-20T19:23:25.211Z Compiling crossbeam-channel v0.5.8
25062024-03-20T19:23:25.772Z Compiling dirs-sys-next v0.1.2
25072024-03-20T19:23:25.864Z Compiling fxhash v0.2.1
25082024-03-20T19:23:26.042Z Compiling unsafe-libyaml v0.2.10
25092024-03-20T19:23:26.721Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25102024-03-20T19:23:26.799Z Compiling embedded-io v0.4.0
25112024-03-20T19:23:26.872Z Compiling cobs v0.2.3
25122024-03-20T19:23:26.953Z Compiling take_mut v0.2.2
25132024-03-20T19:23:27.100Z Compiling rustls v0.22.2
25142024-03-20T19:23:27.140Z Compiling serde_yaml v0.9.25
25152024-03-20T19:23:27.351Z Compiling postcard v1.0.8
25162024-03-20T19:23:29.982Z Compiling sled v0.34.7
25172024-03-20T19:23:30.260Z Compiling dirs-next v2.0.0
25182024-03-20T19:23:31.158Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25192024-03-20T19:23:32.271Z Compiling slog-bunyan v2.5.0
25202024-03-20T19:23:33.712Z Compiling ciborium v0.2.2
25212024-03-20T19:23:36.542Z Compiling rustls-webpki v0.102.1
25222024-03-20T19:23:37.472Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
25232024-03-20T19:23:40.389Z Compiling num_enum_derive v0.7.2
25242024-03-20T19:23:40.817Z Compiling strum_macros v0.26.1
25252024-03-20T19:23:42.371Z Compiling foreign-types-macros v0.2.3
25262024-03-20T19:23:42.871Z Compiling structmeta-derive v0.3.0
25272024-03-20T19:23:43.308Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
25282024-03-20T19:23:43.404Z Compiling multer v3.0.0
25292024-03-20T19:23:43.657Z Compiling foreign-types-shared v0.3.1
25302024-03-20T19:23:44.503Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
25312024-03-20T19:23:44.531Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25322024-03-20T19:23:44.788Z Compiling paste v1.0.14
25332024-03-20T19:23:45.061Z Compiling structmeta v0.3.0
25342024-03-20T19:23:48.100Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
25352024-03-20T19:23:49.518Z Compiling strum v0.26.1
25362024-03-20T19:23:51.028Z Compiling foreign-types v0.5.0
25372024-03-20T19:23:51.412Z Compiling num_enum v0.7.2
25382024-03-20T19:23:51.904Z Compiling rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
25392024-03-20T19:23:53.348Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25402024-03-20T19:24:01.530Z Compiling term v0.7.0
25412024-03-20T19:24:05.103Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25422024-03-20T19:24:05.329Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
25432024-03-20T19:24:06.387Z Compiling tabwriter v1.4.0
25442024-03-20T19:24:06.656Z Compiling http v1.0.0
25452024-03-20T19:24:07.065Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25462024-03-20T19:24:07.123Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
25472024-03-20T19:24:07.721Z Compiling async-stream-impl v0.3.5
25482024-03-20T19:24:07.782Z Compiling cstr-argument v0.1.2
25492024-03-20T19:24:07.946Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25502024-03-20T19:24:08.034Z Compiling pretty-hex v0.2.1
25512024-03-20T19:24:08.191Z Compiling atomic-waker v1.1.1
25522024-03-20T19:24:08.355Z Compiling fastrand v2.0.1
25532024-03-20T19:24:08.533Z Compiling crucible-workspace-hack v0.1.0
25542024-03-20T19:24:08.683Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
25552024-03-20T19:24:08.717Z Compiling rayon-core v1.12.1
25562024-03-20T19:24:08.793Z Compiling async-stream v0.3.5
25572024-03-20T19:24:08.947Z Compiling tempfile v3.10.0
25582024-03-20T19:24:08.989Z Compiling waitgroup v0.1.2
25592024-03-20T19:24:09.136Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25602024-03-20T19:24:09.281Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25612024-03-20T19:24:09.853Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25622024-03-20T19:24:10.037Z Compiling slog-term v2.9.0
25632024-03-20T19:24:10.126Z Compiling tokio-rustls v0.25.0
25642024-03-20T19:24:10.487Z Compiling bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
25652024-03-20T19:24:10.580Z Compiling parse-display-derive v0.9.0
25662024-03-20T19:24:11.499Z Compiling toml v0.8.10
25672024-03-20T19:24:11.986Z Compiling rustls-pemfile v2.1.1
25682024-03-20T19:24:12.181Z Compiling serde_with_macros v3.6.1
25692024-03-20T19:24:12.367Z Compiling sha1 v0.10.6
25702024-03-20T19:24:13.029Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25712024-03-20T19:24:13.670Z Compiling crossbeam-deque v0.8.3
25722024-03-20T19:24:14.007Z Compiling colored v2.1.0
25732024-03-20T19:24:14.416Z Compiling newtype-uuid v1.0.1
25742024-03-20T19:24:14.656Z Compiling serde_path_to_error v0.1.16
25752024-03-20T19:24:14.703Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25762024-03-20T19:24:15.175Z Compiling socket2 v0.4.9
25772024-03-20T19:24:15.254Z Compiling debug-ignore v1.0.5
25782024-03-20T19:24:15.373Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25792024-03-20T19:24:15.688Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
25802024-03-20T19:24:16.559Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25812024-03-20T19:24:16.761Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25822024-03-20T19:24:17.077Z Compiling serde_with v3.6.1
25832024-03-20T19:24:17.714Z Compiling parse-display v0.9.0
25842024-03-20T19:24:19.434Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
25852024-03-20T19:24:20.521Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25862024-03-20T19:24:20.576Z Compiling camino-tempfile v1.1.1
25872024-03-20T19:24:21.143Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
25882024-03-20T19:24:21.253Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25892024-03-20T19:24:21.406Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25902024-03-20T19:24:21.951Z Compiling backoff v0.4.0
25912024-03-20T19:24:21.984Z Compiling heck v0.3.3
25922024-03-20T19:24:22.160Z Compiling textwrap v0.11.0
25932024-03-20T19:24:22.505Z Compiling macaddr v1.0.1
25942024-03-20T19:24:23.003Z Compiling num-derive v0.4.0
25952024-03-20T19:24:23.083Z Compiling libefi-sys v0.1.0
25962024-03-20T19:24:23.288Z Compiling vec_map v0.8.2
25972024-03-20T19:24:23.514Z Compiling strsim v0.8.0
25982024-03-20T19:24:23.567Z Compiling ansi_term v0.12.1
25992024-03-20T19:24:23.614Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
26002024-03-20T19:24:24.228Z Compiling clap v2.34.0
26012024-03-20T19:24:24.657Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
26022024-03-20T19:24:24.731Z Compiling structopt-derive v0.4.18
26032024-03-20T19:24:26.015Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
26042024-03-20T19:24:26.491Z Compiling rayon v1.9.0
26052024-03-20T19:24:26.814Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
26062024-03-20T19:24:26.841Z Compiling smf v0.2.2
26072024-03-20T19:24:28.996Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
26082024-03-20T19:24:29.242Z Compiling blake3 v1.5.0
26092024-03-20T19:24:29.365Z Compiling portable-atomic v1.4.3
26102024-03-20T19:24:29.454Z Compiling structopt v0.3.26
26112024-03-20T19:24:29.956Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26122024-03-20T19:24:29.983Z Compiling xattr v1.0.1
26132024-03-20T19:24:30.122Z Compiling filetime v0.2.23
26142024-03-20T19:24:30.233Z Compiling memmap2 v0.7.1
26152024-03-20T19:24:30.418Z Compiling arrayref v0.3.7
26162024-03-20T19:24:30.615Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26172024-03-20T19:24:30.680Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26182024-03-20T19:24:30.929Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
26192024-03-20T19:24:31.065Z Compiling arrayvec v0.7.4
26202024-03-20T19:24:31.234Z Compiling same-file v1.0.6
26212024-03-20T19:24:31.461Z Compiling constant_time_eq v0.3.0
26222024-03-20T19:24:31.505Z Compiling walkdir v2.4.0
26232024-03-20T19:24:32.191Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
26242024-03-20T19:24:32.737Z Compiling tar v0.4.40
26252024-03-20T19:24:33.752Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26262024-03-20T19:24:33.995Z Compiling gethostname v0.4.3
26272024-03-20T19:24:34.115Z Compiling topological-sort v0.2.2
26282024-03-20T19:24:34.249Z Compiling number_prefix v0.4.0
26292024-03-20T19:24:34.334Z Compiling omicron-zone-package v0.11.0
26302024-03-20T19:24:34.464Z Compiling indicatif v0.17.8
26312024-03-20T19:24:34.649Z Compiling swrite v0.1.0
26322024-03-20T19:24:39.241Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26332024-03-20T19:24:42.532Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26342024-03-20T19:24:44.241Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26352024-03-20T19:24:45.731Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26362024-03-20T19:25:02.568Z Finished release [optimized] target(s) in 4m 04s
26372024-03-20T19:25:02.627Z Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled`
26382024-03-20T19:25:02.674ZLogging to: /work/oxidecomputer/omicron/out/LOG
26392024-03-20T19:25:02.674ZCreated new build target 'default' and set it as active
26402024-03-20T19:25:02.674Z++ cargo run --release --bin omicron-package -- package
26412024-03-20T19:25:03.638Z Compiling ring v0.16.20
26422024-03-20T19:25:05.206Z Compiling sct v0.7.0
26432024-03-20T19:25:05.377Z Compiling rustls v0.21.9
26442024-03-20T19:25:08.239Z Compiling tokio-rustls v0.24.1
26452024-03-20T19:25:08.521Z Compiling hyper-rustls v0.24.2
26462024-03-20T19:25:08.754Z Compiling reqwest v0.11.24
26472024-03-20T19:25:10.927Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26482024-03-20T19:25:10.927Z Compiling omicron-zone-package v0.11.0
26492024-03-20T19:25:12.186Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26502024-03-20T19:25:12.367Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
26512024-03-20T19:25:17.031Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26522024-03-20T19:25:17.462Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26532024-03-20T19:25:17.997Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26542024-03-20T19:25:19.305Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26552024-03-20T19:25:25.723Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26562024-03-20T19:25:28.213Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26572024-03-20T19:25:29.429Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26582024-03-20T19:25:30.473Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26592024-03-20T19:25:48.569Z Finished release [optimized] target(s) in 45.84s
26602024-03-20T19:25:48.631Z Running `target/release/omicron-package package`
26612024-03-20T19:25:48.671ZLogging to: /work/oxidecomputer/omicron/out/LOG
26622024-03-20T19:25:50.208Z Compiling base64 v0.22.0
26632024-03-20T19:25:50.255Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26642024-03-20T19:25:50.255Z Compiling linked-hash-map v0.5.6
26652024-03-20T19:25:50.255Z Compiling password-hash v0.5.0
26662024-03-20T19:25:50.255Z Compiling usdt-macro v0.5.0
26672024-03-20T19:25:50.256Z Compiling usdt-attr-macro v0.5.0
26682024-03-20T19:25:50.256Z Compiling blake2 v0.10.6
26692024-03-20T19:25:50.256Z Compiling memmap v0.7.0
26702024-03-20T19:25:50.256Z Compiling lru-cache v0.1.2
26712024-03-20T19:25:50.297Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26722024-03-20T19:25:50.367Z Compiling argon2 v0.5.3
26732024-03-20T19:25:50.723Z Compiling semver v0.1.20
26742024-03-20T19:25:50.886Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26752024-03-20T19:25:50.934Z Compiling quick-error v1.2.3
26762024-03-20T19:25:51.075Z Compiling rustc_version v0.1.7
26772024-03-20T19:25:51.107Z Compiling usdt v0.5.0
26782024-03-20T19:25:51.135Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26792024-03-20T19:25:51.198Z Compiling humantime v2.1.0
26802024-03-20T19:25:51.422Z Compiling newtype_derive v0.1.6
26812024-03-20T19:25:51.631Z Compiling resolv-conf v0.7.0
26822024-03-20T19:25:51.742Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26832024-03-20T19:25:51.835Z Compiling steno v0.4.0
26842024-03-20T19:25:51.877Z Compiling itertools v0.12.1
26852024-03-20T19:25:52.413Z Compiling trust-dns-resolver v0.22.0
26862024-03-20T19:25:52.494Z Compiling derive-where v1.2.7
26872024-03-20T19:25:52.989Z Compiling slog-dtrace v0.3.0
26882024-03-20T19:25:53.284Z Compiling num-rational v0.4.1
26892024-03-20T19:25:54.495Z Compiling nibble_vec v0.1.0
26902024-03-20T19:25:54.680Z Compiling radium v0.7.0
26912024-03-20T19:25:54.863Z Compiling endian-type v0.1.2
26922024-03-20T19:25:55.060Z Compiling radix_trie v0.2.1
26932024-03-20T19:25:55.120Z Compiling num-complex v0.4.4
26942024-03-20T19:25:55.178Z Compiling maybe-uninit v2.0.0
26952024-03-20T19:25:55.533Z Compiling tap v1.0.1
26962024-03-20T19:25:55.686Z Compiling wyz v0.5.1
26972024-03-20T19:25:56.062Z Compiling num v0.4.1
26982024-03-20T19:25:56.133Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26992024-03-20T19:25:56.160Z Compiling funty v2.0.0
27002024-03-20T19:25:56.374Z Compiling num-bigint-dig v0.8.4
27012024-03-20T19:25:56.593Z Compiling crc-catalog v2.2.0
27022024-03-20T19:25:57.125Z Compiling packed_struct v0.10.1
27032024-03-20T19:25:57.154Z Compiling cancel-safe-futures v0.1.5
27042024-03-20T19:25:57.154Z Compiling bitvec v1.0.1
27052024-03-20T19:25:57.155Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27062024-03-20T19:25:57.254Z Compiling crc v3.0.1
27072024-03-20T19:25:58.004Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27082024-03-20T19:25:58.241Z Compiling packed_struct_codegen v0.10.1
27092024-03-20T19:26:00.345Z Compiling indexmap v1.9.3
27102024-03-20T19:26:00.493Z Compiling utf-8 v0.7.6
27112024-03-20T19:26:00.596Z Compiling nodrop v0.1.14
27122024-03-20T19:26:00.705Z Compiling display-error-chain v0.2.0
27132024-03-20T19:26:00.801Z Compiling array-init v0.0.4
27142024-03-20T19:26:00.870Z Compiling tungstenite v0.20.1
27152024-03-20T19:26:02.402Z Compiling smallvec v0.6.14
27162024-03-20T19:26:03.377Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27172024-03-20T19:26:05.208Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27182024-03-20T19:26:05.643Z Compiling rayon-core v1.12.1
27192024-03-20T19:26:05.644Z Compiling pkcs1 v0.7.5
27202024-03-20T19:26:08.506Z Compiling is-terminal v0.4.9
27212024-03-20T19:26:08.637Z Compiling signature v2.1.0
27222024-03-20T19:26:08.828Z Compiling crossbeam-deque v0.8.3
27232024-03-20T19:26:09.120Z Compiling same-file v1.0.6
27242024-03-20T19:26:09.329Z Compiling termcolor v1.2.0
27252024-03-20T19:26:10.218Z Compiling fastrand v2.0.1
27262024-03-20T19:26:10.640Z Compiling bitfield v0.14.0
27272024-03-20T19:26:10.869Z Compiling hashbrown v0.12.3
27282024-03-20T19:26:10.895Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27292024-03-20T19:26:11.000Z Compiling tempfile v3.10.0
27302024-03-20T19:26:11.622Z Compiling env_logger v0.10.0
27312024-03-20T19:26:12.166Z Compiling walkdir v2.4.0
27322024-03-20T19:26:12.847Z Compiling rsa v0.9.2
27332024-03-20T19:26:14.021Z Compiling serde-hex v0.1.0
27342024-03-20T19:26:14.877Z Compiling tokio-tungstenite v0.20.1
27352024-03-20T19:26:15.346Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27362024-03-20T19:26:15.603Z Compiling camino v1.1.6
27372024-03-20T19:26:15.676Z Compiling x509-cert v0.2.4
27382024-03-20T19:26:16.738Z Compiling ron v0.8.1
27392024-03-20T19:26:17.211Z Compiling hashbrown v0.13.2
27402024-03-20T19:26:18.175Z Compiling semver-parser v0.10.2
27412024-03-20T19:26:18.307Z Compiling unicase v2.7.0
27422024-03-20T19:26:18.556Z Compiling crc-any v2.4.3
27432024-03-20T19:26:19.383Z Compiling semver v0.11.0
27442024-03-20T19:26:19.670Z Compiling blake3 v1.5.0
27452024-03-20T19:26:19.920Z Compiling object v0.30.4
27462024-03-20T19:26:19.960Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27472024-03-20T19:26:21.442Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27482024-03-20T19:26:21.659Z Compiling rayon v1.9.0
27492024-03-20T19:26:22.264Z Compiling memmap2 v0.7.1
27502024-03-20T19:26:22.600Z Compiling filetime v0.2.23
27512024-03-20T19:26:22.857Z Compiling xattr v1.0.1
27522024-03-20T19:26:23.081Z Compiling dirs-sys-next v0.1.2
27532024-03-20T19:26:23.502Z Compiling constant_time_eq v0.3.0
27542024-03-20T19:26:23.640Z Compiling glob v0.3.1
27552024-03-20T19:26:24.351Z Compiling arrayvec v0.7.4
27562024-03-20T19:26:24.703Z Compiling home v0.5.5
27572024-03-20T19:26:24.902Z Compiling path-slash v0.1.5
27582024-03-20T19:26:25.110Z Compiling crunchy v0.2.2
27592024-03-20T19:26:25.411Z Compiling arrayref v0.3.7
27602024-03-20T19:26:25.506Z Compiling arc-swap v1.6.0
27612024-03-20T19:26:25.596Z Compiling toolchain_find v0.2.0
27622024-03-20T19:26:26.070Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
27632024-03-20T19:26:26.101Z Compiling slog-scope v4.4.0
27642024-03-20T19:26:26.631Z Compiling clang-sys v1.6.1
27652024-03-20T19:26:26.904Z Compiling dirs-next v2.0.0
27662024-03-20T19:26:27.067Z Compiling tar v0.4.40
27672024-03-20T19:26:27.151Z Compiling camino-tempfile v1.1.1
27682024-03-20T19:26:27.542Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27692024-03-20T19:26:27.881Z Compiling libsw v3.3.1
27702024-03-20T19:26:28.173Z Compiling toml v0.5.11
27712024-03-20T19:26:28.670Z Compiling prettyplease v0.2.16
27722024-03-20T19:26:28.927Z Compiling convert_case v0.4.0
27732024-03-20T19:26:29.949Z Compiling tiny-keccak v2.0.2
27742024-03-20T19:26:29.949Z Compiling owo-colors v4.0.0
27752024-03-20T19:26:30.972Z Compiling linear-map v1.2.0
27762024-03-20T19:26:31.201Z Compiling topological-sort v0.2.2
27772024-03-20T19:26:31.349Z Compiling rustfmt-wrapper v0.2.0
27782024-03-20T19:26:31.391Z Compiling omicron-zone-package v0.11.0
27792024-03-20T19:26:31.864Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27802024-03-20T19:26:32.103Z Compiling derive_more v0.99.17
27812024-03-20T19:26:36.014Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27822024-03-20T19:26:36.042Z Compiling term v0.7.0
27832024-03-20T19:26:36.205Z Compiling slog-stdlog v4.1.1
27842024-03-20T19:26:36.601Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27852024-03-20T19:26:37.002Z Compiling darling_core v0.14.4
27862024-03-20T19:26:37.177Z Compiling toml v0.8.10
27872024-03-20T19:26:38.242Z Compiling ascii-canvas v3.0.0
27882024-03-20T19:26:38.445Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27892024-03-20T19:26:38.637Z Compiling slog-envlogger v2.2.0
27902024-03-20T19:26:38.692Z Compiling pem v3.0.2
27912024-03-20T19:26:39.658Z Compiling ena v0.14.2
27922024-03-20T19:26:40.024Z Compiling libloading v0.7.4
27932024-03-20T19:26:40.151Z Compiling platforms v3.0.2
27942024-03-20T19:26:40.345Z Compiling diff v0.1.13
27952024-03-20T19:26:40.425Z Compiling bindgen v0.69.2
27962024-03-20T19:26:40.765Z Compiling regex-syntax v0.6.29
27972024-03-20T19:26:41.015Z Compiling mime_guess v2.0.4
27982024-03-20T19:26:41.330Z Compiling darling_macro v0.14.4
27992024-03-20T19:26:42.090Z Compiling darling v0.14.4
28002024-03-20T19:26:42.214Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28012024-03-20T19:26:44.036Z Compiling lalrpop v0.19.12
28022024-03-20T19:26:44.310Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28032024-03-20T19:26:45.621Z Compiling trust-dns-client v0.22.0
28042024-03-20T19:26:45.658Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28052024-03-20T19:26:45.659Z Compiling cexpr v0.6.0
28062024-03-20T19:26:45.659Z Compiling which v4.4.0
28072024-03-20T19:26:46.646Z Compiling vte_generate_state_changes v0.1.1
28082024-03-20T19:26:47.123Z Compiling ref-cast v1.0.20
28092024-03-20T19:26:47.480Z Compiling doc-comment v0.3.3
28102024-03-20T19:26:47.567Z Compiling buf-list v1.0.3
28112024-03-20T19:26:47.886Z Compiling shlex v1.3.0
28122024-03-20T19:26:48.033Z Compiling rustc-hash v1.1.0
28132024-03-20T19:26:48.161Z Compiling peeking_take_while v0.1.2
28142024-03-20T19:26:48.206Z Compiling lazycell v1.3.0
28152024-03-20T19:26:48.576Z Compiling trust-dns-server v0.22.1
28162024-03-20T19:26:50.065Z Compiling vte v0.11.1
28172024-03-20T19:26:51.904Z Compiling derive_builder_core v0.12.0
28182024-03-20T19:26:53.931Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28192024-03-20T19:26:54.050Z Compiling headers-core v0.2.0
28202024-03-20T19:26:54.182Z Compiling libxml v0.3.3
28212024-03-20T19:26:54.235Z Compiling pin-project-internal v1.1.3
28222024-03-20T19:26:54.333Z Compiling ref-cast-impl v1.0.20
28232024-03-20T19:26:54.542Z Compiling memoffset v0.7.1
28242024-03-20T19:26:54.794Z Compiling bytecount v0.6.3
28252024-03-20T19:26:55.070Z Compiling papergrid v0.11.0
28262024-03-20T19:26:55.573Z Compiling headers v0.3.9
28272024-03-20T19:26:56.449Z Compiling pin-project v1.1.3
28282024-03-20T19:26:56.567Z Compiling curve25519-dalek v4.1.1
28292024-03-20T19:26:58.278Z Compiling derive_builder_macro v0.12.0
28302024-03-20T19:26:58.811Z Compiling strip-ansi-escapes v0.2.0
28312024-03-20T19:26:58.911Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28322024-03-20T19:27:00.198Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
28332024-03-20T19:27:00.491Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28342024-03-20T19:27:01.451Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
28352024-03-20T19:27:03.174Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28362024-03-20T19:27:05.649Z Compiling tabled_derive v0.7.0
28372024-03-20T19:27:06.377Z Compiling fd-lock v3.0.13
28382024-03-20T19:27:06.590Z Compiling strum_macros v0.24.3
28392024-03-20T19:27:07.031Z Compiling kstat-rs v0.2.3
28402024-03-20T19:27:07.354Z Compiling polar-core v0.27.0
28412024-03-20T19:27:07.566Z Compiling snafu-derive v0.7.5
28422024-03-20T19:27:07.624Z Compiling cookie v0.18.0
28432024-03-20T19:27:07.889Z Compiling fs-err v2.11.0
28442024-03-20T19:27:07.915Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
28452024-03-20T19:27:08.156Z Compiling keccak v0.1.4
28462024-03-20T19:27:08.181Z Compiling indoc v1.0.9
28472024-03-20T19:27:08.856Z Compiling nu-ansi-term v0.50.0
28482024-03-20T19:27:08.884Z Compiling strum v0.25.0
28492024-03-20T19:27:09.040Z Compiling sha3 v0.10.8
28502024-03-20T19:27:09.338Z Compiling reedline v0.30.0
28512024-03-20T19:27:10.107Z Compiling tabled v0.15.0
28522024-03-20T19:27:10.168Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28532024-03-20T19:27:11.768Z Compiling snafu v0.7.5
28542024-03-20T19:27:22.804Z Compiling derive_builder v0.12.0
28552024-03-20T19:27:23.195Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28562024-03-20T19:27:24.240Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
28572024-03-20T19:27:27.301Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28582024-03-20T19:27:27.565Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
28592024-03-20T19:27:28.563Z Compiling globset v0.4.13
28602024-03-20T19:27:28.854Z Compiling fd-lock v4.0.2
28612024-03-20T19:27:28.978Z Compiling olpc-cjson v0.1.3
28622024-03-20T19:27:29.065Z Compiling bb8 v0.8.3
28632024-03-20T19:27:29.324Z Compiling universal-hash v0.5.1
28642024-03-20T19:27:29.479Z Compiling nix v0.27.1
28652024-03-20T19:27:29.516Z Compiling secrecy v0.8.0
28662024-03-20T19:27:29.734Z Compiling serde_plain v1.0.2
28672024-03-20T19:27:30.171Z Compiling quick-xml v0.30.0
28682024-03-20T19:27:33.280Z Compiling impl-trait-for-tuples v0.2.2
28692024-03-20T19:27:34.457Z Compiling async-recursion v1.0.5
28702024-03-20T19:27:35.237Z Compiling curve25519-dalek-derive v0.1.0
28712024-03-20T19:27:35.405Z Compiling sqlparser_derive v0.2.2
28722024-03-20T19:27:35.439Z Compiling nanorand v0.7.0
28732024-03-20T19:27:36.040Z Compiling thiserror-impl-no-std v2.0.2
28742024-03-20T19:27:36.251Z Compiling oso-derive v0.27.0
28752024-03-20T19:27:36.352Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
28762024-03-20T19:27:36.603Z Compiling unicode_categories v0.1.1
28772024-03-20T19:27:36.908Z Compiling salty v0.2.0
28782024-03-20T19:27:37.024Z Compiling maplit v1.0.2
28792024-03-20T19:27:37.131Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28802024-03-20T19:27:37.237Z Compiling opaque-debug v0.3.0
28812024-03-20T19:27:37.385Z Compiling typed-path v0.7.0
28822024-03-20T19:27:37.598Z Compiling signature v1.6.4
28832024-03-20T19:27:37.737Z Compiling ed25519 v1.5.3
28842024-03-20T19:27:38.001Z Compiling rustyline v13.0.0
28852024-03-20T19:27:38.270Z Compiling thiserror-no-std v2.0.2
28862024-03-20T19:27:38.402Z Compiling poly1305 v0.8.0
28872024-03-20T19:27:39.708Z Compiling tough v0.16.0
28882024-03-20T19:27:39.739Z Compiling sqlformat v0.2.3
28892024-03-20T19:27:41.344Z Compiling oso v0.27.0
28902024-03-20T19:27:46.288Z Compiling sqlparser v0.43.1
28912024-03-20T19:27:48.550Z Compiling flume v0.11.0
28922024-03-20T19:27:49.268Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
28932024-03-20T19:27:49.868Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28942024-03-20T19:27:57.492Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
28952024-03-20T19:28:00.584Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28962024-03-20T19:28:01.777Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28972024-03-20T19:28:03.245Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28982024-03-20T19:28:03.532Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28992024-03-20T19:28:03.594Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29002024-03-20T19:28:03.766Z Compiling chacha20 v0.9.1
29012024-03-20T19:28:04.173Z Compiling aead v0.5.2
29022024-03-20T19:28:04.485Z Compiling bcs v0.1.6
29032024-03-20T19:28:05.238Z Compiling serde-big-array v0.5.1
29042024-03-20T19:28:05.452Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29052024-03-20T19:28:06.121Z Compiling parse-size v1.0.0
29062024-03-20T19:28:06.378Z Compiling highway v1.1.0
29072024-03-20T19:28:07.605Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29082024-03-20T19:28:10.268Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29092024-03-20T19:28:11.241Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29102024-03-20T19:28:15.666Z Compiling chacha20poly1305 v0.10.1
29112024-03-20T19:28:15.868Z Compiling vsss-rs v3.3.4
29122024-03-20T19:28:23.284Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29132024-03-20T19:28:23.853Z Compiling signal-hook-tokio v0.3.1
29142024-03-20T19:28:24.015Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
29152024-03-20T19:28:24.781Z Compiling castaway v0.2.2
29162024-03-20T19:28:24.925Z Compiling serde-big-array v0.4.1
29172024-03-20T19:28:25.106Z Compiling http-range v0.1.5
29182024-03-20T19:28:25.657Z Compiling hyper-staticfile v0.9.5
29192024-03-20T19:28:26.023Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29202024-03-20T19:28:27.146Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29212024-03-20T19:28:28.237Z Compiling compact_str v0.7.1
29222024-03-20T19:28:28.484Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
29232024-03-20T19:28:29.563Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29242024-03-20T19:28:35.213Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29252024-03-20T19:28:40.585Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29262024-03-20T19:28:44.769Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29272024-03-20T19:28:45.019Z Compiling lru v0.12.1
29282024-03-20T19:28:45.304Z Compiling stability v0.1.1
29292024-03-20T19:28:46.099Z Compiling cassowary v0.3.0
29302024-03-20T19:28:46.657Z Compiling indoc v2.0.3
29312024-03-20T19:28:47.489Z Compiling corncobs v0.1.3
29322024-03-20T19:28:47.882Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29332024-03-20T19:28:48.058Z Compiling ratatui v0.26.1
29342024-03-20T19:28:48.587Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29352024-03-20T19:28:48.740Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29362024-03-20T19:28:49.747Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29372024-03-20T19:28:51.871Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29382024-03-20T19:28:51.896Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29392024-03-20T19:28:52.133Z Compiling rand_seeder v0.2.3
29402024-03-20T19:28:52.464Z Compiling unicode-linebreak v0.1.5
29412024-03-20T19:28:52.895Z Compiling smawk v0.3.1
29422024-03-20T19:28:53.107Z Compiling textwrap v0.16.1
29432024-03-20T19:28:56.369Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29442024-03-20T19:29:02.637Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29452024-03-20T19:29:06.472Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29462024-03-20T19:29:06.978Z Compiling rcgen v0.12.1
29472024-03-20T19:29:07.694Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29482024-03-20T19:29:08.065Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
29492024-03-20T19:29:09.309Z Compiling atomicwrites v0.4.3
29502024-03-20T19:29:09.777Z Compiling fatfs v0.3.6
29512024-03-20T19:29:12.203Z Compiling rtoolbox v0.0.1
29522024-03-20T19:29:12.564Z Compiling subprocess v0.2.9
29532024-03-20T19:29:13.481Z Compiling assert_matches v1.5.0
29542024-03-20T19:29:13.589Z Compiling is_ci v1.2.0
29552024-03-20T19:29:13.843Z Compiling supports-color v3.0.0
29562024-03-20T19:29:15.777Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29572024-03-20T19:29:16.998Z Compiling rpassword v7.3.1
29582024-03-20T19:29:17.357Z Compiling tui-tree-widget v0.17.0
29592024-03-20T19:29:17.701Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29602024-03-20T19:29:17.977Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
29612024-03-20T19:29:21.675Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29622024-03-20T19:29:21.905Z Compiling csv-core v0.1.11
29632024-03-20T19:29:22.663Z Compiling shell-words v1.1.0
29642024-03-20T19:29:23.065Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29652024-03-20T19:29:25.034Z Compiling csv v1.3.0
29662024-03-20T19:29:26.854Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29672024-03-20T19:29:57.142Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29682024-03-20T19:30:04.521Z Compiling multimap v0.10.0
29692024-03-20T19:31:14.137Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
29702024-03-20T19:31:34.997Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
29712024-03-20T19:31:40.018Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29722024-03-20T19:37:28.064Z Finished release [optimized] target(s) in 11m 39s
29732024-03-20T19:38:46.527Z++ cd /work/oxidecomputer/testbed/a4x2/config/../
29742024-03-20T19:38:46.527Z++ rm -rf cargo-bay/g0/omicron
29752024-03-20T19:38:46.556Z++ mkdir -p cargo-bay/g0/omicron
29762024-03-20T19:38:46.556Z++ 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/
29772024-03-20T19:38:46.556Zsending incremental file list
29782024-03-20T19:38:46.593Zomicron-package
29792024-03-20T19:38:46.816Z 32,768 0% 0.00kB/s 0:00:00 40,142,240 100% 149.42MB/s 0:00:00 (xfr#1, to-chk=254/255)
29802024-03-20T19:38:46.816Zpackage-manifest.toml
29812024-03-20T19:38:46.816Z 26,511 100% 101.13kB/s 0:00:00 26,511 100% 101.13kB/s 0:00:00 (xfr#2, to-chk=253/255)
29822024-03-20T19:38:46.816Zout/
29832024-03-20T19:38:46.842Zout/LOG
29842024-03-20T19:38:46.842Z 32,768 14% 124.51kB/s 0:00:01 231,784 100% 880.75kB/s 0:00:00 (xfr#3, to-chk=249/255)
29852024-03-20T19:38:46.842Zout/clickhouse.tar.gz
29862024-03-20T19:38:47.644Z 32,768 0% 124.51kB/s 0:30:56 208,142,336 90% 198.50MB/s 0:00:00 231,166,319 100% 204.13MB/s 0:00:01 (xfr#4, to-chk=248/255)
29872024-03-20T19:38:47.644Zout/clickhouse_keeper.tar.gz
29882024-03-20T19:38:48.590Z 32,768 0% 395.06kB/s 0:09:44 224,002,048 96% 213.62MB/s 0:00:00 231,141,527 100% 215.27MB/s 0:00:01 (xfr#5, to-chk=247/255)
29892024-03-20T19:38:48.590Zout/cockroachdb.tar.gz
29902024-03-20T19:38:49.195Z 32,768 0% 1.25MB/s 0:01:38 126,657,859 100% 191.43MB/s 0:00:00 (xfr#6, to-chk=246/255)
29912024-03-20T19:38:49.196Zout/crucible-pantry-zone.tar.gz
29922024-03-20T19:38:49.284Z 32,768 0% 50.63kB/s 0:08:18 25,287,268 100% 33.22MB/s 0:00:00 (xfr#7, to-chk=245/255)
29932024-03-20T19:38:49.284Zout/crucible-zone.tar.gz
29942024-03-20T19:38:49.415Z 32,768 0% 44.08kB/s 0:13:58 36,986,001 100% 41.11MB/s 0:00:00 (xfr#8, to-chk=244/255)
29952024-03-20T19:38:49.415Zout/external-dns.tar.gz
29962024-03-20T19:38:49.536Z 32,768 0% 37.30kB/s 0:13:50 31,006,746 100% 30.48MB/s 0:00:00 (xfr#9, to-chk=243/255)
29972024-03-20T19:38:49.536Zout/internal-dns.tar.gz
29982024-03-20T19:38:49.640Z 32,768 0% 32.99kB/s 0:15:38 6,946,816 22% 6.62MB/s 0:00:03 31,006,529 100% 27.33MB/s 0:00:01 (xfr#10, to-chk=242/255)
29992024-03-20T19:38:49.640Zout/mg-ddm-gz.tar
30002024-03-20T19:38:50.049Z 32,768 0% 385.54kB/s 0:02:17 52,915,712 100% 102.57MB/s 0:00:00 (xfr#11, to-chk=241/255)
30012024-03-20T19:38:50.049Zout/nexus.tar.gz
30022024-03-20T19:38:50.394Z 32,768 0% 64.91kB/s 0:23:33 91,784,554 100% 104.45MB/s 0:00:00 (xfr#12, to-chk=240/255)
30032024-03-20T19:38:50.395Zout/ntp.tar.gz
30042024-03-20T19:38:50.436Z 32,768 0% 38.19kB/s 0:04:32 10,426,603 100% 11.36MB/s 0:00:00 (xfr#13, to-chk=239/255)
30052024-03-20T19:38:50.436Zout/omicron-gateway-softnpu.tar.gz
30062024-03-20T19:38:50.479Z 32,768 0% 36.57kB/s 0:07:30 16,517,192 100% 17.12MB/s 0:00:00 (xfr#14, to-chk=238/255)
30072024-03-20T19:38:50.479Zout/omicron-gateway.tar.gz
30082024-03-20T19:38:50.521Z 32,768 0% 34.78kB/s 0:07:53 16,513,715 100% 16.32MB/s 0:00:00 (xfr#15, to-chk=237/255)
30092024-03-20T19:38:50.521Zout/omicron-sled-agent.tar
30102024-03-20T19:38:51.365Z 32,768 0% 33.16kB/s 0:59:07 3,801,088 3% 3.62MB/s 0:00:30 117,683,712 100% 62.11MB/s 0:00:01 (xfr#16, to-chk=236/255)
30112024-03-20T19:38:51.365Zout/overlay.tar.gz
30122024-03-20T19:38:51.365Z 2,621 100% 3.17kB/s 0:00:00 2,621 100% 3.17kB/s 0:00:00 (xfr#17, to-chk=235/255)
30132024-03-20T19:38:51.365Zout/oximeter.tar.gz
30142024-03-20T19:38:51.534Z 32,768 0% 39.60kB/s 0:20:12 48,041,861 100% 47.14MB/s 0:00:00 (xfr#18, to-chk=234/255)
30152024-03-20T19:38:51.534Zout/oxlog.tar
30162024-03-20T19:38:51.576Z 32,768 0% 32.92kB/s 0:03:08 2,621,440 41% 2.50MB/s 0:00:01 6,244,352 100% 5.84MB/s 0:00:01 (xfr#19, to-chk=233/255)
30172024-03-20T19:38:51.576Zout/probe.tar.gz
30182024-03-20T19:38:51.604Z 32,768 1% 1.49MB/s 0:00:01 2,829,470 100% 87.04MB/s 0:00:00 (xfr#20, to-chk=232/255)
30192024-03-20T19:38:51.604Zout/propolis-server.tar.gz
30202024-03-20T19:38:51.802Z 32,768 0% 1.01MB/s 0:01:04 66,360,059 100% 264.79MB/s 0:00:00 (xfr#21, to-chk=231/255)
30212024-03-20T19:38:51.802Zout/switch-softnpu.tar.gz
30222024-03-20T19:38:52.499Z 32,768 0% 133.89kB/s 0:25:23 204,016,484 100% 207.65MB/s 0:00:00 (xfr#22, to-chk=230/255)
30232024-03-20T19:38:52.499Zout/console-assets/
30242024-03-20T19:38:52.499Zout/console-assets/VERSION
30252024-03-20T19:38:52.499Z 41 100% 0.04kB/s 0:00:00 41 100% 0.04kB/s 0:00:00 (xfr#23, to-chk=226/255)
30262024-03-20T19:38:52.499Zout/console-assets/index.html
30272024-03-20T19:38:52.499Z 466 100% 0.49kB/s 0:00:00 466 100% 0.49kB/s 0:00:00 (xfr#24, to-chk=225/255)
30282024-03-20T19:38:52.499Zout/console-assets/assets/
30292024-03-20T19:38:52.500Zout/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2
30302024-03-20T19:38:52.554Z 32,768 70% 34.15kB/s 0:00:00 46,276 100% 48.23kB/s 0:00:00 (xfr#25, to-chk=223/255)
30312024-03-20T19:38:52.554Zout/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff
30322024-03-20T19:38:52.554Z 32,768 65% 34.15kB/s 0:00:00 50,032 100% 52.09kB/s 0:00:00 (xfr#26, to-chk=222/255)
30332024-03-20T19:38:52.554Zout/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff
30342024-03-20T19:38:52.554Z 32,768 55% 34.12kB/s 0:00:00 58,524 100% 60.93kB/s 0:00:00 (xfr#27, to-chk=221/255)
30352024-03-20T19:38:52.554Zout/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2
30362024-03-20T19:38:52.554Z 32,768 71% 34.12kB/s 0:00:00 46,060 100% 47.95kB/s 0:00:00 (xfr#28, to-chk=220/255)
30372024-03-20T19:38:52.554Zout/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff
30382024-03-20T19:38:52.554Z 21,937 100% 22.81kB/s 0:00:00 21,937 100% 22.81kB/s 0:00:00 (xfr#29, to-chk=219/255)
30392024-03-20T19:38:52.554Zout/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2
30402024-03-20T19:38:52.554Z 17,996 100% 18.72kB/s 0:00:00 17,996 100% 18.72kB/s 0:00:00 (xfr#30, to-chk=218/255)
30412024-03-20T19:38:52.555Zout/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff
30422024-03-20T19:38:52.555Z 21,890 100% 22.77kB/s 0:00:00 21,890 100% 22.77kB/s 0:00:00 (xfr#31, to-chk=217/255)
30432024-03-20T19:38:52.555Zout/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2
30442024-03-20T19:38:52.555Z 17,984 100% 18.70kB/s 0:00:00 17,984 100% 18.70kB/s 0:00:00 (xfr#32, to-chk=216/255)
30452024-03-20T19:38:52.555Zout/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff
30462024-03-20T19:38:52.555Z 21,123 100% 21.97kB/s 0:00:00 21,123 100% 21.97kB/s 0:00:00 (xfr#33, to-chk=215/255)
30472024-03-20T19:38:52.555Zout/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2
30482024-03-20T19:38:52.555Z 17,228 100% 17.92kB/s 0:00:00 17,228 100% 17.92kB/s 0:00:00 (xfr#34, to-chk=214/255)
30492024-03-20T19:38:52.555Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2
30502024-03-20T19:38:52.555Z 18,448 100% 19.17kB/s 0:00:00 18,448 100% 19.17kB/s 0:00:00 (xfr#35, to-chk=213/255)
30512024-03-20T19:38:52.555Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff
30522024-03-20T19:38:52.555Z 22,665 100% 23.55kB/s 0:00:00 22,665 100% 23.55kB/s 0:00:00 (xfr#36, to-chk=212/255)
30532024-03-20T19:38:52.555Zout/console-assets/assets/Terminal-_VoNxbTe.js
30542024-03-20T19:38:52.555Z 32,768 11% 34.04kB/s 0:00:07 287,761 100% 298.00kB/s 0:00:00 (xfr#37, to-chk=211/255)
30552024-03-20T19:38:52.555Zout/console-assets/assets/Terminal-_VoNxbTe.js.gz
30562024-03-20T19:38:52.555Z 32,768 45% 33.93kB/s 0:00:01 71,758 100% 74.31kB/s 0:00:00 (xfr#38, to-chk=210/255)
30572024-03-20T19:38:52.555Zout/console-assets/assets/Terminal-_VoNxbTe.js.map
30582024-03-20T19:38:52.555Z 32,768 5% 33.93kB/s 0:00:16 590,313 100% 608.74kB/s 0:00:00 (xfr#39, to-chk=209/255)
30592024-03-20T19:38:52.555Zout/console-assets/assets/Terminal-_VoNxbTe.js.map.gz
30602024-03-20T19:38:52.555Z 32,768 27% 33.79kB/s 0:00:02 118,282 100% 121.97kB/s 0:00:00 (xfr#40, to-chk=208/255)
30612024-03-20T19:38:52.555Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js
30622024-03-20T19:38:52.556Z 32,768 8% 33.79kB/s 0:00:10 371,459 100% 381.44kB/s 0:00:00 (xfr#41, to-chk=207/255)
30632024-03-20T19:38:52.556Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js.gz
30642024-03-20T19:38:52.556Z 32,768 31% 33.65kB/s 0:00:02 103,751 100% 106.54kB/s 0:00:00 (xfr#42, to-chk=206/255)
30652024-03-20T19:38:52.556Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map
30662024-03-20T19:38:52.556Z 32,768 1% 33.65kB/s 0:00:48 1,659,213 100% 1.64MB/s 0:00:00 (xfr#43, to-chk=205/255)
30672024-03-20T19:38:52.556Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map.gz
30682024-03-20T19:38:52.556Z 32,768 8% 33.26kB/s 0:00:10 379,036 100% 383.58kB/s 0:00:00 (xfr#44, to-chk=204/255)
30692024-03-20T19:38:52.556Zout/console-assets/assets/app-1tiVg9q7.js
30702024-03-20T19:38:52.583Z 32,768 2% 33.16kB/s 0:00:33 1,130,062 100% 1.10MB/s 0:00:00 (xfr#45, to-chk=203/255)
30712024-03-20T19:38:52.584Zout/console-assets/assets/app-1tiVg9q7.js.gz
30722024-03-20T19:38:52.584Z 32,768 9% 32.75kB/s 0:00:09 347,811 100% 346.59kB/s 0:00:00 (xfr#46, to-chk=202/255)
30732024-03-20T19:38:52.584Zout/console-assets/assets/app-1tiVg9q7.js.map
30742024-03-20T19:38:52.584Z 32,768 0% 32.65kB/s 0:02:42 2,621,440 49% 2.50MB/s 0:00:01 5,328,067 100% 5.01MB/s 0:00:01 (xfr#47, to-chk=201/255)
30752024-03-20T19:38:52.584Zout/console-assets/assets/app-1tiVg9q7.js.map.gz
30762024-03-20T19:38:52.584Z 32,768 2% 2.08MB/s 0:00:00 1,261,215 100% 57.28MB/s 0:00:00 (xfr#48, to-chk=200/255)
30772024-03-20T19:38:52.584Zout/console-assets/assets/app-AvNWp1hQ.css
30782024-03-20T19:38:52.584Z 32,768 23% 1.42MB/s 0:00:00 138,004 100% 5.72MB/s 0:00:00 (xfr#49, to-chk=199/255)
30792024-03-20T19:38:52.584Zout/console-assets/assets/app-AvNWp1hQ.css.gz
30802024-03-20T19:38:52.584Z 21,197 100% 900.01kB/s 0:00:00 21,197 100% 900.01kB/s 0:00:00 (xfr#50, to-chk=198/255)
30812024-03-20T19:38:52.584Zout/console-assets/assets/favicon-WELtHcTG.svg
30822024-03-20T19:38:52.584Z 761 100% 32.31kB/s 0:00:00 761 100% 32.31kB/s 0:00:00 (xfr#51, to-chk=197/255)
30832024-03-20T19:38:52.584Zout/console-assets/assets/favicon-cDDaBnwQ.png
30842024-03-20T19:38:52.584Z 1,327 100% 56.34kB/s 0:00:00 1,327 100% 56.34kB/s 0:00:00 (xfr#52, to-chk=196/255)
30852024-03-20T19:38:52.585Zout/console-assets/assets/og-preview-image.webp
30862024-03-20T19:38:52.585Z 32,768 36% 1.30MB/s 0:00:00 89,880 100% 3.57MB/s 0:00:00 (xfr#53, to-chk=195/255)
30872024-03-20T19:38:52.585Zout/console-assets/assets/oxide-hero-rack-IQvkDe3B.webp
30882024-03-20T19:38:52.585Z 32,768 4% 1.25MB/s 0:00:00 673,968 100% 22.96MB/s 0:00:00 (xfr#54, to-chk=194/255)
30892024-03-20T19:38:52.585Zout/manifest-cache/
30902024-03-20T19:38:52.585Zout/manifest-cache/clickhouse.tar.gz.json
30912024-03-20T19:38:52.585Z 780 100% 27.20kB/s 0:00:00 780 100% 26.27kB/s 0:00:00 (xfr#55, to-chk=193/255)
30922024-03-20T19:38:52.585Zout/manifest-cache/clickhouse_keeper.tar.gz.json
30932024-03-20T19:38:52.585Z 801 100% 26.97kB/s 0:00:00 801 100% 26.97kB/s 0:00:00 (xfr#56, to-chk=192/255)
30942024-03-20T19:38:52.585Zout/manifest-cache/clickhouse_keeper_svc.tar.gz.json
30952024-03-20T19:38:52.613Z 2,958 100% 99.61kB/s 0:00:00 2,958 100% 99.61kB/s 0:00:00 (xfr#57, to-chk=191/255)
30962024-03-20T19:38:52.613Zout/manifest-cache/clickhouse_svc.tar.gz.json
30972024-03-20T19:38:52.613Z 2,946 100% 99.21kB/s 0:00:00 2,946 100% 99.21kB/s 0:00:00 (xfr#58, to-chk=190/255)
30982024-03-20T19:38:52.613Zout/manifest-cache/cockroachdb-service.tar.gz.json
30992024-03-20T19:38:52.614Z 32,768 61% 1.08MB/s 0:00:00 53,598 100% 1.70MB/s 0:00:00 (xfr#59, to-chk=189/255)
31002024-03-20T19:38:52.614Zout/manifest-cache/cockroachdb.tar.gz.json
31012024-03-20T19:38:52.614Z 787 100% 25.62kB/s 0:00:00 787 100% 25.62kB/s 0:00:00 (xfr#60, to-chk=188/255)
31022024-03-20T19:38:52.614Zout/manifest-cache/crucible-pantry-zone.tar.gz.json
31032024-03-20T19:38:52.614Z 662 100% 20.85kB/s 0:00:00 662 100% 20.85kB/s 0:00:00 (xfr#61, to-chk=187/255)
31042024-03-20T19:38:52.614Zout/manifest-cache/crucible-zone.tar.gz.json
31052024-03-20T19:38:52.614Z 641 100% 20.19kB/s 0:00:00 641 100% 20.19kB/s 0:00:00 (xfr#62, to-chk=186/255)
31062024-03-20T19:38:52.614Zout/manifest-cache/dns-server.tar.gz.json
31072024-03-20T19:38:52.614Z 942 100% 29.67kB/s 0:00:00 942 100% 29.67kB/s 0:00:00 (xfr#63, to-chk=185/255)
31082024-03-20T19:38:52.614Zout/manifest-cache/external-dns-customizations.tar.gz.json
31092024-03-20T19:38:52.614Z 1,132 100% 35.66kB/s 0:00:00 1,132 100% 35.66kB/s 0:00:00 (xfr#64, to-chk=184/255)
31102024-03-20T19:38:52.614Zout/manifest-cache/external-dns.tar.gz.json
31112024-03-20T19:38:52.614Z 934 100% 29.42kB/s 0:00:00 934 100% 29.42kB/s 0:00:00 (xfr#65, to-chk=183/255)
31122024-03-20T19:38:52.614Zout/manifest-cache/internal-dns-cli.tar.gz.json
31132024-03-20T19:38:52.614Z 752 100% 23.69kB/s 0:00:00 752 100% 23.69kB/s 0:00:00 (xfr#66, to-chk=182/255)
31142024-03-20T19:38:52.614Zout/manifest-cache/internal-dns-customizations.tar.gz.json
31152024-03-20T19:38:52.614Z 1,132 100% 35.66kB/s 0:00:00 1,132 100% 35.66kB/s 0:00:00 (xfr#67, to-chk=181/255)
31162024-03-20T19:38:52.615Zout/manifest-cache/internal-dns.tar.gz.json
31172024-03-20T19:38:52.615Z 791 100% 24.92kB/s 0:00:00 791 100% 24.92kB/s 0:00:00 (xfr#68, to-chk=180/255)
31182024-03-20T19:38:52.615Zout/manifest-cache/logadm.tar.gz.json
31192024-03-20T19:38:52.615Z 1,044 100% 32.89kB/s 0:00:00 1,044 100% 32.89kB/s 0:00:00 (xfr#69, to-chk=179/255)
31202024-03-20T19:38:52.615Zout/manifest-cache/nexus.tar.gz.json
31212024-03-20T19:38:52.615Z 773 100% 24.35kB/s 0:00:00 773 100% 24.35kB/s 0:00:00 (xfr#70, to-chk=178/255)
31222024-03-20T19:38:52.615Zout/manifest-cache/ntp-svc.tar.gz.json
31232024-03-20T19:38:52.615Z 2,228 100% 70.19kB/s 0:00:00 2,228 100% 70.19kB/s 0:00:00 (xfr#71, to-chk=177/255)
31242024-03-20T19:38:52.615Zout/manifest-cache/ntp.tar.gz.json
31252024-03-20T19:38:52.615Z 763 100% 24.04kB/s 0:00:00 763 100% 24.04kB/s 0:00:00 (xfr#72, to-chk=176/255)
31262024-03-20T19:38:52.615Zout/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json
31272024-03-20T19:38:52.615Z 1,462 100% 46.06kB/s 0:00:00 1,462 100% 46.06kB/s 0:00:00 (xfr#73, to-chk=175/255)
31282024-03-20T19:38:52.615Zout/manifest-cache/omicron-gateway-softnpu.tar.gz.json
31292024-03-20T19:38:52.615Z 545 100% 17.17kB/s 0:00:00 545 100% 17.17kB/s 0:00:00 (xfr#74, to-chk=174/255)
31302024-03-20T19:38:52.615Zout/manifest-cache/omicron-gateway.tar.gz.json
31312024-03-20T19:38:52.615Z 703 100% 22.15kB/s 0:00:00 703 100% 22.15kB/s 0:00:00 (xfr#75, to-chk=173/255)
31322024-03-20T19:38:52.615Zout/manifest-cache/omicron-nexus.tar.gz.json
31332024-03-20T19:38:52.615Z 32,768 46% 1000.00kB/s 0:00:00 70,581 100% 2.10MB/s 0:00:00 (xfr#76, to-chk=172/255)
31342024-03-20T19:38:52.616Zout/manifest-cache/omicron-omdb.tar.gz.json
31352024-03-20T19:38:52.616Z 702 100% 21.42kB/s 0:00:00 702 100% 21.42kB/s 0:00:00 (xfr#77, to-chk=171/255)
31362024-03-20T19:38:52.616Zout/manifest-cache/omicron-sled-agent.tar.json
31372024-03-20T19:38:52.616Z 1,510 100% 46.08kB/s 0:00:00 1,510 100% 46.08kB/s 0:00:00 (xfr#78, to-chk=170/255)
31382024-03-20T19:38:52.616Zout/manifest-cache/opte-interface-setup.tar.gz.json
31392024-03-20T19:38:52.616Z 883 100% 26.95kB/s 0:00:00 883 100% 26.95kB/s 0:00:00 (xfr#79, to-chk=169/255)
31402024-03-20T19:38:52.616Zout/manifest-cache/overlay.tar.gz.json
31412024-03-20T19:38:52.616Z 473 100% 14.00kB/s 0:00:00 473 100% 14.00kB/s 0:00:00 (xfr#80, to-chk=168/255)
31422024-03-20T19:38:52.616Zout/manifest-cache/oximeter-collector.tar.gz.json
31432024-03-20T19:38:52.616Z 18,311 100% 541.87kB/s 0:00:00 18,311 100% 541.87kB/s 0:00:00 (xfr#81, to-chk=167/255)
31442024-03-20T19:38:52.616Zout/manifest-cache/oximeter.tar.gz.json
31452024-03-20T19:38:52.616Z 641 100% 18.97kB/s 0:00:00 641 100% 18.97kB/s 0:00:00 (xfr#82, to-chk=166/255)
31462024-03-20T19:38:52.616Zout/manifest-cache/oxlog.tar.json
31472024-03-20T19:38:52.616Z 321 100% 9.50kB/s 0:00:00 321 100% 9.50kB/s 0:00:00 (xfr#83, to-chk=165/255)
31482024-03-20T19:38:52.616Zout/manifest-cache/probe.tar.gz.json
31492024-03-20T19:38:52.616Z 346 100% 10.24kB/s 0:00:00 346 100% 10.24kB/s 0:00:00 (xfr#84, to-chk=164/255)
31502024-03-20T19:38:52.616Zout/manifest-cache/profile.tar.gz.json
31512024-03-20T19:38:52.617Z 838 100% 24.80kB/s 0:00:00 838 100% 24.80kB/s 0:00:00 (xfr#85, to-chk=163/255)
31522024-03-20T19:38:52.617Zout/manifest-cache/sp-sim-softnpu.tar.gz.json
31532024-03-20T19:38:52.617Z 357 100% 10.56kB/s 0:00:00 357 100% 10.56kB/s 0:00:00 (xfr#86, to-chk=162/255)
31542024-03-20T19:38:52.617Zout/manifest-cache/sp-sim.tar.gz.json
31552024-03-20T19:38:52.617Z 1,549 100% 45.84kB/s 0:00:00 1,549 100% 45.84kB/s 0:00:00 (xfr#87, to-chk=161/255)
31562024-03-20T19:38:52.617Zout/manifest-cache/switch-softnpu.tar.gz.json
31572024-03-20T19:38:52.617Z 1,566 100% 46.34kB/s 0:00:00 1,566 100% 44.98kB/s 0:00:00 (xfr#88, to-chk=160/255)
31582024-03-20T19:38:52.617Zout/manifest-cache/switch_zone_setup.tar.gz.json
31592024-03-20T19:38:52.617Z 10,790 100% 309.91kB/s 0:00:00 10,790 100% 309.91kB/s 0:00:00 (xfr#89, to-chk=159/255)
31602024-03-20T19:38:52.617Zout/manifest-cache/wicket.tar.gz.json
31612024-03-20T19:38:52.617Z 1,084 100% 31.14kB/s 0:00:00 1,084 100% 31.14kB/s 0:00:00 (xfr#90, to-chk=158/255)
31622024-03-20T19:38:52.617Zout/manifest-cache/wicketd.tar.gz.json
31632024-03-20T19:38:52.617Z 1,560 100% 44.81kB/s 0:00:00 1,560 100% 44.81kB/s 0:00:00 (xfr#91, to-chk=157/255)
31642024-03-20T19:38:52.617Zout/manifest-cache/zone-network-install.tar.gz.json
31652024-03-20T19:38:52.617Z 877 100% 25.19kB/s 0:00:00 877 100% 25.19kB/s 0:00:00 (xfr#92, to-chk=156/255)
31662024-03-20T19:38:52.618Zout/manifest-cache/zone-network-setup.tar.gz.json
31672024-03-20T19:38:52.618Z 772 100% 22.17kB/s 0:00:00 772 100% 22.17kB/s 0:00:00 (xfr#93, to-chk=155/255)
31682024-03-20T19:38:52.618Zout/target/
31692024-03-20T19:38:52.618Zout/target/active -> default
31702024-03-20T19:38:52.618Zout/target/default
31712024-03-20T19:38:52.618Z 74 100% 2.13kB/s 0:00:00 74 100% 2.13kB/s 0:00:00 (xfr#94, to-chk=153/255)
31722024-03-20T19:38:52.618Zsmf/
31732024-03-20T19:38:52.618Zsmf/clickhouse/
31742024-03-20T19:38:52.619Zsmf/clickhouse/config_replica.xml
31752024-03-20T19:38:52.619Z 2,728 100% 78.35kB/s 0:00:00 2,728 100% 78.35kB/s 0:00:00 (xfr#95, to-chk=133/255)
31762024-03-20T19:38:52.619Zsmf/clickhouse/manifest.xml
31772024-03-20T19:38:52.619Z 1,494 100% 42.91kB/s 0:00:00 1,494 100% 42.91kB/s 0:00:00 (xfr#96, to-chk=132/255)
31782024-03-20T19:38:52.619Zsmf/clickhouse/method_script.sh
31792024-03-20T19:38:52.619Z 5,330 100% 153.09kB/s 0:00:00 5,330 100% 153.09kB/s 0:00:00 (xfr#97, to-chk=131/255)
31802024-03-20T19:38:52.619Zsmf/clickhouse_keeper/
31812024-03-20T19:38:52.620Zsmf/clickhouse_keeper/keeper_config.xml
31822024-03-20T19:38:52.620Z 1,460 100% 41.93kB/s 0:00:00 1,460 100% 41.93kB/s 0:00:00 (xfr#98, to-chk=130/255)
31832024-03-20T19:38:52.620Zsmf/clickhouse_keeper/manifest.xml
31842024-03-20T19:38:52.620Z 1,534 100% 44.06kB/s 0:00:00 1,534 100% 44.06kB/s 0:00:00 (xfr#99, to-chk=129/255)
31852024-03-20T19:38:52.620Zsmf/clickhouse_keeper/method_script.sh
31862024-03-20T19:38:52.620Z 4,324 100% 120.65kB/s 0:00:00 4,324 100% 120.65kB/s 0:00:00 (xfr#100, to-chk=128/255)
31872024-03-20T19:38:52.620Zsmf/cockroachdb/
31882024-03-20T19:38:52.620Zsmf/cockroachdb/manifest.xml
31892024-03-20T19:38:52.621Z 1,667 100% 46.51kB/s 0:00:00 1,667 100% 46.51kB/s 0:00:00 (xfr#101, to-chk=127/255)
31902024-03-20T19:38:52.621Zsmf/cockroachdb/method_script.sh
31912024-03-20T19:38:52.621Z 1,030 100% 28.74kB/s 0:00:00 1,030 100% 28.74kB/s 0:00:00 (xfr#102, to-chk=126/255)
31922024-03-20T19:38:52.621Zsmf/external-dns/
31932024-03-20T19:38:52.621Zsmf/external-dns/config.toml
31942024-03-20T19:38:52.621Z 353 100% 9.85kB/s 0:00:00 353 100% 9.85kB/s 0:00:00 (xfr#103, to-chk=125/255)
31952024-03-20T19:38:52.652Zsmf/external-dns/manifest.xml
31962024-03-20T19:38:52.652Z 1,805 100% 50.36kB/s 0:00:00 1,805 100% 50.36kB/s 0:00:00 (xfr#104, to-chk=124/255)
31972024-03-20T19:38:52.652Zsmf/installinator/
31982024-03-20T19:38:52.652Zsmf/installinator/manifest.xml
31992024-03-20T19:38:52.652Z 2,149 100% 59.96kB/s 0:00:00 2,149 100% 59.96kB/s 0:00:00 (xfr#105, to-chk=123/255)
32002024-03-20T19:38:52.652Zsmf/internal-dns/
32012024-03-20T19:38:52.652Zsmf/internal-dns/config.toml
32022024-03-20T19:38:52.652Z 353 100% 9.85kB/s 0:00:00 353 100% 9.85kB/s 0:00:00 (xfr#106, to-chk=122/255)
32032024-03-20T19:38:52.652Zsmf/internal-dns/manifest.xml
32042024-03-20T19:38:52.652Z 1,618 100% 45.15kB/s 0:00:00 1,618 100% 45.15kB/s 0:00:00 (xfr#107, to-chk=121/255)
32052024-03-20T19:38:52.652Zsmf/logadm/
32062024-03-20T19:38:52.652Zsmf/logadm/crontab.root
32072024-03-20T19:38:52.652Z 30 100% 0.84kB/s 0:00:00 30 100% 0.84kB/s 0:00:00 (xfr#108, to-chk=120/255)
32082024-03-20T19:38:52.653Zsmf/logadm/logadm.conf
32092024-03-20T19:38:52.653Z 2,553 100% 71.23kB/s 0:00:00 2,553 100% 71.23kB/s 0:00:00 (xfr#109, to-chk=119/255)
32102024-03-20T19:38:52.653Zsmf/mgs-sim/
32112024-03-20T19:38:52.653Zsmf/mgs-sim/config.toml
32122024-03-20T19:38:52.653Z 3,534 100% 98.60kB/s 0:00:00 3,534 100% 98.60kB/s 0:00:00 (xfr#110, to-chk=118/255)
32132024-03-20T19:38:52.653Zsmf/mgs/
32142024-03-20T19:38:52.653Zsmf/mgs/config.toml
32152024-03-20T19:38:52.653Z 9,085 100% 253.49kB/s 0:00:00 9,085 100% 253.49kB/s 0:00:00 (xfr#111, to-chk=117/255)
32162024-03-20T19:38:52.653Zsmf/mgs/manifest.xml
32172024-03-20T19:38:52.653Z 2,474 100% 69.03kB/s 0:00:00 2,474 100% 69.03kB/s 0:00:00 (xfr#112, to-chk=116/255)
32182024-03-20T19:38:52.653Zsmf/nexus/
32192024-03-20T19:38:52.653Zsmf/nexus/manifest.xml
32202024-03-20T19:38:52.653Z 1,987 100% 55.44kB/s 0:00:00 1,987 100% 55.44kB/s 0:00:00 (xfr#113, to-chk=115/255)
32212024-03-20T19:38:52.653Zsmf/nexus/multi-sled/
32222024-03-20T19:38:52.653Zsmf/nexus/multi-sled/config-partial.toml
32232024-03-20T19:38:52.653Z 1,997 100% 54.17kB/s 0:00:00 1,997 100% 54.17kB/s 0:00:00 (xfr#114, to-chk=112/255)
32242024-03-20T19:38:52.653Zsmf/nexus/single-sled/
32252024-03-20T19:38:52.653Zsmf/nexus/single-sled/config-partial.toml
32262024-03-20T19:38:52.653Z 1,993 100% 54.06kB/s 0:00:00 1,993 100% 54.06kB/s 0:00:00 (xfr#115, to-chk=111/255)
32272024-03-20T19:38:52.653Zsmf/ntp/
32282024-03-20T19:38:52.653Zsmf/ntp/etc/
32292024-03-20T19:38:52.653Zsmf/ntp/etc/inet/
32302024-03-20T19:38:52.653Zsmf/ntp/etc/inet/chrony.conf.boundary
32312024-03-20T19:38:52.653Z 881 100% 23.90kB/s 0:00:00 881 100% 23.90kB/s 0:00:00 (xfr#116, to-chk=105/255)
32322024-03-20T19:38:52.654Zsmf/ntp/etc/inet/chrony.conf.internal
32332024-03-20T19:38:52.654Z 1,108 100% 30.06kB/s 0:00:00 1,108 100% 30.06kB/s 0:00:00 (xfr#117, to-chk=104/255)
32342024-03-20T19:38:52.654Zsmf/ntp/etc/logadm.d/
32352024-03-20T19:38:52.654Zsmf/ntp/etc/logadm.d/chrony.logadm.conf
32362024-03-20T19:38:52.654Z 135 100% 3.66kB/s 0:00:00 135 100% 3.66kB/s 0:00:00 (xfr#118, to-chk=103/255)
32372024-03-20T19:38:52.654Zsmf/ntp/manifest/
32382024-03-20T19:38:52.654Zsmf/ntp/manifest/manifest.xml
32392024-03-20T19:38:52.654Z 3,336 100% 90.49kB/s 0:00:00 3,336 100% 90.49kB/s 0:00:00 (xfr#119, to-chk=102/255)
32402024-03-20T19:38:52.654Zsmf/ntp/method/
32412024-03-20T19:38:52.654Zsmf/ntp/method/svc-site-ntp
32422024-03-20T19:38:52.654Z 3,211 100% 87.10kB/s 0:00:00 3,211 100% 87.10kB/s 0:00:00 (xfr#120, to-chk=101/255)
32432024-03-20T19:38:52.654Zsmf/opte-interface-setup/
32442024-03-20T19:38:52.654Zsmf/opte-interface-setup/manifest.xml
32452024-03-20T19:38:52.654Z 1,638 100% 44.43kB/s 0:00:00 1,638 100% 44.43kB/s 0:00:00 (xfr#121, to-chk=100/255)
32462024-03-20T19:38:52.654Zsmf/oximeter/
32472024-03-20T19:38:52.654Zsmf/oximeter/config.toml
32482024-03-20T19:38:52.655Z 205 100% 5.56kB/s 0:00:00 205 100% 5.56kB/s 0:00:00 (xfr#122, to-chk=99/255)
32492024-03-20T19:38:52.655Zsmf/oximeter/manifest.xml
32502024-03-20T19:38:52.655Z 1,770 100% 48.01kB/s 0:00:00 1,770 100% 48.01kB/s 0:00:00 (xfr#123, to-chk=98/255)
32512024-03-20T19:38:52.655Zsmf/profile/
32522024-03-20T19:38:52.655Zsmf/profile/bashrc
32532024-03-20T19:38:52.655Z 925 100% 25.09kB/s 0:00:00 925 100% 25.09kB/s 0:00:00 (xfr#124, to-chk=97/255)
32542024-03-20T19:38:52.655Zsmf/profile/profile
32552024-03-20T19:38:52.655Z 535 100% 14.51kB/s 0:00:00 535 100% 14.51kB/s 0:00:00 (xfr#125, to-chk=96/255)
32562024-03-20T19:38:52.655Zsmf/sled-agent/
32572024-03-20T19:38:52.655Zsmf/sled-agent/manifest.xml
32582024-03-20T19:38:52.656Z 2,373 100% 64.37kB/s 0:00:00 2,373 100% 64.37kB/s 0:00:00 (xfr#126, to-chk=95/255)
32592024-03-20T19:38:52.656Zsmf/sled-agent/gimlet-standalone/
32602024-03-20T19:38:52.656Zsmf/sled-agent/gimlet-standalone/README.md
32612024-03-20T19:38:52.656Z 114 100% 3.09kB/s 0:00:00 114 100% 3.09kB/s 0:00:00 (xfr#127, to-chk=91/255)
32622024-03-20T19:38:52.656Zsmf/sled-agent/gimlet-standalone/config-rss.toml
32632024-03-20T19:38:52.656Z 6,611 100% 174.49kB/s 0:00:00 6,611 100% 174.49kB/s 0:00:00 (xfr#128, to-chk=90/255)
32642024-03-20T19:38:52.656Zsmf/sled-agent/gimlet-standalone/config.toml
32652024-03-20T19:38:52.656Z 1,800 100% 47.51kB/s 0:00:00 1,800 100% 47.51kB/s 0:00:00 (xfr#129, to-chk=89/255)
32662024-03-20T19:38:52.656Zsmf/sled-agent/gimlet/
32672024-03-20T19:38:52.656Zsmf/sled-agent/gimlet/README.md
32682024-03-20T19:38:52.656Z 54 100% 1.43kB/s 0:00:00 54 100% 1.43kB/s 0:00:00 (xfr#130, to-chk=88/255)
32692024-03-20T19:38:52.656Zsmf/sled-agent/gimlet/config.toml
32702024-03-20T19:38:52.656Z 1,657 100% 43.73kB/s 0:00:00 1,657 100% 43.73kB/s 0:00:00 (xfr#131, to-chk=87/255)
32712024-03-20T19:38:52.657Zsmf/sled-agent/non-gimlet/
32722024-03-20T19:38:52.657Zsmf/sled-agent/non-gimlet/README.md
32732024-03-20T19:38:52.657Z 105 100% 2.77kB/s 0:00:00 105 100% 2.77kB/s 0:00:00 (xfr#132, to-chk=86/255)
32742024-03-20T19:38:52.657Zsmf/sled-agent/non-gimlet/config-rss.toml
32752024-03-20T19:38:52.657Z 1,947 100% 51.39kB/s 0:00:00 1,947 100% 51.39kB/s 0:00:00 (xfr#133, to-chk=85/255)
32762024-03-20T19:38:52.657Zsmf/sled-agent/non-gimlet/config.toml
32772024-03-20T19:38:52.657Z 2,906 100% 76.70kB/s 0:00:00 2,906 100% 76.70kB/s 0:00:00 (xfr#134, to-chk=84/255)
32782024-03-20T19:38:52.657Zsmf/sp-sim/
32792024-03-20T19:38:52.657Zsmf/sp-sim/config.toml
32802024-03-20T19:38:52.657Z 2,604 100% 68.73kB/s 0:00:00 2,604 100% 68.73kB/s 0:00:00 (xfr#135, to-chk=83/255)
32812024-03-20T19:38:52.657Zsmf/sp-sim/manifest.xml
32822024-03-20T19:38:52.657Z 1,271 100% 33.55kB/s 0:00:00 1,271 100% 33.55kB/s 0:00:00 (xfr#136, to-chk=82/255)
32832024-03-20T19:38:52.658Zsmf/switch_zone_setup/
32842024-03-20T19:38:52.658Zsmf/switch_zone_setup/manifest.xml
32852024-03-20T19:38:52.658Z 1,061 100% 28.00kB/s 0:00:00 1,061 100% 28.00kB/s 0:00:00 (xfr#137, to-chk=81/255)
32862024-03-20T19:38:52.658Zsmf/switch_zone_setup/support_authorized_keys
32872024-03-20T19:38:52.658Z 1,284 100% 33.89kB/s 0:00:00 1,284 100% 33.89kB/s 0:00:00 (xfr#138, to-chk=80/255)
32882024-03-20T19:38:52.658Zsmf/switch_zone_setup/switch_zone_setup
32892024-03-20T19:38:52.658Z 1,041 100% 27.48kB/s 0:00:00 1,041 100% 27.48kB/s 0:00:00 (xfr#139, to-chk=79/255)
32902024-03-20T19:38:52.658Zsmf/wicketd/
32912024-03-20T19:38:52.658Zsmf/wicketd/config.toml
32922024-03-20T19:38:52.658Z 104 100% 2.74kB/s 0:00:00 104 100% 2.74kB/s 0:00:00 (xfr#140, to-chk=78/255)
32932024-03-20T19:38:52.658Zsmf/wicketd/manifest.xml
32942024-03-20T19:38:52.658Z 2,954 100% 77.97kB/s 0:00:00 2,954 100% 77.97kB/s 0:00:00 (xfr#141, to-chk=77/255)
32952024-03-20T19:38:52.686Zsmf/zone-network-setup/
32962024-03-20T19:38:52.686Zsmf/zone-network-setup/manifest.xml
32972024-03-20T19:38:52.686Z 1,614 100% 42.60kB/s 0:00:00 1,614 100% 42.60kB/s 0:00:00 (xfr#142, to-chk=76/255)
32982024-03-20T19:38:52.686Ztools/
32992024-03-20T19:38:52.686Ztools/README.adoc
33002024-03-20T19:38:52.686Z 3,558 100% 93.91kB/s 0:00:00 3,558 100% 93.91kB/s 0:00:00 (xfr#143, to-chk=75/255)
33012024-03-20T19:38:52.687Ztools/build-global-zone-packages.sh
33022024-03-20T19:38:52.687Z 2,388 100% 63.03kB/s 0:00:00 2,388 100% 63.03kB/s 0:00:00 (xfr#144, to-chk=74/255)
33032024-03-20T19:38:52.687Ztools/build-host-image.sh
33042024-03-20T19:38:52.687Z 2,971 100% 78.42kB/s 0:00:00 2,971 100% 78.42kB/s 0:00:00 (xfr#145, to-chk=73/255)
33052024-03-20T19:38:52.687Ztools/build-trampoline-global-zone-packages.sh
33062024-03-20T19:38:52.687Z 1,878 100% 49.57kB/s 0:00:00 1,878 100% 49.57kB/s 0:00:00 (xfr#146, to-chk=72/255)
33072024-03-20T19:38:52.687Ztools/ci_check_opte_ver.sh
33082024-03-20T19:38:52.687Z 2,770 100% 71.19kB/s 0:00:00 2,770 100% 71.19kB/s 0:00:00 (xfr#147, to-chk=71/255)
33092024-03-20T19:38:52.687Ztools/ci_download_clickhouse
33102024-03-20T19:38:52.687Z 3,631 100% 93.31kB/s 0:00:00 3,631 100% 93.31kB/s 0:00:00 (xfr#148, to-chk=70/255)
33112024-03-20T19:38:52.687Ztools/ci_download_cockroachdb
33122024-03-20T19:38:52.687Z 4,292 100% 110.30kB/s 0:00:00 4,292 100% 110.30kB/s 0:00:00 (xfr#149, to-chk=69/255)
33132024-03-20T19:38:52.687Ztools/ci_download_console
33142024-03-20T19:38:52.687Z 1,991 100% 51.17kB/s 0:00:00 1,991 100% 51.17kB/s 0:00:00 (xfr#150, to-chk=68/255)
33152024-03-20T19:38:52.687Ztools/ci_download_dendrite_openapi
33162024-03-20T19:38:52.687Z 1,719 100% 44.18kB/s 0:00:00 1,719 100% 44.18kB/s 0:00:00 (xfr#151, to-chk=67/255)
33172024-03-20T19:38:52.687Ztools/ci_download_dendrite_stub
33182024-03-20T19:38:52.687Z 4,229 100% 108.68kB/s 0:00:00 4,229 100% 108.68kB/s 0:00:00 (xfr#152, to-chk=66/255)
33192024-03-20T19:38:52.687Ztools/ci_download_maghemite_mgd
33202024-03-20T19:38:52.687Z 3,650 100% 93.80kB/s 0:00:00 3,650 100% 93.80kB/s 0:00:00 (xfr#153, to-chk=65/255)
33212024-03-20T19:38:52.687Ztools/ci_download_maghemite_openapi
33222024-03-20T19:38:52.688Z 1,989 100% 51.12kB/s 0:00:00 1,989 100% 51.12kB/s 0:00:00 (xfr#154, to-chk=64/255)
33232024-03-20T19:38:52.688Ztools/ci_download_softnpu_machinery
33242024-03-20T19:38:52.688Z 668 100% 17.17kB/s 0:00:00 668 100% 17.17kB/s 0:00:00 (xfr#155, to-chk=63/255)
33252024-03-20T19:38:52.688Ztools/ci_download_thundermuffin
33262024-03-20T19:38:52.688Z 3,237 100% 83.19kB/s 0:00:00 3,237 100% 83.19kB/s 0:00:00 (xfr#156, to-chk=62/255)
33272024-03-20T19:38:52.688Ztools/ci_download_transceiver_control
33282024-03-20T19:38:52.688Z 3,415 100% 87.76kB/s 0:00:00 3,415 100% 87.76kB/s 0:00:00 (xfr#157, to-chk=61/255)
33292024-03-20T19:38:52.688Ztools/clickhouse_checksums
33302024-03-20T19:38:52.688Z 153 100% 3.93kB/s 0:00:00 153 100% 3.93kB/s 0:00:00 (xfr#158, to-chk=60/255)
33312024-03-20T19:38:52.688Ztools/clickhouse_version
33322024-03-20T19:38:52.688Z 11 100% 0.28kB/s 0:00:00 11 100% 0.28kB/s 0:00:00 (xfr#159, to-chk=59/255)
33332024-03-20T19:38:52.688Ztools/cockroachdb_checksums
33342024-03-20T19:38:52.688Z 258 100% 6.63kB/s 0:00:00 258 100% 6.63kB/s 0:00:00 (xfr#160, to-chk=58/255)
33352024-03-20T19:38:52.688Ztools/cockroachdb_version
33362024-03-20T19:38:52.688Z 8 100% 0.21kB/s 0:00:00 8 100% 0.21kB/s 0:00:00 (xfr#161, to-chk=57/255)
33372024-03-20T19:38:52.688Ztools/console_version
33382024-03-20T19:38:52.688Z 122 100% 3.14kB/s 0:00:00 122 100% 3.14kB/s 0:00:00 (xfr#162, to-chk=56/255)
33392024-03-20T19:38:52.688Ztools/create_gimlet_virtual_hardware.sh
33402024-03-20T19:38:52.688Z 935 100% 24.03kB/s 0:00:00 935 100% 24.03kB/s 0:00:00 (xfr#163, to-chk=55/255)
33412024-03-20T19:38:52.688Ztools/create_scrimlet_virtual_hardware.sh
33422024-03-20T19:38:52.688Z 2,013 100% 50.41kB/s 0:00:00 2,013 100% 50.41kB/s 0:00:00 (xfr#164, to-chk=54/255)
33432024-03-20T19:38:52.688Ztools/create_self_signed_cert.sh
33442024-03-20T19:38:52.689Z 685 100% 17.15kB/s 0:00:00 685 100% 17.15kB/s 0:00:00 (xfr#165, to-chk=53/255)
33452024-03-20T19:38:52.689Ztools/create_virtual_hardware.sh
33462024-03-20T19:38:52.689Z 3,183 100% 79.70kB/s 0:00:00 3,183 100% 79.70kB/s 0:00:00 (xfr#166, to-chk=52/255)
33472024-03-20T19:38:52.689Ztools/delete-reservoir.sh
33482024-03-20T19:38:52.689Z 136 100% 3.41kB/s 0:00:00 136 100% 3.41kB/s 0:00:00 (xfr#167, to-chk=51/255)
33492024-03-20T19:38:52.689Ztools/dendrite_openapi_version
33502024-03-20T19:38:52.689Z 122 100% 3.05kB/s 0:00:00 122 100% 3.05kB/s 0:00:00 (xfr#168, to-chk=50/255)
33512024-03-20T19:38:52.689Ztools/dendrite_stub_checksums
33522024-03-20T19:38:52.689Z 267 100% 6.69kB/s 0:00:00 267 100% 6.69kB/s 0:00:00 (xfr#169, to-chk=49/255)
33532024-03-20T19:38:52.689Ztools/destroy_gimlet_virtual_hardware.sh
33542024-03-20T19:38:52.689Z 888 100% 22.24kB/s 0:00:00 888 100% 22.24kB/s 0:00:00 (xfr#170, to-chk=48/255)
33552024-03-20T19:38:52.689Ztools/destroy_scrimlet_virtual_hardware.sh
33562024-03-20T19:38:52.689Z 1,147 100% 28.72kB/s 0:00:00 1,147 100% 28.72kB/s 0:00:00 (xfr#171, to-chk=47/255)
33572024-03-20T19:38:52.689Ztools/destroy_virtual_hardware.sh
33582024-03-20T19:38:52.689Z 2,227 100% 55.76kB/s 0:00:00 2,227 100% 55.76kB/s 0:00:00 (xfr#172, to-chk=46/255)
33592024-03-20T19:38:52.689Ztools/dvt_dock_version
33602024-03-20T19:38:52.689Z 48 100% 1.20kB/s 0:00:00 48 100% 1.20kB/s 0:00:00 (xfr#173, to-chk=45/255)
33612024-03-20T19:38:52.689Ztools/ensure_buildomat_artifact.sh
33622024-03-20T19:38:52.689Z 3,759 100% 94.13kB/s 0:00:00 3,759 100% 94.13kB/s 0:00:00 (xfr#174, to-chk=44/255)
33632024-03-20T19:38:52.689Ztools/generate-nexus-api.sh
33642024-03-20T19:38:52.689Z 174 100% 4.36kB/s 0:00:00 174 100% 4.36kB/s 0:00:00 (xfr#175, to-chk=43/255)
33652024-03-20T19:38:52.689Ztools/generate-sled-agent-api.sh
33662024-03-20T19:38:52.689Z 161 100% 4.03kB/s 0:00:00 161 100% 4.03kB/s 0:00:00 (xfr#176, to-chk=42/255)
33672024-03-20T19:38:52.689Ztools/generate-wicketd-api.sh
33682024-03-20T19:38:52.689Z 75 100% 1.88kB/s 0:00:00 75 100% 1.88kB/s 0:00:00 (xfr#177, to-chk=41/255)
33692024-03-20T19:38:52.690Ztools/hubris_checksums
33702024-03-20T19:38:52.690Z 852 100% 21.33kB/s 0:00:00 852 100% 21.33kB/s 0:00:00 (xfr#178, to-chk=40/255)
33712024-03-20T19:38:52.690Ztools/hubris_version
33722024-03-20T19:38:52.690Z 50 100% 1.25kB/s 0:00:00 50 100% 1.25kB/s 0:00:00 (xfr#179, to-chk=39/255)
33732024-03-20T19:38:52.690Ztools/install_builder_prerequisites.sh
33742024-03-20T19:38:52.690Z 7,537 100% 188.73kB/s 0:00:00 7,537 100% 188.73kB/s 0:00:00 (xfr#180, to-chk=38/255)
33752024-03-20T19:38:52.690Ztools/install_opte.sh
33762024-03-20T19:38:52.690Z 3,755 100% 94.03kB/s 0:00:00 3,755 100% 94.03kB/s 0:00:00 (xfr#181, to-chk=37/255)
33772024-03-20T19:38:52.690Ztools/install_prerequisites.sh
33782024-03-20T19:38:52.690Z 255 100% 6.39kB/s 0:00:00 255 100% 6.39kB/s 0:00:00 (xfr#182, to-chk=36/255)
33792024-03-20T19:38:52.690Ztools/install_runner_prerequisites.sh
33802024-03-20T19:38:52.690Z 4,154 100% 104.02kB/s 0:00:00 4,154 100% 104.02kB/s 0:00:00 (xfr#183, to-chk=35/255)
33812024-03-20T19:38:52.690Ztools/maghemite_ddm_openapi_version
33822024-03-20T19:38:52.690Z 122 100% 2.98kB/s 0:00:00 122 100% 2.98kB/s 0:00:00 (xfr#184, to-chk=34/255)
33832024-03-20T19:38:52.690Ztools/maghemite_mg_openapi_version
33842024-03-20T19:38:52.690Z 122 100% 2.98kB/s 0:00:00 122 100% 2.98kB/s 0:00:00 (xfr#185, to-chk=33/255)
33852024-03-20T19:38:52.690Ztools/maghemite_mgd_checksums
33862024-03-20T19:38:52.690Z 162 100% 3.96kB/s 0:00:00 162 100% 3.96kB/s 0:00:00 (xfr#186, to-chk=32/255)
33872024-03-20T19:38:52.690Ztools/opte_version
33882024-03-20T19:38:52.690Z 9 100% 0.22kB/s 0:00:00 9 100% 0.22kB/s 0:00:00 (xfr#187, to-chk=31/255)
33892024-03-20T19:38:52.690Ztools/opte_version_override
33902024-03-20T19:38:52.690Z 142 100% 3.47kB/s 0:00:00 142 100% 3.47kB/s 0:00:00 (xfr#188, to-chk=30/255)
33912024-03-20T19:38:52.690Ztools/renovate-post-upgrade.sh
33922024-03-20T19:38:52.691Z 1,705 100% 41.63kB/s 0:00:00 1,705 100% 41.63kB/s 0:00:00 (xfr#189, to-chk=29/255)
33932024-03-20T19:38:52.691Ztools/thundermuffin_checksums
33942024-03-20T19:38:52.691Z 79 100% 1.93kB/s 0:00:00 79 100% 1.93kB/s 0:00:00 (xfr#190, to-chk=28/255)
33952024-03-20T19:38:52.720Ztools/thundermuffin_version
33962024-03-20T19:38:52.721Z 50 100% 1.22kB/s 0:00:00 50 100% 1.22kB/s 0:00:00 (xfr#191, to-chk=27/255)
33972024-03-20T19:38:52.721Ztools/transceiver_control_version
33982024-03-20T19:38:52.721Z 137 100% 3.34kB/s 0:00:00 137 100% 3.34kB/s 0:00:00 (xfr#192, to-chk=26/255)
33992024-03-20T19:38:52.721Ztools/uninstall_opte.sh
34002024-03-20T19:38:52.721Z 6,514 100% 159.03kB/s 0:00:00 6,514 100% 159.03kB/s 0:00:00 (xfr#193, to-chk=25/255)
34012024-03-20T19:38:52.721Ztools/update_crucible.sh
34022024-03-20T19:38:52.721Z 1,093 100% 26.68kB/s 0:00:00 1,093 100% 26.68kB/s 0:00:00 (xfr#194, to-chk=24/255)
34032024-03-20T19:38:52.721Ztools/update_dendrite.sh
34042024-03-20T19:38:52.721Z 2,333 100% 56.96kB/s 0:00:00 2,333 100% 56.96kB/s 0:00:00 (xfr#195, to-chk=23/255)
34052024-03-20T19:38:52.721Ztools/update_helpers.sh
34062024-03-20T19:38:52.721Z 3,831 100% 93.53kB/s 0:00:00 3,831 100% 93.53kB/s 0:00:00 (xfr#196, to-chk=22/255)
34072024-03-20T19:38:52.721Ztools/update_lldp.sh
34082024-03-20T19:38:52.721Z 1,000 100% 24.41kB/s 0:00:00 1,000 100% 24.41kB/s 0:00:00 (xfr#197, to-chk=21/255)
34092024-03-20T19:38:52.721Ztools/update_maghemite.sh
34102024-03-20T19:38:52.721Z 939 100% 22.92kB/s 0:00:00 939 100% 22.92kB/s 0:00:00 (xfr#198, to-chk=20/255)
34112024-03-20T19:38:52.721Ztools/update_propolis.sh
34122024-03-20T19:38:52.721Z 1,050 100% 25.63kB/s 0:00:00 1,050 100% 25.63kB/s 0:00:00 (xfr#199, to-chk=19/255)
34132024-03-20T19:38:52.721Ztools/update_transceiver_control.sh
34142024-03-20T19:38:52.721Z 1,374 100% 33.54kB/s 0:00:00 1,374 100% 33.54kB/s 0:00:00 (xfr#200, to-chk=18/255)
34152024-03-20T19:38:52.721Ztools/virtual_hardware.sh
34162024-03-20T19:38:52.722Z 3,185 100% 77.76kB/s 0:00:00 3,185 100% 77.76kB/s 0:00:00 (xfr#201, to-chk=17/255)
34172024-03-20T19:38:52.722Ztools/dtrace/
34182024-03-20T19:38:52.722Ztools/dtrace/aggregate-query-latency.d
34192024-03-20T19:38:52.722Z 780 100% 18.58kB/s 0:00:00 780 100% 18.58kB/s 0:00:00 (xfr#202, to-chk=11/255)
34202024-03-20T19:38:52.722Ztools/dtrace/slowest-queries.d
34212024-03-20T19:38:52.722Z 1,077 100% 25.65kB/s 0:00:00 1,077 100% 25.65kB/s 0:00:00 (xfr#203, to-chk=10/255)
34222024-03-20T19:38:52.722Ztools/dtrace/trace-db-queries.d
34232024-03-20T19:38:52.722Z 811 100% 19.32kB/s 0:00:00 811 100% 19.32kB/s 0:00:00 (xfr#204, to-chk=9/255)
34242024-03-20T19:38:52.722Ztools/include/
34252024-03-20T19:38:52.722Ztools/include/force-git-over-https.sh
34262024-03-20T19:38:52.722Z 940 100% 22.39kB/s 0:00:00 940 100% 22.39kB/s 0:00:00 (xfr#205, to-chk=8/255)
34272024-03-20T19:38:52.722Ztools/populate/
34282024-03-20T19:38:52.722Ztools/populate/populate-alpine.sh
34292024-03-20T19:38:52.722Z 788 100% 18.77kB/s 0:00:00 788 100% 18.77kB/s 0:00:00 (xfr#206, to-chk=7/255)
34302024-03-20T19:38:52.722Ztools/populate/populate-images.sh
34312024-03-20T19:38:52.722Z 2,571 100% 61.24kB/s 0:00:00 2,571 100% 61.24kB/s 0:00:00 (xfr#207, to-chk=6/255)
34322024-03-20T19:38:52.722Ztools/reflector/
34332024-03-20T19:38:52.722Ztools/reflector/helpers.sh
34342024-03-20T19:38:52.722Z 4,652 100% 110.80kB/s 0:00:00 4,652 100% 110.80kB/s 0:00:00 (xfr#208, to-chk=5/255)
34352024-03-20T19:38:52.722Ztools/scrimlet/
34362024-03-20T19:38:52.722Ztools/scrimlet/create-softnpu-zone.sh
34372024-03-20T19:38:52.722Z 627 100% 14.93kB/s 0:00:00 627 100% 14.93kB/s 0:00:00 (xfr#209, to-chk=4/255)
34382024-03-20T19:38:52.722Ztools/scrimlet/destroy-softnpu-zone.sh
34392024-03-20T19:38:52.723Z 203 100% 4.84kB/s 0:00:00 203 100% 4.84kB/s 0:00:00 (xfr#210, to-chk=3/255)
34402024-03-20T19:38:52.723Ztools/scrimlet/softnpu-init.sh
34412024-03-20T19:38:52.723Z 2,157 100% 51.38kB/s 0:00:00 2,157 100% 51.38kB/s 0:00:00 (xfr#211, to-chk=2/255)
34422024-03-20T19:38:52.723Ztools/scrimlet/softnpu-zone.txt
34432024-03-20T19:38:52.723Z 330 100% 7.86kB/s 0:00:00 330 100% 7.86kB/s 0:00:00 (xfr#212, to-chk=1/255)
34442024-03-20T19:38:52.723Ztools/scrimlet/softnpu.toml
34452024-03-20T19:38:52.723Z 171 100% 4.07kB/s 0:00:00 171 100% 4.07kB/s 0:00:00 (xfr#213, to-chk=0/255)
34462024-03-20T19:38:52.723Z+ banner G1
34472024-03-20T19:38:52.723Z ##### #
34482024-03-20T19:38:52.723Z# # ##
34492024-03-20T19:38:52.723Z# # #
34502024-03-20T19:38:52.723Z# #### #
34512024-03-20T19:38:52.723Z# # #
34522024-03-20T19:38:52.723Z# # #
34532024-03-20T19:38:52.723Z ##### #####
34542024-03-20T19:38:52.723Z
34552024-03-20T19:38:52.723Z+ . config/build-g1.sh
34562024-03-20T19:38:52.723Z++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml
34572024-03-20T19:38:52.724Z++ cp config/g1-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml
34582024-03-20T19:38:52.724Z++ cp -r cargo-bay/tools cargo-bay/g1/
34592024-03-20T19:38:52.724Z++ cd /work/oxidecomputer/omicron
34602024-03-20T19:38:52.724Z++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled
34612024-03-20T19:38:53.940Z Finished release [optimized] target(s) in 1.14s
34622024-03-20T19:38:53.977Z Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled`
34632024-03-20T19:38:54.008ZLogging to: /work/oxidecomputer/omicron/out/LOG
34642024-03-20T19:38:54.008ZCreated new build target 'default' and set it as active
34652024-03-20T19:38:54.008Z++ cargo run --release --bin omicron-package -- package
34662024-03-20T19:38:55.103Z Finished release [optimized] target(s) in 1.01s
34672024-03-20T19:38:55.136Z Running `target/release/omicron-package package`
34682024-03-20T19:38:55.192ZLogging to: /work/oxidecomputer/omicron/out/LOG
34692024-03-20T19:38:56.295Z Finished release [optimized] target(s) in 1.03s
34702024-03-20T19:38:59.093Z++ cd /work/oxidecomputer/testbed/a4x2/config/../
34712024-03-20T19:38:59.093Z++ rm -rf cargo-bay/g1/omicron
34722024-03-20T19:38:59.123Z++ mkdir -p cargo-bay/g1/omicron
34732024-03-20T19:38:59.123Z++ 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/
34742024-03-20T19:38:59.123Zsending incremental file list
34752024-03-20T19:38:59.123Zomicron-package
34762024-03-20T19:38:59.377Z 32,768 0% 0.00kB/s 0:00:00 40,142,240 100% 150.01MB/s 0:00:00 (xfr#1, to-chk=253/254)
34772024-03-20T19:38:59.378Zpackage-manifest.toml
34782024-03-20T19:38:59.412Z 26,511 100% 101.13kB/s 0:00:00 26,511 100% 101.13kB/s 0:00:00 (xfr#2, to-chk=252/254)
34792024-03-20T19:38:59.412Zout/
34802024-03-20T19:38:59.412Zout/LOG
34812024-03-20T19:38:59.412Z 32,768 79% 125.00kB/s 0:00:00 41,299 100% 157.54kB/s 0:00:00 (xfr#3, to-chk=248/254)
34822024-03-20T19:38:59.412Zout/clickhouse.tar.gz
34832024-03-20T19:39:00.119Z 32,768 0% 125.00kB/s 0:30:49 231,166,319 100% 220.90MB/s 0:00:00 (xfr#4, to-chk=247/254)
34842024-03-20T19:39:00.119Zout/clickhouse_keeper.tar.gz
34852024-03-20T19:39:00.905Z 32,768 0% 32.03kB/s 2:00:14 131,072 0% 128.00kB/s 0:30:04 231,141,527 100% 123.56MB/s 0:00:01 (xfr#5, to-chk=246/254)
34862024-03-20T19:39:00.905Zout/cockroachdb.tar.gz
34872024-03-20T19:39:01.326Z 32,768 0% 40.82kB/s 0:51:42 63,209,472 49% 60.28MB/s 0:00:01 126,657,859 100% 100.32MB/s 0:00:01 (xfr#6, to-chk=245/254)
34882024-03-20T19:39:01.326Zout/crucible-pantry-zone.tar.gz
34892024-03-20T19:39:01.401Z 32,768 0% 156.10kB/s 0:02:41 25,287,268 100% 86.44MB/s 0:00:00 (xfr#7, to-chk=244/254)
34902024-03-20T19:39:01.401Zout/crucible-zone.tar.gz
34912024-03-20T19:39:01.522Z 32,768 0% 114.29kB/s 0:05:23 36,986,001 100% 88.18MB/s 0:00:00 (xfr#8, to-chk=243/254)
34922024-03-20T19:39:01.522Zout/external-dns.tar.gz
34932024-03-20T19:39:01.621Z 32,768 0% 80.00kB/s 0:06:27 31,006,746 100% 59.26MB/s 0:00:00 (xfr#9, to-chk=242/254)
34942024-03-20T19:39:01.621Zout/internal-dns.tar.gz
34952024-03-20T19:39:01.736Z 32,768 0% 64.13kB/s 0:08:02 31,006,529 100% 49.12MB/s 0:00:00 (xfr#10, to-chk=241/254)
34962024-03-20T19:39:01.736Zout/mg-ddm-gz.tar
34972024-03-20T19:39:02.119Z 32,768 0% 53.16kB/s 0:16:34 52,915,712 100% 50.57MB/s 0:00:00 (xfr#11, to-chk=240/254)
34982024-03-20T19:39:02.119Zout/nexus.tar.gz
34992024-03-20T19:39:02.521Z 32,768 0% 32.03kB/s 0:47:44 262,144 0% 256.00kB/s 0:05:57 91,784,554 100% 62.48MB/s 0:00:01 (xfr#12, to-chk=239/254)
35002024-03-20T19:39:02.522Zout/ntp.tar.gz
35012024-03-20T19:39:02.576Z 32,768 0% 79.60kB/s 0:02:10 10,426,603 100% 21.95MB/s 0:00:00 (xfr#13, to-chk=238/254)
35022024-03-20T19:39:02.607Zout/omicron-gateway-softnpu.tar.gz
35032024-03-20T19:39:02.641Z 32,768 0% 70.64kB/s 0:03:53 16,517,192 100% 30.23MB/s 0:00:00 (xfr#14, to-chk=237/254)
35042024-03-20T19:39:02.641Zout/omicron-gateway.tar.gz
35052024-03-20T19:39:02.716Z 32,768 0% 61.42kB/s 0:04:28 16,513,715 100% 26.42MB/s 0:00:00 (xfr#15, to-chk=236/254)
35062024-03-20T19:39:02.716Zout/omicron-sled-agent.tar
35072024-03-20T19:39:08.052Z 32,768 0% 53.69kB/s 0:36:31 50,855,936 43% 48.50MB/s 0:00:01 117,681,152 100% 78.59MB/s 0:00:01 (xfr#16, to-chk=235/254)
35082024-03-20T19:39:08.052Zout/overlay.tar.gz
35092024-03-20T19:39:08.052Z 2,621 100% 5.97kB/s 0:00:00 2,621 100% 5.97kB/s 0:00:00 (xfr#17, to-chk=234/254)
35102024-03-20T19:39:08.052Zout/oximeter.tar.gz
35112024-03-20T19:39:08.094Z 32,768 0% 74.59kB/s 0:10:43 48,041,861 100% 80.10MB/s 0:00:00 (xfr#18, to-chk=233/254)
35122024-03-20T19:39:08.094Zout/oxlog.tar
35132024-03-20T19:39:08.094Z 32,768 0% 55.94kB/s 0:01:51 6,244,352 100% 9.62MB/s 0:00:00 (xfr#19, to-chk=232/254)
35142024-03-20T19:39:08.094Zout/probe.tar.gz
35152024-03-20T19:39:08.094Z 32,768 1% 51.70kB/s 0:00:54 2,829,470 100% 4.29MB/s 0:00:00 (xfr#20, to-chk=231/254)
35162024-03-20T19:39:08.094Zout/propolis-server.tar.gz
35172024-03-20T19:39:08.094Z 32,768 0% 50.87kB/s 0:21:43 66,360,059 100% 77.46MB/s 0:00:00 (xfr#21, to-chk=230/254)
35182024-03-20T19:39:08.094Zout/switch-softnpu.tar.gz
35192024-03-20T19:39:08.184Z 32,768 0% 39.12kB/s 1:26:54 58,753,024 28% 56.03MB/s 0:00:02 204,016,484 100% 131.91MB/s 0:00:01 (xfr#22, to-chk=229/254)
35202024-03-20T19:39:08.184Zout/console-assets/
35212024-03-20T19:39:08.184Zout/console-assets/VERSION
35222024-03-20T19:39:08.184Z 41 100% 0.08kB/s 0:00:00 41 100% 0.08kB/s 0:00:00 (xfr#23, to-chk=225/254)
35232024-03-20T19:39:08.184Zout/console-assets/index.html
35242024-03-20T19:39:08.184Z 466 100% 0.96kB/s 0:00:00 466 100% 0.96kB/s 0:00:00 (xfr#24, to-chk=224/254)
35252024-03-20T19:39:08.184Zout/console-assets/assets/
35262024-03-20T19:39:08.184Zout/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2
35272024-03-20T19:39:08.184Z 32,768 70% 67.23kB/s 0:00:00 46,276 100% 94.94kB/s 0:00:00 (xfr#25, to-chk=222/254)
35282024-03-20T19:39:08.184Zout/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff
35292024-03-20T19:39:08.184Z 32,768 65% 67.23kB/s 0:00:00 50,032 100% 102.43kB/s 0:00:00 (xfr#26, to-chk=221/254)
35302024-03-20T19:39:08.184Zout/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff
35312024-03-20T19:39:08.184Z 32,768 55% 67.09kB/s 0:00:00 58,524 100% 119.82kB/s 0:00:00 (xfr#27, to-chk=220/254)
35322024-03-20T19:39:08.184Zout/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2
35332024-03-20T19:39:08.184Z 32,768 71% 67.09kB/s 0:00:00 46,060 100% 94.30kB/s 0:00:00 (xfr#28, to-chk=219/254)
35342024-03-20T19:39:08.184Zout/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff
35352024-03-20T19:39:08.184Z 21,937 100% 44.82kB/s 0:00:00 21,937 100% 44.82kB/s 0:00:00 (xfr#29, to-chk=218/254)
35362024-03-20T19:39:08.184Zout/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2
35372024-03-20T19:39:08.184Z 17,996 100% 36.77kB/s 0:00:00 17,996 100% 36.77kB/s 0:00:00 (xfr#30, to-chk=217/254)
35382024-03-20T19:39:08.184Zout/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff
35392024-03-20T19:39:08.184Z 21,890 100% 44.72kB/s 0:00:00 21,890 100% 44.72kB/s 0:00:00 (xfr#31, to-chk=216/254)
35402024-03-20T19:39:08.185Zout/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2
35412024-03-20T19:39:08.185Z 17,984 100% 36.74kB/s 0:00:00 17,984 100% 36.74kB/s 0:00:00 (xfr#32, to-chk=215/254)
35422024-03-20T19:39:08.185Zout/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff
35432024-03-20T19:39:08.185Z 21,123 100% 43.15kB/s 0:00:00 21,123 100% 43.15kB/s 0:00:00 (xfr#33, to-chk=214/254)
35442024-03-20T19:39:08.185Zout/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2
35452024-03-20T19:39:08.185Z 17,228 100% 35.20kB/s 0:00:00 17,228 100% 35.20kB/s 0:00:00 (xfr#34, to-chk=213/254)
35462024-03-20T19:39:08.185Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2
35472024-03-20T19:39:08.185Z 18,448 100% 37.69kB/s 0:00:00 18,448 100% 37.69kB/s 0:00:00 (xfr#35, to-chk=212/254)
35482024-03-20T19:39:08.185Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff
35492024-03-20T19:39:08.185Z 22,665 100% 46.30kB/s 0:00:00 22,665 100% 46.30kB/s 0:00:00 (xfr#36, to-chk=211/254)
35502024-03-20T19:39:08.185Zout/console-assets/assets/Terminal-_VoNxbTe.js
35512024-03-20T19:39:08.185Z 32,768 11% 66.81kB/s 0:00:03 287,761 100% 584.23kB/s 0:00:00 (xfr#37, to-chk=210/254)
35522024-03-20T19:39:08.185Zout/console-assets/assets/Terminal-_VoNxbTe.js.gz
35532024-03-20T19:39:08.185Z 32,768 45% 66.53kB/s 0:00:00 71,758 100% 145.39kB/s 0:00:00 (xfr#38, to-chk=209/254)
35542024-03-20T19:39:08.185Zout/console-assets/assets/Terminal-_VoNxbTe.js.map
35552024-03-20T19:39:08.185Z 32,768 5% 66.39kB/s 0:00:08 590,313 100% 1.16MB/s 0:00:00 (xfr#39, to-chk=208/254)
35562024-03-20T19:39:08.185Zout/console-assets/assets/Terminal-_VoNxbTe.js.map.gz
35572024-03-20T19:39:08.185Z 32,768 27% 65.98kB/s 0:00:01 118,282 100% 237.67kB/s 0:00:00 (xfr#40, to-chk=207/254)
35582024-03-20T19:39:08.185Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js
35592024-03-20T19:39:08.185Z 32,768 8% 65.84kB/s 0:00:05 371,459 100% 741.83kB/s 0:00:00 (xfr#41, to-chk=206/254)
35602024-03-20T19:39:08.186Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js.gz
35612024-03-20T19:39:08.186Z 32,768 31% 65.31kB/s 0:00:01 103,751 100% 206.77kB/s 0:00:00 (xfr#42, to-chk=205/254)
35622024-03-20T19:39:08.186Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map
35632024-03-20T19:39:08.186Z 32,768 1% 65.31kB/s 0:00:24 1,659,213 100% 3.13MB/s 0:00:00 (xfr#43, to-chk=204/254)
35642024-03-20T19:39:08.186Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map.gz
35652024-03-20T19:39:08.186Z 32,768 8% 63.37kB/s 0:00:05 379,036 100% 730.08kB/s 0:00:00 (xfr#44, to-chk=203/254)
35662024-03-20T19:39:08.186Zout/console-assets/assets/app-1tiVg9q7.js
35672024-03-20T19:39:08.186Z 32,768 2% 63.12kB/s 0:00:17 1,130,062 100% 2.08MB/s 0:00:00 (xfr#45, to-chk=202/254)
35682024-03-20T19:39:08.186Zout/console-assets/assets/app-1tiVg9q7.js.gz
35692024-03-20T19:39:08.186Z 32,768 9% 61.66kB/s 0:00:05 347,811 100% 651.94kB/s 0:00:00 (xfr#46, to-chk=201/254)
35702024-03-20T19:39:08.186Zout/console-assets/assets/app-1tiVg9q7.js.map
35712024-03-20T19:39:08.186Z 32,768 0% 61.30kB/s 0:01:26 5,328,067 100% 9.07MB/s 0:00:00 (xfr#47, to-chk=200/254)
35722024-03-20T19:39:08.186Zout/console-assets/assets/app-1tiVg9q7.js.map.gz
35732024-03-20T19:39:08.186Z 32,768 2% 57.14kB/s 0:00:21 1,261,215 100% 2.13MB/s 0:00:00 (xfr#48, to-chk=199/254)
35742024-03-20T19:39:08.186Zout/console-assets/assets/app-AvNWp1hQ.css
35752024-03-20T19:39:08.186Z 32,768 23% 56.64kB/s 0:00:01 138,004 100% 238.11kB/s 0:00:00 (xfr#49, to-chk=198/254)
35762024-03-20T19:39:08.186Zout/console-assets/assets/app-AvNWp1hQ.css.gz
35772024-03-20T19:39:08.186Z 21,197 100% 36.51kB/s 0:00:00 21,197 100% 36.51kB/s 0:00:00 (xfr#50, to-chk=197/254)
35782024-03-20T19:39:08.186Zout/console-assets/assets/favicon-WELtHcTG.svg
35792024-03-20T19:39:08.186Z 761 100% 1.31kB/s 0:00:00 761 100% 1.31kB/s 0:00:00 (xfr#51, to-chk=196/254)
35802024-03-20T19:39:08.186Zout/console-assets/assets/favicon-cDDaBnwQ.png
35812024-03-20T19:39:08.186Z 1,327 100% 2.29kB/s 0:00:00 1,327 100% 2.29kB/s 0:00:00 (xfr#52, to-chk=195/254)
35822024-03-20T19:39:08.186Zout/console-assets/assets/og-preview-image.webp
35832024-03-20T19:39:08.186Z 32,768 36% 56.44kB/s 0:00:01 89,880 100% 154.53kB/s 0:00:00 (xfr#53, to-chk=194/254)
35842024-03-20T19:39:08.187Zout/console-assets/assets/oxide-hero-rack-IQvkDe3B.webp
35852024-03-20T19:39:08.187Z 32,768 4% 56.34kB/s 0:00:11 673,968 100% 1.13MB/s 0:00:00 (xfr#54, to-chk=193/254)
35862024-03-20T19:39:08.187Zout/manifest-cache/
35872024-03-20T19:39:08.187Zout/manifest-cache/clickhouse.tar.gz.json
35882024-03-20T19:39:08.187Z 780 100% 1.33kB/s 0:00:00 780 100% 1.33kB/s 0:00:00 (xfr#55, to-chk=192/254)
35892024-03-20T19:39:08.187Zout/manifest-cache/clickhouse_keeper.tar.gz.json
35902024-03-20T19:39:08.187Z 801 100% 1.37kB/s 0:00:00 801 100% 1.37kB/s 0:00:00 (xfr#56, to-chk=191/254)
35912024-03-20T19:39:08.187Zout/manifest-cache/clickhouse_keeper_svc.tar.gz.json
35922024-03-20T19:39:08.187Z 2,958 100% 5.06kB/s 0:00:00 2,958 100% 5.06kB/s 0:00:00 (xfr#57, to-chk=190/254)
35932024-03-20T19:39:08.187Zout/manifest-cache/clickhouse_svc.tar.gz.json
35942024-03-20T19:39:08.187Z 2,946 100% 5.04kB/s 0:00:00 2,946 100% 5.04kB/s 0:00:00 (xfr#58, to-chk=189/254)
35952024-03-20T19:39:08.187Zout/manifest-cache/cockroachdb-service.tar.gz.json
35962024-03-20T19:39:08.187Z 32,768 61% 56.04kB/s 0:00:00 53,598 100% 91.51kB/s 0:00:00 (xfr#59, to-chk=188/254)
35972024-03-20T19:39:08.187Zout/manifest-cache/cockroachdb.tar.gz.json
35982024-03-20T19:39:08.187Z 787 100% 1.34kB/s 0:00:00 787 100% 1.34kB/s 0:00:00 (xfr#60, to-chk=187/254)
35992024-03-20T19:39:08.187Zout/manifest-cache/crucible-pantry-zone.tar.gz.json
36002024-03-20T19:39:08.187Z 662 100% 1.13kB/s 0:00:00 662 100% 1.13kB/s 0:00:00 (xfr#61, to-chk=186/254)
36012024-03-20T19:39:08.187Zout/manifest-cache/crucible-zone.tar.gz.json
36022024-03-20T19:39:08.187Z 641 100% 1.09kB/s 0:00:00 641 100% 1.09kB/s 0:00:00 (xfr#62, to-chk=185/254)
36032024-03-20T19:39:08.187Zout/manifest-cache/dns-server.tar.gz.json
36042024-03-20T19:39:08.187Z 942 100% 1.61kB/s 0:00:00 942 100% 1.61kB/s 0:00:00 (xfr#63, to-chk=184/254)
36052024-03-20T19:39:08.187Zout/manifest-cache/external-dns-customizations.tar.gz.json
36062024-03-20T19:39:08.187Z 1,132 100% 1.93kB/s 0:00:00 1,132 100% 1.93kB/s 0:00:00 (xfr#64, to-chk=183/254)
36072024-03-20T19:39:08.187Zout/manifest-cache/external-dns.tar.gz.json
36082024-03-20T19:39:08.188Z 934 100% 1.59kB/s 0:00:00 934 100% 1.59kB/s 0:00:00 (xfr#65, to-chk=182/254)
36092024-03-20T19:39:08.188Zout/manifest-cache/internal-dns-cli.tar.gz.json
36102024-03-20T19:39:08.188Z 752 100% 1.28kB/s 0:00:00 752 100% 1.28kB/s 0:00:00 (xfr#66, to-chk=181/254)
36112024-03-20T19:39:08.188Zout/manifest-cache/internal-dns-customizations.tar.gz.json
36122024-03-20T19:39:08.188Z 1,132 100% 1.93kB/s 0:00:00 1,132 100% 1.93kB/s 0:00:00 (xfr#67, to-chk=180/254)
36132024-03-20T19:39:08.188Zout/manifest-cache/internal-dns.tar.gz.json
36142024-03-20T19:39:08.188Z 791 100% 1.35kB/s 0:00:00 791 100% 1.35kB/s 0:00:00 (xfr#68, to-chk=179/254)
36152024-03-20T19:39:08.188Zout/manifest-cache/logadm.tar.gz.json
36162024-03-20T19:39:08.188Z 1,044 100% 1.78kB/s 0:00:00 1,044 100% 1.78kB/s 0:00:00 (xfr#69, to-chk=178/254)
36172024-03-20T19:39:08.188Zout/manifest-cache/nexus.tar.gz.json
36182024-03-20T19:39:08.188Z 773 100% 1.32kB/s 0:00:00 773 100% 1.32kB/s 0:00:00 (xfr#70, to-chk=177/254)
36192024-03-20T19:39:08.223Zout/manifest-cache/ntp-svc.tar.gz.json
36202024-03-20T19:39:08.223Z 2,228 100% 3.80kB/s 0:00:00 2,228 100% 3.80kB/s 0:00:00 (xfr#71, to-chk=176/254)
36212024-03-20T19:39:08.223Zout/manifest-cache/ntp.tar.gz.json
36222024-03-20T19:39:08.223Z 763 100% 1.30kB/s 0:00:00 763 100% 1.30kB/s 0:00:00 (xfr#72, to-chk=175/254)
36232024-03-20T19:39:08.223Zout/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json
36242024-03-20T19:39:08.223Z 1,462 100% 2.49kB/s 0:00:00 1,462 100% 2.49kB/s 0:00:00 (xfr#73, to-chk=174/254)
36252024-03-20T19:39:08.223Zout/manifest-cache/omicron-gateway-softnpu.tar.gz.json
36262024-03-20T19:39:08.223Z 545 100% 0.93kB/s 0:00:00 545 100% 0.93kB/s 0:00:00 (xfr#74, to-chk=173/254)
36272024-03-20T19:39:08.224Zout/manifest-cache/omicron-gateway.tar.gz.json
36282024-03-20T19:39:08.224Z 703 100% 1.20kB/s 0:00:00 703 100% 1.20kB/s 0:00:00 (xfr#75, to-chk=172/254)
36292024-03-20T19:39:08.224Zout/manifest-cache/omicron-nexus.tar.gz.json
36302024-03-20T19:39:08.224Z 32,768 46% 55.85kB/s 0:00:00 70,581 100% 120.29kB/s 0:00:00 (xfr#76, to-chk=171/254)
36312024-03-20T19:39:08.224Zout/manifest-cache/omicron-omdb.tar.gz.json
36322024-03-20T19:39:08.224Z 702 100% 1.20kB/s 0:00:00 702 100% 1.20kB/s 0:00:00 (xfr#77, to-chk=170/254)
36332024-03-20T19:39:08.224Zout/manifest-cache/omicron-sled-agent.tar.json
36342024-03-20T19:39:08.224Z 1,269 100% 2.16kB/s 0:00:00 1,269 100% 2.16kB/s 0:00:00 (xfr#78, to-chk=169/254)
36352024-03-20T19:39:08.224Zout/manifest-cache/opte-interface-setup.tar.gz.json
36362024-03-20T19:39:08.224Z 883 100% 1.50kB/s 0:00:00 883 100% 1.50kB/s 0:00:00 (xfr#79, to-chk=168/254)
36372024-03-20T19:39:08.224Zout/manifest-cache/overlay.tar.gz.json
36382024-03-20T19:39:08.224Z 473 100% 0.81kB/s 0:00:00 473 100% 0.81kB/s 0:00:00 (xfr#80, to-chk=167/254)
36392024-03-20T19:39:08.224Zout/manifest-cache/oximeter-collector.tar.gz.json
36402024-03-20T19:39:08.224Z 18,311 100% 31.21kB/s 0:00:00 18,311 100% 31.21kB/s 0:00:00 (xfr#81, to-chk=166/254)
36412024-03-20T19:39:08.224Zout/manifest-cache/oximeter.tar.gz.json
36422024-03-20T19:39:08.224Z 641 100% 1.09kB/s 0:00:00 641 100% 1.09kB/s 0:00:00 (xfr#82, to-chk=165/254)
36432024-03-20T19:39:08.224Zout/manifest-cache/oxlog.tar.json
36442024-03-20T19:39:08.224Z 321 100% 0.55kB/s 0:00:00 321 100% 0.55kB/s 0:00:00 (xfr#83, to-chk=164/254)
36452024-03-20T19:39:08.224Zout/manifest-cache/probe.tar.gz.json
36462024-03-20T19:39:08.225Z 346 100% 0.59kB/s 0:00:00 346 100% 0.59kB/s 0:00:00 (xfr#84, to-chk=163/254)
36472024-03-20T19:39:08.225Zout/manifest-cache/profile.tar.gz.json
36482024-03-20T19:39:08.225Z 838 100% 1.43kB/s 0:00:00 838 100% 1.43kB/s 0:00:00 (xfr#85, to-chk=162/254)
36492024-03-20T19:39:08.225Zout/manifest-cache/sp-sim-softnpu.tar.gz.json
36502024-03-20T19:39:08.225Z 357 100% 0.61kB/s 0:00:00 357 100% 0.61kB/s 0:00:00 (xfr#86, to-chk=161/254)
36512024-03-20T19:39:08.225Zout/manifest-cache/sp-sim.tar.gz.json
36522024-03-20T19:39:08.225Z 1,549 100% 2.64kB/s 0:00:00 1,549 100% 2.64kB/s 0:00:00 (xfr#87, to-chk=160/254)
36532024-03-20T19:39:08.225Zout/manifest-cache/switch-softnpu.tar.gz.json
36542024-03-20T19:39:08.225Z 1,566 100% 2.66kB/s 0:00:00 1,566 100% 2.66kB/s 0:00:00 (xfr#88, to-chk=159/254)
36552024-03-20T19:39:08.225Zout/manifest-cache/switch_zone_setup.tar.gz.json
36562024-03-20T19:39:08.225Z 10,790 100% 18.36kB/s 0:00:00 10,790 100% 18.36kB/s 0:00:00 (xfr#89, to-chk=158/254)
36572024-03-20T19:39:08.225Zout/manifest-cache/wicket.tar.gz.json
36582024-03-20T19:39:08.225Z 1,084 100% 1.84kB/s 0:00:00 1,084 100% 1.84kB/s 0:00:00 (xfr#90, to-chk=157/254)
36592024-03-20T19:39:08.225Zout/manifest-cache/wicketd.tar.gz.json
36602024-03-20T19:39:08.225Z 1,560 100% 2.65kB/s 0:00:00 1,560 100% 2.65kB/s 0:00:00 (xfr#91, to-chk=156/254)
36612024-03-20T19:39:08.225Zout/manifest-cache/zone-network-install.tar.gz.json
36622024-03-20T19:39:08.225Z 877 100% 1.49kB/s 0:00:00 877 100% 1.49kB/s 0:00:00 (xfr#92, to-chk=155/254)
36632024-03-20T19:39:08.225Zout/manifest-cache/zone-network-setup.tar.gz.json
36642024-03-20T19:39:08.225Z 772 100% 1.31kB/s 0:00:00 772 100% 1.31kB/s 0:00:00 (xfr#93, to-chk=154/254)
36652024-03-20T19:39:08.225Zout/target/
36662024-03-20T19:39:08.225Zout/target/active -> default
36672024-03-20T19:39:08.225Zout/target/default
36682024-03-20T19:39:08.226Z 74 100% 0.13kB/s 0:00:00 74 100% 0.13kB/s 0:00:00 (xfr#94, to-chk=152/254)
36692024-03-20T19:39:08.226Zsmf/
36702024-03-20T19:39:08.226Zsmf/clickhouse/
36712024-03-20T19:39:08.226Zsmf/clickhouse/config_replica.xml
36722024-03-20T19:39:08.226Z 2,728 100% 4.64kB/s 0:00:00 2,728 100% 4.64kB/s 0:00:00 (xfr#95, to-chk=132/254)
36732024-03-20T19:39:08.226Zsmf/clickhouse/manifest.xml
36742024-03-20T19:39:08.226Z 1,494 100% 2.54kB/s 0:00:00 1,494 100% 2.54kB/s 0:00:00 (xfr#96, to-chk=131/254)
36752024-03-20T19:39:08.226Zsmf/clickhouse/method_script.sh
36762024-03-20T19:39:08.226Z 5,330 100% 9.07kB/s 0:00:00 5,330 100% 9.07kB/s 0:00:00 (xfr#97, to-chk=130/254)
36772024-03-20T19:39:08.226Zsmf/clickhouse_keeper/
36782024-03-20T19:39:08.226Zsmf/clickhouse_keeper/keeper_config.xml
36792024-03-20T19:39:08.226Z 1,460 100% 2.48kB/s 0:00:00 1,460 100% 2.48kB/s 0:00:00 (xfr#98, to-chk=129/254)
36802024-03-20T19:39:08.226Zsmf/clickhouse_keeper/manifest.xml
36812024-03-20T19:39:08.226Z 1,534 100% 2.61kB/s 0:00:00 1,534 100% 2.61kB/s 0:00:00 (xfr#99, to-chk=128/254)
36822024-03-20T19:39:08.226Zsmf/clickhouse_keeper/method_script.sh
36832024-03-20T19:39:08.226Z 4,324 100% 7.36kB/s 0:00:00 4,324 100% 7.36kB/s 0:00:00 (xfr#100, to-chk=127/254)
36842024-03-20T19:39:08.226Zsmf/cockroachdb/
36852024-03-20T19:39:08.226Zsmf/cockroachdb/manifest.xml
36862024-03-20T19:39:08.226Z 1,667 100% 2.84kB/s 0:00:00 1,667 100% 2.84kB/s 0:00:00 (xfr#101, to-chk=126/254)
36872024-03-20T19:39:08.226Zsmf/cockroachdb/method_script.sh
36882024-03-20T19:39:08.226Z 1,030 100% 1.75kB/s 0:00:00 1,030 100% 1.75kB/s 0:00:00 (xfr#102, to-chk=125/254)
36892024-03-20T19:39:08.226Zsmf/external-dns/
36902024-03-20T19:39:08.226Zsmf/external-dns/config.toml
36912024-03-20T19:39:08.226Z 353 100% 0.60kB/s 0:00:00 353 100% 0.60kB/s 0:00:00 (xfr#103, to-chk=124/254)
36922024-03-20T19:39:08.226Zsmf/external-dns/manifest.xml
36932024-03-20T19:39:08.227Z 1,805 100% 3.07kB/s 0:00:00 1,805 100% 3.07kB/s 0:00:00 (xfr#104, to-chk=123/254)
36942024-03-20T19:39:08.227Zsmf/installinator/
36952024-03-20T19:39:08.227Zsmf/installinator/manifest.xml
36962024-03-20T19:39:08.227Z 2,149 100% 3.66kB/s 0:00:00 2,149 100% 3.66kB/s 0:00:00 (xfr#105, to-chk=122/254)
36972024-03-20T19:39:08.227Zsmf/internal-dns/
36982024-03-20T19:39:08.227Zsmf/internal-dns/config.toml
36992024-03-20T19:39:08.227Z 353 100% 0.60kB/s 0:00:00 353 100% 0.60kB/s 0:00:00 (xfr#106, to-chk=121/254)
37002024-03-20T19:39:08.227Zsmf/internal-dns/manifest.xml
37012024-03-20T19:39:08.227Z 1,618 100% 2.75kB/s 0:00:00 1,618 100% 2.75kB/s 0:00:00 (xfr#107, to-chk=120/254)
37022024-03-20T19:39:08.227Zsmf/logadm/
37032024-03-20T19:39:08.227Zsmf/logadm/crontab.root
37042024-03-20T19:39:08.229Z 30 100% 0.05kB/s 0:00:00 30 100% 0.05kB/s 0:00:00 (xfr#108, to-chk=119/254)
37052024-03-20T19:39:08.230Zsmf/logadm/logadm.conf
37062024-03-20T19:39:08.230Z 2,553 100% 4.34kB/s 0:00:00 2,553 100% 4.34kB/s 0:00:00 (xfr#109, to-chk=118/254)
37072024-03-20T19:39:08.230Zsmf/mgs-sim/
37082024-03-20T19:39:08.230Zsmf/mgs-sim/config.toml
37092024-03-20T19:39:08.230Z 3,534 100% 6.00kB/s 0:00:00 3,534 100% 6.00kB/s 0:00:00 (xfr#110, to-chk=117/254)
37102024-03-20T19:39:08.230Zsmf/mgs/
37112024-03-20T19:39:08.231Zsmf/mgs/config.toml
37122024-03-20T19:39:08.231Z 9,085 100% 15.43kB/s 0:00:00 9,085 100% 15.43kB/s 0:00:00 (xfr#111, to-chk=116/254)
37132024-03-20T19:39:08.231Zsmf/mgs/manifest.xml
37142024-03-20T19:39:08.231Z 2,474 100% 4.20kB/s 0:00:00 2,474 100% 4.20kB/s 0:00:00 (xfr#112, to-chk=115/254)
37152024-03-20T19:39:08.231Zsmf/nexus/
37162024-03-20T19:39:08.231Zsmf/nexus/manifest.xml
37172024-03-20T19:39:08.231Z 1,987 100% 3.37kB/s 0:00:00 1,987 100% 3.37kB/s 0:00:00 (xfr#113, to-chk=114/254)
37182024-03-20T19:39:08.231Zsmf/nexus/multi-sled/
37192024-03-20T19:39:08.407Zsmf/nexus/multi-sled/config-partial.toml
37202024-03-20T19:39:08.407Z 1,997 100% 3.39kB/s 0:00:00 1,997 100% 3.39kB/s 0:00:00 (xfr#114, to-chk=111/254)
37212024-03-20T19:39:08.407Zsmf/nexus/single-sled/
37222024-03-20T19:39:08.407Zsmf/nexus/single-sled/config-partial.toml
37232024-03-20T19:39:08.408Z 1,993 100% 3.38kB/s 0:00:00 1,993 100% 3.38kB/s 0:00:00 (xfr#115, to-chk=110/254)
37242024-03-20T19:39:08.408Zsmf/ntp/
37252024-03-20T19:39:08.408Zsmf/ntp/etc/
37262024-03-20T19:39:08.408Zsmf/ntp/etc/inet/
37272024-03-20T19:39:08.408Zsmf/ntp/etc/inet/chrony.conf.boundary
37282024-03-20T19:39:08.408Z 881 100% 1.50kB/s 0:00:00 881 100% 1.50kB/s 0:00:00 (xfr#116, to-chk=104/254)
37292024-03-20T19:39:08.408Zsmf/ntp/etc/inet/chrony.conf.internal
37302024-03-20T19:39:08.408Z 1,108 100% 1.88kB/s 0:00:00 1,108 100% 1.88kB/s 0:00:00 (xfr#117, to-chk=103/254)
37312024-03-20T19:39:08.408Zsmf/ntp/etc/logadm.d/
37322024-03-20T19:39:08.408Zsmf/ntp/etc/logadm.d/chrony.logadm.conf
37332024-03-20T19:39:08.408Z 135 100% 0.23kB/s 0:00:00 135 100% 0.23kB/s 0:00:00 (xfr#118, to-chk=102/254)
37342024-03-20T19:39:08.408Zsmf/ntp/manifest/
37352024-03-20T19:39:08.408Zsmf/ntp/manifest/manifest.xml
37362024-03-20T19:39:08.408Z 3,336 100% 5.67kB/s 0:00:00 3,336 100% 5.67kB/s 0:00:00 (xfr#119, to-chk=101/254)
37372024-03-20T19:39:08.408Zsmf/ntp/method/
37382024-03-20T19:39:08.408Zsmf/ntp/method/svc-site-ntp
37392024-03-20T19:39:08.408Z 3,211 100% 5.45kB/s 0:00:00 3,211 100% 5.45kB/s 0:00:00 (xfr#120, to-chk=100/254)
37402024-03-20T19:39:08.408Zsmf/opte-interface-setup/
37412024-03-20T19:39:08.408Zsmf/opte-interface-setup/manifest.xml
37422024-03-20T19:39:08.409Z 1,638 100% 2.78kB/s 0:00:00 1,638 100% 2.78kB/s 0:00:00 (xfr#121, to-chk=99/254)
37432024-03-20T19:39:08.409Zsmf/oximeter/
37442024-03-20T19:39:08.409Zsmf/oximeter/config.toml
37452024-03-20T19:39:08.409Z 205 100% 0.35kB/s 0:00:00 205 100% 0.35kB/s 0:00:00 (xfr#122, to-chk=98/254)
37462024-03-20T19:39:08.409Zsmf/oximeter/manifest.xml
37472024-03-20T19:39:08.409Z 1,770 100% 3.01kB/s 0:00:00 1,770 100% 3.01kB/s 0:00:00 (xfr#123, to-chk=97/254)
37482024-03-20T19:39:08.409Zsmf/profile/
37492024-03-20T19:39:08.409Zsmf/profile/bashrc
37502024-03-20T19:39:08.409Z 925 100% 1.57kB/s 0:00:00 925 100% 1.57kB/s 0:00:00 (xfr#124, to-chk=96/254)
37512024-03-20T19:39:08.409Zsmf/profile/profile
37522024-03-20T19:39:08.409Z 535 100% 0.91kB/s 0:00:00 535 100% 0.91kB/s 0:00:00 (xfr#125, to-chk=95/254)
37532024-03-20T19:39:08.409Zsmf/sled-agent/
37542024-03-20T19:39:08.409Zsmf/sled-agent/manifest.xml
37552024-03-20T19:39:08.409Z 2,373 100% 4.03kB/s 0:00:00 2,373 100% 4.02kB/s 0:00:00 (xfr#126, to-chk=94/254)
37562024-03-20T19:39:08.409Zsmf/sled-agent/gimlet-standalone/
37572024-03-20T19:39:08.409Zsmf/sled-agent/gimlet-standalone/README.md
37582024-03-20T19:39:08.409Z 114 100% 0.19kB/s 0:00:00 114 100% 0.19kB/s 0:00:00 (xfr#127, to-chk=90/254)
37592024-03-20T19:39:08.409Zsmf/sled-agent/gimlet-standalone/config-rss.toml
37602024-03-20T19:39:08.409Z 6,611 100% 11.21kB/s 0:00:00 6,611 100% 11.21kB/s 0:00:00 (xfr#128, to-chk=89/254)
37612024-03-20T19:39:08.409Zsmf/sled-agent/gimlet-standalone/config.toml
37622024-03-20T19:39:08.409Z 1,800 100% 3.05kB/s 0:00:00 1,800 100% 3.05kB/s 0:00:00 (xfr#129, to-chk=88/254)
37632024-03-20T19:39:08.409Zsmf/sled-agent/gimlet/
37642024-03-20T19:39:08.410Zsmf/sled-agent/gimlet/README.md
37652024-03-20T19:39:08.410Z 54 100% 0.09kB/s 0:00:00 54 100% 0.09kB/s 0:00:00 (xfr#130, to-chk=87/254)
37662024-03-20T19:39:08.410Zsmf/sled-agent/gimlet/config.toml
37672024-03-20T19:39:08.410Z 1,657 100% 2.81kB/s 0:00:00 1,657 100% 2.81kB/s 0:00:00 (xfr#131, to-chk=86/254)
37682024-03-20T19:39:08.410Zsmf/sled-agent/non-gimlet/
37692024-03-20T19:39:08.410Zsmf/sled-agent/non-gimlet/README.md
37702024-03-20T19:39:08.410Z 105 100% 0.18kB/s 0:00:00 105 100% 0.18kB/s 0:00:00 (xfr#132, to-chk=85/254)
37712024-03-20T19:39:08.410Zsmf/sled-agent/non-gimlet/config.toml
37722024-03-20T19:39:08.410Z 2,820 100% 4.78kB/s 0:00:00 2,820 100% 4.78kB/s 0:00:00 (xfr#133, to-chk=84/254)
37732024-03-20T19:39:08.410Zsmf/sp-sim/
37742024-03-20T19:39:08.410Zsmf/sp-sim/config.toml
37752024-03-20T19:39:08.410Z 2,604 100% 4.41kB/s 0:00:00 2,604 100% 4.41kB/s 0:00:00 (xfr#134, to-chk=83/254)
37762024-03-20T19:39:08.410Zsmf/sp-sim/manifest.xml
37772024-03-20T19:39:08.410Z 1,271 100% 2.15kB/s 0:00:00 1,271 100% 2.15kB/s 0:00:00 (xfr#135, to-chk=82/254)
37782024-03-20T19:39:08.410Zsmf/switch_zone_setup/
37792024-03-20T19:39:08.410Zsmf/switch_zone_setup/manifest.xml
37802024-03-20T19:39:08.410Z 1,061 100% 1.80kB/s 0:00:00 1,061 100% 1.80kB/s 0:00:00 (xfr#136, to-chk=81/254)
37812024-03-20T19:39:08.410Zsmf/switch_zone_setup/support_authorized_keys
37822024-03-20T19:39:08.410Z 1,284 100% 2.18kB/s 0:00:00 1,284 100% 2.18kB/s 0:00:00 (xfr#137, to-chk=80/254)
37832024-03-20T19:39:08.411Zsmf/switch_zone_setup/switch_zone_setup
37842024-03-20T19:39:08.411Z 1,041 100% 1.76kB/s 0:00:00 1,041 100% 1.76kB/s 0:00:00 (xfr#138, to-chk=79/254)
37852024-03-20T19:39:08.411Zsmf/wicketd/
37862024-03-20T19:39:08.411Zsmf/wicketd/config.toml
37872024-03-20T19:39:08.411Z 104 100% 0.18kB/s 0:00:00 104 100% 0.18kB/s 0:00:00 (xfr#139, to-chk=78/254)
37882024-03-20T19:39:08.411Zsmf/wicketd/manifest.xml
37892024-03-20T19:39:08.411Z 2,954 100% 5.01kB/s 0:00:00 2,954 100% 5.01kB/s 0:00:00 (xfr#140, to-chk=77/254)
37902024-03-20T19:39:08.411Zsmf/zone-network-setup/
37912024-03-20T19:39:08.411Zsmf/zone-network-setup/manifest.xml
37922024-03-20T19:39:08.411Z 1,614 100% 2.73kB/s 0:00:00 1,614 100% 2.73kB/s 0:00:00 (xfr#141, to-chk=76/254)
37932024-03-20T19:39:08.411Ztools/
37942024-03-20T19:39:08.411Ztools/README.adoc
37952024-03-20T19:39:08.411Z 3,558 100% 6.02kB/s 0:00:00 3,558 100% 6.02kB/s 0:00:00 (xfr#142, to-chk=75/254)
37962024-03-20T19:39:08.411Ztools/build-global-zone-packages.sh
37972024-03-20T19:39:08.411Z 2,388 100% 4.04kB/s 0:00:00 2,388 100% 4.04kB/s 0:00:00 (xfr#143, to-chk=74/254)
37982024-03-20T19:39:08.411Ztools/build-host-image.sh
37992024-03-20T19:39:08.411Z 2,971 100% 5.03kB/s 0:00:00 2,971 100% 5.03kB/s 0:00:00 (xfr#144, to-chk=73/254)
38002024-03-20T19:39:08.411Ztools/build-trampoline-global-zone-packages.sh
38012024-03-20T19:39:08.411Z 1,878 100% 3.18kB/s 0:00:00 1,878 100% 3.18kB/s 0:00:00 (xfr#145, to-chk=72/254)
38022024-03-20T19:39:08.411Ztools/ci_check_opte_ver.sh
38032024-03-20T19:39:08.411Z 2,770 100% 4.69kB/s 0:00:00 2,770 100% 4.69kB/s 0:00:00 (xfr#146, to-chk=71/254)
38042024-03-20T19:39:08.411Ztools/ci_download_clickhouse
38052024-03-20T19:39:08.411Z 3,631 100% 6.15kB/s 0:00:00 3,631 100% 6.15kB/s 0:00:00 (xfr#147, to-chk=70/254)
38062024-03-20T19:39:08.411Ztools/ci_download_cockroachdb
38072024-03-20T19:39:08.412Z 4,292 100% 7.26kB/s 0:00:00 4,292 100% 7.26kB/s 0:00:00 (xfr#148, to-chk=69/254)
38082024-03-20T19:39:08.412Ztools/ci_download_console
38092024-03-20T19:39:08.412Z 1,991 100% 3.37kB/s 0:00:00 1,991 100% 3.37kB/s 0:00:00 (xfr#149, to-chk=68/254)
38102024-03-20T19:39:08.412Ztools/ci_download_dendrite_openapi
38112024-03-20T19:39:08.412Z 1,719 100% 2.91kB/s 0:00:00 1,719 100% 2.91kB/s 0:00:00 (xfr#150, to-chk=67/254)
38122024-03-20T19:39:08.412Ztools/ci_download_dendrite_stub
38132024-03-20T19:39:08.412Z 4,229 100% 7.16kB/s 0:00:00 4,229 100% 7.16kB/s 0:00:00 (xfr#151, to-chk=66/254)
38142024-03-20T19:39:08.412Ztools/ci_download_maghemite_mgd
38152024-03-20T19:39:08.412Z 3,650 100% 6.18kB/s 0:00:00 3,650 100% 6.18kB/s 0:00:00 (xfr#152, to-chk=65/254)
38162024-03-20T19:39:08.412Ztools/ci_download_maghemite_openapi
38172024-03-20T19:39:08.412Z 1,989 100% 3.37kB/s 0:00:00 1,989 100% 3.37kB/s 0:00:00 (xfr#153, to-chk=64/254)
38182024-03-20T19:39:08.412Ztools/ci_download_softnpu_machinery
38192024-03-20T19:39:08.462Z 668 100% 1.13kB/s 0:00:00 668 100% 1.13kB/s 0:00:00 (xfr#154, to-chk=63/254)
38202024-03-20T19:39:08.462Ztools/ci_download_thundermuffin
38212024-03-20T19:39:08.462Z 3,237 100% 5.48kB/s 0:00:00 3,237 100% 5.48kB/s 0:00:00 (xfr#155, to-chk=62/254)
38222024-03-20T19:39:08.462Ztools/ci_download_transceiver_control
38232024-03-20T19:39:08.462Z 3,415 100% 5.77kB/s 0:00:00 3,415 100% 5.77kB/s 0:00:00 (xfr#156, to-chk=61/254)
38242024-03-20T19:39:08.462Ztools/clickhouse_checksums
38252024-03-20T19:39:08.462Z 153 100% 0.26kB/s 0:00:00 153 100% 0.26kB/s 0:00:00 (xfr#157, to-chk=60/254)
38262024-03-20T19:39:08.462Ztools/clickhouse_version
38272024-03-20T19:39:08.462Z 11 100% 0.02kB/s 0:00:00 11 100% 0.02kB/s 0:00:00 (xfr#158, to-chk=59/254)
38282024-03-20T19:39:08.462Ztools/cockroachdb_checksums
38292024-03-20T19:39:08.462Z 258 100% 0.44kB/s 0:00:00 258 100% 0.44kB/s 0:00:00 (xfr#159, to-chk=58/254)
38302024-03-20T19:39:08.463Ztools/cockroachdb_version
38312024-03-20T19:39:08.463Z 8 100% 0.01kB/s 0:00:00 8 100% 0.01kB/s 0:00:00 (xfr#160, to-chk=57/254)
38322024-03-20T19:39:08.463Ztools/console_version
38332024-03-20T19:39:08.463Z 122 100% 0.21kB/s 0:00:00 122 100% 0.21kB/s 0:00:00 (xfr#161, to-chk=56/254)
38342024-03-20T19:39:08.463Ztools/create_gimlet_virtual_hardware.sh
38352024-03-20T19:39:08.463Z 935 100% 1.58kB/s 0:00:00 935 100% 1.58kB/s 0:00:00 (xfr#162, to-chk=55/254)
38362024-03-20T19:39:08.463Ztools/create_scrimlet_virtual_hardware.sh
38372024-03-20T19:39:08.463Z 2,013 100% 3.40kB/s 0:00:00 2,013 100% 3.40kB/s 0:00:00 (xfr#163, to-chk=54/254)
38382024-03-20T19:39:08.463Ztools/create_self_signed_cert.sh
38392024-03-20T19:39:08.463Z 685 100% 1.16kB/s 0:00:00 685 100% 1.16kB/s 0:00:00 (xfr#164, to-chk=53/254)
38402024-03-20T19:39:08.463Ztools/create_virtual_hardware.sh
38412024-03-20T19:39:08.463Z 3,183 100% 5.38kB/s 0:00:00 3,183 100% 5.38kB/s 0:00:00 (xfr#165, to-chk=52/254)
38422024-03-20T19:39:08.463Ztools/delete-reservoir.sh
38432024-03-20T19:39:08.463Z 136 100% 0.23kB/s 0:00:00 136 100% 0.23kB/s 0:00:00 (xfr#166, to-chk=51/254)
38442024-03-20T19:39:08.463Ztools/dendrite_openapi_version
38452024-03-20T19:39:08.463Z 122 100% 0.21kB/s 0:00:00 122 100% 0.21kB/s 0:00:00 (xfr#167, to-chk=50/254)
38462024-03-20T19:39:08.463Ztools/dendrite_stub_checksums
38472024-03-20T19:39:08.463Z 267 100% 0.45kB/s 0:00:00 267 100% 0.45kB/s 0:00:00 (xfr#168, to-chk=49/254)
38482024-03-20T19:39:08.464Ztools/destroy_gimlet_virtual_hardware.sh
38492024-03-20T19:39:08.464Z 888 100% 1.50kB/s 0:00:00 888 100% 1.50kB/s 0:00:00 (xfr#169, to-chk=48/254)
38502024-03-20T19:39:08.464Ztools/destroy_scrimlet_virtual_hardware.sh
38512024-03-20T19:39:08.464Z 1,147 100% 1.94kB/s 0:00:00 1,147 100% 1.94kB/s 0:00:00 (xfr#170, to-chk=47/254)
38522024-03-20T19:39:08.464Ztools/destroy_virtual_hardware.sh
38532024-03-20T19:39:08.464Z 2,227 100% 3.76kB/s 0:00:00 2,227 100% 3.76kB/s 0:00:00 (xfr#171, to-chk=46/254)
38542024-03-20T19:39:08.464Ztools/dvt_dock_version
38552024-03-20T19:39:08.464Z 48 100% 0.08kB/s 0:00:00 48 100% 0.08kB/s 0:00:00 (xfr#172, to-chk=45/254)
38562024-03-20T19:39:08.464Ztools/ensure_buildomat_artifact.sh
38572024-03-20T19:39:08.464Z 3,759 100% 6.35kB/s 0:00:00 3,759 100% 6.35kB/s 0:00:00 (xfr#173, to-chk=44/254)
38582024-03-20T19:39:08.464Ztools/generate-nexus-api.sh
38592024-03-20T19:39:08.464Z 174 100% 0.29kB/s 0:00:00 174 100% 0.29kB/s 0:00:00 (xfr#174, to-chk=43/254)
38602024-03-20T19:39:08.464Ztools/generate-sled-agent-api.sh
38612024-03-20T19:39:08.464Z 161 100% 0.27kB/s 0:00:00 161 100% 0.27kB/s 0:00:00 (xfr#175, to-chk=42/254)
38622024-03-20T19:39:08.464Ztools/generate-wicketd-api.sh
38632024-03-20T19:39:08.464Z 75 100% 0.13kB/s 0:00:00 75 100% 0.02kB/s 0:00:03 (xfr#176, to-chk=41/254)
38642024-03-20T19:39:08.464Ztools/hubris_checksums
38652024-03-20T19:39:08.464Z 852 100% 0.00kB/s 0:00:00 852 100% 0.00kB/s 0:00:00 (xfr#177, to-chk=40/254)
38662024-03-20T19:39:08.464Ztools/hubris_version
38672024-03-20T19:39:08.464Z 50 100% 48.83kB/s 0:00:00 50 100% 48.83kB/s 0:00:00 (xfr#178, to-chk=39/254)
38682024-03-20T19:39:08.464Ztools/install_builder_prerequisites.sh
38692024-03-20T19:39:08.464Z 7,537 100% 7.19MB/s 0:00:00 7,537 100% 7.19MB/s 0:00:00 (xfr#179, to-chk=38/254)
38702024-03-20T19:39:08.464Ztools/install_opte.sh
38712024-03-20T19:39:08.464Z 3,755 100% 3.58MB/s 0:00:00 3,755 100% 3.58MB/s 0:00:00 (xfr#180, to-chk=37/254)
38722024-03-20T19:39:08.465Ztools/install_prerequisites.sh
38732024-03-20T19:39:08.465Z 255 100% 249.02kB/s 0:00:00 255 100% 249.02kB/s 0:00:00 (xfr#181, to-chk=36/254)
38742024-03-20T19:39:08.465Ztools/install_runner_prerequisites.sh
38752024-03-20T19:39:08.465Z 4,154 100% 3.96MB/s 0:00:00 4,154 100% 3.96MB/s 0:00:00 (xfr#182, to-chk=35/254)
38762024-03-20T19:39:08.465Ztools/maghemite_ddm_openapi_version
38772024-03-20T19:39:08.465Z 122 100% 119.14kB/s 0:00:00 122 100% 119.14kB/s 0:00:00 (xfr#183, to-chk=34/254)
38782024-03-20T19:39:08.465Ztools/maghemite_mg_openapi_version
38792024-03-20T19:39:08.465Z 122 100% 119.14kB/s 0:00:00 122 100% 119.14kB/s 0:00:00 (xfr#184, to-chk=33/254)
38802024-03-20T19:39:08.465Ztools/maghemite_mgd_checksums
38812024-03-20T19:39:08.465Z 162 100% 158.20kB/s 0:00:00 162 100% 158.20kB/s 0:00:00 (xfr#185, to-chk=32/254)
38822024-03-20T19:39:08.465Ztools/opte_version
38832024-03-20T19:39:08.465Z 9 100% 8.79kB/s 0:00:00 9 100% 8.79kB/s 0:00:00 (xfr#186, to-chk=31/254)
38842024-03-20T19:39:08.465Ztools/opte_version_override
38852024-03-20T19:39:08.465Z 142 100% 138.67kB/s 0:00:00 142 100% 138.67kB/s 0:00:00 (xfr#187, to-chk=30/254)
38862024-03-20T19:39:08.465Ztools/renovate-post-upgrade.sh
38872024-03-20T19:39:08.465Z 1,705 100% 1.63MB/s 0:00:00 1,705 100% 1.63MB/s 0:00:00 (xfr#188, to-chk=29/254)
38882024-03-20T19:39:08.465Ztools/thundermuffin_checksums
38892024-03-20T19:39:08.465Z 79 100% 77.15kB/s 0:00:00 79 100% 77.15kB/s 0:00:00 (xfr#189, to-chk=28/254)
38902024-03-20T19:39:08.465Ztools/thundermuffin_version
38912024-03-20T19:39:08.465Z 50 100% 48.83kB/s 0:00:00 50 100% 48.83kB/s 0:00:00 (xfr#190, to-chk=27/254)
38922024-03-20T19:39:08.465Ztools/transceiver_control_version
38932024-03-20T19:39:08.465Z 137 100% 133.79kB/s 0:00:00 137 100% 133.79kB/s 0:00:00 (xfr#191, to-chk=26/254)
38942024-03-20T19:39:08.465Ztools/uninstall_opte.sh
38952024-03-20T19:39:08.466Z 6,514 100% 6.21MB/s 0:00:00 6,514 100% 6.21MB/s 0:00:00 (xfr#192, to-chk=25/254)
38962024-03-20T19:39:08.466Ztools/update_crucible.sh
38972024-03-20T19:39:08.466Z 1,093 100% 1.04MB/s 0:00:00 1,093 100% 1.04MB/s 0:00:00 (xfr#193, to-chk=24/254)
38982024-03-20T19:39:08.466Ztools/update_dendrite.sh
38992024-03-20T19:39:08.466Z 2,333 100% 2.22MB/s 0:00:00 2,333 100% 2.22MB/s 0:00:00 (xfr#194, to-chk=23/254)
39002024-03-20T19:39:08.466Ztools/update_helpers.sh
39012024-03-20T19:39:08.466Z 3,831 100% 3.65MB/s 0:00:00 3,831 100% 3.65MB/s 0:00:00 (xfr#195, to-chk=22/254)
39022024-03-20T19:39:08.466Ztools/update_lldp.sh
39032024-03-20T19:39:08.466Z 1,000 100% 976.56kB/s 0:00:00 1,000 100% 976.56kB/s 0:00:00 (xfr#196, to-chk=21/254)
39042024-03-20T19:39:08.466Ztools/update_maghemite.sh
39052024-03-20T19:39:08.466Z 939 100% 916.99kB/s 0:00:00 939 100% 916.99kB/s 0:00:00 (xfr#197, to-chk=20/254)
39062024-03-20T19:39:08.466Ztools/update_propolis.sh
39072024-03-20T19:39:08.466Z 1,050 100% 1.00MB/s 0:00:00 1,050 100% 1.00MB/s 0:00:00 (xfr#198, to-chk=19/254)
39082024-03-20T19:39:08.466Ztools/update_transceiver_control.sh
39092024-03-20T19:39:08.466Z 1,374 100% 1.31MB/s 0:00:00 1,374 100% 1.31MB/s 0:00:00 (xfr#199, to-chk=18/254)
39102024-03-20T19:39:08.466Ztools/virtual_hardware.sh
39112024-03-20T19:39:08.466Z 3,185 100% 3.04MB/s 0:00:00 3,185 100% 3.04MB/s 0:00:00 (xfr#200, to-chk=17/254)
39122024-03-20T19:39:08.466Ztools/dtrace/
39132024-03-20T19:39:08.466Ztools/dtrace/aggregate-query-latency.d
39142024-03-20T19:39:08.466Z 780 100% 761.72kB/s 0:00:00 780 100% 761.72kB/s 0:00:00 (xfr#201, to-chk=11/254)
39152024-03-20T19:39:08.466Ztools/dtrace/slowest-queries.d
39162024-03-20T19:39:08.466Z 1,077 100% 1.03MB/s 0:00:00 1,077 100% 1.03MB/s 0:00:00 (xfr#202, to-chk=10/254)
39172024-03-20T19:39:08.466Ztools/dtrace/trace-db-queries.d
39182024-03-20T19:39:08.466Z 811 100% 791.99kB/s 0:00:00 811 100% 791.99kB/s 0:00:00 (xfr#203, to-chk=9/254)
39192024-03-20T19:39:08.497Ztools/include/
39202024-03-20T19:39:08.497Ztools/include/force-git-over-https.sh
39212024-03-20T19:39:08.497Z 940 100% 917.97kB/s 0:00:00 940 100% 917.97kB/s 0:00:00 (xfr#204, to-chk=8/254)
39222024-03-20T19:39:08.497Ztools/populate/
39232024-03-20T19:39:08.497Ztools/populate/populate-alpine.sh
39242024-03-20T19:39:08.497Z 788 100% 769.53kB/s 0:00:00 788 100% 769.53kB/s 0:00:00 (xfr#205, to-chk=7/254)
39252024-03-20T19:39:08.497Ztools/populate/populate-images.sh
39262024-03-20T19:39:08.497Z 2,571 100% 2.45MB/s 0:00:00 2,571 100% 2.45MB/s 0:00:00 (xfr#206, to-chk=6/254)
39272024-03-20T19:39:08.497Ztools/reflector/
39282024-03-20T19:39:08.497Ztools/reflector/helpers.sh
39292024-03-20T19:39:08.497Z 4,652 100% 4.44MB/s 0:00:00 4,652 100% 4.44MB/s 0:00:00 (xfr#207, to-chk=5/254)
39302024-03-20T19:39:08.497Ztools/scrimlet/
39312024-03-20T19:39:08.497Ztools/scrimlet/create-softnpu-zone.sh
39322024-03-20T19:39:08.497Z 627 100% 612.30kB/s 0:00:00 627 100% 612.30kB/s 0:00:00 (xfr#208, to-chk=4/254)
39332024-03-20T19:39:08.497Ztools/scrimlet/destroy-softnpu-zone.sh
39342024-03-20T19:39:08.498Z 203 100% 198.24kB/s 0:00:00 203 100% 198.24kB/s 0:00:00 (xfr#209, to-chk=3/254)
39352024-03-20T19:39:08.498Ztools/scrimlet/softnpu-init.sh
39362024-03-20T19:39:08.498Z 2,157 100% 2.06MB/s 0:00:00 2,157 100% 2.06MB/s 0:00:00 (xfr#210, to-chk=2/254)
39372024-03-20T19:39:08.498Ztools/scrimlet/softnpu-zone.txt
39382024-03-20T19:39:08.498Z 330 100% 322.27kB/s 0:00:00 330 100% 322.27kB/s 0:00:00 (xfr#211, to-chk=1/254)
39392024-03-20T19:39:08.498Ztools/scrimlet/softnpu.toml
39402024-03-20T19:39:08.498Z 171 100% 166.99kB/s 0:00:00 171 100% 166.99kB/s 0:00:00 (xfr#212, to-chk=0/254)
39412024-03-20T19:39:08.498Z+ banner G2
39422024-03-20T19:39:08.498Z ##### #####
39432024-03-20T19:39:08.498Z# # # #
39442024-03-20T19:39:08.498Z# #
39452024-03-20T19:39:08.498Z# #### #####
39462024-03-20T19:39:08.498Z# # #
39472024-03-20T19:39:08.498Z# # #
39482024-03-20T19:39:08.498Z ##### #######
39492024-03-20T19:39:08.498Z
39502024-03-20T19:39:08.498Z+ . config/build-g2.sh
39512024-03-20T19:39:08.498Z++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml
39522024-03-20T19:39:08.498Z++ cp config/g2-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml
39532024-03-20T19:39:08.498Z++ cp -r cargo-bay/tools cargo-bay/g2/
39542024-03-20T19:39:08.498Z++ cd /work/oxidecomputer/omicron
39552024-03-20T19:39:08.499Z++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled
39562024-03-20T19:39:09.305Z Finished release [optimized] target(s) in 1.02s
39572024-03-20T19:39:09.332Z Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled`
39582024-03-20T19:39:09.365ZLogging to: /work/oxidecomputer/omicron/out/LOG
39592024-03-20T19:39:09.400ZCreated new build target 'default' and set it as active
39602024-03-20T19:39:09.400Z++ cargo run --release --bin omicron-package -- package
39612024-03-20T19:39:10.466Z Finished release [optimized] target(s) in 1.01s
39622024-03-20T19:39:10.499Z Running `target/release/omicron-package package`
39632024-03-20T19:39:10.542ZLogging to: /work/oxidecomputer/omicron/out/LOG
39642024-03-20T19:39:11.680Z Finished release [optimized] target(s) in 1.05s
39652024-03-20T19:39:14.457Z++ cd /work/oxidecomputer/testbed/a4x2/config/../
39662024-03-20T19:39:14.457Z++ rm -rf cargo-bay/g2/omicron
39672024-03-20T19:39:14.485Z++ mkdir -p cargo-bay/g2/omicron
39682024-03-20T19:39:14.485Z++ 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/
39692024-03-20T19:39:14.485Zsending incremental file list
39702024-03-20T19:39:14.485Zomicron-package
39712024-03-20T19:39:14.725Z 32,768 0% 0.00kB/s 0:00:00 40,142,240 100% 153.01MB/s 0:00:00 (xfr#1, to-chk=253/254)
39722024-03-20T19:39:14.725Zpackage-manifest.toml
39732024-03-20T19:39:14.725Z 26,511 100% 103.56kB/s 0:00:00 26,511 100% 103.56kB/s 0:00:00 (xfr#2, to-chk=252/254)
39742024-03-20T19:39:14.751Zout/
39752024-03-20T19:39:14.751Zout/LOG
39762024-03-20T19:39:14.751Z 32,768 79% 128.00kB/s 0:00:00 41,303 100% 161.34kB/s 0:00:00 (xfr#3, to-chk=248/254)
39772024-03-20T19:39:14.751Zout/clickhouse.tar.gz
39782024-03-20T19:39:15.468Z 32,768 0% 127.49kB/s 0:30:12 231,166,319 100% 222.68MB/s 0:00:00 (xfr#4, to-chk=247/254)
39792024-03-20T19:39:15.468Zout/clickhouse_keeper.tar.gz
39802024-03-20T19:39:16.341Z 32,768 0% 32.32kB/s 1:59:09 786,432 0% 768.00kB/s 0:04:59 231,141,527 100% 119.41MB/s 0:00:01 (xfr#5, to-chk=246/254)
39812024-03-20T19:39:16.341Zout/cockroachdb.tar.gz
39822024-03-20T19:39:16.791Z 32,768 0% 37.83kB/s 0:55:47 41,418,752 32% 39.50MB/s 0:00:02 126,657,859 100% 91.79MB/s 0:00:01 (xfr#6, to-chk=245/254)
39832024-03-20T19:39:16.791Zout/crucible-pantry-zone.tar.gz
39842024-03-20T19:39:16.891Z 32,768 0% 100.95kB/s 0:04:10 25,287,268 100% 59.55MB/s 0:00:00 (xfr#7, to-chk=244/254)
39852024-03-20T19:39:16.891Zout/crucible-zone.tar.gz
39862024-03-20T19:39:17.009Z 32,768 0% 79.01kB/s 0:07:47 36,986,001 100% 67.31MB/s 0:00:00 (xfr#8, to-chk=243/254)
39872024-03-20T19:39:17.009Zout/external-dns.tar.gz
39882024-03-20T19:39:17.115Z 32,768 0% 61.07kB/s 0:08:27 31,006,746 100% 46.06MB/s 0:00:00 (xfr#9, to-chk=242/254)
39892024-03-20T19:39:17.115Zout/internal-dns.tar.gz
39902024-03-20T19:39:17.225Z 32,768 0% 49.84kB/s 0:10:21 31,006,529 100% 39.32MB/s 0:00:00 (xfr#10, to-chk=241/254)
39912024-03-20T19:39:17.225Zout/mg-ddm-gz.tar
39922024-03-20T19:39:17.695Z 32,768 0% 42.55kB/s 0:20:42 24,510,464 46% 23.38MB/s 0:00:01 52,915,712 100% 41.43MB/s 0:00:01 (xfr#11, to-chk=240/254)
39932024-03-20T19:39:17.695Zout/nexus.tar.gz
39942024-03-20T19:39:18.082Z 32,768 0% 146.12kB/s 0:10:27 91,784,554 100% 145.89MB/s 0:00:00 (xfr#12, to-chk=239/254)
39952024-03-20T19:39:18.082Zout/ntp.tar.gz
39962024-03-20T19:39:18.117Z 32,768 0% 53.33kB/s 0:03:14 10,426,603 100% 15.66MB/s 0:00:00 (xfr#13, to-chk=238/254)
39972024-03-20T19:39:18.117Zout/omicron-gateway-softnpu.tar.gz
39982024-03-20T19:39:18.152Z 32,768 0% 50.39kB/s 0:05:27 16,517,192 100% 23.16MB/s 0:00:00 (xfr#14, to-chk=237/254)
39992024-03-20T19:39:18.153Zout/omicron-gateway.tar.gz
40002024-03-20T19:39:18.206Z 32,768 0% 47.06kB/s 0:05:50 16,513,715 100% 21.49MB/s 0:00:00 (xfr#15, to-chk=236/254)
40012024-03-20T19:39:18.206Zout/omicron-sled-agent.tar
40022024-03-20T19:39:19.036Z 32,768 0% 43.66kB/s 0:44:54 36,438,016 30% 34.75MB/s 0:00:02 117,681,152 100% 71.90MB/s 0:00:01 (xfr#16, to-chk=235/254)
40032024-03-20T19:39:19.036Zout/overlay.tar.gz
40042024-03-20T19:39:19.036Z 2,621 100% 4.55kB/s 0:00:00 2,621 100% 4.55kB/s 0:00:00 (xfr#17, to-chk=234/254)
40052024-03-20T19:39:19.036Zout/oximeter.tar.gz
40062024-03-20T19:39:19.192Z 32,768 0% 56.94kB/s 0:14:03 48,041,861 100% 63.99MB/s 0:00:00 (xfr#18, to-chk=233/254)
40072024-03-20T19:39:19.192Zout/oxlog.tar
40082024-03-20T19:39:19.235Z 32,768 0% 44.69kB/s 0:02:18 6,244,352 100% 7.82MB/s 0:00:00 (xfr#19, to-chk=232/254)
40092024-03-20T19:39:19.235Zout/probe.tar.gz
40102024-03-20T19:39:19.261Z 32,768 1% 41.99kB/s 0:01:06 2,829,470 100% 3.50MB/s 0:00:00 (xfr#20, to-chk=231/254)
40112024-03-20T19:39:19.262Zout/propolis-server.tar.gz
40122024-03-20T19:39:19.459Z 32,768 0% 41.45kB/s 0:26:40 66,360,059 100% 64.18MB/s 0:00:00 (xfr#21, to-chk=230/254)
40132024-03-20T19:39:19.459Zout/switch-softnpu.tar.gz
40142024-03-20T19:39:20.121Z 32,768 0% 32.45kB/s 1:44:45 2,654,208 1% 2.53MB/s 0:01:17 204,016,484 100% 118.06MB/s 0:00:01 (xfr#22, to-chk=229/254)
40152024-03-20T19:39:20.121Zout/console-assets/
40162024-03-20T19:39:20.121Zout/console-assets/VERSION
40172024-03-20T19:39:20.121Z 41 100% 0.06kB/s 0:00:00 41 100% 0.06kB/s 0:00:00 (xfr#23, to-chk=225/254)
40182024-03-20T19:39:20.121Zout/console-assets/index.html
40192024-03-20T19:39:20.121Z 466 100% 0.70kB/s 0:00:00 466 100% 0.70kB/s 0:00:00 (xfr#24, to-chk=224/254)
40202024-03-20T19:39:20.121Zout/console-assets/assets/
40212024-03-20T19:39:20.121Zout/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2
40222024-03-20T19:39:20.171Z 32,768 70% 49.31kB/s 0:00:00 46,276 100% 69.63kB/s 0:00:00 (xfr#25, to-chk=222/254)
40232024-03-20T19:39:20.171Zout/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff
40242024-03-20T19:39:20.171Z 32,768 65% 49.31kB/s 0:00:00 50,032 100% 75.28kB/s 0:00:00 (xfr#26, to-chk=221/254)
40252024-03-20T19:39:20.171Zout/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff
40262024-03-20T19:39:20.172Z 32,768 55% 49.31kB/s 0:00:00 58,524 100% 87.93kB/s 0:00:00 (xfr#27, to-chk=220/254)
40272024-03-20T19:39:20.172Zout/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2
40282024-03-20T19:39:20.172Z 32,768 71% 49.23kB/s 0:00:00 46,060 100% 69.20kB/s 0:00:00 (xfr#28, to-chk=219/254)
40292024-03-20T19:39:20.172Zout/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff
40302024-03-20T19:39:20.172Z 21,937 100% 32.91kB/s 0:00:00 21,937 100% 32.91kB/s 0:00:00 (xfr#29, to-chk=218/254)
40312024-03-20T19:39:20.172Zout/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2
40322024-03-20T19:39:20.172Z 17,996 100% 27.00kB/s 0:00:00 17,996 100% 27.00kB/s 0:00:00 (xfr#30, to-chk=217/254)
40332024-03-20T19:39:20.172Zout/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff
40342024-03-20T19:39:20.172Z 21,890 100% 32.79kB/s 0:00:00 21,890 100% 32.79kB/s 0:00:00 (xfr#31, to-chk=216/254)
40352024-03-20T19:39:20.172Zout/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2
40362024-03-20T19:39:20.172Z 17,984 100% 26.94kB/s 0:00:00 17,984 100% 26.94kB/s 0:00:00 (xfr#32, to-chk=215/254)
40372024-03-20T19:39:20.172Zout/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff
40382024-03-20T19:39:20.172Z 21,123 100% 31.64kB/s 0:00:00 21,123 100% 31.64kB/s 0:00:00 (xfr#33, to-chk=214/254)
40392024-03-20T19:39:20.172Zout/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2
40402024-03-20T19:39:20.172Z 17,228 100% 25.80kB/s 0:00:00 17,228 100% 25.80kB/s 0:00:00 (xfr#34, to-chk=213/254)
40412024-03-20T19:39:20.172Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2
40422024-03-20T19:39:20.172Z 18,448 100% 27.59kB/s 0:00:00 18,448 100% 27.59kB/s 0:00:00 (xfr#35, to-chk=212/254)
40432024-03-20T19:39:20.172Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff
40442024-03-20T19:39:20.172Z 22,665 100% 33.90kB/s 0:00:00 22,665 100% 33.90kB/s 0:00:00 (xfr#36, to-chk=211/254)
40452024-03-20T19:39:20.173Zout/console-assets/assets/Terminal-_VoNxbTe.js
40462024-03-20T19:39:20.173Z 32,768 11% 49.00kB/s 0:00:05 287,761 100% 428.38kB/s 0:00:00 (xfr#37, to-chk=210/254)
40472024-03-20T19:39:20.173Zout/console-assets/assets/Terminal-_VoNxbTe.js.gz
40482024-03-20T19:39:20.173Z 32,768 45% 48.78kB/s 0:00:00 71,758 100% 106.82kB/s 0:00:00 (xfr#38, to-chk=209/254)
40492024-03-20T19:39:20.173Zout/console-assets/assets/Terminal-_VoNxbTe.js.map
40502024-03-20T19:39:20.173Z 32,768 5% 48.71kB/s 0:00:11 590,313 100% 872.13kB/s 0:00:00 (xfr#39, to-chk=208/254)
40512024-03-20T19:39:20.173Zout/console-assets/assets/Terminal-_VoNxbTe.js.map.gz
40522024-03-20T19:39:20.173Z 32,768 27% 48.34kB/s 0:00:01 118,282 100% 174.22kB/s 0:00:00 (xfr#40, to-chk=207/254)
40532024-03-20T19:39:20.173Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js
40542024-03-20T19:39:20.173Z 32,768 8% 48.27kB/s 0:00:07 371,459 100% 543.86kB/s 0:00:00 (xfr#41, to-chk=206/254)
40552024-03-20T19:39:20.173Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js.gz
40562024-03-20T19:39:20.173Z 32,768 31% 47.98kB/s 0:00:01 103,751 100% 151.90kB/s 0:00:00 (xfr#42, to-chk=205/254)
40572024-03-20T19:39:20.173Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map
40582024-03-20T19:39:20.199Z 32,768 1% 47.98kB/s 0:00:33 1,659,213 100% 2.34MB/s 0:00:00 (xfr#43, to-chk=204/254)
40592024-03-20T19:39:20.200Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map.gz
40602024-03-20T19:39:20.200Z 32,768 8% 47.27kB/s 0:00:07 379,036 100% 544.34kB/s 0:00:00 (xfr#44, to-chk=203/254)
40612024-03-20T19:39:20.200Zout/console-assets/assets/app-1tiVg9q7.js
40622024-03-20T19:39:20.200Z 32,768 2% 47.06kB/s 0:00:23 1,130,062 100% 1.55MB/s 0:00:00 (xfr#45, to-chk=202/254)
40632024-03-20T19:39:20.200Zout/console-assets/assets/app-1tiVg9q7.js.gz
40642024-03-20T19:39:20.200Z 32,768 9% 46.11kB/s 0:00:06 347,811 100% 488.02kB/s 0:00:00 (xfr#46, to-chk=201/254)
40652024-03-20T19:39:20.200Zout/console-assets/assets/app-1tiVg9q7.js.map
40662024-03-20T19:39:20.228Z 32,768 0% 45.98kB/s 0:01:55 5,328,067 100% 6.82MB/s 0:00:00 (xfr#47, to-chk=200/254)
40672024-03-20T19:39:20.228Zout/console-assets/assets/app-1tiVg9q7.js.map.gz
40682024-03-20T19:39:20.228Z 32,768 2% 42.90kB/s 0:00:28 1,261,215 100% 1.60MB/s 0:00:00 (xfr#48, to-chk=199/254)
40692024-03-20T19:39:20.228Zout/console-assets/assets/app-AvNWp1hQ.css
40702024-03-20T19:39:20.228Z 32,768 23% 42.61kB/s 0:00:02 138,004 100% 179.21kB/s 0:00:00 (xfr#49, to-chk=198/254)
40712024-03-20T19:39:20.229Zout/console-assets/assets/app-AvNWp1hQ.css.gz
40722024-03-20T19:39:20.229Z 21,197 100% 27.53kB/s 0:00:00 21,197 100% 27.53kB/s 0:00:00 (xfr#50, to-chk=197/254)
40732024-03-20T19:39:20.229Zout/console-assets/assets/favicon-WELtHcTG.svg
40742024-03-20T19:39:20.229Z 761 100% 0.99kB/s 0:00:00 761 100% 0.99kB/s 0:00:00 (xfr#51, to-chk=196/254)
40752024-03-20T19:39:20.229Zout/console-assets/assets/favicon-cDDaBnwQ.png
40762024-03-20T19:39:20.230Z 1,327 100% 1.72kB/s 0:00:00 1,327 100% 1.72kB/s 0:00:00 (xfr#52, to-chk=195/254)
40772024-03-20T19:39:20.230Zout/console-assets/assets/og-preview-image.webp
40782024-03-20T19:39:20.230Z 32,768 36% 42.55kB/s 0:00:01 89,880 100% 116.56kB/s 0:00:00 (xfr#53, to-chk=194/254)
40792024-03-20T19:39:20.230Zout/console-assets/assets/oxide-hero-rack-IQvkDe3B.webp
40802024-03-20T19:39:20.266Z 32,768 4% 42.50kB/s 0:00:15 673,968 100% 870.60kB/s 0:00:00 (xfr#54, to-chk=193/254)
40812024-03-20T19:39:20.266Zout/manifest-cache/
40822024-03-20T19:39:20.266Zout/manifest-cache/clickhouse.tar.gz.json
40832024-03-20T19:39:20.266Z 780 100% 1.01kB/s 0:00:00 780 100% 1.01kB/s 0:00:00 (xfr#55, to-chk=192/254)
40842024-03-20T19:39:20.266Zout/manifest-cache/clickhouse_keeper.tar.gz.json
40852024-03-20T19:39:20.266Z 801 100% 1.03kB/s 0:00:00 801 100% 1.03kB/s 0:00:00 (xfr#56, to-chk=191/254)
40862024-03-20T19:39:20.266Zout/manifest-cache/clickhouse_keeper_svc.tar.gz.json
40872024-03-20T19:39:20.266Z 2,958 100% 3.82kB/s 0:00:00 2,958 100% 3.82kB/s 0:00:00 (xfr#57, to-chk=190/254)
40882024-03-20T19:39:20.267Zout/manifest-cache/clickhouse_svc.tar.gz.json
40892024-03-20T19:39:20.267Z 2,946 100% 3.80kB/s 0:00:00 2,946 100% 3.80kB/s 0:00:00 (xfr#58, to-chk=189/254)
40902024-03-20T19:39:20.267Zout/manifest-cache/cockroachdb-service.tar.gz.json
40912024-03-20T19:39:20.267Z 32,768 61% 42.27kB/s 0:00:00 53,598 100% 69.14kB/s 0:00:00 (xfr#59, to-chk=188/254)
40922024-03-20T19:39:20.267Zout/manifest-cache/cockroachdb.tar.gz.json
40932024-03-20T19:39:20.267Z 787 100% 1.02kB/s 0:00:00 787 100% 1.02kB/s 0:00:00 (xfr#60, to-chk=187/254)
40942024-03-20T19:39:20.267Zout/manifest-cache/crucible-pantry-zone.tar.gz.json
40952024-03-20T19:39:20.267Z 662 100% 0.85kB/s 0:00:00 662 100% 0.85kB/s 0:00:00 (xfr#61, to-chk=186/254)
40962024-03-20T19:39:20.267Zout/manifest-cache/crucible-zone.tar.gz.json
40972024-03-20T19:39:20.267Z 641 100% 0.83kB/s 0:00:00 641 100% 0.83kB/s 0:00:00 (xfr#62, to-chk=185/254)
40982024-03-20T19:39:20.267Zout/manifest-cache/dns-server.tar.gz.json
40992024-03-20T19:39:20.267Z 942 100% 1.22kB/s 0:00:00 942 100% 1.22kB/s 0:00:00 (xfr#63, to-chk=184/254)
41002024-03-20T19:39:20.267Zout/manifest-cache/external-dns-customizations.tar.gz.json
41012024-03-20T19:39:20.267Z 1,132 100% 1.46kB/s 0:00:00 1,132 100% 1.46kB/s 0:00:00 (xfr#64, to-chk=183/254)
41022024-03-20T19:39:20.267Zout/manifest-cache/external-dns.tar.gz.json
41032024-03-20T19:39:20.267Z 934 100% 1.20kB/s 0:00:00 934 100% 1.20kB/s 0:00:00 (xfr#65, to-chk=182/254)
41042024-03-20T19:39:20.267Zout/manifest-cache/internal-dns-cli.tar.gz.json
41052024-03-20T19:39:20.267Z 752 100% 0.97kB/s 0:00:00 752 100% 0.97kB/s 0:00:00 (xfr#66, to-chk=181/254)
41062024-03-20T19:39:20.267Zout/manifest-cache/internal-dns-customizations.tar.gz.json
41072024-03-20T19:39:20.267Z 1,132 100% 1.46kB/s 0:00:00 1,132 100% 1.46kB/s 0:00:00 (xfr#67, to-chk=180/254)
41082024-03-20T19:39:20.267Zout/manifest-cache/internal-dns.tar.gz.json
41092024-03-20T19:39:20.267Z 791 100% 1.02kB/s 0:00:00 791 100% 1.02kB/s 0:00:00 (xfr#68, to-chk=179/254)
41102024-03-20T19:39:20.267Zout/manifest-cache/logadm.tar.gz.json
41112024-03-20T19:39:20.268Z 1,044 100% 1.35kB/s 0:00:00 1,044 100% 1.35kB/s 0:00:00 (xfr#69, to-chk=178/254)
41122024-03-20T19:39:20.268Zout/manifest-cache/nexus.tar.gz.json
41132024-03-20T19:39:20.268Z 773 100% 1.00kB/s 0:00:00 773 100% 1.00kB/s 0:00:00 (xfr#70, to-chk=177/254)
41142024-03-20T19:39:20.268Zout/manifest-cache/ntp-svc.tar.gz.json
41152024-03-20T19:39:20.268Z 2,228 100% 2.87kB/s 0:00:00 2,228 100% 2.87kB/s 0:00:00 (xfr#71, to-chk=176/254)
41162024-03-20T19:39:20.268Zout/manifest-cache/ntp.tar.gz.json
41172024-03-20T19:39:20.268Z 763 100% 0.98kB/s 0:00:00 763 100% 0.98kB/s 0:00:00 (xfr#72, to-chk=175/254)
41182024-03-20T19:39:20.268Zout/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json
41192024-03-20T19:39:20.268Z 1,462 100% 1.88kB/s 0:00:00 1,462 100% 1.88kB/s 0:00:00 (xfr#73, to-chk=174/254)
41202024-03-20T19:39:20.268Zout/manifest-cache/omicron-gateway-softnpu.tar.gz.json
41212024-03-20T19:39:20.268Z 545 100% 0.70kB/s 0:00:00 545 100% 0.70kB/s 0:00:00 (xfr#74, to-chk=173/254)
41222024-03-20T19:39:20.268Zout/manifest-cache/omicron-gateway.tar.gz.json
41232024-03-20T19:39:20.268Z 703 100% 0.91kB/s 0:00:00 703 100% 0.91kB/s 0:00:00 (xfr#75, to-chk=172/254)
41242024-03-20T19:39:20.268Zout/manifest-cache/omicron-nexus.tar.gz.json
41252024-03-20T19:39:20.268Z 32,768 46% 42.22kB/s 0:00:00 70,581 100% 90.81kB/s 0:00:00 (xfr#76, to-chk=171/254)
41262024-03-20T19:39:20.268Zout/manifest-cache/omicron-omdb.tar.gz.json
41272024-03-20T19:39:20.268Z 702 100% 0.90kB/s 0:00:00 702 100% 0.90kB/s 0:00:00 (xfr#77, to-chk=170/254)
41282024-03-20T19:39:20.268Zout/manifest-cache/omicron-sled-agent.tar.json
41292024-03-20T19:39:20.268Z 1,269 100% 1.63kB/s 0:00:00 1,269 100% 1.63kB/s 0:00:00 (xfr#78, to-chk=169/254)
41302024-03-20T19:39:20.268Zout/manifest-cache/opte-interface-setup.tar.gz.json
41312024-03-20T19:39:20.268Z 883 100% 1.14kB/s 0:00:00 883 100% 1.14kB/s 0:00:00 (xfr#79, to-chk=168/254)
41322024-03-20T19:39:20.268Zout/manifest-cache/overlay.tar.gz.json
41332024-03-20T19:39:20.268Z 473 100% 0.61kB/s 0:00:00 473 100% 0.61kB/s 0:00:00 (xfr#80, to-chk=167/254)
41342024-03-20T19:39:20.268Zout/manifest-cache/oximeter-collector.tar.gz.json
41352024-03-20T19:39:20.269Z 18,311 100% 23.56kB/s 0:00:00 18,311 100% 23.56kB/s 0:00:00 (xfr#81, to-chk=166/254)
41362024-03-20T19:39:20.269Zout/manifest-cache/oximeter.tar.gz.json
41372024-03-20T19:39:20.269Z 641 100% 0.82kB/s 0:00:00 641 100% 0.82kB/s 0:00:00 (xfr#82, to-chk=165/254)
41382024-03-20T19:39:20.269Zout/manifest-cache/oxlog.tar.json
41392024-03-20T19:39:20.269Z 321 100% 0.41kB/s 0:00:00 321 100% 0.41kB/s 0:00:00 (xfr#83, to-chk=164/254)
41402024-03-20T19:39:20.269Zout/manifest-cache/probe.tar.gz.json
41412024-03-20T19:39:20.269Z 346 100% 0.45kB/s 0:00:00 346 100% 0.45kB/s 0:00:00 (xfr#84, to-chk=163/254)
41422024-03-20T19:39:20.269Zout/manifest-cache/profile.tar.gz.json
41432024-03-20T19:39:20.269Z 838 100% 1.08kB/s 0:00:00 838 100% 1.08kB/s 0:00:00 (xfr#85, to-chk=162/254)
41442024-03-20T19:39:20.269Zout/manifest-cache/sp-sim-softnpu.tar.gz.json
41452024-03-20T19:39:20.269Z 357 100% 0.46kB/s 0:00:00 357 100% 0.46kB/s 0:00:00 (xfr#86, to-chk=161/254)
41462024-03-20T19:39:20.269Zout/manifest-cache/sp-sim.tar.gz.json
41472024-03-20T19:39:20.269Z 1,549 100% 1.99kB/s 0:00:00 1,549 100% 1.99kB/s 0:00:00 (xfr#87, to-chk=160/254)
41482024-03-20T19:39:20.269Zout/manifest-cache/switch-softnpu.tar.gz.json
41492024-03-20T19:39:20.269Z 1,566 100% 2.01kB/s 0:00:00 1,566 100% 2.01kB/s 0:00:00 (xfr#88, to-chk=159/254)
41502024-03-20T19:39:20.269Zout/manifest-cache/switch_zone_setup.tar.gz.json
41512024-03-20T19:39:20.269Z 10,790 100% 13.88kB/s 0:00:00 10,790 100% 13.88kB/s 0:00:00 (xfr#89, to-chk=158/254)
41522024-03-20T19:39:20.269Zout/manifest-cache/wicket.tar.gz.json
41532024-03-20T19:39:20.269Z 1,084 100% 1.39kB/s 0:00:00 1,084 100% 1.39kB/s 0:00:00 (xfr#90, to-chk=157/254)
41542024-03-20T19:39:20.269Zout/manifest-cache/wicketd.tar.gz.json
41552024-03-20T19:39:20.269Z 1,560 100% 2.01kB/s 0:00:00 1,560 100% 2.01kB/s 0:00:00 (xfr#91, to-chk=156/254)
41562024-03-20T19:39:20.269Zout/manifest-cache/zone-network-install.tar.gz.json
41572024-03-20T19:39:20.269Z 877 100% 1.13kB/s 0:00:00 877 100% 1.13kB/s 0:00:00 (xfr#92, to-chk=155/254)
41582024-03-20T19:39:20.269Zout/manifest-cache/zone-network-setup.tar.gz.json
41592024-03-20T19:39:20.270Z 772 100% 0.99kB/s 0:00:00 772 100% 0.99kB/s 0:00:00 (xfr#93, to-chk=154/254)
41602024-03-20T19:39:20.270Zout/target/
41612024-03-20T19:39:20.270Zout/target/active -> default
41622024-03-20T19:39:20.270Zout/target/default
41632024-03-20T19:39:20.270Z 74 100% 0.10kB/s 0:00:00 74 100% 0.10kB/s 0:00:00 (xfr#94, to-chk=152/254)
41642024-03-20T19:39:20.270Zsmf/
41652024-03-20T19:39:20.270Zsmf/clickhouse/
41662024-03-20T19:39:20.270Zsmf/clickhouse/config_replica.xml
41672024-03-20T19:39:20.270Z 2,728 100% 3.51kB/s 0:00:00 2,728 100% 3.51kB/s 0:00:00 (xfr#95, to-chk=132/254)
41682024-03-20T19:39:20.270Zsmf/clickhouse/manifest.xml
41692024-03-20T19:39:20.270Z 1,494 100% 1.92kB/s 0:00:00 1,494 100% 1.92kB/s 0:00:00 (xfr#96, to-chk=131/254)
41702024-03-20T19:39:20.270Zsmf/clickhouse/method_script.sh
41712024-03-20T19:39:20.270Z 5,330 100% 6.85kB/s 0:00:00 5,330 100% 6.85kB/s 0:00:00 (xfr#97, to-chk=130/254)
41722024-03-20T19:39:20.270Zsmf/clickhouse_keeper/
41732024-03-20T19:39:20.270Zsmf/clickhouse_keeper/keeper_config.xml
41742024-03-20T19:39:20.270Z 1,460 100% 1.88kB/s 0:00:00 1,460 100% 1.88kB/s 0:00:00 (xfr#98, to-chk=129/254)
41752024-03-20T19:39:20.270Zsmf/clickhouse_keeper/manifest.xml
41762024-03-20T19:39:20.270Z 1,534 100% 1.97kB/s 0:00:00 1,534 100% 1.97kB/s 0:00:00 (xfr#99, to-chk=128/254)
41772024-03-20T19:39:20.270Zsmf/clickhouse_keeper/method_script.sh
41782024-03-20T19:39:20.270Z 4,324 100% 5.56kB/s 0:00:00 4,324 100% 5.56kB/s 0:00:00 (xfr#100, to-chk=127/254)
41792024-03-20T19:39:20.270Zsmf/cockroachdb/
41802024-03-20T19:39:20.299Zsmf/cockroachdb/manifest.xml
41812024-03-20T19:39:20.299Z 1,667 100% 2.14kB/s 0:00:00 1,667 100% 2.14kB/s 0:00:00 (xfr#101, to-chk=126/254)
41822024-03-20T19:39:20.299Zsmf/cockroachdb/method_script.sh
41832024-03-20T19:39:20.299Z 1,030 100% 1.32kB/s 0:00:00 1,030 100% 1.32kB/s 0:00:00 (xfr#102, to-chk=125/254)
41842024-03-20T19:39:20.300Zsmf/external-dns/
41852024-03-20T19:39:20.300Zsmf/external-dns/config.toml
41862024-03-20T19:39:20.300Z 353 100% 0.45kB/s 0:00:00 353 100% 0.45kB/s 0:00:00 (xfr#103, to-chk=124/254)
41872024-03-20T19:39:20.300Zsmf/external-dns/manifest.xml
41882024-03-20T19:39:20.300Z 1,805 100% 2.32kB/s 0:00:00 1,805 100% 2.32kB/s 0:00:00 (xfr#104, to-chk=123/254)
41892024-03-20T19:39:20.300Zsmf/installinator/
41902024-03-20T19:39:20.300Zsmf/installinator/manifest.xml
41912024-03-20T19:39:20.300Z 2,149 100% 2.76kB/s 0:00:00 2,149 100% 2.76kB/s 0:00:00 (xfr#105, to-chk=122/254)
41922024-03-20T19:39:20.300Zsmf/internal-dns/
41932024-03-20T19:39:20.300Zsmf/internal-dns/config.toml
41942024-03-20T19:39:20.300Z 353 100% 0.45kB/s 0:00:00 353 100% 0.45kB/s 0:00:00 (xfr#106, to-chk=121/254)
41952024-03-20T19:39:20.300Zsmf/internal-dns/manifest.xml
41962024-03-20T19:39:20.300Z 1,618 100% 2.08kB/s 0:00:00 1,618 100% 2.08kB/s 0:00:00 (xfr#107, to-chk=120/254)
41972024-03-20T19:39:20.300Zsmf/logadm/
41982024-03-20T19:39:20.300Zsmf/logadm/crontab.root
41992024-03-20T19:39:20.300Z 30 100% 0.04kB/s 0:00:00 30 100% 0.04kB/s 0:00:00 (xfr#108, to-chk=119/254)
42002024-03-20T19:39:20.300Zsmf/logadm/logadm.conf
42012024-03-20T19:39:20.300Z 2,553 100% 3.28kB/s 0:00:00 2,553 100% 3.28kB/s 0:00:00 (xfr#109, to-chk=118/254)
42022024-03-20T19:39:20.300Zsmf/mgs-sim/
42032024-03-20T19:39:20.300Zsmf/mgs-sim/config.toml
42042024-03-20T19:39:20.301Z 3,534 100% 4.54kB/s 0:00:00 3,534 100% 4.54kB/s 0:00:00 (xfr#110, to-chk=117/254)
42052024-03-20T19:39:20.301Zsmf/mgs/
42062024-03-20T19:39:20.301Zsmf/mgs/config.toml
42072024-03-20T19:39:20.301Z 9,085 100% 11.66kB/s 0:00:00 9,085 100% 11.66kB/s 0:00:00 (xfr#111, to-chk=116/254)
42082024-03-20T19:39:20.301Zsmf/mgs/manifest.xml
42092024-03-20T19:39:20.301Z 2,474 100% 3.17kB/s 0:00:00 2,474 100% 3.17kB/s 0:00:00 (xfr#112, to-chk=115/254)
42102024-03-20T19:39:20.301Zsmf/nexus/
42112024-03-20T19:39:20.301Zsmf/nexus/manifest.xml
42122024-03-20T19:39:20.301Z 1,987 100% 2.55kB/s 0:00:00 1,987 100% 2.55kB/s 0:00:00 (xfr#113, to-chk=114/254)
42132024-03-20T19:39:20.301Zsmf/nexus/multi-sled/
42142024-03-20T19:39:20.301Zsmf/nexus/multi-sled/config-partial.toml
42152024-03-20T19:39:20.301Z 1,997 100% 2.56kB/s 0:00:00 1,997 100% 2.56kB/s 0:00:00 (xfr#114, to-chk=111/254)
42162024-03-20T19:39:20.301Zsmf/nexus/single-sled/
42172024-03-20T19:39:20.301Zsmf/nexus/single-sled/config-partial.toml
42182024-03-20T19:39:20.301Z 1,993 100% 2.56kB/s 0:00:00 1,993 100% 2.56kB/s 0:00:00 (xfr#115, to-chk=110/254)
42192024-03-20T19:39:20.301Zsmf/ntp/
42202024-03-20T19:39:20.301Zsmf/ntp/etc/
42212024-03-20T19:39:20.301Zsmf/ntp/etc/inet/
42222024-03-20T19:39:20.301Zsmf/ntp/etc/inet/chrony.conf.boundary
42232024-03-20T19:39:20.301Z 881 100% 1.13kB/s 0:00:00 881 100% 1.13kB/s 0:00:00 (xfr#116, to-chk=104/254)
42242024-03-20T19:39:20.301Zsmf/ntp/etc/inet/chrony.conf.internal
42252024-03-20T19:39:20.301Z 1,108 100% 1.42kB/s 0:00:00 1,108 100% 1.42kB/s 0:00:00 (xfr#117, to-chk=103/254)
42262024-03-20T19:39:20.302Zsmf/ntp/etc/logadm.d/
42272024-03-20T19:39:20.302Zsmf/ntp/etc/logadm.d/chrony.logadm.conf
42282024-03-20T19:39:20.302Z 135 100% 0.17kB/s 0:00:00 135 100% 0.17kB/s 0:00:00 (xfr#118, to-chk=102/254)
42292024-03-20T19:39:20.302Zsmf/ntp/manifest/
42302024-03-20T19:39:20.302Zsmf/ntp/manifest/manifest.xml
42312024-03-20T19:39:20.302Z 3,336 100% 4.28kB/s 0:00:00 3,336 100% 4.28kB/s 0:00:00 (xfr#119, to-chk=101/254)
42322024-03-20T19:39:20.302Zsmf/ntp/method/
42332024-03-20T19:39:20.302Zsmf/ntp/method/svc-site-ntp
42342024-03-20T19:39:20.302Z 3,211 100% 4.12kB/s 0:00:00 3,211 100% 4.12kB/s 0:00:00 (xfr#120, to-chk=100/254)
42352024-03-20T19:39:20.302Zsmf/opte-interface-setup/
42362024-03-20T19:39:20.302Zsmf/opte-interface-setup/manifest.xml
42372024-03-20T19:39:20.302Z 1,638 100% 2.10kB/s 0:00:00 1,638 100% 2.10kB/s 0:00:00 (xfr#121, to-chk=99/254)
42382024-03-20T19:39:20.302Zsmf/oximeter/
42392024-03-20T19:39:20.302Zsmf/oximeter/config.toml
42402024-03-20T19:39:20.302Z 205 100% 0.26kB/s 0:00:00 205 100% 0.26kB/s 0:00:00 (xfr#122, to-chk=98/254)
42412024-03-20T19:39:20.302Zsmf/oximeter/manifest.xml
42422024-03-20T19:39:20.302Z 1,770 100% 2.27kB/s 0:00:00 1,770 100% 2.27kB/s 0:00:00 (xfr#123, to-chk=97/254)
42432024-03-20T19:39:20.302Zsmf/profile/
42442024-03-20T19:39:20.302Zsmf/profile/bashrc
42452024-03-20T19:39:20.302Z 925 100% 1.19kB/s 0:00:00 925 100% 1.19kB/s 0:00:00 (xfr#124, to-chk=96/254)
42462024-03-20T19:39:20.302Zsmf/profile/profile
42472024-03-20T19:39:20.302Z 535 100% 0.69kB/s 0:00:00 535 100% 0.69kB/s 0:00:00 (xfr#125, to-chk=95/254)
42482024-03-20T19:39:20.302Zsmf/sled-agent/
42492024-03-20T19:39:20.302Zsmf/sled-agent/manifest.xml
42502024-03-20T19:39:20.302Z 2,373 100% 3.05kB/s 0:00:00 2,373 100% 3.05kB/s 0:00:00 (xfr#126, to-chk=94/254)
42512024-03-20T19:39:20.303Zsmf/sled-agent/gimlet-standalone/
42522024-03-20T19:39:20.303Zsmf/sled-agent/gimlet-standalone/README.md
42532024-03-20T19:39:20.303Z 114 100% 0.15kB/s 0:00:00 114 100% 0.15kB/s 0:00:00 (xfr#127, to-chk=90/254)
42542024-03-20T19:39:20.303Zsmf/sled-agent/gimlet-standalone/config-rss.toml
42552024-03-20T19:39:20.303Z 6,611 100% 8.48kB/s 0:00:00 6,611 100% 8.48kB/s 0:00:00 (xfr#128, to-chk=89/254)
42562024-03-20T19:39:20.303Zsmf/sled-agent/gimlet-standalone/config.toml
42572024-03-20T19:39:20.303Z 1,800 100% 2.31kB/s 0:00:00 1,800 100% 2.31kB/s 0:00:00 (xfr#129, to-chk=88/254)
42582024-03-20T19:39:20.303Zsmf/sled-agent/gimlet/
42592024-03-20T19:39:20.303Zsmf/sled-agent/gimlet/README.md
42602024-03-20T19:39:20.303Z 54 100% 0.07kB/s 0:00:00 54 100% 0.07kB/s 0:00:00 (xfr#130, to-chk=87/254)
42612024-03-20T19:39:20.303Zsmf/sled-agent/gimlet/config.toml
42622024-03-20T19:39:20.303Z 1,657 100% 2.12kB/s 0:00:00 1,657 100% 2.12kB/s 0:00:00 (xfr#131, to-chk=86/254)
42632024-03-20T19:39:20.303Zsmf/sled-agent/non-gimlet/
42642024-03-20T19:39:20.303Zsmf/sled-agent/non-gimlet/README.md
42652024-03-20T19:39:20.303Z 105 100% 0.13kB/s 0:00:00 105 100% 0.13kB/s 0:00:00 (xfr#132, to-chk=85/254)
42662024-03-20T19:39:20.303Zsmf/sled-agent/non-gimlet/config.toml
42672024-03-20T19:39:20.303Z 2,820 100% 3.61kB/s 0:00:00 2,820 100% 3.61kB/s 0:00:00 (xfr#133, to-chk=84/254)
42682024-03-20T19:39:20.303Zsmf/sp-sim/
42692024-03-20T19:39:20.303Zsmf/sp-sim/config.toml
42702024-03-20T19:39:20.303Z 2,604 100% 3.34kB/s 0:00:00 2,604 100% 3.34kB/s 0:00:00 (xfr#134, to-chk=83/254)
42712024-03-20T19:39:20.303Zsmf/sp-sim/manifest.xml
42722024-03-20T19:39:20.303Z 1,271 100% 1.63kB/s 0:00:00 1,271 100% 1.63kB/s 0:00:00 (xfr#135, to-chk=82/254)
42732024-03-20T19:39:20.303Zsmf/switch_zone_setup/
42742024-03-20T19:39:20.303Zsmf/switch_zone_setup/manifest.xml
42752024-03-20T19:39:20.304Z 1,061 100% 1.36kB/s 0:00:00 1,061 100% 1.36kB/s 0:00:00 (xfr#136, to-chk=81/254)
42762024-03-20T19:39:20.304Zsmf/switch_zone_setup/support_authorized_keys
42772024-03-20T19:39:20.304Z 1,284 100% 1.65kB/s 0:00:00 1,284 100% 1.65kB/s 0:00:00 (xfr#137, to-chk=80/254)
42782024-03-20T19:39:20.304Zsmf/switch_zone_setup/switch_zone_setup
42792024-03-20T19:39:20.304Z 1,041 100% 1.33kB/s 0:00:00 1,041 100% 1.33kB/s 0:00:00 (xfr#138, to-chk=79/254)
42802024-03-20T19:39:20.332Zsmf/wicketd/
42812024-03-20T19:39:20.332Zsmf/wicketd/config.toml
42822024-03-20T19:39:20.332Z 104 100% 0.13kB/s 0:00:00 104 100% 0.13kB/s 0:00:00 (xfr#139, to-chk=78/254)
42832024-03-20T19:39:20.332Zsmf/wicketd/manifest.xml
42842024-03-20T19:39:20.332Z 2,954 100% 3.79kB/s 0:00:00 2,954 100% 3.79kB/s 0:00:00 (xfr#140, to-chk=77/254)
42852024-03-20T19:39:20.332Zsmf/zone-network-setup/
42862024-03-20T19:39:20.332Zsmf/zone-network-setup/manifest.xml
42872024-03-20T19:39:20.333Z 1,614 100% 2.07kB/s 0:00:00 1,614 100% 2.07kB/s 0:00:00 (xfr#141, to-chk=76/254)
42882024-03-20T19:39:20.333Ztools/
42892024-03-20T19:39:20.333Ztools/README.adoc
42902024-03-20T19:39:20.333Z 3,558 100% 4.56kB/s 0:00:00 3,558 100% 4.56kB/s 0:00:00 (xfr#142, to-chk=75/254)
42912024-03-20T19:39:20.333Ztools/build-global-zone-packages.sh
42922024-03-20T19:39:20.333Z 2,388 100% 3.06kB/s 0:00:00 2,388 100% 3.06kB/s 0:00:00 (xfr#143, to-chk=74/254)
42932024-03-20T19:39:20.333Ztools/build-host-image.sh
42942024-03-20T19:39:20.333Z 2,971 100% 3.81kB/s 0:00:00 2,971 100% 3.81kB/s 0:00:00 (xfr#144, to-chk=73/254)
42952024-03-20T19:39:20.333Ztools/build-trampoline-global-zone-packages.sh
42962024-03-20T19:39:20.333Z 1,878 100% 2.41kB/s 0:00:00 1,878 100% 2.41kB/s 0:00:00 (xfr#145, to-chk=72/254)
42972024-03-20T19:39:20.333Ztools/ci_check_opte_ver.sh
42982024-03-20T19:39:20.333Z 2,770 100% 3.55kB/s 0:00:00 2,770 100% 3.55kB/s 0:00:00 (xfr#146, to-chk=71/254)
42992024-03-20T19:39:20.333Ztools/ci_download_clickhouse
43002024-03-20T19:39:20.333Z 3,631 100% 4.65kB/s 0:00:00 3,631 100% 4.65kB/s 0:00:00 (xfr#147, to-chk=70/254)
43012024-03-20T19:39:20.333Ztools/ci_download_cockroachdb
43022024-03-20T19:39:20.333Z 4,292 100% 5.49kB/s 0:00:00 4,292 100% 5.49kB/s 0:00:00 (xfr#148, to-chk=69/254)
43032024-03-20T19:39:20.334Ztools/ci_download_console
43042024-03-20T19:39:20.334Z 1,991 100% 2.55kB/s 0:00:00 1,991 100% 2.55kB/s 0:00:00 (xfr#149, to-chk=68/254)
43052024-03-20T19:39:20.334Ztools/ci_download_dendrite_openapi
43062024-03-20T19:39:20.334Z 1,719 100% 2.20kB/s 0:00:00 1,719 100% 2.20kB/s 0:00:00 (xfr#150, to-chk=67/254)
43072024-03-20T19:39:20.334Ztools/ci_download_dendrite_stub
43082024-03-20T19:39:20.334Z 4,229 100% 5.41kB/s 0:00:00 4,229 100% 5.41kB/s 0:00:00 (xfr#151, to-chk=66/254)
43092024-03-20T19:39:20.334Ztools/ci_download_maghemite_mgd
43102024-03-20T19:39:20.334Z 3,650 100% 4.67kB/s 0:00:00 3,650 100% 4.67kB/s 0:00:00 (xfr#152, to-chk=65/254)
43112024-03-20T19:39:20.334Ztools/ci_download_maghemite_openapi
43122024-03-20T19:39:20.334Z 1,989 100% 2.55kB/s 0:00:00 1,989 100% 2.55kB/s 0:00:00 (xfr#153, to-chk=64/254)
43132024-03-20T19:39:20.334Ztools/ci_download_softnpu_machinery
43142024-03-20T19:39:20.334Z 668 100% 0.85kB/s 0:00:00 668 100% 0.85kB/s 0:00:00 (xfr#154, to-chk=63/254)
43152024-03-20T19:39:20.334Ztools/ci_download_thundermuffin
43162024-03-20T19:39:20.334Z 3,237 100% 4.14kB/s 0:00:00 3,237 100% 4.14kB/s 0:00:00 (xfr#155, to-chk=62/254)
43172024-03-20T19:39:20.334Ztools/ci_download_transceiver_control
43182024-03-20T19:39:20.335Z 3,415 100% 4.37kB/s 0:00:00 3,415 100% 4.37kB/s 0:00:00 (xfr#156, to-chk=61/254)
43192024-03-20T19:39:20.335Ztools/clickhouse_checksums
43202024-03-20T19:39:20.335Z 153 100% 0.20kB/s 0:00:00 153 100% 0.20kB/s 0:00:00 (xfr#157, to-chk=60/254)
43212024-03-20T19:39:20.335Ztools/clickhouse_version
43222024-03-20T19:39:20.335Z 11 100% 0.01kB/s 0:00:00 11 100% 0.01kB/s 0:00:00 (xfr#158, to-chk=59/254)
43232024-03-20T19:39:20.335Ztools/cockroachdb_checksums
43242024-03-20T19:39:20.335Z 258 100% 0.33kB/s 0:00:00 258 100% 0.33kB/s 0:00:00 (xfr#159, to-chk=58/254)
43252024-03-20T19:39:20.335Ztools/cockroachdb_version
43262024-03-20T19:39:20.335Z 8 100% 0.01kB/s 0:00:00 8 100% 0.01kB/s 0:00:00 (xfr#160, to-chk=57/254)
43272024-03-20T19:39:20.335Ztools/console_version
43282024-03-20T19:39:20.335Z 122 100% 0.16kB/s 0:00:00 122 100% 0.16kB/s 0:00:00 (xfr#161, to-chk=56/254)
43292024-03-20T19:39:20.335Ztools/create_gimlet_virtual_hardware.sh
43302024-03-20T19:39:20.335Z 935 100% 1.20kB/s 0:00:00 935 100% 1.20kB/s 0:00:00 (xfr#162, to-chk=55/254)
43312024-03-20T19:39:20.335Ztools/create_scrimlet_virtual_hardware.sh
43322024-03-20T19:39:20.335Z 2,013 100% 2.58kB/s 0:00:00 2,013 100% 2.58kB/s 0:00:00 (xfr#163, to-chk=54/254)
43332024-03-20T19:39:20.335Ztools/create_self_signed_cert.sh
43342024-03-20T19:39:20.335Z 685 100% 0.88kB/s 0:00:00 685 100% 0.88kB/s 0:00:00 (xfr#164, to-chk=53/254)
43352024-03-20T19:39:20.335Ztools/create_virtual_hardware.sh
43362024-03-20T19:39:20.335Z 3,183 100% 4.07kB/s 0:00:00 3,183 100% 4.07kB/s 0:00:00 (xfr#165, to-chk=52/254)
43372024-03-20T19:39:20.335Ztools/delete-reservoir.sh
43382024-03-20T19:39:20.335Z 136 100% 0.17kB/s 0:00:00 136 100% 0.17kB/s 0:00:00 (xfr#166, to-chk=51/254)
43392024-03-20T19:39:20.335Ztools/dendrite_openapi_version
43402024-03-20T19:39:20.335Z 122 100% 0.16kB/s 0:00:00 122 100% 0.16kB/s 0:00:00 (xfr#167, to-chk=50/254)
43412024-03-20T19:39:20.335Ztools/dendrite_stub_checksums
43422024-03-20T19:39:20.336Z 267 100% 0.34kB/s 0:00:00 267 100% 0.34kB/s 0:00:00 (xfr#168, to-chk=49/254)
43432024-03-20T19:39:20.336Ztools/destroy_gimlet_virtual_hardware.sh
43442024-03-20T19:39:20.336Z 888 100% 1.14kB/s 0:00:00 888 100% 1.14kB/s 0:00:00 (xfr#169, to-chk=48/254)
43452024-03-20T19:39:20.336Ztools/destroy_scrimlet_virtual_hardware.sh
43462024-03-20T19:39:20.336Z 1,147 100% 1.47kB/s 0:00:00 1,147 100% 1.47kB/s 0:00:00 (xfr#170, to-chk=47/254)
43472024-03-20T19:39:20.336Ztools/destroy_virtual_hardware.sh
43482024-03-20T19:39:20.336Z 2,227 100% 2.85kB/s 0:00:00 2,227 100% 2.85kB/s 0:00:00 (xfr#171, to-chk=46/254)
43492024-03-20T19:39:20.336Ztools/dvt_dock_version
43502024-03-20T19:39:20.336Z 48 100% 0.06kB/s 0:00:00 48 100% 0.06kB/s 0:00:00 (xfr#172, to-chk=45/254)
43512024-03-20T19:39:20.336Ztools/ensure_buildomat_artifact.sh
43522024-03-20T19:39:20.336Z 3,759 100% 4.80kB/s 0:00:00 3,759 100% 4.80kB/s 0:00:00 (xfr#173, to-chk=44/254)
43532024-03-20T19:39:20.336Ztools/generate-nexus-api.sh
43542024-03-20T19:39:20.336Z 174 100% 0.22kB/s 0:00:00 174 100% 0.22kB/s 0:00:00 (xfr#174, to-chk=43/254)
43552024-03-20T19:39:20.336Ztools/generate-sled-agent-api.sh
43562024-03-20T19:39:20.336Z 161 100% 0.21kB/s 0:00:00 161 100% 0.21kB/s 0:00:00 (xfr#175, to-chk=42/254)
43572024-03-20T19:39:20.336Ztools/generate-wicketd-api.sh
43582024-03-20T19:39:20.336Z 75 100% 0.10kB/s 0:00:00 75 100% 0.10kB/s 0:00:00 (xfr#176, to-chk=41/254)
43592024-03-20T19:39:20.336Ztools/hubris_checksums
43602024-03-20T19:39:20.336Z 852 100% 1.09kB/s 0:00:00 852 100% 1.09kB/s 0:00:00 (xfr#177, to-chk=40/254)
43612024-03-20T19:39:20.336Ztools/hubris_version
43622024-03-20T19:39:20.336Z 50 100% 0.06kB/s 0:00:00 50 100% 0.06kB/s 0:00:00 (xfr#178, to-chk=39/254)
43632024-03-20T19:39:20.336Ztools/install_builder_prerequisites.sh
43642024-03-20T19:39:20.336Z 7,537 100% 9.63kB/s 0:00:00 7,537 100% 9.63kB/s 0:00:00 (xfr#179, to-chk=38/254)
43652024-03-20T19:39:20.336Ztools/install_opte.sh
43662024-03-20T19:39:20.337Z 3,755 100% 4.80kB/s 0:00:00 3,755 100% 4.80kB/s 0:00:00 (xfr#180, to-chk=37/254)
43672024-03-20T19:39:20.337Ztools/install_prerequisites.sh
43682024-03-20T19:39:20.337Z 255 100% 0.33kB/s 0:00:00 255 100% 0.33kB/s 0:00:00 (xfr#181, to-chk=36/254)
43692024-03-20T19:39:20.337Ztools/install_runner_prerequisites.sh
43702024-03-20T19:39:20.337Z 4,154 100% 5.31kB/s 0:00:00 4,154 100% 5.31kB/s 0:00:00 (xfr#182, to-chk=35/254)
43712024-03-20T19:39:20.337Ztools/maghemite_ddm_openapi_version
43722024-03-20T19:39:20.337Z 122 100% 0.16kB/s 0:00:00 122 100% 0.16kB/s 0:00:00 (xfr#183, to-chk=34/254)
43732024-03-20T19:39:20.337Ztools/maghemite_mg_openapi_version
43742024-03-20T19:39:20.337Z 122 100% 0.16kB/s 0:00:00 122 100% 0.16kB/s 0:00:00 (xfr#184, to-chk=33/254)
43752024-03-20T19:39:20.337Ztools/maghemite_mgd_checksums
43762024-03-20T19:39:20.337Z 162 100% 0.21kB/s 0:00:00 162 100% 0.21kB/s 0:00:00 (xfr#185, to-chk=32/254)
43772024-03-20T19:39:20.337Ztools/opte_version
43782024-03-20T19:39:20.337Z 9 100% 0.01kB/s 0:00:00 9 100% 0.01kB/s 0:00:00 (xfr#186, to-chk=31/254)
43792024-03-20T19:39:20.337Ztools/opte_version_override
43802024-03-20T19:39:20.365Z 142 100% 0.18kB/s 0:00:00 142 100% 0.18kB/s 0:00:00 (xfr#187, to-chk=30/254)
43812024-03-20T19:39:20.366Ztools/renovate-post-upgrade.sh
43822024-03-20T19:39:20.366Z 1,705 100% 2.18kB/s 0:00:00 1,705 100% 2.18kB/s 0:00:00 (xfr#188, to-chk=29/254)
43832024-03-20T19:39:20.366Ztools/thundermuffin_checksums
43842024-03-20T19:39:20.366Z 79 100% 0.10kB/s 0:00:00 79 100% 0.10kB/s 0:00:00 (xfr#189, to-chk=28/254)
43852024-03-20T19:39:20.366Ztools/thundermuffin_version
43862024-03-20T19:39:20.366Z 50 100% 0.06kB/s 0:00:00 50 100% 0.06kB/s 0:00:00 (xfr#190, to-chk=27/254)
43872024-03-20T19:39:20.366Ztools/transceiver_control_version
43882024-03-20T19:39:20.366Z 137 100% 0.17kB/s 0:00:00 137 100% 0.17kB/s 0:00:00 (xfr#191, to-chk=26/254)
43892024-03-20T19:39:20.366Ztools/uninstall_opte.sh
43902024-03-20T19:39:20.366Z 6,514 100% 8.32kB/s 0:00:00 6,514 100% 8.32kB/s 0:00:00 (xfr#192, to-chk=25/254)
43912024-03-20T19:39:20.366Ztools/update_crucible.sh
43922024-03-20T19:39:20.366Z 1,093 100% 1.40kB/s 0:00:00 1,093 100% 1.40kB/s 0:00:00 (xfr#193, to-chk=24/254)
43932024-03-20T19:39:20.366Ztools/update_dendrite.sh
43942024-03-20T19:39:20.366Z 2,333 100% 2.98kB/s 0:00:00 2,333 100% 2.98kB/s 0:00:00 (xfr#194, to-chk=23/254)
43952024-03-20T19:39:20.366Ztools/update_helpers.sh
43962024-03-20T19:39:20.366Z 3,831 100% 4.89kB/s 0:00:00 3,831 100% 4.89kB/s 0:00:00 (xfr#195, to-chk=22/254)
43972024-03-20T19:39:20.366Ztools/update_lldp.sh
43982024-03-20T19:39:20.366Z 1,000 100% 1.28kB/s 0:00:00 1,000 100% 1.28kB/s 0:00:00 (xfr#196, to-chk=21/254)
43992024-03-20T19:39:20.366Ztools/update_maghemite.sh
44002024-03-20T19:39:20.367Z 939 100% 1.20kB/s 0:00:00 939 100% 1.20kB/s 0:00:00 (xfr#197, to-chk=20/254)
44012024-03-20T19:39:20.367Ztools/update_propolis.sh
44022024-03-20T19:39:20.367Z 1,050 100% 1.34kB/s 0:00:00 1,050 100% 1.34kB/s 0:00:00 (xfr#198, to-chk=19/254)
44032024-03-20T19:39:20.367Ztools/update_transceiver_control.sh
44042024-03-20T19:39:20.367Z 1,374 100% 1.75kB/s 0:00:00 1,374 100% 1.75kB/s 0:00:00 (xfr#199, to-chk=18/254)
44052024-03-20T19:39:20.367Ztools/virtual_hardware.sh
44062024-03-20T19:39:20.367Z 3,185 100% 4.07kB/s 0:00:00 3,185 100% 4.07kB/s 0:00:00 (xfr#200, to-chk=17/254)
44072024-03-20T19:39:20.367Ztools/dtrace/
44082024-03-20T19:39:20.367Ztools/dtrace/aggregate-query-latency.d
44092024-03-20T19:39:20.367Z 780 100% 1.00kB/s 0:00:00 780 100% 1.00kB/s 0:00:00 (xfr#201, to-chk=11/254)
44102024-03-20T19:39:20.367Ztools/dtrace/slowest-queries.d
44112024-03-20T19:39:20.367Z 1,077 100% 1.37kB/s 0:00:00 1,077 100% 1.37kB/s 0:00:00 (xfr#202, to-chk=10/254)
44122024-03-20T19:39:20.367Ztools/dtrace/trace-db-queries.d
44132024-03-20T19:39:20.367Z 811 100% 1.04kB/s 0:00:00 811 100% 1.04kB/s 0:00:00 (xfr#203, to-chk=9/254)
44142024-03-20T19:39:20.367Ztools/include/
44152024-03-20T19:39:20.367Ztools/include/force-git-over-https.sh
44162024-03-20T19:39:20.367Z 940 100% 1.20kB/s 0:00:00 940 100% 1.20kB/s 0:00:00 (xfr#204, to-chk=8/254)
44172024-03-20T19:39:20.367Ztools/populate/
44182024-03-20T19:39:20.367Ztools/populate/populate-alpine.sh
44192024-03-20T19:39:20.367Z 788 100% 1.01kB/s 0:00:00 788 100% 1.01kB/s 0:00:00 (xfr#205, to-chk=7/254)
44202024-03-20T19:39:20.367Ztools/populate/populate-images.sh
44212024-03-20T19:39:20.367Z 2,571 100% 3.28kB/s 0:00:00 2,571 100% 3.28kB/s 0:00:00 (xfr#206, to-chk=6/254)
44222024-03-20T19:39:20.367Ztools/reflector/
44232024-03-20T19:39:20.368Ztools/reflector/helpers.sh
44242024-03-20T19:39:20.368Z 4,652 100% 5.93kB/s 0:00:00 4,652 100% 5.93kB/s 0:00:00 (xfr#207, to-chk=5/254)
44252024-03-20T19:39:20.368Ztools/scrimlet/
44262024-03-20T19:39:20.368Ztools/scrimlet/create-softnpu-zone.sh
44272024-03-20T19:39:20.368Z 627 100% 0.80kB/s 0:00:00 627 100% 0.80kB/s 0:00:00 (xfr#208, to-chk=4/254)
44282024-03-20T19:39:20.368Ztools/scrimlet/destroy-softnpu-zone.sh
44292024-03-20T19:39:20.368Z 203 100% 0.26kB/s 0:00:00 203 100% 0.26kB/s 0:00:00 (xfr#209, to-chk=3/254)
44302024-03-20T19:39:20.368Ztools/scrimlet/softnpu-init.sh
44312024-03-20T19:39:20.368Z 2,157 100% 2.75kB/s 0:00:00 2,157 100% 2.75kB/s 0:00:00 (xfr#210, to-chk=2/254)
44322024-03-20T19:39:20.368Ztools/scrimlet/softnpu-zone.txt
44332024-03-20T19:39:20.368Z 330 100% 0.42kB/s 0:00:00 330 100% 0.42kB/s 0:00:00 (xfr#211, to-chk=1/254)
44342024-03-20T19:39:20.368Ztools/scrimlet/softnpu.toml
44352024-03-20T19:39:20.368Z 171 100% 0.22kB/s 0:00:00 171 100% 0.22kB/s 0:00:00 (xfr#212, to-chk=0/254)
44362024-03-20T19:39:20.368Z+ banner G3
44372024-03-20T19:39:20.368Z ##### #####
44382024-03-20T19:39:20.368Z# # # #
44392024-03-20T19:39:20.368Z# #
44402024-03-20T19:39:20.368Z# #### #####
44412024-03-20T19:39:20.368Z# # #
44422024-03-20T19:39:20.368Z# # # #
44432024-03-20T19:39:20.368Z ##### #####
44442024-03-20T19:39:20.368Z
44452024-03-20T19:39:20.368Z+ . config/build-g3.sh
44462024-03-20T19:39:20.368Z++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml
44472024-03-20T19:39:20.368Z++ cp config/g3-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml
44482024-03-20T19:39:20.369Z++ cp config/mgs-sim-switch1.toml /work/oxidecomputer/omicron/smf/mgs-sim/config.toml
44492024-03-20T19:39:20.369Z++ cp config/sp-sim-config.toml /work/oxidecomputer/omicron/smf/sp-sim/config.toml
44502024-03-20T19:39:20.369Z++ cp -r cargo-bay/tools cargo-bay/g3/
44512024-03-20T19:39:20.369Z++ cd /work/oxidecomputer/omicron
44522024-03-20T19:39:20.369Z++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled
44532024-03-20T19:39:21.587Z Finished release [optimized] target(s) in 1.16s
44542024-03-20T19:39:21.614Z Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled`
44552024-03-20T19:39:21.655ZLogging to: /work/oxidecomputer/omicron/out/LOG
44562024-03-20T19:39:21.687ZCreated new build target 'default' and set it as active
44572024-03-20T19:39:21.687Z++ cargo run --release --bin omicron-package -- package
44582024-03-20T19:39:22.716Z Finished release [optimized] target(s) in 0.97s
44592024-03-20T19:39:23.205Z Running `target/release/omicron-package package`
44602024-03-20T19:39:23.205ZLogging to: /work/oxidecomputer/omicron/out/LOG
44612024-03-20T19:39:23.929Z Finished release [optimized] target(s) in 1.05s
44622024-03-20T19:39:34.071Z++ cd /work/oxidecomputer/testbed/a4x2/config/../
44632024-03-20T19:39:34.071Z++ rm -rf cargo-bay/g3/omicron
44642024-03-20T19:39:34.097Z++ mkdir -p cargo-bay/g3/omicron
44652024-03-20T19:39:34.098Z++ 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/
44662024-03-20T19:39:34.098Zsending incremental file list
44672024-03-20T19:39:34.098Zomicron-package
44682024-03-20T19:39:34.354Z 32,768 0% 0.00kB/s 0:00:00 40,142,240 100% 148.26MB/s 0:00:00 (xfr#1, to-chk=253/254)
44692024-03-20T19:39:34.354Zpackage-manifest.toml
44702024-03-20T19:39:34.354Z 26,511 100% 100.35kB/s 0:00:00 26,511 100% 100.35kB/s 0:00:00 (xfr#2, to-chk=252/254)
44712024-03-20T19:39:34.354Zout/
44722024-03-20T19:39:34.354Zout/LOG
44732024-03-20T19:39:34.391Z 32,768 69% 124.03kB/s 0:00:00 47,200 100% 177.97kB/s 0:00:00 (xfr#3, to-chk=248/254)
44742024-03-20T19:39:34.391Zout/clickhouse.tar.gz
44752024-03-20T19:39:35.139Z 32,768 0% 123.55kB/s 0:31:10 217,612,288 94% 207.53MB/s 0:00:00 231,166,319 100% 211.17MB/s 0:00:01 (xfr#4, to-chk=247/254)
44762024-03-20T19:39:35.139Zout/clickhouse_keeper.tar.gz
44772024-03-20T19:39:36.068Z 32,768 0% 711.11kB/s 0:05:24 231,141,527 100% 226.55MB/s 0:00:00 (xfr#5, to-chk=246/254)
44782024-03-20T19:39:36.068Zout/cockroachdb.tar.gz
44792024-03-20T19:39:36.539Z 32,768 0% 32.89kB/s 1:04:10 5,767,168 4% 5.50MB/s 0:00:21 126,657,859 100% 83.59MB/s 0:00:01 (xfr#6, to-chk=245/254)
44802024-03-20T19:39:36.539Zout/crucible-pantry-zone.tar.gz
44812024-03-20T19:39:36.622Z 32,768 0% 71.75kB/s 0:05:51 25,287,268 100% 45.67MB/s 0:00:00 (xfr#7, to-chk=244/254)
44822024-03-20T19:39:36.622Zout/crucible-zone.tar.gz
44832024-03-20T19:39:36.738Z 32,768 0% 60.61kB/s 0:10:09 36,986,001 100% 54.77MB/s 0:00:00 (xfr#8, to-chk=243/254)
44842024-03-20T19:39:36.738Zout/external-dns.tar.gz
44852024-03-20T19:39:36.843Z 32,768 0% 49.69kB/s 0:10:23 31,006,746 100% 39.48MB/s 0:00:00 (xfr#9, to-chk=242/254)
44862024-03-20T19:39:36.843Zout/internal-dns.tar.gz
44872024-03-20T19:39:36.936Z 32,768 0% 42.67kB/s 0:12:05 31,006,529 100% 35.12MB/s 0:00:00 (xfr#10, to-chk=241/254)
44882024-03-20T19:39:36.936Zout/mg-ddm-gz.tar
44892024-03-20T19:39:37.321Z 32,768 0% 38.00kB/s 0:23:11 19,791,872 37% 18.88MB/s 0:00:01 52,915,712 100% 41.23MB/s 0:00:01 (xfr#11, to-chk=240/254)
44902024-03-20T19:39:37.321Zout/nexus.tar.gz
44912024-03-20T19:39:37.610Z 32,768 0% 142.22kB/s 0:10:45 91,784,554 100% 169.64MB/s 0:00:00 (xfr#12, to-chk=239/254)
44922024-03-20T19:39:37.610Zout/ntp.tar.gz
44932024-03-20T19:39:37.647Z 32,768 0% 61.90kB/s 0:02:47 10,426,603 100% 18.11MB/s 0:00:00 (xfr#13, to-chk=238/254)
44942024-03-20T19:39:37.648Zout/omicron-gateway-softnpu.tar.gz
44952024-03-20T19:39:37.703Z 32,768 0% 58.29kB/s 0:04:42 16,517,195 100% 26.65MB/s 0:00:00 (xfr#14, to-chk=237/254)
44962024-03-20T19:39:37.703Zout/omicron-gateway.tar.gz
44972024-03-20T19:39:37.736Z 32,768 0% 54.15kB/s 0:05:04 16,513,715 100% 24.49MB/s 0:00:00 (xfr#15, to-chk=236/254)
44982024-03-20T19:39:37.736Zout/omicron-sled-agent.tar
44992024-03-20T19:39:43.953Z 32,768 0% 49.77kB/s 0:39:23 42,729,472 36% 40.75MB/s 0:00:01 117,681,152 100% 70.32MB/s 0:00:01 (xfr#16, to-chk=235/254)
45002024-03-20T19:39:43.953Zout/overlay.tar.gz
45012024-03-20T19:39:43.953Z 2,621 100% 4.29kB/s 0:00:00 2,621 100% 4.29kB/s 0:00:00 (xfr#17, to-chk=234/254)
45022024-03-20T19:39:43.953Zout/oximeter.tar.gz
45032024-03-20T19:39:43.999Z 32,768 0% 53.69kB/s 0:14:54 48,041,861 100% 55.60MB/s 0:00:00 (xfr#18, to-chk=233/254)
45042024-03-20T19:39:43.999Zout/oxlog.tar
45052024-03-20T19:39:43.999Z 32,768 0% 38.83kB/s 0:02:39 6,244,352 100% 6.81MB/s 0:00:00 (xfr#19, to-chk=232/254)
45062024-03-20T19:39:43.999Zout/probe.tar.gz
45072024-03-20T19:39:44.000Z 32,768 1% 36.57kB/s 0:01:16 2,829,470 100% 3.04MB/s 0:00:00 (xfr#20, to-chk=231/254)
45082024-03-20T19:39:44.001Zout/propolis-server.tar.gz
45092024-03-20T19:39:44.079Z 32,768 0% 36.04kB/s 0:30:40 25,296,896 38% 24.12MB/s 0:00:01 66,360,059 100% 53.91MB/s 0:00:01 (xfr#21, to-chk=230/254)
45102024-03-20T19:39:44.079Zout/switch-softnpu.tar.gz
45112024-03-20T19:39:44.079Z 32,768 0% 182.86kB/s 0:18:35 204,012,075 100% 231.07MB/s 0:00:00 (xfr#22, to-chk=229/254)
45122024-03-20T19:39:44.079Zout/console-assets/
45132024-03-20T19:39:44.079Zout/console-assets/VERSION
45142024-03-20T19:39:44.079Z 41 100% 0.05kB/s 0:00:00 41 100% 0.05kB/s 0:00:00 (xfr#23, to-chk=225/254)
45152024-03-20T19:39:44.079Zout/console-assets/index.html
45162024-03-20T19:39:44.079Z 466 100% 0.54kB/s 0:00:00 466 100% 0.54kB/s 0:00:00 (xfr#24, to-chk=224/254)
45172024-03-20T19:39:44.079Zout/console-assets/assets/
45182024-03-20T19:39:44.079Zout/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2
45192024-03-20T19:39:44.079Z 32,768 70% 38.00kB/s 0:00:00 46,276 100% 53.67kB/s 0:00:00 (xfr#25, to-chk=222/254)
45202024-03-20T19:39:44.079Zout/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff
45212024-03-20T19:39:44.079Z 32,768 65% 38.00kB/s 0:00:00 50,032 100% 58.03kB/s 0:00:00 (xfr#26, to-chk=221/254)
45222024-03-20T19:39:44.079Zout/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff
45232024-03-20T19:39:44.079Z 32,768 55% 38.00kB/s 0:00:00 58,524 100% 67.88kB/s 0:00:00 (xfr#27, to-chk=220/254)
45242024-03-20T19:39:44.080Zout/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2
45252024-03-20T19:39:44.080Z 32,768 71% 38.00kB/s 0:00:00 46,060 100% 53.36kB/s 0:00:00 (xfr#28, to-chk=219/254)
45262024-03-20T19:39:44.080Zout/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff
45272024-03-20T19:39:44.080Z 21,937 100% 25.41kB/s 0:00:00 21,937 100% 25.41kB/s 0:00:00 (xfr#29, to-chk=218/254)
45282024-03-20T19:39:44.080Zout/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2
45292024-03-20T19:39:44.080Z 17,996 100% 20.85kB/s 0:00:00 17,996 100% 20.85kB/s 0:00:00 (xfr#30, to-chk=217/254)
45302024-03-20T19:39:44.080Zout/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff
45312024-03-20T19:39:44.080Z 21,890 100% 25.36kB/s 0:00:00 21,890 100% 25.36kB/s 0:00:00 (xfr#31, to-chk=216/254)
45322024-03-20T19:39:44.080Zout/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2
45332024-03-20T19:39:44.080Z 17,984 100% 20.83kB/s 0:00:00 17,984 100% 20.83kB/s 0:00:00 (xfr#32, to-chk=215/254)
45342024-03-20T19:39:44.080Zout/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff
45352024-03-20T19:39:44.080Z 21,123 100% 24.44kB/s 0:00:00 21,123 100% 24.44kB/s 0:00:00 (xfr#33, to-chk=214/254)
45362024-03-20T19:39:44.080Zout/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2
45372024-03-20T19:39:44.080Z 17,228 100% 19.93kB/s 0:00:00 17,228 100% 19.93kB/s 0:00:00 (xfr#34, to-chk=213/254)
45382024-03-20T19:39:44.080Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2
45392024-03-20T19:39:44.080Z 18,448 100% 21.35kB/s 0:00:00 18,448 100% 21.35kB/s 0:00:00 (xfr#35, to-chk=212/254)
45402024-03-20T19:39:44.080Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff
45412024-03-20T19:39:44.080Z 22,665 100% 26.22kB/s 0:00:00 22,665 100% 26.22kB/s 0:00:00 (xfr#36, to-chk=211/254)
45422024-03-20T19:39:44.080Zout/console-assets/assets/Terminal-_VoNxbTe.js
45432024-03-20T19:39:44.080Z 32,768 11% 37.91kB/s 0:00:06 287,761 100% 332.17kB/s 0:00:00 (xfr#37, to-chk=210/254)
45442024-03-20T19:39:44.080Zout/console-assets/assets/Terminal-_VoNxbTe.js.gz
45452024-03-20T19:39:44.080Z 32,768 45% 37.83kB/s 0:00:01 71,758 100% 82.83kB/s 0:00:00 (xfr#38, to-chk=209/254)
45462024-03-20T19:39:44.081Zout/console-assets/assets/Terminal-_VoNxbTe.js.map
45472024-03-20T19:39:44.081Z 32,768 5% 37.78kB/s 0:00:14 590,313 100% 679.01kB/s 0:00:00 (xfr#39, to-chk=208/254)
45482024-03-20T19:39:44.081Zout/console-assets/assets/Terminal-_VoNxbTe.js.map.gz
45492024-03-20T19:39:44.081Z 32,768 27% 37.69kB/s 0:00:02 118,282 100% 135.73kB/s 0:00:00 (xfr#40, to-chk=207/254)
45502024-03-20T19:39:44.081Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js
45512024-03-20T19:39:44.081Z 32,768 8% 37.60kB/s 0:00:09 371,459 100% 425.27kB/s 0:00:00 (xfr#41, to-chk=206/254)
45522024-03-20T19:39:44.081Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js.gz
45532024-03-20T19:39:44.081Z 32,768 31% 37.51kB/s 0:00:01 103,751 100% 118.64kB/s 0:00:00 (xfr#42, to-chk=205/254)
45542024-03-20T19:39:44.081Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map
45552024-03-20T19:39:44.081Z 32,768 1% 37.47kB/s 0:00:43 1,659,213 100% 1.83MB/s 0:00:00 (xfr#43, to-chk=204/254)
45562024-03-20T19:39:44.081Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map.gz
45572024-03-20T19:39:44.081Z 32,768 8% 37.04kB/s 0:00:09 379,036 100% 427.92kB/s 0:00:00 (xfr#44, to-chk=203/254)
45582024-03-20T19:39:44.081Zout/console-assets/assets/app-1tiVg9q7.js
45592024-03-20T19:39:44.081Z 32,768 2% 36.99kB/s 0:00:29 1,130,062 100% 1.23MB/s 0:00:00 (xfr#45, to-chk=202/254)
45602024-03-20T19:39:44.081Zout/console-assets/assets/app-1tiVg9q7.js.gz
45612024-03-20T19:39:44.081Z 32,768 9% 36.61kB/s 0:00:08 347,811 100% 388.18kB/s 0:00:00 (xfr#46, to-chk=201/254)
45622024-03-20T19:39:44.081Zout/console-assets/assets/app-1tiVg9q7.js.map
45632024-03-20T19:39:44.081Z 32,768 0% 36.57kB/s 0:02:24 5,328,067 100% 5.60MB/s 0:00:00 (xfr#47, to-chk=200/254)
45642024-03-20T19:39:44.082Zout/console-assets/assets/app-1tiVg9q7.js.map.gz
45652024-03-20T19:39:44.082Z 32,768 2% 35.24kB/s 0:00:34 1,261,215 100% 1.32MB/s 0:00:00 (xfr#48, to-chk=199/254)
45662024-03-20T19:39:44.082Zout/console-assets/assets/app-AvNWp1hQ.css
45672024-03-20T19:39:44.082Z 32,768 23% 35.01kB/s 0:00:03 138,004 100% 147.29kB/s 0:00:00 (xfr#49, to-chk=198/254)
45682024-03-20T19:39:44.082Zout/console-assets/assets/app-AvNWp1hQ.css.gz
45692024-03-20T19:39:44.082Z 21,197 100% 22.62kB/s 0:00:00 21,197 100% 22.62kB/s 0:00:00 (xfr#50, to-chk=197/254)
45702024-03-20T19:39:44.082Zout/console-assets/assets/favicon-WELtHcTG.svg
45712024-03-20T19:39:44.082Z 761 100% 0.81kB/s 0:00:00 761 100% 0.81kB/s 0:00:00 (xfr#51, to-chk=196/254)
45722024-03-20T19:39:44.082Zout/console-assets/assets/favicon-cDDaBnwQ.png
45732024-03-20T19:39:44.082Z 1,327 100% 1.42kB/s 0:00:00 1,327 100% 1.42kB/s 0:00:00 (xfr#52, to-chk=195/254)
45742024-03-20T19:39:44.082Zout/console-assets/assets/og-preview-image.webp
45752024-03-20T19:39:44.082Z 32,768 36% 34.97kB/s 0:00:01 89,880 100% 95.82kB/s 0:00:00 (xfr#53, to-chk=194/254)
45762024-03-20T19:39:44.082Zout/console-assets/assets/oxide-hero-rack-IQvkDe3B.webp
45772024-03-20T19:39:44.082Z 32,768 4% 34.93kB/s 0:00:18 673,968 100% 716.96kB/s 0:00:00 (xfr#54, to-chk=193/254)
45782024-03-20T19:39:44.082Zout/manifest-cache/
45792024-03-20T19:39:44.082Zout/manifest-cache/clickhouse.tar.gz.json
45802024-03-20T19:39:44.082Z 780 100% 0.83kB/s 0:00:00 780 100% 0.83kB/s 0:00:00 (xfr#55, to-chk=192/254)
45812024-03-20T19:39:44.082Zout/manifest-cache/clickhouse_keeper.tar.gz.json
45822024-03-20T19:39:44.082Z 801 100% 0.85kB/s 0:00:00 801 100% 0.85kB/s 0:00:00 (xfr#56, to-chk=191/254)
45832024-03-20T19:39:44.082Zout/manifest-cache/clickhouse_keeper_svc.tar.gz.json
45842024-03-20T19:39:44.082Z 2,958 100% 3.15kB/s 0:00:00 2,958 100% 3.14kB/s 0:00:00 (xfr#57, to-chk=190/254)
45852024-03-20T19:39:44.082Zout/manifest-cache/clickhouse_svc.tar.gz.json
45862024-03-20T19:39:44.082Z 2,946 100% 3.13kB/s 0:00:00 2,946 100% 3.13kB/s 0:00:00 (xfr#58, to-chk=189/254)
45872024-03-20T19:39:44.083Zout/manifest-cache/cockroachdb-service.tar.gz.json
45882024-03-20T19:39:44.083Z 32,768 61% 34.82kB/s 0:00:00 53,598 100% 56.96kB/s 0:00:00 (xfr#59, to-chk=188/254)
45892024-03-20T19:39:44.083Zout/manifest-cache/cockroachdb.tar.gz.json
45902024-03-20T19:39:44.083Z 787 100% 0.84kB/s 0:00:00 787 100% 0.84kB/s 0:00:00 (xfr#60, to-chk=187/254)
45912024-03-20T19:39:44.083Zout/manifest-cache/crucible-pantry-zone.tar.gz.json
45922024-03-20T19:39:44.083Z 662 100% 0.70kB/s 0:00:00 662 100% 0.70kB/s 0:00:00 (xfr#61, to-chk=186/254)
45932024-03-20T19:39:44.083Zout/manifest-cache/crucible-zone.tar.gz.json
45942024-03-20T19:39:44.083Z 641 100% 0.68kB/s 0:00:00 641 100% 0.68kB/s 0:00:00 (xfr#62, to-chk=185/254)
45952024-03-20T19:39:44.083Zout/manifest-cache/dns-server.tar.gz.json
45962024-03-20T19:39:44.083Z 942 100% 1.00kB/s 0:00:00 942 100% 1.00kB/s 0:00:00 (xfr#63, to-chk=184/254)
45972024-03-20T19:39:44.083Zout/manifest-cache/external-dns-customizations.tar.gz.json
45982024-03-20T19:39:44.083Z 1,132 100% 1.20kB/s 0:00:00 1,132 100% 1.20kB/s 0:00:00 (xfr#64, to-chk=183/254)
45992024-03-20T19:39:44.083Zout/manifest-cache/external-dns.tar.gz.json
46002024-03-20T19:39:44.083Z 934 100% 0.99kB/s 0:00:00 934 100% 0.99kB/s 0:00:00 (xfr#65, to-chk=182/254)
46012024-03-20T19:39:44.083Zout/manifest-cache/internal-dns-cli.tar.gz.json
46022024-03-20T19:39:44.083Z 752 100% 0.80kB/s 0:00:00 752 100% 0.80kB/s 0:00:00 (xfr#66, to-chk=181/254)
46032024-03-20T19:39:44.083Zout/manifest-cache/internal-dns-customizations.tar.gz.json
46042024-03-20T19:39:44.083Z 1,132 100% 1.20kB/s 0:00:00 1,132 100% 1.20kB/s 0:00:00 (xfr#67, to-chk=180/254)
46052024-03-20T19:39:44.083Zout/manifest-cache/internal-dns.tar.gz.json
46062024-03-20T19:39:44.083Z 791 100% 0.84kB/s 0:00:00 791 100% 0.84kB/s 0:00:00 (xfr#68, to-chk=179/254)
46072024-03-20T19:39:44.083Zout/manifest-cache/logadm.tar.gz.json
46082024-03-20T19:39:44.083Z 1,044 100% 1.11kB/s 0:00:00 1,044 100% 1.11kB/s 0:00:00 (xfr#69, to-chk=178/254)
46092024-03-20T19:39:44.126Zout/manifest-cache/nexus.tar.gz.json
46102024-03-20T19:39:44.126Z 773 100% 0.82kB/s 0:00:00 773 100% 0.82kB/s 0:00:00 (xfr#70, to-chk=177/254)
46112024-03-20T19:39:44.126Zout/manifest-cache/ntp-svc.tar.gz.json
46122024-03-20T19:39:44.126Z 2,228 100% 2.36kB/s 0:00:00 2,228 100% 2.36kB/s 0:00:00 (xfr#71, to-chk=176/254)
46132024-03-20T19:39:44.126Zout/manifest-cache/ntp.tar.gz.json
46142024-03-20T19:39:44.126Z 763 100% 0.81kB/s 0:00:00 763 100% 0.81kB/s 0:00:00 (xfr#72, to-chk=175/254)
46152024-03-20T19:39:44.126Zout/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json
46162024-03-20T19:39:44.126Z 1,462 100% 1.55kB/s 0:00:00 1,462 100% 1.55kB/s 0:00:00 (xfr#73, to-chk=174/254)
46172024-03-20T19:39:44.126Zout/manifest-cache/omicron-gateway-softnpu.tar.gz.json
46182024-03-20T19:39:44.126Z 545 100% 0.58kB/s 0:00:00 545 100% 0.58kB/s 0:00:00 (xfr#74, to-chk=173/254)
46192024-03-20T19:39:44.126Zout/manifest-cache/omicron-gateway.tar.gz.json
46202024-03-20T19:39:44.126Z 703 100% 0.75kB/s 0:00:00 703 100% 0.75kB/s 0:00:00 (xfr#75, to-chk=172/254)
46212024-03-20T19:39:44.126Zout/manifest-cache/omicron-nexus.tar.gz.json
46222024-03-20T19:39:44.127Z 32,768 46% 34.78kB/s 0:00:01 70,581 100% 74.92kB/s 0:00:00 (xfr#76, to-chk=171/254)
46232024-03-20T19:39:44.127Zout/manifest-cache/omicron-omdb.tar.gz.json
46242024-03-20T19:39:44.127Z 702 100% 0.75kB/s 0:00:00 702 100% 0.75kB/s 0:00:00 (xfr#77, to-chk=170/254)
46252024-03-20T19:39:44.127Zout/manifest-cache/omicron-sled-agent.tar.json
46262024-03-20T19:39:44.127Z 1,269 100% 1.35kB/s 0:00:00 1,269 100% 1.35kB/s 0:00:00 (xfr#78, to-chk=169/254)
46272024-03-20T19:39:44.127Zout/manifest-cache/opte-interface-setup.tar.gz.json
46282024-03-20T19:39:44.127Z 883 100% 0.94kB/s 0:00:00 883 100% 0.94kB/s 0:00:00 (xfr#79, to-chk=168/254)
46292024-03-20T19:39:44.127Zout/manifest-cache/overlay.tar.gz.json
46302024-03-20T19:39:44.127Z 473 100% 0.50kB/s 0:00:00 473 100% 0.50kB/s 0:00:00 (xfr#80, to-chk=167/254)
46312024-03-20T19:39:44.127Zout/manifest-cache/oximeter-collector.tar.gz.json
46322024-03-20T19:39:44.127Z 18,311 100% 19.44kB/s 0:00:00 18,311 100% 19.44kB/s 0:00:00 (xfr#81, to-chk=166/254)
46332024-03-20T19:39:44.127Zout/manifest-cache/oximeter.tar.gz.json
46342024-03-20T19:39:44.127Z 641 100% 0.68kB/s 0:00:00 641 100% 0.68kB/s 0:00:00 (xfr#82, to-chk=165/254)
46352024-03-20T19:39:44.127Zout/manifest-cache/oxlog.tar.json
46362024-03-20T19:39:44.127Z 321 100% 0.34kB/s 0:00:00 321 100% 0.34kB/s 0:00:00 (xfr#83, to-chk=164/254)
46372024-03-20T19:39:44.127Zout/manifest-cache/probe.tar.gz.json
46382024-03-20T19:39:44.127Z 346 100% 0.37kB/s 0:00:00 346 100% 0.37kB/s 0:00:00 (xfr#84, to-chk=163/254)
46392024-03-20T19:39:44.127Zout/manifest-cache/profile.tar.gz.json
46402024-03-20T19:39:44.127Z 838 100% 0.89kB/s 0:00:00 838 100% 0.89kB/s 0:00:00 (xfr#85, to-chk=162/254)
46412024-03-20T19:39:44.127Zout/manifest-cache/sp-sim-softnpu.tar.gz.json
46422024-03-20T19:39:44.127Z 357 100% 0.38kB/s 0:00:00 357 100% 0.38kB/s 0:00:00 (xfr#86, to-chk=161/254)
46432024-03-20T19:39:44.127Zout/manifest-cache/sp-sim.tar.gz.json
46442024-03-20T19:39:44.127Z 1,549 100% 1.64kB/s 0:00:00 1,549 100% 1.64kB/s 0:00:00 (xfr#87, to-chk=160/254)
46452024-03-20T19:39:44.127Zout/manifest-cache/switch-softnpu.tar.gz.json
46462024-03-20T19:39:44.128Z 1,566 100% 1.66kB/s 0:00:00 1,566 100% 1.66kB/s 0:00:00 (xfr#88, to-chk=159/254)
46472024-03-20T19:39:44.128Zout/manifest-cache/switch_zone_setup.tar.gz.json
46482024-03-20T19:39:44.128Z 10,790 100% 11.44kB/s 0:00:00 10,790 100% 11.44kB/s 0:00:00 (xfr#89, to-chk=158/254)
46492024-03-20T19:39:44.128Zout/manifest-cache/wicket.tar.gz.json
46502024-03-20T19:39:44.128Z 1,084 100% 1.15kB/s 0:00:00 1,084 100% 1.15kB/s 0:00:00 (xfr#90, to-chk=157/254)
46512024-03-20T19:39:44.128Zout/manifest-cache/wicketd.tar.gz.json
46522024-03-20T19:39:44.128Z 1,560 100% 1.65kB/s 0:00:00 1,560 100% 1.65kB/s 0:00:00 (xfr#91, to-chk=156/254)
46532024-03-20T19:39:44.128Zout/manifest-cache/zone-network-install.tar.gz.json
46542024-03-20T19:39:44.128Z 877 100% 0.93kB/s 0:00:00 877 100% 0.93kB/s 0:00:00 (xfr#92, to-chk=155/254)
46552024-03-20T19:39:44.128Zout/manifest-cache/zone-network-setup.tar.gz.json
46562024-03-20T19:39:44.128Z 772 100% 0.82kB/s 0:00:00 772 100% 0.82kB/s 0:00:00 (xfr#93, to-chk=154/254)
46572024-03-20T19:39:44.128Zout/target/
46582024-03-20T19:39:44.128Zout/target/active -> default
46592024-03-20T19:39:44.128Zout/target/default
46602024-03-20T19:39:44.128Z 74 100% 0.08kB/s 0:00:00 74 100% 0.08kB/s 0:00:00 (xfr#94, to-chk=152/254)
46612024-03-20T19:39:44.128Zsmf/
46622024-03-20T19:39:44.128Zsmf/clickhouse/
46632024-03-20T19:39:44.128Zsmf/clickhouse/config_replica.xml
46642024-03-20T19:39:44.128Z 2,728 100% 2.89kB/s 0:00:00 2,728 100% 2.89kB/s 0:00:00 (xfr#95, to-chk=132/254)
46652024-03-20T19:39:44.128Zsmf/clickhouse/manifest.xml
46662024-03-20T19:39:44.128Z 1,494 100% 1.58kB/s 0:00:00 1,494 100% 1.58kB/s 0:00:00 (xfr#96, to-chk=131/254)
46672024-03-20T19:39:44.128Zsmf/clickhouse/method_script.sh
46682024-03-20T19:39:44.129Z 5,330 100% 5.65kB/s 0:00:00 5,330 100% 5.65kB/s 0:00:00 (xfr#97, to-chk=130/254)
46692024-03-20T19:39:44.129Zsmf/clickhouse_keeper/
46702024-03-20T19:39:44.129Zsmf/clickhouse_keeper/keeper_config.xml
46712024-03-20T19:39:44.129Z 1,460 100% 1.55kB/s 0:00:00 1,460 100% 1.55kB/s 0:00:00 (xfr#98, to-chk=129/254)
46722024-03-20T19:39:44.129Zsmf/clickhouse_keeper/manifest.xml
46732024-03-20T19:39:44.129Z 1,534 100% 1.63kB/s 0:00:00 1,534 100% 1.63kB/s 0:00:00 (xfr#99, to-chk=128/254)
46742024-03-20T19:39:44.129Zsmf/clickhouse_keeper/method_script.sh
46752024-03-20T19:39:44.129Z 4,324 100% 4.58kB/s 0:00:00 4,324 100% 4.58kB/s 0:00:00 (xfr#100, to-chk=127/254)
46762024-03-20T19:39:44.129Zsmf/cockroachdb/
46772024-03-20T19:39:44.129Zsmf/cockroachdb/manifest.xml
46782024-03-20T19:39:44.129Z 1,667 100% 1.77kB/s 0:00:00 1,667 100% 1.77kB/s 0:00:00 (xfr#101, to-chk=126/254)
46792024-03-20T19:39:44.129Zsmf/cockroachdb/method_script.sh
46802024-03-20T19:39:44.129Z 1,030 100% 1.09kB/s 0:00:00 1,030 100% 1.09kB/s 0:00:00 (xfr#102, to-chk=125/254)
46812024-03-20T19:39:44.129Zsmf/external-dns/
46822024-03-20T19:39:44.129Zsmf/external-dns/config.toml
46832024-03-20T19:39:44.129Z 353 100% 0.37kB/s 0:00:00 353 100% 0.37kB/s 0:00:00 (xfr#103, to-chk=124/254)
46842024-03-20T19:39:44.129Zsmf/external-dns/manifest.xml
46852024-03-20T19:39:44.129Z 1,805 100% 1.91kB/s 0:00:00 1,805 100% 1.91kB/s 0:00:00 (xfr#104, to-chk=123/254)
46862024-03-20T19:39:44.129Zsmf/installinator/
46872024-03-20T19:39:44.129Zsmf/installinator/manifest.xml
46882024-03-20T19:39:44.130Z 2,149 100% 2.28kB/s 0:00:00 2,149 100% 2.28kB/s 0:00:00 (xfr#105, to-chk=122/254)
46892024-03-20T19:39:44.130Zsmf/internal-dns/
46902024-03-20T19:39:44.130Zsmf/internal-dns/config.toml
46912024-03-20T19:39:44.130Z 353 100% 0.37kB/s 0:00:00 353 100% 0.37kB/s 0:00:00 (xfr#106, to-chk=121/254)
46922024-03-20T19:39:44.130Zsmf/internal-dns/manifest.xml
46932024-03-20T19:39:44.130Z 1,618 100% 1.72kB/s 0:00:00 1,618 100% 1.72kB/s 0:00:00 (xfr#107, to-chk=120/254)
46942024-03-20T19:39:44.130Zsmf/logadm/
46952024-03-20T19:39:44.130Zsmf/logadm/crontab.root
46962024-03-20T19:39:44.130Z 30 100% 0.03kB/s 0:00:00 30 100% 0.03kB/s 0:00:00 (xfr#108, to-chk=119/254)
46972024-03-20T19:39:44.130Zsmf/logadm/logadm.conf
46982024-03-20T19:39:44.130Z 2,553 100% 2.71kB/s 0:00:00 2,553 100% 2.71kB/s 0:00:00 (xfr#109, to-chk=118/254)
46992024-03-20T19:39:44.130Zsmf/mgs-sim/
47002024-03-20T19:39:44.130Zsmf/mgs-sim/config.toml
47012024-03-20T19:39:44.130Z 3,534 100% 3.75kB/s 0:00:00 3,534 100% 3.75kB/s 0:00:00 (xfr#110, to-chk=117/254)
47022024-03-20T19:39:44.130Zsmf/mgs/
47032024-03-20T19:39:44.130Zsmf/mgs/config.toml
47042024-03-20T19:39:44.130Z 9,085 100% 9.62kB/s 0:00:00 9,085 100% 9.62kB/s 0:00:00 (xfr#111, to-chk=116/254)
47052024-03-20T19:39:44.130Zsmf/mgs/manifest.xml
47062024-03-20T19:39:44.130Z 2,474 100% 2.62kB/s 0:00:00 2,474 100% 2.62kB/s 0:00:00 (xfr#112, to-chk=115/254)
47072024-03-20T19:39:44.130Zsmf/nexus/
47082024-03-20T19:39:44.130Zsmf/nexus/manifest.xml
47092024-03-20T19:39:44.162Z 1,987 100% 2.10kB/s 0:00:00 1,987 100% 2.10kB/s 0:00:00 (xfr#113, to-chk=114/254)
47102024-03-20T19:39:44.162Zsmf/nexus/multi-sled/
47112024-03-20T19:39:44.162Zsmf/nexus/multi-sled/config-partial.toml
47122024-03-20T19:39:44.162Z 1,997 100% 2.12kB/s 0:00:00 1,997 100% 2.12kB/s 0:00:00 (xfr#114, to-chk=111/254)
47132024-03-20T19:39:44.162Zsmf/nexus/single-sled/
47142024-03-20T19:39:44.162Zsmf/nexus/single-sled/config-partial.toml
47152024-03-20T19:39:44.162Z 1,993 100% 2.11kB/s 0:00:00 1,993 100% 2.11kB/s 0:00:00 (xfr#115, to-chk=110/254)
47162024-03-20T19:39:44.162Zsmf/ntp/
47172024-03-20T19:39:44.162Zsmf/ntp/etc/
47182024-03-20T19:39:44.162Zsmf/ntp/etc/inet/
47192024-03-20T19:39:44.162Zsmf/ntp/etc/inet/chrony.conf.boundary
47202024-03-20T19:39:44.162Z 881 100% 0.93kB/s 0:00:00 881 100% 0.93kB/s 0:00:00 (xfr#116, to-chk=104/254)
47212024-03-20T19:39:44.163Zsmf/ntp/etc/inet/chrony.conf.internal
47222024-03-20T19:39:44.163Z 1,108 100% 1.17kB/s 0:00:00 1,108 100% 1.17kB/s 0:00:00 (xfr#117, to-chk=103/254)
47232024-03-20T19:39:44.163Zsmf/ntp/etc/logadm.d/
47242024-03-20T19:39:44.163Zsmf/ntp/etc/logadm.d/chrony.logadm.conf
47252024-03-20T19:39:44.163Z 135 100% 0.14kB/s 0:00:00 135 100% 0.14kB/s 0:00:00 (xfr#118, to-chk=102/254)
47262024-03-20T19:39:44.163Zsmf/ntp/manifest/
47272024-03-20T19:39:44.163Zsmf/ntp/manifest/manifest.xml
47282024-03-20T19:39:44.163Z 3,336 100% 3.53kB/s 0:00:00 3,336 100% 3.53kB/s 0:00:00 (xfr#119, to-chk=101/254)
47292024-03-20T19:39:44.163Zsmf/ntp/method/
47302024-03-20T19:39:44.163Zsmf/ntp/method/svc-site-ntp
47312024-03-20T19:39:44.163Z 3,211 100% 3.40kB/s 0:00:00 3,211 100% 3.40kB/s 0:00:00 (xfr#120, to-chk=100/254)
47322024-03-20T19:39:44.163Zsmf/opte-interface-setup/
47332024-03-20T19:39:44.163Zsmf/opte-interface-setup/manifest.xml
47342024-03-20T19:39:44.163Z 1,638 100% 1.73kB/s 0:00:00 1,638 100% 1.73kB/s 0:00:00 (xfr#121, to-chk=99/254)
47352024-03-20T19:39:44.163Zsmf/oximeter/
47362024-03-20T19:39:44.163Zsmf/oximeter/config.toml
47372024-03-20T19:39:44.163Z 205 100% 0.22kB/s 0:00:00 205 100% 0.22kB/s 0:00:00 (xfr#122, to-chk=98/254)
47382024-03-20T19:39:44.163Zsmf/oximeter/manifest.xml
47392024-03-20T19:39:44.163Z 1,770 100% 1.87kB/s 0:00:00 1,770 100% 1.87kB/s 0:00:00 (xfr#123, to-chk=97/254)
47402024-03-20T19:39:44.164Zsmf/profile/
47412024-03-20T19:39:44.164Zsmf/profile/bashrc
47422024-03-20T19:39:44.164Z 925 100% 0.98kB/s 0:00:00 925 100% 0.98kB/s 0:00:00 (xfr#124, to-chk=96/254)
47432024-03-20T19:39:44.164Zsmf/profile/profile
47442024-03-20T19:39:44.164Z 535 100% 0.57kB/s 0:00:00 535 100% 0.57kB/s 0:00:00 (xfr#125, to-chk=95/254)
47452024-03-20T19:39:44.164Zsmf/sled-agent/
47462024-03-20T19:39:44.164Zsmf/sled-agent/manifest.xml
47472024-03-20T19:39:44.164Z 2,373 100% 2.51kB/s 0:00:00 2,373 100% 2.51kB/s 0:00:00 (xfr#126, to-chk=94/254)
47482024-03-20T19:39:44.164Zsmf/sled-agent/gimlet-standalone/
47492024-03-20T19:39:44.164Zsmf/sled-agent/gimlet-standalone/README.md
47502024-03-20T19:39:44.164Z 114 100% 0.12kB/s 0:00:00 114 100% 0.12kB/s 0:00:00 (xfr#127, to-chk=90/254)
47512024-03-20T19:39:44.164Zsmf/sled-agent/gimlet-standalone/config-rss.toml
47522024-03-20T19:39:44.164Z 6,611 100% 7.00kB/s 0:00:00 6,611 100% 7.00kB/s 0:00:00 (xfr#128, to-chk=89/254)
47532024-03-20T19:39:44.164Zsmf/sled-agent/gimlet-standalone/config.toml
47542024-03-20T19:39:44.164Z 1,800 100% 1.91kB/s 0:00:00 1,800 100% 1.91kB/s 0:00:00 (xfr#129, to-chk=88/254)
47552024-03-20T19:39:44.164Zsmf/sled-agent/gimlet/
47562024-03-20T19:39:44.164Zsmf/sled-agent/gimlet/README.md
47572024-03-20T19:39:44.164Z 54 100% 0.06kB/s 0:00:00 54 100% 0.06kB/s 0:00:00 (xfr#130, to-chk=87/254)
47582024-03-20T19:39:44.164Zsmf/sled-agent/gimlet/config.toml
47592024-03-20T19:39:44.164Z 1,657 100% 1.76kB/s 0:00:00 1,657 100% 1.76kB/s 0:00:00 (xfr#131, to-chk=86/254)
47602024-03-20T19:39:44.164Zsmf/sled-agent/non-gimlet/
47612024-03-20T19:39:44.164Zsmf/sled-agent/non-gimlet/README.md
47622024-03-20T19:39:44.164Z 105 100% 0.11kB/s 0:00:00 105 100% 0.11kB/s 0:00:00 (xfr#132, to-chk=85/254)
47632024-03-20T19:39:44.164Zsmf/sled-agent/non-gimlet/config.toml
47642024-03-20T19:39:44.165Z 2,906 100% 3.08kB/s 0:00:00 2,906 100% 3.08kB/s 0:00:00 (xfr#133, to-chk=84/254)
47652024-03-20T19:39:44.165Zsmf/sp-sim/
47662024-03-20T19:39:44.165Zsmf/sp-sim/config.toml
47672024-03-20T19:39:44.165Z 2,604 100% 2.76kB/s 0:00:00 2,604 100% 2.76kB/s 0:00:00 (xfr#134, to-chk=83/254)
47682024-03-20T19:39:44.165Zsmf/sp-sim/manifest.xml
47692024-03-20T19:39:44.165Z 1,271 100% 1.34kB/s 0:00:00 1,271 100% 1.34kB/s 0:00:00 (xfr#135, to-chk=82/254)
47702024-03-20T19:39:44.165Zsmf/switch_zone_setup/
47712024-03-20T19:39:44.165Zsmf/switch_zone_setup/manifest.xml
47722024-03-20T19:39:44.165Z 1,061 100% 1.12kB/s 0:00:00 1,061 100% 1.12kB/s 0:00:00 (xfr#136, to-chk=81/254)
47732024-03-20T19:39:44.165Zsmf/switch_zone_setup/support_authorized_keys
47742024-03-20T19:39:44.165Z 1,284 100% 1.36kB/s 0:00:00 1,284 100% 1.36kB/s 0:00:00 (xfr#137, to-chk=80/254)
47752024-03-20T19:39:44.165Zsmf/switch_zone_setup/switch_zone_setup
47762024-03-20T19:39:44.165Z 1,041 100% 1.10kB/s 0:00:00 1,041 100% 1.10kB/s 0:00:00 (xfr#138, to-chk=79/254)
47772024-03-20T19:39:44.165Zsmf/wicketd/
47782024-03-20T19:39:44.165Zsmf/wicketd/config.toml
47792024-03-20T19:39:44.165Z 104 100% 0.11kB/s 0:00:00 104 100% 0.11kB/s 0:00:00 (xfr#139, to-chk=78/254)
47802024-03-20T19:39:44.165Zsmf/wicketd/manifest.xml
47812024-03-20T19:39:44.165Z 2,954 100% 3.13kB/s 0:00:00 2,954 100% 3.13kB/s 0:00:00 (xfr#140, to-chk=77/254)
47822024-03-20T19:39:44.165Zsmf/zone-network-setup/
47832024-03-20T19:39:44.165Zsmf/zone-network-setup/manifest.xml
47842024-03-20T19:39:44.166Z 1,614 100% 1.71kB/s 0:00:00 1,614 100% 1.71kB/s 0:00:00 (xfr#141, to-chk=76/254)
47852024-03-20T19:39:44.166Ztools/
47862024-03-20T19:39:44.166Ztools/README.adoc
47872024-03-20T19:39:44.166Z 3,558 100% 3.76kB/s 0:00:00 3,558 100% 3.76kB/s 0:00:00 (xfr#142, to-chk=75/254)
47882024-03-20T19:39:44.166Ztools/build-global-zone-packages.sh
47892024-03-20T19:39:44.166Z 2,388 100% 2.53kB/s 0:00:00 2,388 100% 2.53kB/s 0:00:00 (xfr#143, to-chk=74/254)
47902024-03-20T19:39:44.166Ztools/build-host-image.sh
47912024-03-20T19:39:44.166Z 2,971 100% 3.14kB/s 0:00:00 2,971 100% 3.14kB/s 0:00:00 (xfr#144, to-chk=73/254)
47922024-03-20T19:39:44.166Ztools/build-trampoline-global-zone-packages.sh
47932024-03-20T19:39:44.166Z 1,878 100% 1.99kB/s 0:00:00 1,878 100% 1.99kB/s 0:00:00 (xfr#145, to-chk=72/254)
47942024-03-20T19:39:44.166Ztools/ci_check_opte_ver.sh
47952024-03-20T19:39:44.166Z 2,770 100% 2.93kB/s 0:00:00 2,770 100% 2.93kB/s 0:00:00 (xfr#146, to-chk=71/254)
47962024-03-20T19:39:44.166Ztools/ci_download_clickhouse
47972024-03-20T19:39:44.166Z 3,631 100% 3.84kB/s 0:00:00 3,631 100% 3.84kB/s 0:00:00 (xfr#147, to-chk=70/254)
47982024-03-20T19:39:44.166Ztools/ci_download_cockroachdb
47992024-03-20T19:39:44.166Z 4,292 100% 4.54kB/s 0:00:00 4,292 100% 4.54kB/s 0:00:00 (xfr#148, to-chk=69/254)
48002024-03-20T19:39:44.166Ztools/ci_download_console
48012024-03-20T19:39:44.166Z 1,991 100% 2.11kB/s 0:00:00 1,991 100% 2.11kB/s 0:00:00 (xfr#149, to-chk=68/254)
48022024-03-20T19:39:44.166Ztools/ci_download_dendrite_openapi
48032024-03-20T19:39:44.166Z 1,719 100% 1.82kB/s 0:00:00 1,719 100% 1.82kB/s 0:00:00 (xfr#150, to-chk=67/254)
48042024-03-20T19:39:44.166Ztools/ci_download_dendrite_stub
48052024-03-20T19:39:44.166Z 4,229 100% 4.47kB/s 0:00:00 4,229 100% 4.47kB/s 0:00:00 (xfr#151, to-chk=66/254)
48062024-03-20T19:39:44.166Ztools/ci_download_maghemite_mgd
48072024-03-20T19:39:44.166Z 3,650 100% 3.86kB/s 0:00:00 3,650 100% 3.86kB/s 0:00:00 (xfr#152, to-chk=65/254)
48082024-03-20T19:39:44.167Ztools/ci_download_maghemite_openapi
48092024-03-20T19:39:44.197Z 1,989 100% 2.10kB/s 0:00:00 1,989 100% 2.10kB/s 0:00:00 (xfr#153, to-chk=64/254)
48102024-03-20T19:39:44.197Ztools/ci_download_softnpu_machinery
48112024-03-20T19:39:44.197Z 668 100% 0.71kB/s 0:00:00 668 100% 0.71kB/s 0:00:00 (xfr#154, to-chk=63/254)
48122024-03-20T19:39:44.197Ztools/ci_download_thundermuffin
48132024-03-20T19:39:44.197Z 3,237 100% 3.42kB/s 0:00:00 3,237 100% 3.42kB/s 0:00:00 (xfr#155, to-chk=62/254)
48142024-03-20T19:39:44.197Ztools/ci_download_transceiver_control
48152024-03-20T19:39:44.198Z 3,415 100% 3.61kB/s 0:00:00 3,415 100% 3.61kB/s 0:00:00 (xfr#156, to-chk=61/254)
48162024-03-20T19:39:44.198Ztools/clickhouse_checksums
48172024-03-20T19:39:44.198Z 153 100% 0.16kB/s 0:00:00 153 100% 0.16kB/s 0:00:00 (xfr#157, to-chk=60/254)
48182024-03-20T19:39:44.198Ztools/clickhouse_version
48192024-03-20T19:39:44.198Z 11 100% 0.01kB/s 0:00:00 11 100% 0.01kB/s 0:00:00 (xfr#158, to-chk=59/254)
48202024-03-20T19:39:44.198Ztools/cockroachdb_checksums
48212024-03-20T19:39:44.198Z 258 100% 0.27kB/s 0:00:00 258 100% 0.27kB/s 0:00:00 (xfr#159, to-chk=58/254)
48222024-03-20T19:39:44.198Ztools/cockroachdb_version
48232024-03-20T19:39:44.198Z 8 100% 0.01kB/s 0:00:00 8 100% 0.01kB/s 0:00:00 (xfr#160, to-chk=57/254)
48242024-03-20T19:39:44.198Ztools/console_version
48252024-03-20T19:39:44.198Z 122 100% 0.13kB/s 0:00:00 122 100% 0.13kB/s 0:00:00 (xfr#161, to-chk=56/254)
48262024-03-20T19:39:44.198Ztools/create_gimlet_virtual_hardware.sh
48272024-03-20T19:39:44.198Z 935 100% 0.99kB/s 0:00:00 935 100% 0.99kB/s 0:00:00 (xfr#162, to-chk=55/254)
48282024-03-20T19:39:44.198Ztools/create_scrimlet_virtual_hardware.sh
48292024-03-20T19:39:44.198Z 2,013 100% 2.13kB/s 0:00:00 2,013 100% 2.13kB/s 0:00:00 (xfr#163, to-chk=54/254)
48302024-03-20T19:39:44.198Ztools/create_self_signed_cert.sh
48312024-03-20T19:39:44.198Z 685 100% 0.72kB/s 0:00:00 685 100% 0.72kB/s 0:00:00 (xfr#164, to-chk=53/254)
48322024-03-20T19:39:44.198Ztools/create_virtual_hardware.sh
48332024-03-20T19:39:44.198Z 3,183 100% 3.36kB/s 0:00:00 3,183 100% 3.36kB/s 0:00:00 (xfr#165, to-chk=52/254)
48342024-03-20T19:39:44.198Ztools/delete-reservoir.sh
48352024-03-20T19:39:44.198Z 136 100% 0.14kB/s 0:00:00 136 100% 0.14kB/s 0:00:00 (xfr#166, to-chk=51/254)
48362024-03-20T19:39:44.198Ztools/dendrite_openapi_version
48372024-03-20T19:39:44.198Z 122 100% 0.13kB/s 0:00:00 122 100% 0.13kB/s 0:00:00 (xfr#167, to-chk=50/254)
48382024-03-20T19:39:44.198Ztools/dendrite_stub_checksums
48392024-03-20T19:39:44.199Z 267 100% 0.28kB/s 0:00:00 267 100% 0.28kB/s 0:00:00 (xfr#168, to-chk=49/254)
48402024-03-20T19:39:44.199Ztools/destroy_gimlet_virtual_hardware.sh
48412024-03-20T19:39:44.199Z 888 100% 0.94kB/s 0:00:00 888 100% 0.94kB/s 0:00:00 (xfr#169, to-chk=48/254)
48422024-03-20T19:39:44.199Ztools/destroy_scrimlet_virtual_hardware.sh
48432024-03-20T19:39:44.199Z 1,147 100% 1.21kB/s 0:00:00 1,147 100% 1.21kB/s 0:00:00 (xfr#170, to-chk=47/254)
48442024-03-20T19:39:44.199Ztools/destroy_virtual_hardware.sh
48452024-03-20T19:39:44.199Z 2,227 100% 2.35kB/s 0:00:00 2,227 100% 2.35kB/s 0:00:00 (xfr#171, to-chk=46/254)
48462024-03-20T19:39:44.199Ztools/dvt_dock_version
48472024-03-20T19:39:44.199Z 48 100% 0.05kB/s 0:00:00 48 100% 0.05kB/s 0:00:00 (xfr#172, to-chk=45/254)
48482024-03-20T19:39:44.199Ztools/ensure_buildomat_artifact.sh
48492024-03-20T19:39:44.199Z 3,759 100% 3.97kB/s 0:00:00 3,759 100% 3.97kB/s 0:00:00 (xfr#173, to-chk=44/254)
48502024-03-20T19:39:44.199Ztools/generate-nexus-api.sh
48512024-03-20T19:39:44.199Z 174 100% 0.18kB/s 0:00:00 174 100% 0.18kB/s 0:00:00 (xfr#174, to-chk=43/254)
48522024-03-20T19:39:44.199Ztools/generate-sled-agent-api.sh
48532024-03-20T19:39:44.199Z 161 100% 0.17kB/s 0:00:00 161 100% 0.03kB/s 0:00:04 (xfr#175, to-chk=42/254)
48542024-03-20T19:39:44.199Ztools/generate-wicketd-api.sh
48552024-03-20T19:39:44.199Z 75 100% 0.00kB/s 0:00:00 75 100% 0.00kB/s 0:00:00 (xfr#176, to-chk=41/254)
48562024-03-20T19:39:44.199Ztools/hubris_checksums
48572024-03-20T19:39:44.199Z 852 100% 832.03kB/s 0:00:00 852 100% 832.03kB/s 0:00:00 (xfr#177, to-chk=40/254)
48582024-03-20T19:39:44.199Ztools/hubris_version
48592024-03-20T19:39:44.200Z 50 100% 48.83kB/s 0:00:00 50 100% 48.83kB/s 0:00:00 (xfr#178, to-chk=39/254)
48602024-03-20T19:39:44.200Ztools/install_builder_prerequisites.sh
48612024-03-20T19:39:44.200Z 7,537 100% 7.19MB/s 0:00:00 7,537 100% 7.19MB/s 0:00:00 (xfr#179, to-chk=38/254)
48622024-03-20T19:39:44.200Ztools/install_opte.sh
48632024-03-20T19:39:44.200Z 3,755 100% 3.58MB/s 0:00:00 3,755 100% 3.58MB/s 0:00:00 (xfr#180, to-chk=37/254)
48642024-03-20T19:39:44.200Ztools/install_prerequisites.sh
48652024-03-20T19:39:44.200Z 255 100% 249.02kB/s 0:00:00 255 100% 249.02kB/s 0:00:00 (xfr#181, to-chk=36/254)
48662024-03-20T19:39:44.200Ztools/install_runner_prerequisites.sh
48672024-03-20T19:39:44.200Z 4,154 100% 3.96MB/s 0:00:00 4,154 100% 3.96MB/s 0:00:00 (xfr#182, to-chk=35/254)
48682024-03-20T19:39:44.200Ztools/maghemite_ddm_openapi_version
48692024-03-20T19:39:44.200Z 122 100% 119.14kB/s 0:00:00 122 100% 119.14kB/s 0:00:00 (xfr#183, to-chk=34/254)
48702024-03-20T19:39:44.200Ztools/maghemite_mg_openapi_version
48712024-03-20T19:39:44.200Z 122 100% 119.14kB/s 0:00:00 122 100% 119.14kB/s 0:00:00 (xfr#184, to-chk=33/254)
48722024-03-20T19:39:44.200Ztools/maghemite_mgd_checksums
48732024-03-20T19:39:44.200Z 162 100% 158.20kB/s 0:00:00 162 100% 158.20kB/s 0:00:00 (xfr#185, to-chk=32/254)
48742024-03-20T19:39:44.200Ztools/opte_version
48752024-03-20T19:39:44.200Z 9 100% 8.79kB/s 0:00:00 9 100% 8.79kB/s 0:00:00 (xfr#186, to-chk=31/254)
48762024-03-20T19:39:44.200Ztools/opte_version_override
48772024-03-20T19:39:44.200Z 142 100% 138.67kB/s 0:00:00 142 100% 138.67kB/s 0:00:00 (xfr#187, to-chk=30/254)
48782024-03-20T19:39:44.200Ztools/renovate-post-upgrade.sh
48792024-03-20T19:39:44.200Z 1,705 100% 1.63MB/s 0:00:00 1,705 100% 1.63MB/s 0:00:00 (xfr#188, to-chk=29/254)
48802024-03-20T19:39:44.200Ztools/thundermuffin_checksums
48812024-03-20T19:39:44.201Z 79 100% 77.15kB/s 0:00:00 79 100% 77.15kB/s 0:00:00 (xfr#189, to-chk=28/254)
48822024-03-20T19:39:44.201Ztools/thundermuffin_version
48832024-03-20T19:39:44.201Z 50 100% 48.83kB/s 0:00:00 50 100% 48.83kB/s 0:00:00 (xfr#190, to-chk=27/254)
48842024-03-20T19:39:44.201Ztools/transceiver_control_version
48852024-03-20T19:39:44.201Z 137 100% 133.79kB/s 0:00:00 137 100% 133.79kB/s 0:00:00 (xfr#191, to-chk=26/254)
48862024-03-20T19:39:44.201Ztools/uninstall_opte.sh
48872024-03-20T19:39:44.201Z 6,514 100% 6.21MB/s 0:00:00 6,514 100% 6.21MB/s 0:00:00 (xfr#192, to-chk=25/254)
48882024-03-20T19:39:44.201Ztools/update_crucible.sh
48892024-03-20T19:39:44.201Z 1,093 100% 1.04MB/s 0:00:00 1,093 100% 1.04MB/s 0:00:00 (xfr#193, to-chk=24/254)
48902024-03-20T19:39:44.201Ztools/update_dendrite.sh
48912024-03-20T19:39:44.201Z 2,333 100% 2.22MB/s 0:00:00 2,333 100% 2.22MB/s 0:00:00 (xfr#194, to-chk=23/254)
48922024-03-20T19:39:44.201Ztools/update_helpers.sh
48932024-03-20T19:39:44.201Z 3,831 100% 3.65MB/s 0:00:00 3,831 100% 3.65MB/s 0:00:00 (xfr#195, to-chk=22/254)
48942024-03-20T19:39:44.201Ztools/update_lldp.sh
48952024-03-20T19:39:44.201Z 1,000 100% 976.56kB/s 0:00:00 1,000 100% 976.56kB/s 0:00:00 (xfr#196, to-chk=21/254)
48962024-03-20T19:39:44.201Ztools/update_maghemite.sh
48972024-03-20T19:39:44.201Z 939 100% 916.99kB/s 0:00:00 939 100% 916.99kB/s 0:00:00 (xfr#197, to-chk=20/254)
48982024-03-20T19:39:44.201Ztools/update_propolis.sh
48992024-03-20T19:39:44.201Z 1,050 100% 1.00MB/s 0:00:00 1,050 100% 1.00MB/s 0:00:00 (xfr#198, to-chk=19/254)
49002024-03-20T19:39:44.201Ztools/update_transceiver_control.sh
49012024-03-20T19:39:44.201Z 1,374 100% 1.31MB/s 0:00:00 1,374 100% 1.31MB/s 0:00:00 (xfr#199, to-chk=18/254)
49022024-03-20T19:39:44.201Ztools/virtual_hardware.sh
49032024-03-20T19:39:44.201Z 3,185 100% 3.04MB/s 0:00:00 3,185 100% 3.04MB/s 0:00:00 (xfr#200, to-chk=17/254)
49042024-03-20T19:39:44.201Ztools/dtrace/
49052024-03-20T19:39:44.201Ztools/dtrace/aggregate-query-latency.d
49062024-03-20T19:39:44.202Z 780 100% 761.72kB/s 0:00:00 780 100% 761.72kB/s 0:00:00 (xfr#201, to-chk=11/254)
49072024-03-20T19:39:44.202Ztools/dtrace/slowest-queries.d
49082024-03-20T19:39:44.202Z 1,077 100% 1.03MB/s 0:00:00 1,077 100% 1.03MB/s 0:00:00 (xfr#202, to-chk=10/254)
49092024-03-20T19:39:44.255Ztools/dtrace/trace-db-queries.d
49102024-03-20T19:39:44.255Z 811 100% 791.99kB/s 0:00:00 811 100% 791.99kB/s 0:00:00 (xfr#203, to-chk=9/254)
49112024-03-20T19:39:44.255Ztools/include/
49122024-03-20T19:39:44.255Ztools/include/force-git-over-https.sh
49132024-03-20T19:39:44.255Z 940 100% 917.97kB/s 0:00:00 940 100% 917.97kB/s 0:00:00 (xfr#204, to-chk=8/254)
49142024-03-20T19:39:44.255Ztools/populate/
49152024-03-20T19:39:44.255Ztools/populate/populate-alpine.sh
49162024-03-20T19:39:44.255Z 788 100% 769.53kB/s 0:00:00 788 100% 769.53kB/s 0:00:00 (xfr#205, to-chk=7/254)
49172024-03-20T19:39:44.255Ztools/populate/populate-images.sh
49182024-03-20T19:39:44.255Z 2,571 100% 2.45MB/s 0:00:00 2,571 100% 2.45MB/s 0:00:00 (xfr#206, to-chk=6/254)
49192024-03-20T19:39:44.255Ztools/reflector/
49202024-03-20T19:39:44.255Ztools/reflector/helpers.sh
49212024-03-20T19:39:44.255Z 4,652 100% 2.22MB/s 0:00:00 4,652 100% 2.22MB/s 0:00:00 (xfr#207, to-chk=5/254)
49222024-03-20T19:39:44.255Ztools/scrimlet/
49232024-03-20T19:39:44.255Ztools/scrimlet/create-softnpu-zone.sh
49242024-03-20T19:39:44.255Z 627 100% 306.15kB/s 0:00:00 627 100% 306.15kB/s 0:00:00 (xfr#208, to-chk=4/254)
49252024-03-20T19:39:44.255Ztools/scrimlet/destroy-softnpu-zone.sh
49262024-03-20T19:39:44.255Z 203 100% 99.12kB/s 0:00:00 203 100% 99.12kB/s 0:00:00 (xfr#209, to-chk=3/254)
49272024-03-20T19:39:44.255Ztools/scrimlet/softnpu-init.sh
49282024-03-20T19:39:44.256Z 2,157 100% 1.03MB/s 0:00:00 2,157 100% 1.03MB/s 0:00:00 (xfr#210, to-chk=2/254)
49292024-03-20T19:39:44.256Ztools/scrimlet/softnpu-zone.txt
49302024-03-20T19:39:44.256Z 330 100% 161.13kB/s 0:00:00 330 100% 161.13kB/s 0:00:00 (xfr#211, to-chk=1/254)
49312024-03-20T19:39:44.256Ztools/scrimlet/softnpu.toml
49322024-03-20T19:39:44.256Z 171 100% 83.50kB/s 0:00:00 171 100% 83.50kB/s 0:00:00 (xfr#212, to-chk=0/254)
49332024-03-20T19:39:44.256Z+ pushd cargo-bay
49342024-03-20T19:39:44.256Z/work/oxidecomputer/testbed/a4x2/cargo-bay /work/oxidecomputer/testbed/a4x2
49352024-03-20T19:39:44.256Z+ mkdir -p omicron-common/omicron/
49362024-03-20T19:39:44.256Z+ cp -r g0/omicron/out omicron-common/omicron/
49372024-03-20T19:39:47.864Z+ rm omicron-common/omicron/out/omicron-sled-agent.tar
49382024-03-20T19:39:47.899Z+ rm omicron-common/omicron/out/omicron-gateway-softnpu.tar.gz omicron-common/omicron/out/omicron-gateway.tar.gz
49392024-03-20T19:39:47.899Z+ rm omicron-common/omicron/out/switch-softnpu.tar.gz
49402024-03-20T19:39:47.899Z+ popd
49412024-03-20T19:39:47.899Z+ for sled in g0 g1 g2 g3
49422024-03-20T19:39:47.899Z/work/oxidecomputer/testbed/a4x2
49432024-03-20T19:39:47.899Z+ find cargo-bay/g0/omicron/out/ -maxdepth 1 -mindepth 1
49442024-03-20T19:39:47.900Z+ grep -v sled-agent
49452024-03-20T19:39:47.900Z+ grep -v omicron-gateway
49462024-03-20T19:39:47.900Z+ grep -v switch-softnpu
49472024-03-20T19:39:47.900Z+ xargs -l rm -rf
49482024-03-20T19:39:47.975Z+ for sled in g0 g1 g2 g3
49492024-03-20T19:39:48.023Z+ find cargo-bay/g1/omicron/out/ -maxdepth 1 -mindepth 1
49502024-03-20T19:39:48.024Z+ grep -v sled-agent
49512024-03-20T19:39:48.024Z+ grep -v omicron-gateway
49522024-03-20T19:39:48.024Z+ grep -v switch-softnpu
49532024-03-20T19:39:48.024Z+ xargs -l rm -rf
49542024-03-20T19:39:48.055Z+ for sled in g0 g1 g2 g3
49552024-03-20T19:39:48.055Z+ find cargo-bay/g2/omicron/out/ -maxdepth 1 -mindepth 1
49562024-03-20T19:39:48.055Z+ grep -v sled-agent
49572024-03-20T19:39:48.055Z+ grep -v omicron-gateway
49582024-03-20T19:39:48.055Z+ grep -v switch-softnpu
49592024-03-20T19:39:48.055Z+ xargs -l rm -rf
49602024-03-20T19:39:48.098Z+ for sled in g0 g1 g2 g3
49612024-03-20T19:39:48.098Z+ find cargo-bay/g3/omicron/out/ -maxdepth 1 -mindepth 1
49622024-03-20T19:39:48.098Z+ grep -v sled-agent
49632024-03-20T19:39:48.098Z+ grep -v omicron-gateway
49642024-03-20T19:39:48.098Z+ grep -v switch-softnpu
49652024-03-20T19:39:48.098Z+ xargs -l rm -rf
49662024-03-20T19:39:48.126Z+ ./config/fetch-softnpu-artifacts.sh
49672024-03-20T19:39:48.126Z+ url=https://buildomat.eng.oxide.computer
49682024-03-20T19:39:48.126Z+ path=public/file/oxidecomputer/sidecar-lite/release/
49692024-03-20T19:39:48.127Z+ rev=e3ea4b495ba0a71801ded0776ae4bbd31df57e26
49702024-03-20T19:39:48.127Z+ for artifact in scadm libsidecar_lite.so
49712024-03-20T19:39:48.127Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release//e3ea4b495ba0a71801ded0776ae4bbd31df57e26/scadm
49722024-03-20T19:39:48.160Z % Total % Received % Xferd Average Speed Time Time Time Current
49732024-03-20T19:39:48.160Z Dload Upload Total Spent Left Speed
49742024-03-20T19:39:55.723Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 12 22.7M 12 2811k 0 0 2823k 0 0:00:08 --:--:-- 0:00:08 2823k 16 22.7M 16 3967k 0 0 2082k 0 0:00:11 0:00:01 0:00:10 2082k 32 22.7M 32 7627k 0 0 2226k 0 0:00:10 0:00:03 0:00:07 2227k 34 22.7M 34 8143k 0 0 2082k 0 0:00:11 0:00:03 0:00:08 2082k 37 22.7M 37 8731k 0 0 1779k 0 0:00:13 0:00:04 0:00:09 1779k 45 22.7M 45 10.4M 0 0 1813k 0 0:00:12 0:00:05 0:00:07 1607k 56 22.7M 56 12.9M 0 0 1928k 0 0:00:12 0:00:06 0:00:06 1869k 100 22.7M 100 22.7M 0 0 3078k 0 0:00:07 0:00:07 --:--:-- 3779k
49752024-03-20T19:39:55.753Z+ chmod +x scadm
49762024-03-20T19:39:55.753Z+ cp scadm cargo-bay/g0/
49772024-03-20T19:39:55.779Z+ mv scadm cargo-bay/g3/
49782024-03-20T19:39:55.779Z+ for artifact in scadm libsidecar_lite.so
49792024-03-20T19:39:55.779Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release//e3ea4b495ba0a71801ded0776ae4bbd31df57e26/libsidecar_lite.so
49802024-03-20T19:39:55.805Z % Total % Received % Xferd Average Speed Time Time Time Current
49812024-03-20T19:39:55.805Z Dload Upload Total Spent Left Speed
49822024-03-20T19:40:07.128Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 20.0M 3 627k 0 0 487k 0 0:00:42 0:00:01 0:00:41 487k 23 20.0M 23 4731k 0 0 1676k 0 0:00:12 0:00:02 0:00:10 1676k 23 20.0M 23 4731k 0 0 1237k 0 0:00:16 0:00:03 0:00:13 1238k 24 20.0M 24 4967k 0 0 1169k 0 0:00:17 0:00:04 0:00:13 1170k 65 20.0M 65 13.0M 0 0 2538k 0 0:00:08 0:00:05 0:00:03 2686k 68 20.0M 68 13.7M 0 0 2255k 0 0:00:09 0:00:06 0:00:03 2713k 77 20.0M 77 15.4M 0 0 2084k 0 0:00:09 0:00:07 0:00:02 2325k 77 20.0M 77 15.4M 0 0 1844k 0 0:00:11 0:00:08 0:00:03 2330k 78 20.0M 78 15.6M 0 0 1737k 0 0:00:11 0:00:09 0:00:02 2219k 84 20.0M 84 16.9M 0 0 1691k 0 0:00:12 0:00:10 0:00:02 792k 92 20.0M 92 18.5M 0 0 1685k 0 0:00:12 0:00:11 0:00:01 969k 100 20.0M 100 20.0M 0 0 1810k 0 0:00:11 0:00:11 --:--:-- 1252k
49832024-03-20T19:40:07.155Z+ chmod +x libsidecar_lite.so
49842024-03-20T19:40:07.155Z+ cp libsidecar_lite.so cargo-bay/g0/
49852024-03-20T19:40:07.182Z+ mv libsidecar_lite.so cargo-bay/g3/
49862024-03-20T19:40:07.182Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
49872024-03-20T19:40:07.183Z+ tar -czf cargo-bay-ce.tgz cargo-bay/ce
49882024-03-20T19:40:07.183Z+ mv cargo-bay-ce.tgz /out/
49892024-03-20T19:40:07.210Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
49902024-03-20T19:40:07.210Z+ tar -czf cargo-bay-cr1.tgz cargo-bay/cr1
49912024-03-20T19:40:07.210Z+ mv cargo-bay-cr1.tgz /out/
49922024-03-20T19:40:07.210Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
49932024-03-20T19:40:07.210Z+ tar -czf cargo-bay-cr2.tgz cargo-bay/cr2
49942024-03-20T19:40:07.210Z+ mv cargo-bay-cr2.tgz /out/
49952024-03-20T19:40:07.210Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
49962024-03-20T19:40:07.210Z+ tar -czf cargo-bay-g0.tgz cargo-bay/g0
49972024-03-20T19:40:23.196Z+ mv cargo-bay-g0.tgz /out/
49982024-03-20T19:40:23.484Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
49992024-03-20T19:40:23.484Z+ tar -czf cargo-bay-g1.tgz cargo-bay/g1
50002024-03-20T19:40:37.677Z+ mv cargo-bay-g1.tgz /out/
50012024-03-20T19:40:37.932Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
50022024-03-20T19:40:37.932Z+ tar -czf cargo-bay-g2.tgz cargo-bay/g2
50032024-03-20T19:40:52.252Z+ mv cargo-bay-g2.tgz /out/
50042024-03-20T19:40:52.502Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
50052024-03-20T19:40:52.502Z+ tar -czf cargo-bay-g3.tgz cargo-bay/g3
50062024-03-20T19:41:08.838Z+ mv cargo-bay-g3.tgz /out/
50072024-03-20T19:41:09.124Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
50082024-03-20T19:41:09.124Z+ tar -czf cargo-bay-tools.tgz cargo-bay/tools
50092024-03-20T19:41:09.152Z+ mv cargo-bay-tools.tgz /out/
50102024-03-20T19:41:09.153Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
50112024-03-20T19:41:09.153Z+ tar -czf cargo-bay-omicron-common.tgz cargo-bay/omicron-common
50122024-03-20T19:41:41.669Z+ mv cargo-bay-omicron-common.tgz /out/
50132024-03-20T19:41:43.169Zprocess exited: duration 1835750 ms, exit code 0
 
50142024-03-20T19:41:43.231Zfound 11 output files
50152024-03-20T19:41:43.231Zuploading: /out/cargo-bay-ce.tgz (657 bytes)
50162024-03-20T19:41:44.363Zuploaded: /out/cargo-bay-ce.tgz
50172024-03-20T19:41:44.363Zuploading: /out/cargo-bay-cr1.tgz (955 bytes)
50182024-03-20T19:41:45.463Zuploaded: /out/cargo-bay-cr1.tgz
50192024-03-20T19:41:45.489Zuploading: /out/cargo-bay-cr2.tgz (966 bytes)
50202024-03-20T19:41:46.583Zuploaded: /out/cargo-bay-cr2.tgz
50212024-03-20T19:41:46.629Zuploading: /out/cargo-bay-g0.tgz (297584949 bytes)
50222024-03-20T19:43:55.813Zuploaded: /out/cargo-bay-g0.tgz
50232024-03-20T19:43:55.813Zuploading: /out/cargo-bay-g1.tgz (284721471 bytes)
50242024-03-20T19:46:07.605Zuploaded: /out/cargo-bay-g1.tgz
50252024-03-20T19:46:07.605Zuploading: /out/cargo-bay-g2.tgz (284712782 bytes)
50262024-03-20T19:48:33.495Zuploaded: /out/cargo-bay-g2.tgz
50272024-03-20T19:48:33.496Zuploading: /out/cargo-bay-g3.tgz (297610613 bytes)
50282024-03-20T19:51:29.630Zuploaded: /out/cargo-bay-g3.tgz
50292024-03-20T19:51:29.630Zuploading: /out/cargo-bay-tools.tgz (33951 bytes)
50302024-03-20T19:51:30.821Zuploaded: /out/cargo-bay-tools.tgz
50312024-03-20T19:51:30.822Zuploading: /out/cargo-bay-omicron-common.tgz (947719084 bytes)
50322024-03-20T20:00:50.462Zuploaded: /out/cargo-bay-omicron-common.tgz
50332024-03-20T20:00:50.462Zuploading: /out/commtest (80272216 bytes)
50342024-03-20T20:01:28.013Zuploaded: /out/commtest
50352024-03-20T20:01:28.014Zuploading: /out/dhcp-server (79723400 bytes)
50362024-03-20T20:02:03.382Zuploaded: /out/dhcp-server