01HSWQE42N4S9TRP9TXR7NE2VH: 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: 01HSWQEFN5RB941NMCMP9BJMV0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-26T06:34:38.676Zjob assigned to worker 01HSWQEG3HQE101PN6EFSM957S (queued for 36 s)
 
22024-03-26T06:34:40.093Zstarting task 0: "setup"
32024-03-26T06:34:40.141Z++ uname -s
42024-03-26T06:34:40.141Z+ kern=SunOS
52024-03-26T06:34:40.141Z+ case "$kern" in
62024-03-26T06:34:40.141Z+ groupadd -g 12345 build
72024-03-26T06:34:40.142Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-26T06:34:41.711Z+ zfs create -o mountpoint=/work rpool/work
92024-03-26T06:34:41.763Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-26T06:34:41.793Z+ home_fs=zfs
112024-03-26T06:34:41.793Z+ [[ zfs == autofs ]]
122024-03-26T06:34:41.793Z+ mkdir -p /home/build
132024-03-26T06:34:41.793Z+ chown build:build /home/build /work
142024-03-26T06:34:43.766Z+ chmod 0700 /home/build /work
152024-03-26T06:34:43.793Zprocess exited: duration 4086 ms, exit code 0
 
162024-03-26T06:34:43.845Zstarting task 1: "rust-toolchain"
172024-03-26T06:34:43.870Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-26T06:34:43.870Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192024-03-26T06:34:43.992Zinfo: downloading installer
202024-03-26T06:34:44.779Zwarning: it looks like you have an existing installation of Rust at:
212024-03-26T06:34:44.779Zwarning: /opt/ooce/bin
222024-03-26T06:34:44.780Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-26T06:34:44.780Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-26T06:34:44.780Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-26T06:34:44.780Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-26T06:34:44.780Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-26T06:34:44.781Zerror: cannot install while Rust is installed
282024-03-26T06:34:44.781Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-26T06:34:44.810Zinfo: profile set to 'default'
302024-03-26T06:34:44.811Zinfo: default host triple is x86_64-unknown-illumos
312024-03-26T06:34:44.811Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322024-03-26T06:34:44.914Zinfo: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17)
332024-03-26T06:34:44.914Zinfo: downloading component 'cargo'
342024-03-26T06:34:45.070Zinfo: downloading component 'clippy'
352024-03-26T06:34:45.123Zinfo: downloading component 'rust-docs'
362024-03-26T06:34:45.429Zinfo: downloading component 'rust-std'
372024-03-26T06:34:45.879Zinfo: downloading component 'rustc'
382024-03-26T06:34:46.533Zinfo: downloading component 'rustfmt'
392024-03-26T06:34:46.567Zinfo: installing component 'cargo'
402024-03-26T06:34:47.600Zinfo: installing component 'clippy'
412024-03-26T06:34:48.014Zinfo: installing component 'rust-docs'
422024-03-26T06:34:50.609Zinfo: installing component 'rust-std'
432024-03-26T06:34:52.704Zinfo: installing component 'rustc'
442024-03-26T06:34:57.407Zinfo: installing component 'rustfmt'
452024-03-26T06:34:57.770Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462024-03-26T06:34:57.770Z
472024-03-26T06:34:57.870Z stable-x86_64-unknown-illumos installed - rustc 1.77.0 (aedd173a2 2024-03-17)
482024-03-26T06:34:57.870Z
492024-03-26T06:34:57.900Z
502024-03-26T06:34:57.900ZRust is installed now. Great!
512024-03-26T06:34:57.901Z
522024-03-26T06:34:57.901ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-26T06:34:57.901Zenvironment variable. This has not been done automatically.
542024-03-26T06:34:57.901Z
552024-03-26T06:34:57.901ZTo configure your current shell, you need to source
562024-03-26T06:34:57.902Zthe corresponding env file under $HOME/.cargo.
572024-03-26T06:34:57.902Z
582024-03-26T06:34:57.902ZThis is usually done by running one of the following (note the leading DOT):
592024-03-26T06:34:57.903Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-26T06:34:57.903Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-26T06:34:57.931Z+ rustc --version
622024-03-26T06:34:58.010Zrustc 1.77.0 (aedd173a2 2024-03-17)
632024-03-26T06:34:58.036Zprocess exited: duration 14169 ms, exit code 0
 
642024-03-26T06:34:58.087Zstarting task 2: "authentication"
652024-03-26T06:34:58.563Zprocess exited: duration 477 ms, exit code 0
 
662024-03-26T06:34:59.080Zstarting task 3: "clone repository"
672024-03-26T06:34:59.108Z+ mkdir -p /work/oxidecomputer/omicron
682024-03-26T06:34:59.108Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-03-26T06:34:59.108ZCloning into '/work/oxidecomputer/omicron'...
702024-03-26T06:35:04.745Z+ cd /work/oxidecomputer/omicron
712024-03-26T06:35:04.745Z+ git fetch origin 6a6bc4aa0e716cb077b3445bf7186bec65b92782
722024-03-26T06:35:05.184ZFrom https://github.com/oxidecomputer/omicron
732024-03-26T06:35:05.184Z * branch 6a6bc4aa0e716cb077b3445bf7186bec65b92782 -> FETCH_HEAD
742024-03-26T06:35:05.217Z+ [[ -n falcon-nextest ]]
752024-03-26T06:35:05.217Z++ git branch --show-current
762024-03-26T06:35:05.217Z+ current=main
772024-03-26T06:35:05.217Z+ [[ main != falcon-nextest ]]
782024-03-26T06:35:05.217Z+ git branch -f falcon-nextest 6a6bc4aa0e716cb077b3445bf7186bec65b92782
792024-03-26T06:35:05.218Z+ git checkout -f falcon-nextest
802024-03-26T06:35:05.349ZSwitched to branch 'falcon-nextest'
812024-03-26T06:35:05.375Z+ git reset --hard 6a6bc4aa0e716cb077b3445bf7186bec65b92782
822024-03-26T06:35:05.400ZHEAD is now at 6a6bc4aa0 derp
832024-03-26T06:35:05.400Zprocess exited: duration 6322 ms, exit code 0
 
842024-03-26T06:35:05.450Zstarting task 4: "build"
852024-03-26T06:35:05.481Z++++ dirname ./env.sh
862024-03-26T06:35:05.481Z+++ readlink -f .
872024-03-26T06:35:05.481Z++ OMICRON_WS=/work/oxidecomputer/omicron
882024-03-26T06:35:05.481Z++ 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-26T06:35:05.481Z++ 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-26T06:35:05.481Z++ 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-26T06:35:05.481Z++ 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-26T06:35:05.481Z++ 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-26T06:35:05.481Z++ 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-26T06:35:05.482Z++ 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-26T06:35:05.482Z++ 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-26T06:35:05.482Z++ unset OMICRON_WS
972024-03-26T06:35:05.482Z++ set +o xtrace
982024-03-26T06:35:05.482Z+ pfexec mkdir -p /out
992024-03-26T06:35:05.482Z+ pfexec chown 12345 /out
1002024-03-26T06:35:05.482Z+ banner prerequisites
1012024-03-26T06:35:05.509Z
1022024-03-26T06:35:05.509Z ##### ##### ###### ##### ###### #### # # # #### #
1032024-03-26T06:35:05.509Z # # # # # # # # # # # # # # #
1042024-03-26T06:35:05.509Z # # # # ##### # # ##### # # # # # #### #
1052024-03-26T06:35:05.509Z ##### ##### # ##### # # # # # # # # #
1062024-03-26T06:35:05.509Z # # # # # # # # # # # # # # #
1072024-03-26T06:35:05.509Z # # # ###### # # ###### ### # #### # #### #
1082024-03-26T06:35:05.509Z
1092024-03-26T06:35:05.509Z+ set -o xtrace
1102024-03-26T06:35:05.509Z+ ./tools/install_builder_prerequisites.sh -y
1112024-03-26T06:35:09.859Z Startup: Refreshing catalog 'helios-dev' ... Done
1122024-03-26T06:35:11.502Z Startup: Caching catalogs ... Done
1132024-03-26T06:35:13.445ZPlanning: Solver setup ... Done (1.518s)
1142024-03-26T06:35:13.474ZPlanning: Running solver ... Done (0.029s)
1152024-03-26T06:35:13.499ZPlanning: Finding local manifests ... Done (0.002s)
1162024-03-26T06:35:13.579ZPlanning: Fetching manifests: 0/4 0% complete
1172024-03-26T06:35:13.957ZPlanning: Fetching manifests: 4/4 100% complete
1182024-03-26T06:35:14.034ZPlanning: Package planning ... Done (0.064s)
1192024-03-26T06:35:14.086ZPlanning: Merging actions ... Done (0.060s)
1202024-03-26T06:35:14.458ZPlanning: Checking for conflicting actions ... Done (0.375s)
1212024-03-26T06:35:14.487ZPlanning: Consolidating action changes ... Done (0.013s)
1222024-03-26T06:35:15.239ZPlanning: Evaluating mediators ... Done (0.768s)
1232024-03-26T06:35:15.263ZPlanning: Planning completed in 3.70 seconds
1242024-03-26T06:35:15.288Z Packages to install: 4
1252024-03-26T06:35:15.289Z Mediators to change: 2
1262024-03-26T06:35:15.289Z Services to change: 1
1272024-03-26T06:35:15.289Z Estimated space available: 148.93 GB
1282024-03-26T06:35:15.289ZEstimated space to be consumed: 1.43 GB
1292024-03-26T06:35:15.289Z Create boot environment: No
1302024-03-26T06:35:15.289ZCreate backup boot environment: No
1312024-03-26T06:35:15.289Z Rebuild boot archive: No
1322024-03-26T06:35:15.289Z
1332024-03-26T06:35:15.289ZChanged mediators:
1342024-03-26T06:35:15.289Z mediator clang:
1352024-03-26T06:35:15.289Z version: None -> 15 (system default)
1362024-03-26T06:35:15.289Z
1372024-03-26T06:35:15.289Z mediator llvm:
1382024-03-26T06:35:15.289Z version: 14 (system default) -> 15 (system default)
1392024-03-26T06:35:15.289Z
1402024-03-26T06:35:15.290ZChanged packages:
1412024-03-26T06:35:15.290Zhelios-dev
1422024-03-26T06:35:15.290Z developer/build-essential
1432024-03-26T06:35:15.290Z None -> 11-2.0
1442024-03-26T06:35:15.290Z library/libxmlsec1
1452024-03-26T06:35:15.290Z None -> 1.2.35-2.0
1462024-03-26T06:35:15.290Z ooce/developer/clang-15
1472024-03-26T06:35:15.290Z None -> 15.0.7-2.0
1482024-03-26T06:35:15.290Z ooce/developer/llvm-15
1492024-03-26T06:35:15.290Z None -> 15.0.7-2.0
1502024-03-26T06:35:15.290Z
1512024-03-26T06:35:15.290ZServices:
1522024-03-26T06:35:15.290Z restart_fmri:
1532024-03-26T06:35:15.290Z svc:/system/update-man-index:default
1542024-03-26T06:35:15.317Z
1552024-03-26T06:35:15.317ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1562024-03-26T06:35:20.320ZDownload: 1198/3290 items 79.3/212.6MB 37% complete (15.9M/s)
1572024-03-26T06:35:25.320ZDownload: 3039/3290 items 121.4/212.6MB 57% complete (12.2M/s)
1582024-03-26T06:35:30.336ZDownload: 3248/3290 items 176.5/212.6MB 83% complete (10.1M/s)
1592024-03-26T06:35:35.330ZDownload: 3248/3290 items 203.0/212.6MB 95% complete (8.1M/s)
1602024-03-26T06:35:36.244ZDownload: Completed 212.60 MB in 20.92 seconds (10.2M/s)
1612024-03-26T06:35:36.437Z Actions: 1/3689 actions (Installing new actions)
1622024-03-26T06:35:41.903Z Actions: 2255/3689 actions (Installing new actions)
1632024-03-26T06:35:42.309Z Actions: Completed 3689 actions in 5.88 seconds.
1642024-03-26T06:35:42.464Z Done (0.154s)
1652024-03-26T06:35:42.464Z Done (0.000s)
1662024-03-26T06:35:42.785Z Done (0.297s)
1672024-03-26T06:35:47.916Z Done (5.039s)
1682024-03-26T06:35:48.102Z Done (0.020s)
1692024-03-26T06:35:48.173Z Done (0.000s)
1702024-03-26T06:35:48.214Z Done (0.000s)
1712024-03-26T06:35:48.773ZPlanning: Evaluating mediator changes ... Done
1722024-03-26T06:35:48.962ZPlanning: Checking for conflicting actions ... Done
1732024-03-26T06:35:48.997ZPlanning: Consolidating action changes ... Done
1742024-03-26T06:35:49.315ZPlanning: Evaluating mediators ... Done
1752024-03-26T06:35:49.381ZPlanning: Planning completed in 0.56 seconds
1762024-03-26T06:35:49.381Z Mediators to change: 2
1772024-03-26T06:35:49.381Z Create boot environment: No
1782024-03-26T06:35:49.382ZCreate backup boot environment: No
1792024-03-26T06:35:49.422Z Done
1802024-03-26T06:35:49.422Z Done
1812024-03-26T06:35:49.615Z Done
1822024-03-26T06:35:54.032Z Done
1832024-03-26T06:36:01.101Z Done
1842024-03-26T06:36:01.101Z Done
1852024-03-26T06:36:01.101Z Done
1862024-03-26T06:36:01.204ZPlanning: Evaluating mediator changes ... Done
1872024-03-26T06:36:01.204ZPlanning: Merging actions ... Done
1882024-03-26T06:36:01.269ZPlanning: Checking for conflicting actions ... Done
1892024-03-26T06:36:01.269ZPlanning: Consolidating action changes ... Done
1902024-03-26T06:36:01.269ZPlanning: Evaluating mediators ... Done
1912024-03-26T06:36:01.269ZPlanning: Planning completed in 0.98 seconds
1922024-03-26T06:36:01.269Z Packages to change: 1
1932024-03-26T06:36:01.269Z Mediators to change: 1
1942024-03-26T06:36:01.270Z Services to change: 1
1952024-03-26T06:36:01.270Z Create boot environment: No
1962024-03-26T06:36:01.270ZCreate backup boot environment: Yes
1972024-03-26T06:36:01.270Z Actions: 1/6 actions (Updating modified actions)
1982024-03-26T06:36:01.270Z Actions: Completed 6 actions in 0.00 seconds.
1992024-03-26T06:36:01.270Z Done
2002024-03-26T06:36:01.270Z Done
2012024-03-26T06:36:01.270Z Done
2022024-03-26T06:36:01.595Z Done
2032024-03-26T06:36:02.103Z Done
2042024-03-26T06:36:02.158Z Done
2052024-03-26T06:36:02.159Z Done
2062024-03-26T06:36:02.309ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072024-03-26T06:36:02.311Zclang system 15 system
2082024-03-26T06:36:02.311Zcsh system system illumos
2092024-03-26T06:36:02.312Zctags system system illumos
2102024-03-26T06:36:02.313Zgcc vendor 12 vendor
2112024-03-26T06:36:02.313Zgcc system 10 system
2122024-03-26T06:36:02.315Zgcc system 7 system
2132024-03-26T06:36:02.316Zgo system 1.20 system
2142024-03-26T06:36:02.319Zgo system 1.19 system
2152024-03-26T06:36:02.320Zllvm system 15 system
2162024-03-26T06:36:02.322Zllvm system 14 system
2172024-03-26T06:36:02.322Zmariadb system 10.6 system
2182024-03-26T06:36:02.324Zmta vendor vendor dma
2192024-03-26T06:36:02.324Zopenjdk system 17 system
2202024-03-26T06:36:02.324Zopenjdk system 11 system
2212024-03-26T06:36:02.324Zopenjdk system 1.8 system
2222024-03-26T06:36:02.324Zopenssl vendor 3 vendor
2232024-03-26T06:36:02.324Zperl system 5.36 system
2242024-03-26T06:36:02.325Zpostgresql system 15 system
2252024-03-26T06:36:02.325Zpostgresql system 13 system
2262024-03-26T06:36:02.325Zpython vendor 3 vendor
2272024-03-26T06:36:02.326Zpython system 2 system
2282024-03-26T06:36:02.326Zpython3 system 3.11 system
2292024-03-26T06:36:02.326Zruby system 3.0 system
2302024-03-26T06:36:02.326Zwords vendor vendor american-english
2312024-03-26T06:36:02.326Zwords system system australian-english
2322024-03-26T06:36:02.327Zwords system system british-english
2332024-03-26T06:36:02.327Zwords system system canadian-english
2342024-03-26T06:36:02.327Zwords system system french
2352024-03-26T06:36:02.327Zwords system system italian
2362024-03-26T06:36:02.327Zwords system system ngerman
2372024-03-26T06:36:02.328Zwords system system ogerman
2382024-03-26T06:36:02.328Zwords system system spanish
2392024-03-26T06:36:02.717ZPUBLISHER TYPE STATUS P LOCATION
2402024-03-26T06:36:02.717Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412024-03-26T06:36:04.674ZFMRI IFO
2422024-03-26T06:36:04.674Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432024-03-26T06:36:04.674Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442024-03-26T06:36:04.674Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452024-03-26T06:36:04.674Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462024-03-26T06:36:04.674Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472024-03-26T06:36:04.674Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482024-03-26T06:36:04.674Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2492024-03-26T06:36:04.674Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502024-03-26T06:36:04.674Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2512024-03-26T06:36:04.674Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2522024-03-26T06:36:04.674Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2532024-03-26T06:36:04.674Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2542024-03-26T06:36:04.733Z+ set -o errexit
2552024-03-26T06:36:04.733Z+++ dirname ./tools/ci_download_cockroachdb
2562024-03-26T06:36:04.733Z++ cd ./tools
2572024-03-26T06:36:04.733Z++ pwd
2582024-03-26T06:36:04.733Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2592024-03-26T06:36:04.734Z++ basename ./tools/ci_download_cockroachdb
2602024-03-26T06:36:04.734Z+ ARG0=ci_download_cockroachdb
2612024-03-26T06:36:04.734Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2622024-03-26T06:36:04.734Z+ CIDL_VERSION=v22.1.9
2632024-03-26T06:36:04.734Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2642024-03-26T06:36:04.734Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2652024-03-26T06:36:04.735Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2662024-03-26T06:36:04.735Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2672024-03-26T06:36:04.735Z+ TARGET_DIR=out
2682024-03-26T06:36:04.735Z+ DOWNLOAD_DIR=out/downloads
2692024-03-26T06:36:04.735Z+ DEST_DIR=./out/cockroachdb
2702024-03-26T06:36:04.735Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2712024-03-26T06:36:04.736Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2722024-03-26T06:36:04.736Z+ main
2732024-03-26T06:36:04.736Z+ [[ 0 != 0 ]]
2742024-03-26T06:36:04.736Z+ CIDL_OS=solaris2.11
2752024-03-26T06:36:04.736Z+ [[ 0 != 0 ]]
2762024-03-26T06:36:04.736Z+ configure_os solaris2.11
2772024-03-26T06:36:04.736Z+ echo 'current directory: /work/oxidecomputer/omicron'
2782024-03-26T06:36:04.736Z+ echo 'configuring based on OS: "solaris2.11"'
2792024-03-26T06:36:04.736Z+ case "$1" in
2802024-03-26T06:36:04.736Z+ CIDL_BUILD=illumos
2812024-03-26T06:36:04.736Z+ CIDL_SUFFIX=tar.gz
2822024-03-26T06:36:04.737Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2832024-03-26T06:36:04.737Z+ CIDL_URL_BASE=https://illumos.org/downloads
2842024-03-26T06:36:04.737Zcurrent directory: /work/oxidecomputer/omicron
2852024-03-26T06:36:04.737Zconfiguring based on OS: "solaris2.11"
2862024-03-26T06:36:04.737Z+ CIDL_ASSEMBLE=do_assemble_illumos
2872024-03-26T06:36:04.738Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2882024-03-26T06:36:04.738Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2892024-03-26T06:36:04.738Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-03-26T06:36:04.738Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2912024-03-26T06:36:04.739Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-03-26T06:36:04.739Z+ CIDL_SHA256FUNC=do_sha256sum
2932024-03-26T06:36:04.739Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2942024-03-26T06:36:04.739ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2952024-03-26T06:36:04.739Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2962024-03-26T06:36:04.739Z+ mkdir -p out/downloads
2972024-03-26T06:36:04.739ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982024-03-26T06:36:04.740Z+ mkdir -p ./out/cockroachdb
2992024-03-26T06:36:04.740Z+ local DO_DOWNLOAD=true
3002024-03-26T06:36:04.740Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3012024-03-26T06:36:04.740Z+ '[' true == true ']'
3022024-03-26T06:36:04.740Z+ echo Downloading...
3032024-03-26T06:36:04.740ZDownloading...
3042024-03-26T06:36:04.741Z+ 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-26T06:36:04.741Z+ 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
3062024-03-26T06:36:08.733Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-03-26T06:36:08.760Z++ sha256sum
3082024-03-26T06:36:08.760Z++ awk '{print $1}'
3092024-03-26T06:36:08.810Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3102024-03-26T06:36:08.811Z+ [[ 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 ]]
3112024-03-26T06:36:08.811Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3122024-03-26T06:36:08.837Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3132024-03-26T06:36:11.788Z+ do_assemble_illumos
3142024-03-26T06:36:11.788Z+ rm -r ./out/cockroachdb
3152024-03-26T06:36:11.820Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3162024-03-26T06:36:12.197Z+ ./out/cockroachdb/bin/cockroach version
3172024-03-26T06:36:12.439ZBuild Tag: v22.1.9-dirty
3182024-03-26T06:36:12.439ZBuild Time: 2022/10/26 21:17:46
3192024-03-26T06:36:12.439ZDistribution: OSS
3202024-03-26T06:36:12.439ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3212024-03-26T06:36:12.439ZGo Version: go1.17.13
3222024-03-26T06:36:12.439ZC Compiler: gcc 10.3.0
3232024-03-26T06:36:12.439ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3242024-03-26T06:36:12.439ZBuild Type: release
3252024-03-26T06:36:12.465Z+ set -o errexit
3262024-03-26T06:36:12.494Z+++ dirname ./tools/ci_download_clickhouse
3272024-03-26T06:36:12.495Z++ cd ./tools
3282024-03-26T06:36:12.495Z++ pwd
3292024-03-26T06:36:12.495Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3302024-03-26T06:36:12.495Z++ basename ./tools/ci_download_clickhouse
3312024-03-26T06:36:12.495Z+ ARG0=ci_download_clickhouse
3322024-03-26T06:36:12.495Z+ TARGET_DIR=out
3332024-03-26T06:36:12.495Z+ DOWNLOAD_DIR=out/downloads
3342024-03-26T06:36:12.495Z+ DEST_DIR=./out/clickhouse
3352024-03-26T06:36:12.495Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3362024-03-26T06:36:12.495Z+ CIDL_VERSION=v23.8.7.24
3372024-03-26T06:36:12.495Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3382024-03-26T06:36:12.496Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3392024-03-26T06:36:12.496Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3402024-03-26T06:36:12.496Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3412024-03-26T06:36:12.496Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3422024-03-26T06:36:12.496Z+ main
3432024-03-26T06:36:12.496Z+ [[ 0 != 0 ]]
3442024-03-26T06:36:12.496Z+ CIDL_OS=solaris2.11
3452024-03-26T06:36:12.496Z+ [[ 0 != 0 ]]
3462024-03-26T06:36:12.496Z+ configure_os solaris2.11
3472024-03-26T06:36:12.496Z+ echo 'current directory: /work/oxidecomputer/omicron'
3482024-03-26T06:36:12.496Zcurrent directory: /work/oxidecomputer/omicron
3492024-03-26T06:36:12.496Z+ echo 'configuring based on OS: "solaris2.11"'
3502024-03-26T06:36:12.496Zconfiguring based on OS: "solaris2.11"
3512024-03-26T06:36:12.497Z+ CIDL_DASHREV=
3522024-03-26T06:36:12.497Z+ case "$1" in
3532024-03-26T06:36:12.497Z+ CIDL_PLATFORM=illumos
3542024-03-26T06:36:12.497Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3552024-03-26T06:36:12.497Z+ CIDL_MD5FUNC=do_md5sum
3562024-03-26T06:36:12.497Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3572024-03-26T06:36:12.497Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3582024-03-26T06:36:12.497Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3592024-03-26T06:36:12.497Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3602024-03-26T06:36:12.497Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3612024-03-26T06:36:12.497ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3622024-03-26T06:36:12.497ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3632024-03-26T06:36:12.497Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3642024-03-26T06:36:12.497Z+ mkdir -p out/downloads
3652024-03-26T06:36:12.498Z+ mkdir -p ./out/clickhouse
3662024-03-26T06:36:12.498Z+ local DO_DOWNLOAD=true
3672024-03-26T06:36:12.498Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3682024-03-26T06:36:12.498Z+ '[' true == true ']'
3692024-03-26T06:36:12.498Z+ echo Downloading...
3702024-03-26T06:36:12.498Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3712024-03-26T06:36:12.498ZDownloading...
3722024-03-26T06:36:12.498Z+ 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
3732024-03-26T06:36:19.870Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3742024-03-26T06:36:19.895Z++ md5sum
3752024-03-26T06:36:19.895Z++ awk '{print $1}'
3762024-03-26T06:36:20.138Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3772024-03-26T06:36:20.139Z+ [[ 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 ]]
3782024-03-26T06:36:20.139Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3792024-03-26T06:36:20.139Z+ mkdir -p ./out/clickhouse
3802024-03-26T06:36:20.167Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3812024-03-26T06:36:25.381Z+ [[ solaris2.11 == darwin* ]]
3822024-03-26T06:36:25.381Z+ ./out/clickhouse/clickhouse server --version
3832024-03-26T06:36:25.517ZClickHouse server version 23.8.7.1.
3842024-03-26T06:36:25.546Z+ set -o errexit
3852024-03-26T06:36:25.572Z+++ dirname ./tools/ci_download_console
3862024-03-26T06:36:25.572Z++ cd ./tools
3872024-03-26T06:36:25.572Z++ pwd
3882024-03-26T06:36:25.572Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3892024-03-26T06:36:25.572Z++ basename ./tools/ci_download_console
3902024-03-26T06:36:25.572Z+ ARG0=ci_download_console
3912024-03-26T06:36:25.572Z+ TARGET_DIR=out
3922024-03-26T06:36:25.572Z+ DOWNLOAD_DIR=out/downloads
3932024-03-26T06:36:25.572Z+ DEST_DIR=./out/console-assets
3942024-03-26T06:36:25.572Z+ source /work/oxidecomputer/omicron/tools/console_version
3952024-03-26T06:36:25.572Z++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198
3962024-03-26T06:36:25.572Z++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8
3972024-03-26T06:36:25.572Z+ URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
3982024-03-26T06:36:25.572Z+ TARBALL_FILE=out/downloads/console.tar.gz
3992024-03-26T06:36:25.572Z+ main
4002024-03-26T06:36:25.573Z+ [[ 0 != 0 ]]
4012024-03-26T06:36:25.573Z+ echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz'
4022024-03-26T06:36:25.573ZURL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
4032024-03-26T06:36:25.573Z+ echo 'Local file: out/downloads/console.tar.gz'
4042024-03-26T06:36:25.573ZLocal file: out/downloads/console.tar.gz
4052024-03-26T06:36:25.573Z+ local DO_DOWNLOAD=true
4062024-03-26T06:36:25.573Z+ [[ -f out/downloads/console.tar.gz ]]
4072024-03-26T06:36:25.573Z+ mkdir -p out/downloads
4082024-03-26T06:36:25.573Z+ '[' true == true ']'
4092024-03-26T06:36:25.573Z+ echo Downloading...
4102024-03-26T06:36:25.573ZDownloading...
4112024-03-26T06:36:25.573Z+ do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz
4122024-03-26T06:36:25.573Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
4132024-03-26T06:36:26.163Z++ do_sha256sum out/downloads/console.tar.gz
4142024-03-26T06:36:26.163Z++ case "$OSTYPE" in
4152024-03-26T06:36:26.163Z++ SHA=sha256sum
4162024-03-26T06:36:26.216Z++ sha256sum
4172024-03-26T06:36:26.216Z++ awk '{print $1}'
4182024-03-26T06:36:26.216Z+ calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8
4192024-03-26T06:36:26.217Z+ [[ 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 ]]
4202024-03-26T06:36:26.217Z+ rm -rf ./out/console-assets
4212024-03-26T06:36:26.217Z+ mkdir -p ./out/console-assets
4222024-03-26T06:36:26.217Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4232024-03-26T06:36:26.218Z+ mkdir -p ./out/console-assets
4242024-03-26T06:36:26.218Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4252024-03-26T06:36:26.291Z+ set -o errexit
4262024-03-26T06:36:26.319Z+++ dirname ./tools/ci_download_maghemite_openapi
4272024-03-26T06:36:26.319Z++ cd ./tools
4282024-03-26T06:36:26.319Z++ pwd
4292024-03-26T06:36:26.319Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4302024-03-26T06:36:26.319Z++ basename ./tools/ci_download_maghemite_openapi
4312024-03-26T06:36:26.320Z+ ARG0=ci_download_maghemite_openapi
4322024-03-26T06:36:26.320Z+ TARGET_DIR=out
4332024-03-26T06:36:26.320Z+ DOWNLOAD_DIR=out/downloads
4342024-03-26T06:36:26.320Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4352024-03-26T06:36:26.320Z++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb
4362024-03-26T06:36:26.320Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4372024-03-26T06:36:26.320Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json
4382024-03-26T06:36:26.320Z+ LOCAL_FILE=out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4392024-03-26T06:36:26.320Z+ main
4402024-03-26T06:36:26.321Z+ rm -rf out/downloads/root
4412024-03-26T06:36:26.321Z+ [[ 0 != 0 ]]
4422024-03-26T06:36:26.321Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json'
4432024-03-26T06:36:26.321ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json
4442024-03-26T06:36:26.321Z+ echo 'Local file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json'
4452024-03-26T06:36:26.321ZLocal file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4462024-03-26T06:36:26.321Z+ local DO_DOWNLOAD=true
4472024-03-26T06:36:26.321Z+ [[ -f out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]]
4482024-03-26T06:36:26.322Z+ mkdir -p out/downloads
4492024-03-26T06:36:26.322Z+ '[' true == true ']'
4502024-03-26T06:36:26.322Z+ echo Downloading...
4512024-03-26T06:36:26.322ZDownloading...
4522024-03-26T06:36:26.322Z+ 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-26T06:36:26.322Z+ 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-26T06:36:26.523Z++ do_sha256sum out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4552024-03-26T06:36:26.523Z++ case "$OSTYPE" in
4562024-03-26T06:36:26.523Z++ SHA=sha256sum
4572024-03-26T06:36:26.548Z++ sha256sum
4582024-03-26T06:36:26.548Z++ awk '{print $1}'
4592024-03-26T06:36:26.548Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4602024-03-26T06:36:26.548Z+ [[ 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 ]]
4612024-03-26T06:36:26.548Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4622024-03-26T06:36:26.548Z++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb
4632024-03-26T06:36:26.548Z++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e
4642024-03-26T06:36:26.548Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json
4652024-03-26T06:36:26.548Z+ LOCAL_FILE=out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4662024-03-26T06:36:26.548Z+ main
4672024-03-26T06:36:26.548Z+ rm -rf out/downloads/root
4682024-03-26T06:36:26.548Z+ [[ 0 != 0 ]]
4692024-03-26T06:36:26.548Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json'
4702024-03-26T06:36:26.548ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json
4712024-03-26T06:36:26.548ZLocal file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4722024-03-26T06:36:26.548Z+ echo 'Local file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json'
4732024-03-26T06:36:26.549Z+ local DO_DOWNLOAD=true
4742024-03-26T06:36:26.549Z+ [[ -f out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]]
4752024-03-26T06:36:26.549Z+ mkdir -p out/downloads
4762024-03-26T06:36:26.549Z+ '[' true == true ']'
4772024-03-26T06:36:26.549Z+ echo Downloading...
4782024-03-26T06:36:26.549ZDownloading...
4792024-03-26T06:36:26.549Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4802024-03-26T06:36:26.549Z+ 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
4812024-03-26T06:36:26.783Z++ do_sha256sum out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4822024-03-26T06:36:26.783Z++ case "$OSTYPE" in
4832024-03-26T06:36:26.783Z++ SHA=sha256sum
4842024-03-26T06:36:26.808Z++ sha256sum
4852024-03-26T06:36:26.808Z++ awk '{print $1}'
4862024-03-26T06:36:26.808Z+ calculated_sha2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e
4872024-03-26T06:36:26.808Z+ [[ 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 ]]
4882024-03-26T06:36:26.808Z+ set -o errexit
4892024-03-26T06:36:26.808Z+++ dirname ./tools/ci_download_dendrite_openapi
4902024-03-26T06:36:26.833Z++ cd ./tools
4912024-03-26T06:36:26.833Z++ pwd
4922024-03-26T06:36:26.833Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4932024-03-26T06:36:26.833Z++ basename ./tools/ci_download_dendrite_openapi
4942024-03-26T06:36:26.833Z+ ARG0=ci_download_dendrite_openapi
4952024-03-26T06:36:26.833Z+ TARGET_DIR=out
4962024-03-26T06:36:26.833Z+ DOWNLOAD_DIR=out/downloads
4972024-03-26T06:36:26.834Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4982024-03-26T06:36:26.834Z++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922
4992024-03-26T06:36:26.834Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5002024-03-26T06:36:26.834Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json
5012024-03-26T06:36:26.834Z+ LOCAL_FILE=out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5022024-03-26T06:36:26.834Z+ main
5032024-03-26T06:36:26.834Z+ [[ 0 != 0 ]]
5042024-03-26T06:36:26.834Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json'
5052024-03-26T06:36:26.834ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json
5062024-03-26T06:36:26.834ZLocal file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5072024-03-26T06:36:26.834Z+ echo 'Local file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json'
5082024-03-26T06:36:26.834Z+ local DO_DOWNLOAD=true
5092024-03-26T06:36:26.834Z+ [[ -f out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json ]]
5102024-03-26T06:36:26.834Z+ mkdir -p out/downloads
5112024-03-26T06:36:26.834Z+ '[' true == true ']'
5122024-03-26T06:36:26.834Z+ echo Downloading...
5132024-03-26T06:36:26.834ZDownloading...
5142024-03-26T06:36:26.834Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5152024-03-26T06:36:26.834Z+ 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
5162024-03-26T06:36:27.080Z++ do_sha256sum out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5172024-03-26T06:36:27.080Z++ case "$OSTYPE" in
5182024-03-26T06:36:27.080Z++ SHA=sha256sum
5192024-03-26T06:36:27.105Z++ sha256sum
5202024-03-26T06:36:27.105Z++ awk '{print $1}'
5212024-03-26T06:36:27.105Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5222024-03-26T06:36:27.105Z+ [[ 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 ]]
5232024-03-26T06:36:27.105Z+ set -o errexit
5242024-03-26T06:36:27.105Z+++ dirname ./tools/ci_download_dendrite_stub
5252024-03-26T06:36:27.105Z++ cd ./tools
5262024-03-26T06:36:27.105Z++ pwd
5272024-03-26T06:36:27.105Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5282024-03-26T06:36:27.130Z++ basename ./tools/ci_download_dendrite_stub
5292024-03-26T06:36:27.130Z+ ARG0=ci_download_dendrite_stub
5302024-03-26T06:36:27.130Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5312024-03-26T06:36:27.130Z++ CIDL_SHA256_ILLUMOS=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20
5322024-03-26T06:36:27.131Z++ CIDL_SHA256_LINUX_DPD=f753444cae478cdedcde743a20a9df5965ed28cddab0f9632f3c263c66cd6397
5332024-03-26T06:36:27.131Z++ CIDL_SHA256_LINUX_SWADM=66eab497b955751d0704c3cd97ac5c1ed373aa656fc37ccba86ae9900b5ae96d
5342024-03-26T06:36:27.131Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5352024-03-26T06:36:27.131Z++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922
5362024-03-26T06:36:27.131Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5372024-03-26T06:36:27.131Z+ TARGET_DIR=out
5382024-03-26T06:36:27.131Z+ DOWNLOAD_DIR=out/downloads
5392024-03-26T06:36:27.131Z+ DEST_DIR=./out/dendrite-stub
5402024-03-26T06:36:27.131Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5412024-03-26T06:36:27.131Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5422024-03-26T06:36:27.131Z+ REPO=oxidecomputer/dendrite
5432024-03-26T06:36:27.131Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922
5442024-03-26T06:36:27.131Z+ main
5452024-03-26T06:36:27.131Z+ [[ 0 != 0 ]]
5462024-03-26T06:36:27.131Z+ CIDL_OS=solaris2.11
5472024-03-26T06:36:27.131Z+ [[ 0 != 0 ]]
5482024-03-26T06:36:27.131Z+ configure_os solaris2.11
5492024-03-26T06:36:27.131Z+ echo 'current directory: /work/oxidecomputer/omicron'
5502024-03-26T06:36:27.131Zcurrent directory: /work/oxidecomputer/omicron
5512024-03-26T06:36:27.131Z+ echo 'configuring based on OS: "solaris2.11"'
5522024-03-26T06:36:27.132Z+ case "$1" in
5532024-03-26T06:36:27.132Z+ SET_BINARIES=
5542024-03-26T06:36:27.132Z+ CIDL_SHA256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20
5552024-03-26T06:36:27.132Zconfiguring based on OS: "solaris2.11"
5562024-03-26T06:36:27.132Z+ CIDL_SHA256FUNC=do_sha256sum
5572024-03-26T06:36:27.132Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5582024-03-26T06:36:27.132Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz
5592024-03-26T06:36:27.132Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5602024-03-26T06:36:27.132Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz'
5612024-03-26T06:36:27.132ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz
5622024-03-26T06:36:27.132Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5632024-03-26T06:36:27.132Z+ mkdir -p out/downloads
5642024-03-26T06:36:27.132ZLocal file: out/downloads/dendrite-stub.tar.gz
5652024-03-26T06:36:27.132Z+ mkdir -p ./out/dendrite-stub
5662024-03-26T06:36:27.132Z+ fetch_and_verify
5672024-03-26T06:36:27.132Z+ local DO_DOWNLOAD=true
5682024-03-26T06:36:27.132Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5692024-03-26T06:36:27.132Z+ '[' true == true ']'
5702024-03-26T06:36:27.132Z+ echo Downloading...
5712024-03-26T06:36:27.132ZDownloading...
5722024-03-26T06:36:27.132Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5732024-03-26T06:36:27.133Z+ 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
5742024-03-26T06:36:35.765Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5752024-03-26T06:36:35.789Z++ sha256sum
5762024-03-26T06:36:35.789Z++ awk '{print $1}'
5772024-03-26T06:36:35.814Z+ calculated_sha256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20
5782024-03-26T06:36:35.814Z+ [[ 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 ]]
5792024-03-26T06:36:35.814Z+ do_untar out/downloads/dendrite-stub.tar.gz
5802024-03-26T06:36:35.814Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5812024-03-26T06:36:37.200Z+ do_assemble
5822024-03-26T06:36:37.200Z+ rm -r ./out/dendrite-stub
5832024-03-26T06:36:37.246Z+ mkdir ./out/dendrite-stub
5842024-03-26T06:36:37.246Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5852024-03-26T06:36:37.246Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5862024-03-26T06:36:37.246Z+ set -o errexit
5872024-03-26T06:36:37.246Z+++ dirname ./tools/ci_download_maghemite_mgd
5882024-03-26T06:36:37.246Z++ cd ./tools
5892024-03-26T06:36:37.247Z++ pwd
5902024-03-26T06:36:37.247Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5912024-03-26T06:36:37.247Z++ basename ./tools/ci_download_maghemite_mgd
5922024-03-26T06:36:37.247Z+ ARG0=ci_download_maghemite_mgd
5932024-03-26T06:36:37.247Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5942024-03-26T06:36:37.247Z++ CIDL_SHA256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b
5952024-03-26T06:36:37.247Z++ MGD_LINUX_SHA256=03bf4e9fbe7d46be5dbcf83f9cd67520383f843767939e06d0db93ce4e584111
5962024-03-26T06:36:37.247Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5972024-03-26T06:36:37.247Z++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb
5982024-03-26T06:36:37.247Z++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e
5992024-03-26T06:36:37.247Z+ TARGET_DIR=out
6002024-03-26T06:36:37.247Z+ DOWNLOAD_DIR=out/downloads
6012024-03-26T06:36:37.247Z+ DEST_DIR=./out/mgd
6022024-03-26T06:36:37.247Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6032024-03-26T06:36:37.247Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6042024-03-26T06:36:37.247Z+ REPO=oxidecomputer/maghemite
6052024-03-26T06:36:37.247Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb
6062024-03-26T06:36:37.247Z+ main
6072024-03-26T06:36:37.247Z+ rm -rf out/downloads/root
6082024-03-26T06:36:37.247Z+ [[ 0 != 0 ]]
6092024-03-26T06:36:37.248Z+ CIDL_OS=solaris2.11
6102024-03-26T06:36:37.248Z+ [[ 0 != 0 ]]
6112024-03-26T06:36:37.248Z+ configure_os solaris2.11
6122024-03-26T06:36:37.248Z+ echo 'current directory: /work/oxidecomputer/omicron'
6132024-03-26T06:36:37.248Z+ echo 'configuring based on OS: "solaris2.11"'
6142024-03-26T06:36:37.248Z+ case "$1" in
6152024-03-26T06:36:37.248Zcurrent directory: /work/oxidecomputer/omicron
6162024-03-26T06:36:37.248Zconfiguring based on OS: "solaris2.11"
6172024-03-26T06:36:37.248Z+ SET_BINARIES=
6182024-03-26T06:36:37.248Z+ CIDL_SHA256FUNC=do_sha256sum
6192024-03-26T06:36:37.248Z+ TARBALL_FILENAME=mgd.tar.gz
6202024-03-26T06:36:37.248Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz
6212024-03-26T06:36:37.248Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6222024-03-26T06:36:37.248Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz'
6232024-03-26T06:36:37.248ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz
6242024-03-26T06:36:37.248Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6252024-03-26T06:36:37.248Z+ mkdir -p out/downloads
6262024-03-26T06:36:37.249ZLocal file: out/downloads/mgd.tar.gz
6272024-03-26T06:36:37.249Z+ mkdir -p ./out/mgd
6282024-03-26T06:36:37.249Z+ fetch_and_verify
6292024-03-26T06:36:37.249Z+ local DO_DOWNLOAD=true
6302024-03-26T06:36:37.249Z+ [[ -f out/downloads/mgd.tar.gz ]]
6312024-03-26T06:36:37.249Z+ '[' true == true ']'
6322024-03-26T06:36:37.249Z+ echo Downloading...
6332024-03-26T06:36:37.249ZDownloading...
6342024-03-26T06:36:37.249Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz out/downloads/mgd.tar.gz
6352024-03-26T06:36:37.249Z+ 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
6362024-03-26T06:36:46.545Z++ do_sha256sum out/downloads/mgd.tar.gz
6372024-03-26T06:36:46.573Z++ sha256sum
6382024-03-26T06:36:46.573Z++ awk '{print $1}'
6392024-03-26T06:36:46.574Z+ calculated_sha256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b
6402024-03-26T06:36:46.574Z+ [[ 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 ]]
6412024-03-26T06:36:46.574Z+ do_untar out/downloads/mgd.tar.gz
6422024-03-26T06:36:46.574Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6432024-03-26T06:36:47.194Z+ do_assemble
6442024-03-26T06:36:47.194Z+ rm -r ./out/mgd
6452024-03-26T06:36:47.224Z+ mkdir ./out/mgd
6462024-03-26T06:36:47.224Z+ cp -r out/downloads/root ./out/mgd/root
6472024-03-26T06:36:47.293Z+ set -o errexit
6482024-03-26T06:36:47.293Z+++ dirname ./tools/ci_download_transceiver_control
6492024-03-26T06:36:47.293Z++ cd ./tools
6502024-03-26T06:36:47.293Z++ pwd
6512024-03-26T06:36:47.293Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6522024-03-26T06:36:47.293Z++ basename ./tools/ci_download_transceiver_control
6532024-03-26T06:36:47.293Z+ ARG0=ci_download_transceiver_control
6542024-03-26T06:36:47.293Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6552024-03-26T06:36:47.293Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6562024-03-26T06:36:47.294Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6572024-03-26T06:36:47.294Z+ TARGET_DIR=out
6582024-03-26T06:36:47.294Z+ DOWNLOAD_DIR=out/downloads
6592024-03-26T06:36:47.294Z+ DEST_DIR=./out/transceiver-control
6602024-03-26T06:36:47.294Z+ BIN_DIR=/opt/oxide/bin
6612024-03-26T06:36:47.294Z+ BINARY=xcvradm
6622024-03-26T06:36:47.294Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6632024-03-26T06:36:47.294Z+ REPO=oxidecomputer/transceiver-control
6642024-03-26T06:36:47.294Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6652024-03-26T06:36:47.294Z+ main
6662024-03-26T06:36:47.294Z+ [[ 0 != 0 ]]
6672024-03-26T06:36:47.295Z+ CIDL_OS=solaris2.11
6682024-03-26T06:36:47.295Z+ [[ 0 != 0 ]]
6692024-03-26T06:36:47.295Z+ configure_os solaris2.11
6702024-03-26T06:36:47.295Z+ echo 'current directory: /work/oxidecomputer/omicron'
6712024-03-26T06:36:47.295Zcurrent directory: /work/oxidecomputer/omicron
6722024-03-26T06:36:47.295Z+ echo 'configuring based on OS: "solaris2.11"'
6732024-03-26T06:36:47.295Z+ case "$1" in
6742024-03-26T06:36:47.295Z+ SET_BINARIES=
6752024-03-26T06:36:47.295Zconfiguring based on OS: "solaris2.11"
6762024-03-26T06:36:47.295Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6772024-03-26T06:36:47.295Z+ CIDL_SHA256FUNC=do_sha256sum
6782024-03-26T06:36:47.295Z+ ARCHIVE_FILENAME=xcvradm.gz
6792024-03-26T06:36:47.296Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6802024-03-26T06:36:47.296Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6812024-03-26T06:36:47.296Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6822024-03-26T06:36:47.296ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6832024-03-26T06:36:47.296ZLocal file: out/downloads/xcvradm.gz
6842024-03-26T06:36:47.296Z+ echo 'Local file: out/downloads/xcvradm.gz'
6852024-03-26T06:36:47.296Z+ mkdir -p out/downloads
6862024-03-26T06:36:47.296Z+ mkdir -p ./out/transceiver-control
6872024-03-26T06:36:47.296Z+ fetch_and_verify
6882024-03-26T06:36:47.296Z+ local DO_DOWNLOAD=true
6892024-03-26T06:36:47.296Z+ [[ -f out/downloads/xcvradm.gz ]]
6902024-03-26T06:36:47.296Z+ '[' true == true ']'
6912024-03-26T06:36:47.296Z+ echo Downloading...
6922024-03-26T06:36:47.296ZDownloading...
6932024-03-26T06:36:47.296Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6942024-03-26T06:36:47.296Z+ 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
6952024-03-26T06:36:49.295Z++ do_sha256sum out/downloads/xcvradm.gz
6962024-03-26T06:36:49.321Z++ sha256sum
6972024-03-26T06:36:49.321Z++ awk '{print $1}'
6982024-03-26T06:36:49.321Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6992024-03-26T06:36:49.321Z+ [[ 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 ]]
7002024-03-26T06:36:49.321Z+ do_unpack out/downloads/xcvradm.gz
7012024-03-26T06:36:49.321Z+ mkdir -p out/downloads/root//opt/oxide/bin
7022024-03-26T06:36:49.321Z+ gzip -dc out/downloads/xcvradm.gz
7032024-03-26T06:36:49.456Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7042024-03-26T06:36:49.486Z+ do_assemble
7052024-03-26T06:36:49.486Z+ rm -r ./out/transceiver-control
7062024-03-26T06:36:49.486Z+ mkdir ./out/transceiver-control
7072024-03-26T06:36:49.486Z+ cp -r out/downloads/root ./out/transceiver-control/root
7082024-03-26T06:36:49.539Z+ set -o errexit
7092024-03-26T06:36:49.589Z+++ dirname ./tools/ci_download_thundermuffin
7102024-03-26T06:36:49.589Z++ cd ./tools
7112024-03-26T06:36:49.589Z++ pwd
7122024-03-26T06:36:49.589Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7132024-03-26T06:36:49.589Z++ basename ./tools/ci_download_thundermuffin
7142024-03-26T06:36:49.590Z+ ARG0=ci_download_thundermuffin
7152024-03-26T06:36:49.590Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7162024-03-26T06:36:49.590Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7172024-03-26T06:36:49.590Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7182024-03-26T06:36:49.590Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7192024-03-26T06:36:49.590Z+ TARGET_DIR=out
7202024-03-26T06:36:49.590Z+ DOWNLOAD_DIR=out/downloads
7212024-03-26T06:36:49.590Z+ DEST_DIR=./out/thundermuffin
7222024-03-26T06:36:49.590Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7232024-03-26T06:36:49.590Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7242024-03-26T06:36:49.591Z+ REPO=oxidecomputer/thundermuffin
7252024-03-26T06:36:49.591Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7262024-03-26T06:36:49.591Z+ main
7272024-03-26T06:36:49.591Z+ rm -rf out/downloads/root
7282024-03-26T06:36:49.591Z+ [[ 0 != 0 ]]
7292024-03-26T06:36:49.591Z+ CIDL_OS=solaris2.11
7302024-03-26T06:36:49.591Z+ [[ 0 != 0 ]]
7312024-03-26T06:36:49.591Z+ configure_os solaris2.11
7322024-03-26T06:36:49.592Z+ echo 'current directory: /work/oxidecomputer/omicron'
7332024-03-26T06:36:49.592Z+ echo 'configuring based on OS: "solaris2.11"'
7342024-03-26T06:36:49.592Z+ case "$1" in
7352024-03-26T06:36:49.592Z+ SET_BINARIES=
7362024-03-26T06:36:49.592Z+ CIDL_SHA256FUNC=do_sha256sum
7372024-03-26T06:36:49.593Zcurrent directory: /work/oxidecomputer/omicron
7382024-03-26T06:36:49.593Zconfiguring based on OS: "solaris2.11"
7392024-03-26T06:36:49.593Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7402024-03-26T06:36:49.593Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7412024-03-26T06:36:49.593Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7422024-03-26T06:36:49.593Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7432024-03-26T06:36:49.593Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7442024-03-26T06:36:49.593ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7452024-03-26T06:36:49.594Z+ mkdir -p out/downloads
7462024-03-26T06:36:49.594ZLocal file: out/downloads/thundermuffin.tar.gz
7472024-03-26T06:36:49.594Z+ mkdir -p ./out/thundermuffin
7482024-03-26T06:36:49.594Z+ fetch_and_verify
7492024-03-26T06:36:49.594Z+ local DO_DOWNLOAD=true
7502024-03-26T06:36:49.594Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7512024-03-26T06:36:49.594Z+ '[' true == true ']'
7522024-03-26T06:36:49.594Z+ echo Downloading...
7532024-03-26T06:36:49.594ZDownloading...
7542024-03-26T06:36:49.595Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7552024-03-26T06:36:49.595Z+ 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
7562024-03-26T06:36:50.694Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7572024-03-26T06:36:50.721Z++ sha256sum
7582024-03-26T06:36:50.721Z++ awk '{print $1}'
7592024-03-26T06:36:50.721Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7602024-03-26T06:36:50.721Z+ [[ 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 ]]
7612024-03-26T06:36:50.721Z+ do_untar out/downloads/thundermuffin.tar.gz
7622024-03-26T06:36:50.721Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7632024-03-26T06:36:50.794Z+ do_assemble
7642024-03-26T06:36:50.794Z+ rm -r ./out/thundermuffin
7652024-03-26T06:36:50.819Z+ mkdir ./out/thundermuffin
7662024-03-26T06:36:50.819Z+ cp -r out/downloads/root ./out/thundermuffin/root
7672024-03-26T06:36:50.845ZAll builder prerequisites installed successfully, and PATH looks valid
7682024-03-26T06:36:50.845Z+ banner commtest
7692024-03-26T06:36:50.845Z
7702024-03-26T06:36:50.845Z #### #### # # # # ##### ###### #### #####
7712024-03-26T06:36:50.845Z # # # # ## ## ## ## # # # #
7722024-03-26T06:36:50.846Z # # # # ## # # ## # # ##### #### #
7732024-03-26T06:36:50.846Z # # # # # # # # # # #
7742024-03-26T06:36:50.846Z # # # # # # # # # # # # #
7752024-03-26T06:36:50.846Z #### #### # # # # # ###### #### #
7762024-03-26T06:36:50.846Z
7772024-03-26T06:36:50.846Z+ cargo build -p end-to-end-tests --bin commtest --bin dhcp-server --release
7782024-03-26T06:36:50.846Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
7792024-03-26T06:36:51.028Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
7802024-03-26T06:36:51.028Zinfo: downloading component 'cargo'
7812024-03-26T06:36:51.168Zinfo: downloading component 'clippy'
7822024-03-26T06:36:51.238Zinfo: downloading component 'rust-docs'
7832024-03-26T06:36:51.444Zinfo: downloading component 'rust-std'
7842024-03-26T06:36:51.829Zinfo: downloading component 'rustc'
7852024-03-26T06:36:52.509Zinfo: downloading component 'rustfmt'
7862024-03-26T06:36:52.553Zinfo: installing component 'cargo'
7872024-03-26T06:36:53.625Zinfo: installing component 'clippy'
7882024-03-26T06:36:53.997Zinfo: installing component 'rust-docs'
7892024-03-26T06:36:56.484Zinfo: installing component 'rust-std'
7902024-03-26T06:36:58.589Zinfo: installing component 'rustc'
7912024-03-26T06:37:03.644Zinfo: installing component 'rustfmt'
7922024-03-26T06:37:03.984Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7932024-03-26T06:37:04.551Z Updating git repository `https://github.com/oxidecomputer/samael`
7942024-03-26T06:37:05.119Z Updating git repository `https://github.com/oxidecomputer/zone`
7952024-03-26T06:37:05.608Z Updating crates.io index
7962024-03-26T06:37:05.639Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7972024-03-26T06:37:06.728Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7982024-03-26T06:37:07.520Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7992024-03-26T06:37:09.801Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8002024-03-26T06:37:10.300Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8012024-03-26T06:37:10.778Z Updating git repository `https://github.com/oxidecomputer/propolis`
8022024-03-26T06:37:11.881Z Updating git repository `https://github.com/oxidecomputer/crucible`
8032024-03-26T06:37:14.147Z Updating git repository `https://github.com/oxidecomputer/opte`
8042024-03-26T06:37:15.305Z Updating git repository `https://github.com/oxidecomputer/falcon`
8052024-03-26T06:37:16.240Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8062024-03-26T06:37:16.714Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8072024-03-26T06:37:17.703Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8082024-03-26T06:37:18.090Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8092024-03-26T06:37:18.630Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8102024-03-26T06:37:19.303Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8112024-03-26T06:37:19.913Z Updating git repository `http://github.com/oxidecomputer/tofino`
8122024-03-26T06:37:20.452Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8132024-03-26T06:37:20.943Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8142024-03-26T06:37:21.399Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8152024-03-26T06:37:21.941Z Updating git repository `https://github.com/oxidecomputer/ispf`
8162024-03-26T06:37:22.404Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8172024-03-26T06:37:24.021Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8182024-03-26T06:37:24.769Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8192024-03-26T06:37:26.442Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8202024-03-26T06:37:27.010Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8212024-03-26T06:37:27.522Z Updating git repository `https://github.com/jgallagher/nix`
8222024-03-26T06:37:28.640Z Updating git repository `https://github.com/cbiffle/hubpack`
8232024-03-26T06:37:29.177Z Updating git repository `https://github.com/oxidecomputer/typify`
8242024-03-26T06:37:31.234Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8252024-03-26T06:37:31.686Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8262024-03-26T06:37:32.188Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8272024-03-26T06:37:32.731Z Updating git repository `https://github.com/oxidecomputer/rfb`
8282024-03-26T06:37:34.502Z Downloading crates ...
8292024-03-26T06:37:34.606Z Downloaded autocfg v1.1.0
8302024-03-26T06:37:34.631Z Downloaded backoff v0.4.0
8312024-03-26T06:37:34.631Z Downloaded atty v0.2.14
8322024-03-26T06:37:34.631Z Downloaded async-trait v0.1.77
8332024-03-26T06:37:34.631Z Downloaded ident_case v1.0.1
8342024-03-26T06:37:34.631Z Downloaded ciborium v0.2.2
8352024-03-26T06:37:34.631Z Downloaded instant v0.1.12
8362024-03-26T06:37:34.631Z Downloaded darling_macro v0.20.3
8372024-03-26T06:37:34.656Z Downloaded defmt-parser v0.3.3
8382024-03-26T06:37:34.656Z Downloaded slog-bunyan v2.5.0
8392024-03-26T06:37:34.656Z Downloaded dhcproto-macros v0.1.0
8402024-03-26T06:37:34.656Z Downloaded smf v0.2.2
8412024-03-26T06:37:34.656Z Downloaded tokio-macros v2.2.0
8422024-03-26T06:37:34.656Z Downloaded utf8parse v0.2.1
8432024-03-26T06:37:34.656Z Downloaded equivalent v1.0.1
8442024-03-26T06:37:34.689Z Downloaded display-error-chain v0.2.0
8452024-03-26T06:37:34.717Z Downloaded headers-core v0.2.0
8462024-03-26T06:37:34.717Z Downloaded pretty-hex v0.4.1
8472024-03-26T06:37:34.717Z Downloaded psl-types v2.0.11
8482024-03-26T06:37:34.717Z Downloaded try-lock v0.2.4
8492024-03-26T06:37:34.717Z Downloaded diesel_table_macro_syntax v0.1.0
8502024-03-26T06:37:34.717Z Downloaded fxhash v0.2.1
8512024-03-26T06:37:34.717Z Downloaded dirs v5.0.1
8522024-03-26T06:37:34.717Z Downloaded russh-cryptovec v0.7.0
8532024-03-26T06:37:34.718Z Downloaded predicates-core v1.0.6
8542024-03-26T06:37:34.718Z Downloaded rustfmt-wrapper v0.2.0
8552024-03-26T06:37:34.718Z Downloaded signal-hook-registry v1.4.1
8562024-03-26T06:37:34.718Z Downloaded foreign-types-shared v0.1.1
8572024-03-26T06:37:34.718Z Downloaded foreign-types-shared v0.3.1
8582024-03-26T06:37:34.747Z Downloaded spin v0.9.8
8592024-03-26T06:37:34.747Z Downloaded tinyvec_macros v0.1.1
8602024-03-26T06:37:34.747Z Downloaded hubpack_derive v0.1.1
8612024-03-26T06:37:34.747Z Downloaded thiserror v1.0.57
8622024-03-26T06:37:34.747Z Downloaded tower-service v0.3.2
8632024-03-26T06:37:34.772Z Downloaded semver v0.11.0
8642024-03-26T06:37:34.772Z Downloaded portpicker v0.1.1
8652024-03-26T06:37:34.772Z Downloaded usdt-attr-macro v0.5.0
8662024-03-26T06:37:34.773Z Downloaded pkg-config v0.3.27
8672024-03-26T06:37:34.773Z Downloaded rand_chacha v0.2.2
8682024-03-26T06:37:34.773Z Downloaded toml v0.8.10
8692024-03-26T06:37:34.798Z Downloaded rand_core v0.6.4
8702024-03-26T06:37:34.798Z Downloaded strum v0.26.1
8712024-03-26T06:37:34.798Z Downloaded zone_cfg_derive v0.1.2
8722024-03-26T06:37:34.798Z Downloaded tracing-core v0.1.32
8732024-03-26T06:37:34.798Z Downloaded structmeta-derive v0.3.0
8742024-03-26T06:37:34.798Z Downloaded http-body v0.4.5
8752024-03-26T06:37:34.798Z Downloaded http-range v0.1.5
8762024-03-26T06:37:34.798Z Downloaded either v1.10.0
8772024-03-26T06:37:34.824Z Downloaded postcard v1.0.8
8782024-03-26T06:37:34.824Z Downloaded rayon-core v1.12.1
8792024-03-26T06:37:34.824Z Downloaded elliptic-curve v0.13.8
8802024-03-26T06:37:34.824Z Downloaded hyper-tls v0.5.0
8812024-03-26T06:37:34.824Z Downloaded unsafe-libyaml v0.2.10
8822024-03-26T06:37:34.849Z Downloaded whoami v1.5.0
8832024-03-26T06:37:34.850Z Downloaded strum_macros v0.26.1
8842024-03-26T06:37:34.850Z Downloaded http v1.0.0
8852024-03-26T06:37:34.850Z Downloaded rayon v1.9.0
8862024-03-26T06:37:34.876Z Downloaded ed25519-dalek v2.0.0
8872024-03-26T06:37:34.876Z Downloaded regress v0.9.0
8882024-03-26T06:37:34.900Z Downloaded winnow v0.6.1
8892024-03-26T06:37:34.901Z Downloaded winnow v0.5.15
8902024-03-26T06:37:34.926Z Downloaded sha3 v0.10.8
8912024-03-26T06:37:34.926Z Downloaded encoding_rs v0.8.33
8922024-03-26T06:37:34.951Z Downloaded libc v0.2.153
8932024-03-26T06:37:34.990Z Downloaded winapi v0.3.9
8942024-03-26T06:37:35.042Z Downloaded openapiv3 v2.0.0
8952024-03-26T06:37:35.066Z Downloaded ring v0.16.20
8962024-03-26T06:37:35.155Z Downloaded ring v0.17.8
8972024-03-26T06:37:35.234Z Downloaded object v0.32.1
8982024-03-26T06:37:35.259Z Downloaded idna v0.3.0
8992024-03-26T06:37:35.259Z Downloaded webpki-roots v0.25.2
9002024-03-26T06:37:35.259Z Downloaded regex-automata v0.4.5
9012024-03-26T06:37:35.284Z Downloaded zerocopy-derive v0.6.4
9022024-03-26T06:37:35.308Z Downloaded zerocopy-derive v0.2.0
9032024-03-26T06:37:35.308Z Downloaded goblin v0.8.0
9042024-03-26T06:37:35.308Z Downloaded vcpkg v0.2.15
9052024-03-26T06:37:35.364Z Downloaded tokio v1.36.0
9062024-03-26T06:37:35.413Z Downloaded openssl v0.10.60
9072024-03-26T06:37:35.437Z Downloaded idna v0.5.0
9082024-03-26T06:37:35.437Z Downloaded idna v0.2.3
9092024-03-26T06:37:35.462Z Downloaded rustix v0.38.31
9102024-03-26T06:37:35.486Z Downloaded serde_with v3.6.1
9112024-03-26T06:37:35.511Z Downloaded h2 v0.3.24
9122024-03-26T06:37:35.511Z Downloaded petgraph v0.6.4
9132024-03-26T06:37:35.535Z Downloaded regex-syntax v0.8.2
9142024-03-26T06:37:35.535Z Downloaded serde_yaml v0.9.25
9152024-03-26T06:37:35.559Z Downloaded syn v2.0.52
9162024-03-26T06:37:35.559Z Downloaded syn v1.0.109
9172024-03-26T06:37:35.584Z Downloaded serde v1.0.197
9182024-03-26T06:37:35.584Z Downloaded http v0.2.12
9192024-03-26T06:37:35.584Z Downloaded toml_edit v0.22.6
9202024-03-26T06:37:35.608Z Downloaded toml_edit v0.19.15
9212024-03-26T06:37:35.635Z Downloaded regex v1.10.3
9222024-03-26T06:37:35.635Z Downloaded hashbrown v0.12.3
9232024-03-26T06:37:35.659Z Downloaded smoltcp v0.11.0
9242024-03-26T06:37:35.659Z Downloaded diesel v2.1.4
9252024-03-26T06:37:35.684Z Downloaded rustls v0.22.2
9262024-03-26T06:37:35.684Z Downloaded sled v0.34.7
9272024-03-26T06:37:35.708Z Downloaded pest v2.7.6
9282024-03-26T06:37:35.708Z Downloaded p521 v0.13.3
9292024-03-26T06:37:35.708Z Downloaded nom v7.1.3
9302024-03-26T06:37:35.733Z Downloaded itertools v0.12.1
9312024-03-26T06:37:35.733Z Downloaded bzip2-sys v0.1.11+1.0.8
9322024-03-26T06:37:35.733Z Downloaded url v2.5.0
9332024-03-26T06:37:35.757Z Downloaded steno v0.4.0
9342024-03-26T06:37:35.757Z Downloaded smoltcp v0.9.1
9352024-03-26T06:37:35.757Z Downloaded libm v0.2.7
9362024-03-26T06:37:35.782Z Downloaded itertools v0.10.5
9372024-03-26T06:37:35.782Z Downloaded ecdsa v0.16.9
9382024-03-26T06:37:35.782Z Downloaded subprocess v0.2.9
9392024-03-26T06:37:35.782Z Downloaded typenum v1.16.0
9402024-03-26T06:37:35.782Z Downloaded tungstenite v0.21.0
9412024-03-26T06:37:35.782Z Downloaded hyper v0.14.28
9422024-03-26T06:37:35.812Z Downloaded zip v0.6.6
9432024-03-26T06:37:35.813Z Downloaded half v2.3.1
9442024-03-26T06:37:35.813Z Downloaded radix_trie v0.2.1
9452024-03-26T06:37:35.813Z Downloaded gimli v0.28.0
9462024-03-26T06:37:35.851Z Downloaded trust-dns-proto v0.22.0
9472024-03-26T06:37:35.851Z Downloaded openssl-sys v0.9.96
9482024-03-26T06:37:35.851Z Downloaded num-bigint v0.4.4
9492024-03-26T06:37:35.852Z Downloaded mio v0.8.11
9502024-03-26T06:37:35.852Z Downloaded minimal-lexical v0.2.1
9512024-03-26T06:37:35.879Z Downloaded memchr v2.7.1
9522024-03-26T06:37:35.879Z Downloaded rustls v0.21.9
9532024-03-26T06:37:35.880Z Downloaded dyn-clone v1.0.17
9542024-03-26T06:37:35.880Z Downloaded reqwest v0.11.24
9552024-03-26T06:37:35.880Z Downloaded tungstenite v0.20.1
9562024-03-26T06:37:35.905Z Downloaded num-traits v0.2.18
9572024-03-26T06:37:35.905Z Downloaded bstr v1.9.0
9582024-03-26T06:37:35.905Z Downloaded ed25519 v2.2.2
9592024-03-26T06:37:35.905Z Downloaded dof v0.3.0
9602024-03-26T06:37:35.905Z Downloaded subtle v2.5.0
9612024-03-26T06:37:35.906Z Downloaded structopt v0.3.26
9622024-03-26T06:37:35.942Z Downloaded semver v1.0.22
9632024-03-26T06:37:35.942Z Downloaded zerocopy v0.7.32
9642024-03-26T06:37:35.942Z Downloaded serde_json v1.0.114
9652024-03-26T06:37:35.968Z Downloaded futures-util v0.3.30
9662024-03-26T06:37:35.968Z Downloaded pest_meta v2.7.6
9672024-03-26T06:37:35.969Z Downloaded p256 v0.13.2
9682024-03-26T06:37:35.969Z Downloaded indexmap v2.2.5
9692024-03-26T06:37:35.969Z Downloaded string_cache v0.8.7
9702024-03-26T06:37:35.969Z Downloaded sha1 v0.10.6
9712024-03-26T06:37:35.969Z Downloaded serde_with_macros v3.6.1
9722024-03-26T06:37:35.969Z Downloaded russh v0.42.0
9732024-03-26T06:37:36.007Z Downloaded regex-automata v0.1.10
9742024-03-26T06:37:36.007Z Downloaded miniz_oxide v0.7.1
9752024-03-26T06:37:36.007Z Downloaded der_derive v0.7.2
9762024-03-26T06:37:36.007Z Downloaded yasna v0.5.2
9772024-03-26T06:37:36.007Z Downloaded strum_macros v0.25.2
9782024-03-26T06:37:36.008Z Downloaded structopt-derive v0.4.18
9792024-03-26T06:37:36.008Z Downloaded sct v0.7.0
9802024-03-26T06:37:36.008Z Downloaded dtrace-parser v0.2.0
9812024-03-26T06:37:36.009Z Downloaded dtrace-parser v0.1.14
9822024-03-26T06:37:36.009Z Downloaded stringprep v0.1.3
9832024-03-26T06:37:36.461Z Downloaded postgres-types v0.2.6
9842024-03-26T06:37:36.462Z Downloaded owo-colors v4.0.0
9852024-03-26T06:37:36.462Z Downloaded embedded-io v0.4.0
9862024-03-26T06:37:36.462Z Downloaded zone v0.1.8
9872024-03-26T06:37:36.462Z Downloaded zerocopy v0.3.0
9882024-03-26T06:37:36.462Z Downloaded xattr v1.0.1
9892024-03-26T06:37:36.462Z Downloaded postgres-protocol v0.6.6
9902024-03-26T06:37:36.463Z Downloaded serde_derive v1.0.197
9912024-03-26T06:37:36.463Z Downloaded tracing v0.1.40
9922024-03-26T06:37:36.463Z Downloaded time v0.3.34
9932024-03-26T06:37:36.463Z Downloaded structmeta v0.3.0
9942024-03-26T06:37:36.463Z Downloaded strsim v0.8.0
9952024-03-26T06:37:36.463Z Downloaded ppv-lite86 v0.2.17
9962024-03-26T06:37:36.463Z Downloaded powerfmt v0.2.0
9972024-03-26T06:37:36.464Z Downloaded iana-time-zone v0.1.57
9982024-03-26T06:37:36.464Z Downloaded usdt v0.5.0
9992024-03-26T06:37:36.464Z Downloaded usdt v0.3.5
10002024-03-26T06:37:36.464Z Downloaded semver-parser v0.10.2
10012024-03-26T06:37:36.577Z Downloaded hostname v0.3.1
10022024-03-26T06:37:36.578Z Downloaded flume v0.11.0
10032024-03-26T06:37:36.578Z Downloaded parking_lot v0.12.1
10042024-03-26T06:37:36.578Z Downloaded curve25519-dalek v4.1.1
10052024-03-26T06:37:36.578Z Downloaded tar v0.4.40
10062024-03-26T06:37:36.578Z Downloaded topological-sort v0.2.2
10072024-03-26T06:37:36.578Z Downloaded toolchain_find v0.2.0
10082024-03-26T06:37:36.578Z Downloaded toml_datetime v0.6.5
10092024-03-26T06:37:36.578Z Downloaded universal-hash v0.5.1
10102024-03-26T06:37:36.578Z Downloaded strsim v0.11.0
10112024-03-26T06:37:36.579Z Downloaded unicode-normalization v0.1.22
10122024-03-26T06:37:36.579Z Downloaded rustls-webpki v0.102.1
10132024-03-26T06:37:36.579Z Downloaded strsim v0.10.0
10142024-03-26T06:37:36.579Z Downloaded precomputed-hash v0.1.1
10152024-03-26T06:37:36.579Z Downloaded ron v0.7.1
10162024-03-26T06:37:36.579Z Downloaded hyper-staticfile v0.9.5
10172024-03-26T06:37:36.579Z Downloaded zeroize_derive v1.4.2
10182024-03-26T06:37:36.579Z Downloaded omicron-zone-package v0.11.0
10192024-03-26T06:37:36.579Z Downloaded rand_core v0.5.1
10202024-03-26T06:37:36.579Z Downloaded rand_chacha v0.3.1
10212024-03-26T06:37:36.579Z Downloaded predicates v3.1.0
10222024-03-26T06:37:36.579Z Downloaded tabwriter v1.4.0
10232024-03-26T06:37:36.580Z Downloaded synstructure v0.12.6
10242024-03-26T06:37:36.580Z Downloaded poly1305 v0.8.0
10252024-03-26T06:37:36.580Z Downloaded platforms v3.0.2
10262024-03-26T06:37:36.580Z Downloaded plain v0.2.3
10272024-03-26T06:37:36.580Z Downloaded pkcs8 v0.10.2
10282024-03-26T06:37:36.580Z Downloaded pin-project-lite v0.2.13
10292024-03-26T06:37:36.580Z Downloaded toml v0.7.8
10302024-03-26T06:37:36.580Z Downloaded serde_urlencoded v0.7.1
10312024-03-26T06:37:36.580Z Downloaded serde_tokenstream v0.2.0
10322024-03-26T06:37:36.580Z Downloaded home v0.5.5
10332024-03-26T06:37:36.580Z Downloaded hash32 v0.3.1
10342024-03-26T06:37:36.580Z Downloaded hash32 v0.2.1
10352024-03-26T06:37:36.581Z Downloaded rand v0.7.3
10362024-03-26T06:37:36.581Z Downloaded rustls-webpki v0.101.7
10372024-03-26T06:37:36.581Z Downloaded native-tls v0.2.11
10382024-03-26T06:37:36.581Z Downloaded rcgen v0.12.1
10392024-03-26T06:37:36.581Z Downloaded untrusted v0.9.0
10402024-03-26T06:37:36.582Z Downloaded untrusted v0.7.1
10412024-03-26T06:37:36.582Z Downloaded unicode-xid v0.2.4
10422024-03-26T06:37:36.582Z Downloaded semver v0.1.20
10432024-03-26T06:37:36.582Z Downloaded pest_derive v2.7.6
10442024-03-26T06:37:36.582Z Downloaded pem-rfc7468 v0.7.0
10452024-03-26T06:37:36.582Z Downloaded password-hash v0.5.0
10462024-03-26T06:37:36.582Z Downloaded password-hash v0.4.2
10472024-03-26T06:37:36.582Z Downloaded parking_lot_core v0.9.8
10482024-03-26T06:37:36.583Z Downloaded once_cell v1.19.0
10492024-03-26T06:37:36.583Z Downloaded polyval v0.6.1
10502024-03-26T06:37:36.583Z Downloaded tracing-attributes v0.1.27
10512024-03-26T06:37:36.583Z Downloaded serde_arrays v0.1.0
10522024-03-26T06:37:36.583Z Downloaded pin-utils v0.1.0
10532024-03-26T06:37:36.583Z Downloaded phf_shared v0.11.2
10542024-03-26T06:37:36.583Z Downloaded unicode-width v0.1.11
10552024-03-26T06:37:36.583Z Downloaded group v0.13.0
10562024-03-26T06:37:36.583Z Downloaded usdt-attr-macro v0.3.5
10572024-03-26T06:37:36.583Z Downloaded take_mut v0.2.2
10582024-03-26T06:37:36.584Z Downloaded sync_wrapper v0.1.2
10592024-03-26T06:37:36.584Z Downloaded swrite v0.1.0
10602024-03-26T06:37:36.584Z Downloaded float-cmp v0.9.0
10612024-03-26T06:37:36.584Z Downloaded unicode-segmentation v1.10.1
10622024-03-26T06:37:36.584Z Downloaded term v0.7.0
10632024-03-26T06:37:36.584Z Downloaded tempfile v3.10.0
10642024-03-26T06:37:36.584Z Downloaded zerocopy v0.6.4
10652024-03-26T06:37:36.584Z Downloaded dirs-next v2.0.0
10662024-03-26T06:37:36.584Z Downloaded hkdf v0.12.4
10672024-03-26T06:37:36.584Z Downloaded parking_lot_core v0.8.6
10682024-03-26T06:37:36.584Z Downloaded parking_lot v0.11.2
10692024-03-26T06:37:36.585Z Downloaded num-rational v0.4.1
10702024-03-26T06:37:36.585Z Downloaded log v0.4.21
10712024-03-26T06:37:36.585Z Downloaded fnv v1.0.7
10722024-03-26T06:37:36.585Z Downloaded enum-as-inner v0.5.1
10732024-03-26T06:37:36.585Z Downloaded zeroize v1.7.0
10742024-03-26T06:37:36.585Z Downloaded tinyvec v1.6.0
10752024-03-26T06:37:36.585Z Downloaded rand v0.8.5
10762024-03-26T06:37:36.585Z Downloaded num-iter v0.1.44
10772024-03-26T06:37:36.585Z Downloaded num-complex v0.4.4
10782024-03-26T06:37:36.585Z Downloaded newtype-uuid v1.0.1
10792024-03-26T06:37:36.586Z Downloaded multer v3.0.0
10802024-03-26T06:37:36.586Z Downloaded mime_guess v2.0.4
10812024-03-26T06:37:36.586Z Downloaded memmap2 v0.7.1
10822024-03-26T06:37:36.586Z Downloaded md-5 v0.10.5
10832024-03-26T06:37:36.586Z Downloaded foreign-types v0.3.2
10842024-03-26T06:37:36.586Z Downloaded endian-type v0.1.2
10852024-03-26T06:37:36.586Z Downloaded termcolor v1.2.0
10862024-03-26T06:37:36.586Z Downloaded rfc6979 v0.4.0
10872024-03-26T06:37:36.586Z Downloaded resolv-conf v0.7.0
10882024-03-26T06:37:36.587Z Downloaded hyper-rustls v0.24.2
10892024-03-26T06:37:36.587Z Downloaded humantime v2.1.0
10902024-03-26T06:37:36.587Z Downloaded hubpack v0.1.2
10912024-03-26T06:37:36.587Z Downloaded httpdate v1.0.3
10922024-03-26T06:37:36.587Z Downloaded httparse v1.8.0
10932024-03-26T06:37:36.587Z Downloaded zerocopy-derive v0.7.32
10942024-03-26T06:37:36.587Z Downloaded time-macros v0.2.17
10952024-03-26T06:37:36.587Z Downloaded futures v0.3.30
10962024-03-26T06:37:36.587Z Downloaded socket2 v0.5.5
10972024-03-26T06:37:36.588Z Downloaded sec1 v0.7.3
10982024-03-26T06:37:36.588Z Downloaded dof v0.1.5
10992024-03-26T06:37:36.588Z Downloaded phf v0.11.2
11002024-03-26T06:37:36.588Z Downloaded pest_generator v2.7.6
11012024-03-26T06:37:36.636Z Downloaded pem v3.0.2
11022024-03-26T06:37:36.637Z Downloaded parse-display-derive v0.9.0
11032024-03-26T06:37:36.637Z Downloaded parse-display v0.9.0
11042024-03-26T06:37:36.637Z Downloaded clap v2.34.0
11052024-03-26T06:37:36.637Z Downloaded chrono v0.4.34
11062024-03-26T06:37:36.637Z Downloaded textwrap v0.11.0
11072024-03-26T06:37:36.637Z Downloaded terminal_size v0.3.0
11082024-03-26T06:37:36.637Z Downloaded serde_derive_internals v0.26.0
11092024-03-26T06:37:36.637Z Downloaded futures-channel v0.3.30
11102024-03-26T06:37:36.637Z Downloaded unicode-ident v1.0.12
11112024-03-26T06:37:36.637Z Downloaded unicode-bidi v0.3.15
11122024-03-26T06:37:36.637Z Downloaded ucd-trie v0.1.6
11132024-03-26T06:37:36.637Z Downloaded percent-encoding v2.3.1
11142024-03-26T06:37:36.637Z Downloaded pbkdf2 v0.12.2
11152024-03-26T06:37:36.637Z Downloaded pbkdf2 v0.11.0
11162024-03-26T06:37:36.637Z Downloaded paste v1.0.14
11172024-03-26T06:37:36.637Z Downloaded serde_tokenstream v0.1.7
11182024-03-26T06:37:36.637Z Downloaded serde_spanned v0.6.5
11192024-03-26T06:37:36.637Z Downloaded serde_repr v0.1.16
11202024-03-26T06:37:36.637Z Downloaded futures-io v0.3.30
11212024-03-26T06:37:36.637Z Downloaded futures-executor v0.3.30
11222024-03-26T06:37:36.637Z Downloaded socket2 v0.4.9
11232024-03-26T06:37:36.638Z Downloaded signal-hook v0.3.17
11242024-03-26T06:37:36.638Z Downloaded hashbrown v0.14.3
11252024-03-26T06:37:36.638Z Downloaded indexmap v1.9.3
11262024-03-26T06:37:36.638Z Downloaded time-core v0.1.2
11272024-03-26T06:37:36.638Z Downloaded serde_path_to_error v0.1.16
11282024-03-26T06:37:36.638Z Downloaded futures-task v0.3.30
11292024-03-26T06:37:36.638Z Downloaded futures-sink v0.3.30
11302024-03-26T06:37:36.638Z Downloaded futures-macro v0.3.30
11312024-03-26T06:37:36.638Z Downloaded futures-core v0.3.30
11322024-03-26T06:37:36.638Z Downloaded form_urlencoded v1.2.1
11332024-03-26T06:37:36.638Z Downloaded foreign-types-macros v0.2.3
11342024-03-26T06:37:36.638Z Downloaded foreign-types v0.5.0
11352024-03-26T06:37:36.638Z Downloaded derive-where v1.2.7
11362024-03-26T06:37:36.638Z Downloaded trust-dns-server v0.22.1
11372024-03-26T06:37:36.638Z Downloaded trust-dns-resolver v0.22.0
11382024-03-26T06:37:36.638Z Downloaded trust-dns-client v0.22.0
11392024-03-26T06:37:36.638Z Downloaded num_enum v0.5.11
11402024-03-26T06:37:36.638Z Downloaded num-integer v0.1.46
11412024-03-26T06:37:36.638Z Downloaded memmap v0.7.0
11422024-03-26T06:37:36.638Z Downloaded lock_api v0.4.10
11432024-03-26T06:37:36.639Z Downloaded unicase v2.7.0
11442024-03-26T06:37:36.639Z Downloaded sha2 v0.10.8
11452024-03-26T06:37:36.639Z Downloaded derive_more v0.99.17
11462024-03-26T06:37:36.639Z Downloaded num_enum v0.7.2
11472024-03-26T06:37:36.639Z Downloaded num_cpus v1.16.0
11482024-03-26T06:37:36.639Z Downloaded num-derive v0.4.0
11492024-03-26T06:37:36.639Z Downloaded nibble_vec v0.1.0
11502024-03-26T06:37:36.639Z Downloaded static_assertions v1.1.0
11512024-03-26T06:37:36.639Z Downloaded stable_deref_trait v1.2.0
11522024-03-26T06:37:36.639Z Downloaded spki v0.7.2
11532024-03-26T06:37:36.639Z Downloaded spin v0.5.2
11542024-03-26T06:37:36.639Z Downloaded rustc-demangle v0.1.23
11552024-03-26T06:37:36.639Z Downloaded russh-keys v0.42.0
11562024-03-26T06:37:36.639Z Downloaded num_enum_derive v0.7.2
11572024-03-26T06:37:36.639Z Downloaded nanorand v0.7.0
11582024-03-26T06:37:36.639Z Downloaded signal-hook-mio v0.2.3
11592024-03-26T06:37:36.639Z Downloaded quote v1.0.35
11602024-03-26T06:37:36.639Z Downloaded diesel_derives v2.1.2
11612024-03-26T06:37:36.639Z Downloaded num_enum_derive v0.5.11
11622024-03-26T06:37:36.639Z Downloaded num v0.4.1
11632024-03-26T06:37:36.639Z Downloaded mime v0.3.17
11642024-03-26T06:37:36.639Z Downloaded managed v0.8.0
11652024-03-26T06:37:36.640Z Downloaded macaddr v1.0.1
11662024-03-26T06:37:36.640Z Downloaded bstr v0.2.17
11672024-03-26T06:37:36.640Z Downloaded rustc_version v0.4.0
11682024-03-26T06:37:36.640Z Downloaded rustc_version v0.1.7
11692024-03-26T06:37:36.640Z Downloaded r2d2 v0.8.10
11702024-03-26T06:37:36.640Z Downloaded getrandom v0.2.12
11712024-03-26T06:37:36.640Z Downloaded getrandom v0.1.16
11722024-03-26T06:37:36.640Z Downloaded generic-array v0.14.7
11732024-03-26T06:37:36.640Z Downloaded secrecy v0.8.0
11742024-03-26T06:37:36.640Z Downloaded schemars v0.8.16
11752024-03-26T06:37:36.640Z Downloaded publicsuffix v2.2.3
11762024-03-26T06:37:36.640Z Downloaded clap_builder v4.5.1
11772024-03-26T06:37:36.640Z Downloaded glob v0.3.1
11782024-03-26T06:37:36.640Z Downloaded ghash v0.5.0
11792024-03-26T06:37:36.640Z Downloaded getopts v0.2.21
11802024-03-26T06:37:36.640Z Downloaded gethostname v0.4.3
11812024-03-26T06:37:36.640Z Downloaded scroll_derive v0.12.0
11822024-03-26T06:37:36.640Z Downloaded headers v0.3.9
11832024-03-26T06:37:36.640Z Downloaded tokio-util v0.7.10
11842024-03-26T06:37:36.640Z Downloaded vsss-rs v3.3.4
11852024-03-26T06:37:36.640Z Downloaded ryu v1.0.15
11862024-03-26T06:37:36.641Z Downloaded rustls-pemfile v2.1.1
11872024-03-26T06:37:36.641Z Downloaded heapless v0.8.0
11882024-03-26T06:37:36.641Z Downloaded heapless v0.7.16
11892024-03-26T06:37:36.641Z Downloaded phf_shared v0.10.0
11902024-03-26T06:37:36.641Z Downloaded openssl-macros v0.1.1
11912024-03-26T06:37:36.641Z Downloaded digest v0.10.7
11922024-03-26T06:37:36.641Z Downloaded difflib v0.4.0
11932024-03-26T06:37:36.641Z Downloaded deranged v0.3.11
11942024-03-26T06:37:36.641Z Downloaded walkdir v2.4.0
11952024-03-26T06:37:36.641Z Downloaded version_check v0.9.4
11962024-03-26T06:37:36.641Z Downloaded thiserror-no-std v2.0.2
11972024-03-26T06:37:36.641Z Downloaded flate2 v1.0.28
11982024-03-26T06:37:36.641Z Downloaded vec_map v0.8.2
11992024-03-26T06:37:36.641Z Downloaded scroll v0.12.0
12002024-03-26T06:37:36.641Z Downloaded rustls-pemfile v1.0.3
12012024-03-26T06:37:36.666Z Downloaded proc-macro2 v1.0.78
12022024-03-26T06:37:36.666Z Downloaded option-ext v0.2.0
12032024-03-26T06:37:36.667Z Downloaded openssl-probe v0.1.5
12042024-03-26T06:37:36.667Z Downloaded der v0.7.8
12052024-03-26T06:37:36.667Z Downloaded crossterm v0.27.0
12062024-03-26T06:37:36.667Z Downloaded want v0.3.1
12072024-03-26T06:37:36.667Z Downloaded waitgroup v0.1.2
12082024-03-26T06:37:36.667Z Downloaded thread-id v4.2.0
12092024-03-26T06:37:36.667Z Downloaded thiserror-impl-no-std v2.0.2
12102024-03-26T06:37:36.667Z Downloaded thiserror-impl v1.0.57
12112024-03-26T06:37:36.667Z Downloaded scopeguard v1.2.0
12122024-03-26T06:37:36.667Z Downloaded schemars_derive v0.8.16
12132024-03-26T06:37:36.667Z Downloaded scheduled-thread-pool v0.2.7
12142024-03-26T06:37:36.667Z Downloaded same-file v1.0.6
12152024-03-26T06:37:36.667Z Downloaded rustversion v1.0.14
12162024-03-26T06:37:36.667Z Downloaded rustls-pki-types v1.3.0
12172024-03-26T06:37:36.667Z Downloaded proc-macro-crate v1.3.1
12182024-03-26T06:37:36.667Z Downloaded hmac v0.12.1
12192024-03-26T06:37:36.667Z Downloaded linked-hash-map v0.5.6
12202024-03-26T06:37:36.667Z Downloaded libsw v3.3.1
12212024-03-26T06:37:36.667Z Downloaded keccak v0.1.4
12222024-03-26T06:37:36.667Z Downloaded itoa v1.0.9
12232024-03-26T06:37:36.668Z Downloaded ipnet v2.9.0
12242024-03-26T06:37:36.668Z Downloaded thread_local v1.1.7
12252024-03-26T06:37:36.668Z Downloaded quick-error v1.2.3
12262024-03-26T06:37:36.668Z Downloaded proc-macro-error v1.0.4
12272024-03-26T06:37:36.668Z Downloaded tokio-postgres v0.7.10
12282024-03-26T06:37:36.668Z Downloaded new_debug_unreachable v1.0.4
12292024-03-26T06:37:36.668Z Downloaded matches v0.1.10
12302024-03-26T06:37:36.668Z Downloaded linear-map v1.2.0
12312024-03-26T06:37:36.668Z Downloaded libefi-sys v0.1.0
12322024-03-26T06:37:36.668Z Downloaded lazy_static v1.4.0
12332024-03-26T06:37:36.668Z Downloaded lalrpop-util v0.19.12
12342024-03-26T06:37:36.668Z Downloaded kstat-rs v0.2.3
12352024-03-26T06:37:36.668Z Downloaded crossbeam-channel v0.5.8
12362024-03-26T06:37:36.668Z Downloaded proc-macro-error-attr v1.0.4
12372024-03-26T06:37:36.668Z Downloaded primeorder v0.13.6
12382024-03-26T06:37:36.668Z Downloaded hex-literal v0.4.1
12392024-03-26T06:37:36.668Z Downloaded hex v0.4.3
12402024-03-26T06:37:36.668Z Downloaded heck v0.4.1
12412024-03-26T06:37:36.668Z Downloaded heck v0.3.3
12422024-03-26T06:37:36.668Z Downloaded filetime v0.2.23
12432024-03-26T06:37:36.669Z Downloaded erased-serde v0.3.31
12442024-03-26T06:37:36.669Z Downloaded env_logger v0.9.3
12452024-03-26T06:37:36.669Z Downloaded dhcproto v0.11.0
12462024-03-26T06:37:36.694Z Downloaded toml v0.5.11
12472024-03-26T06:37:36.694Z Downloaded newtype_derive v0.1.6
12482024-03-26T06:37:36.694Z Downloaded base64 v0.22.0
12492024-03-26T06:37:36.694Z Downloaded backtrace v0.3.69
12502024-03-26T06:37:36.694Z Downloaded pretty-hex v0.2.1
12512024-03-26T06:37:36.694Z Downloaded flagset v0.4.3
12522024-03-26T06:37:36.695Z Downloaded fallible-iterator v0.2.0
12532024-03-26T06:37:36.695Z Downloaded errno v0.3.8
12542024-03-26T06:37:36.695Z Downloaded uuid v1.7.0
12552024-03-26T06:37:36.695Z Downloaded fixedbitset v0.4.2
12562024-03-26T06:37:36.720Z Downloaded ff v0.13.0
12572024-03-26T06:37:36.720Z Downloaded fastrand v2.0.1
12582024-03-26T06:37:36.720Z Downloaded slog v2.7.0
12592024-03-26T06:37:36.720Z Downloaded crypto-bigint v0.5.2
12602024-03-26T06:37:36.720Z Downloaded dirs-sys-next v0.1.2
12612024-03-26T06:37:36.720Z Downloaded dirs-sys v0.4.1
12622024-03-26T06:37:36.720Z Downloaded uuid v0.8.2
12632024-03-26T06:37:36.720Z Downloaded usdt-impl v0.5.0
12642024-03-26T06:37:36.720Z Downloaded usdt-impl v0.3.5
12652024-03-26T06:37:36.720Z Downloaded tokio-tungstenite v0.21.0
12662024-03-26T06:37:36.720Z Downloaded tokio-rustls v0.25.0
12672024-03-26T06:37:36.746Z Downloaded tokio-rustls v0.24.1
12682024-03-26T06:37:36.746Z Downloaded opaque-debug v0.3.0
12692024-03-26T06:37:36.746Z Downloaded num_threads v0.1.6
12702024-03-26T06:37:36.746Z Downloaded num-conv v0.1.0
12712024-03-26T06:37:36.746Z Downloaded tokio-tungstenite v0.20.1
12722024-03-26T06:37:36.746Z Downloaded tokio-stream v0.1.14
12732024-03-26T06:37:36.747Z Downloaded tokio-native-tls v0.3.1
12742024-03-26T06:37:36.747Z Downloaded similar v2.4.0
12752024-03-26T06:37:36.747Z Downloaded match_cfg v0.1.0
12762024-03-26T06:37:36.747Z Downloaded defmt v0.3.5
12772024-03-26T06:37:36.771Z Downloaded darling_core v0.20.3
12782024-03-26T06:37:36.772Z Downloaded chacha20poly1305 v0.10.1
12792024-03-26T06:37:36.772Z Downloaded cc v1.0.83
12802024-03-26T06:37:36.772Z Downloaded utf-8 v0.7.6
12812024-03-26T06:37:36.772Z Downloaded usdt-macro v0.3.5
12822024-03-26T06:37:36.772Z Downloaded smallvec v1.13.1
12832024-03-26T06:37:36.772Z Downloaded slog-term v2.9.0
12842024-03-26T06:37:36.772Z Downloaded bytes v1.5.0
12852024-03-26T06:37:36.772Z Downloaded normalize-line-endings v0.3.0
12862024-03-26T06:37:36.772Z Downloaded crossbeam-utils v0.8.19
12872024-03-26T06:37:36.805Z Downloaded crc32fast v1.3.2
12882024-03-26T06:37:36.805Z Downloaded cookie_store v0.20.0
12892024-03-26T06:37:36.805Z Downloaded clap v4.5.1
12902024-03-26T06:37:36.805Z Downloaded slog-json v2.6.1
12912024-03-26T06:37:36.805Z Downloaded crossbeam-epoch v0.9.18
12922024-03-26T06:37:36.805Z Downloaded const-oid v0.9.6
12932024-03-26T06:37:36.805Z Downloaded clap_derive v4.5.0
12942024-03-26T06:37:36.830Z Downloaded usdt-macro v0.5.0
12952024-03-26T06:37:36.830Z Downloaded slog-stdlog v4.1.1
12962024-03-26T06:37:36.830Z Downloaded slog-scope v4.4.0
12972024-03-26T06:37:36.830Z Downloaded slog-envlogger v2.2.0
12982024-03-26T06:37:36.830Z Downloaded slog-dtrace v0.3.0
12992024-03-26T06:37:36.830Z Downloaded slog-async v2.8.0
13002024-03-26T06:37:36.831Z Downloaded slab v0.4.9
13012024-03-26T06:37:36.831Z Downloaded md5 v0.7.0
13022024-03-26T06:37:36.831Z Downloaded lru-cache v0.1.2
13032024-03-26T06:37:36.831Z Downloaded ipnetwork v0.20.0
13042024-03-26T06:37:36.831Z Downloaded internet-checksum v0.2.1
13052024-03-26T06:37:36.831Z Downloaded inout v0.1.3
13062024-03-26T06:37:36.831Z Downloaded data-encoding v2.4.0
13072024-03-26T06:37:36.831Z Downloaded darling v0.20.3
13082024-03-26T06:37:36.831Z Downloaded cookie v0.17.0
13092024-03-26T06:37:36.831Z Downloaded console v0.15.8
13102024-03-26T06:37:36.831Z Downloaded chacha20 v0.9.1
13112024-03-26T06:37:36.831Z Downloaded camino-tempfile v1.1.1
13122024-03-26T06:37:36.869Z Downloaded camino v1.1.6
13132024-03-26T06:37:36.869Z Downloaded siphasher v0.3.11
13142024-03-26T06:37:36.869Z Downloaded signature v2.1.0
13152024-03-26T06:37:36.869Z Downloaded debug-ignore v1.0.5
13162024-03-26T06:37:36.869Z Downloaded ctr v0.9.2
13172024-03-26T06:37:36.869Z Downloaded cobs v0.2.3
13182024-03-26T06:37:36.869Z Downloaded clap_lex v0.7.0
13192024-03-26T06:37:36.869Z Downloaded cipher v0.4.4
13202024-03-26T06:37:36.869Z Downloaded cancel-safe-futures v0.1.5
13212024-03-26T06:37:36.870Z Downloaded bitflags v2.4.2
13222024-03-26T06:37:36.870Z Downloaded defmt-macros v0.3.6
13232024-03-26T06:37:36.870Z Downloaded crossbeam-deque v0.8.3
13242024-03-26T06:37:36.870Z Downloaded cpufeatures v0.2.12
13252024-03-26T06:37:36.870Z Downloaded convert_case v0.4.0
13262024-03-26T06:37:36.870Z Downloaded colored v2.1.0
13272024-03-26T06:37:36.870Z Downloaded byteorder v1.5.0
13282024-03-26T06:37:36.870Z Downloaded block-padding v0.3.3
13292024-03-26T06:37:36.870Z Downloaded bitflags v1.3.2
13302024-03-26T06:37:36.896Z Downloaded bit-set v0.5.3
13312024-03-26T06:37:36.896Z Downloaded base16ct v0.2.0
13322024-03-26T06:37:36.896Z Downloaded curve25519-dalek-derive v0.1.0
13332024-03-26T06:37:36.896Z Downloaded cstr-argument v0.1.2
13342024-03-26T06:37:36.896Z Downloaded crypto-common v0.1.6
13352024-03-26T06:37:36.896Z Downloaded crucible-workspace-hack v0.1.0
13362024-03-26T06:37:36.896Z Downloaded constant_time_eq v0.3.0
13372024-03-26T06:37:36.896Z Downloaded colorchoice v1.0.0
13382024-03-26T06:37:36.897Z Downloaded ciborium-io v0.2.2
13392024-03-26T06:37:36.897Z Downloaded cfg-if v1.0.0
13402024-03-26T06:37:36.897Z Downloaded cbc v0.1.2
13412024-03-26T06:37:36.897Z Downloaded blake3 v1.5.0
13422024-03-26T06:37:36.897Z Downloaded ciborium-ll v0.2.2
13432024-03-26T06:37:36.897Z Downloaded base64ct v1.6.0
13442024-03-26T06:37:36.897Z Downloaded base64 v0.13.1
13452024-03-26T06:37:36.921Z Downloaded bcrypt-pbkdf v0.10.0
13462024-03-26T06:37:36.921Z Downloaded bzip2 v0.4.4
13472024-03-26T06:37:36.921Z Downloaded blowfish v0.9.1
13482024-03-26T06:37:36.921Z Downloaded block-buffer v0.10.4
13492024-03-26T06:37:36.921Z Downloaded blake2 v0.10.6
13502024-03-26T06:37:36.921Z Downloaded bitstruct_derive v0.1.0
13512024-03-26T06:37:36.921Z Downloaded bitstruct v0.1.1
13522024-03-26T06:37:36.922Z Downloaded bit-vec v0.6.3
13532024-03-26T06:37:36.922Z Downloaded base64 v0.21.7
13542024-03-26T06:37:36.922Z Downloaded ascii v1.1.0
13552024-03-26T06:37:36.922Z Downloaded arc-swap v1.6.0
13562024-03-26T06:37:36.922Z Downloaded anyhow v1.0.79
13572024-03-26T06:37:36.946Z Downloaded anstyle-parse v0.2.1
13582024-03-26T06:37:36.946Z Downloaded aho-corasick v1.1.2
13592024-03-26T06:37:36.946Z Downloaded ahash v0.8.8
13602024-03-26T06:37:36.946Z Downloaded aes-gcm v0.10.3
13612024-03-26T06:37:36.947Z Downloaded aes v0.8.3
13622024-03-26T06:37:36.947Z Downloaded atomicwrites v0.4.3
13632024-03-26T06:37:36.947Z Downloaded atomic-waker v1.1.1
13642024-03-26T06:37:36.971Z Downloaded async-stream-impl v0.3.5
13652024-03-26T06:37:36.971Z Downloaded async-stream v0.3.5
13662024-03-26T06:37:36.971Z Downloaded arrayvec v0.7.4
13672024-03-26T06:37:36.971Z Downloaded arrayref v0.3.7
13682024-03-26T06:37:36.971Z Downloaded argon2 v0.5.3
13692024-03-26T06:37:36.971Z Downloaded anstyle-query v1.0.0
13702024-03-26T06:37:36.971Z Downloaded anstyle v1.0.6
13712024-03-26T06:37:36.971Z Downloaded anstream v0.6.11
13722024-03-26T06:37:36.972Z Downloaded ansi_term v0.12.1
13732024-03-26T06:37:36.972Z Downloaded allocator-api2 v0.2.16
13742024-03-26T06:37:36.972Z Downloaded aead v0.5.2
13752024-03-26T06:37:36.972Z Downloaded adler v1.0.2
13762024-03-26T06:37:36.972Z Downloaded addr2line v0.21.0
13772024-03-26T06:37:37.303Z Compiling proc-macro2 v1.0.78
13782024-03-26T06:37:37.303Z Compiling unicode-ident v1.0.12
13792024-03-26T06:37:37.328Z Compiling libc v0.2.153
13802024-03-26T06:37:37.328Z Compiling serde v1.0.197
13812024-03-26T06:37:37.329Z Compiling version_check v0.9.4
13822024-03-26T06:37:37.329Z Compiling cfg-if v1.0.0
13832024-03-26T06:37:37.329Z Compiling autocfg v1.1.0
13842024-03-26T06:37:37.531Z Compiling syn v1.0.109
13852024-03-26T06:37:37.556Z Compiling thiserror v1.0.57
13862024-03-26T06:37:37.581Z Compiling once_cell v1.19.0
13872024-03-26T06:37:38.051Z Compiling typenum v1.16.0
13882024-03-26T06:37:38.104Z Compiling parking_lot_core v0.9.8
13892024-03-26T06:37:38.146Z Compiling generic-array v0.14.7
13902024-03-26T06:37:38.201Z Compiling lock_api v0.4.10
13912024-03-26T06:37:38.238Z Compiling byteorder v1.5.0
13922024-03-26T06:37:38.435Z Compiling libm v0.2.7
13932024-03-26T06:37:38.496Z Compiling memchr v2.7.1
13942024-03-26T06:37:38.534Z Compiling serde_json v1.0.114
13952024-03-26T06:37:38.677Z Compiling num-traits v0.2.18
13962024-03-26T06:37:38.761Z Compiling ahash v0.8.8
13972024-03-26T06:37:38.945Z Compiling quote v1.0.35
13982024-03-26T06:37:38.978Z Compiling log v0.4.21
13992024-03-26T06:37:39.095Z Compiling itoa v1.0.9
14002024-03-26T06:37:39.308Z Compiling syn v2.0.52
14012024-03-26T06:37:39.465Z Compiling getrandom v0.2.12
14022024-03-26T06:37:39.492Z Compiling cc v1.0.83
14032024-03-26T06:37:39.773Z Compiling rand_core v0.6.4
14042024-03-26T06:37:39.846Z Compiling scopeguard v1.2.0
14052024-03-26T06:37:39.971Z Compiling slab v0.4.9
14062024-03-26T06:37:40.398Z Compiling smallvec v1.13.1
14072024-03-26T06:37:40.802Z Compiling allocator-api2 v0.2.16
14082024-03-26T06:37:41.050Z Compiling ryu v1.0.15
14092024-03-26T06:37:41.076Z Compiling heck v0.4.1
14102024-03-26T06:37:41.453Z Compiling schemars v0.8.16
14112024-03-26T06:37:41.485Z Compiling subtle v2.5.0
14122024-03-26T06:37:41.523Z Compiling pin-project-lite v0.2.13
14132024-03-26T06:37:41.630Z Compiling pkg-config v0.3.27
14142024-03-26T06:37:41.778Z Compiling equivalent v1.0.1
14152024-03-26T06:37:41.830Z Compiling signal-hook-registry v1.4.1
14162024-03-26T06:37:41.914Z Compiling parking_lot v0.12.1
14172024-03-26T06:37:42.352Z Compiling mio v0.8.11
14182024-03-26T06:37:43.000Z Compiling ring v0.17.8
14192024-03-26T06:37:43.123Z Compiling num_cpus v1.16.0
14202024-03-26T06:37:43.246Z Compiling socket2 v0.5.5
14212024-03-26T06:37:43.863Z Compiling time-core v0.1.2
14222024-03-26T06:37:43.888Z Compiling num-conv v0.1.0
14232024-03-26T06:37:43.961Z Compiling futures-core v0.3.30
14242024-03-26T06:37:44.048Z Compiling vcpkg v0.2.15
14252024-03-26T06:37:44.075Z Compiling httparse v1.8.0
14262024-03-26T06:37:44.126Z Compiling time-macros v0.2.17
14272024-03-26T06:37:44.203Z Compiling const-oid v0.9.6
14282024-03-26T06:37:44.734Z Compiling ucd-trie v0.1.6
14292024-03-26T06:37:45.282Z Compiling serde_derive_internals v0.26.0
14302024-03-26T06:37:45.311Z Compiling fnv v1.0.7
14312024-03-26T06:37:45.476Z Compiling openssl-sys v0.9.96
14322024-03-26T06:37:45.752Z Compiling futures-sink v0.3.30
14332024-03-26T06:37:45.890Z Compiling slog v2.7.0
14342024-03-26T06:37:45.945Z Compiling ring v0.16.20
14352024-03-26T06:37:46.235Z Compiling spin v0.5.2
14362024-03-26T06:37:46.475Z Compiling futures-channel v0.3.30
14372024-03-26T06:37:46.502Z Compiling futures-task v0.3.30
14382024-03-26T06:37:46.573Z Compiling pin-utils v0.1.0
14392024-03-26T06:37:46.659Z Compiling futures-io v0.3.30
14402024-03-26T06:37:46.740Z Compiling openssl v0.10.60
14412024-03-26T06:37:46.770Z Compiling iana-time-zone v0.1.57
14422024-03-26T06:37:46.874Z Compiling rustix v0.38.31
14432024-03-26T06:37:46.990Z Compiling async-trait v0.1.77
14442024-03-26T06:37:47.054Z Compiling backtrace v0.3.69
14452024-03-26T06:37:47.228Z Compiling native-tls v0.2.11
14462024-03-26T06:37:47.259Z Compiling rustls v0.21.9
14472024-03-26T06:37:47.378Z Compiling semver v1.0.22
14482024-03-26T06:37:47.455Z Compiling cpufeatures v0.2.12
14492024-03-26T06:37:47.481Z Compiling crossbeam-utils v0.8.19
14502024-03-26T06:37:47.506Z Compiling tinyvec_macros v0.1.1
14512024-03-26T06:37:47.536Z Compiling cookie v0.17.0
14522024-03-26T06:37:47.566Z Compiling anyhow v1.0.79
14532024-03-26T06:37:47.603Z Compiling tinyvec v1.6.0
14542024-03-26T06:37:47.978Z Compiling aho-corasick v1.1.2
14552024-03-26T06:37:48.006Z Compiling uuid v0.8.2
14562024-03-26T06:37:48.033Z Compiling unicode-bidi v0.3.15
14572024-03-26T06:37:48.500Z Compiling dyn-clone v1.0.17
14582024-03-26T06:37:48.679Z Compiling regex-syntax v0.8.2
14592024-03-26T06:37:48.883Z Compiling unicode-normalization v0.1.22
14602024-03-26T06:37:49.137Z Compiling ppv-lite86 v0.2.17
14612024-03-26T06:37:49.606Z Compiling tracing-core v0.1.32
14622024-03-26T06:37:49.973Z Compiling serde_derive v1.0.197
14632024-03-26T06:37:50.215Z Compiling zeroize_derive v1.4.2
14642024-03-26T06:37:50.316Z Compiling thiserror-impl v1.0.57
14652024-03-26T06:37:50.622Z Compiling zerocopy-derive v0.7.32
14662024-03-26T06:37:50.938Z Compiling tokio-macros v2.2.0
14672024-03-26T06:37:51.552Z Compiling zeroize v1.7.0
14682024-03-26T06:37:51.698Z Compiling futures-macro v0.3.30
14692024-03-26T06:37:51.773Z Compiling tracing-attributes v0.1.27
14702024-03-26T06:37:52.198Z Compiling schemars_derive v0.8.16
14712024-03-26T06:37:52.302Z Compiling zerocopy v0.7.32
14722024-03-26T06:37:52.916Z Compiling pest v2.7.6
14732024-03-26T06:37:53.055Z Compiling crypto-common v0.1.6
14742024-03-26T06:37:53.248Z Compiling block-buffer v0.10.4
14752024-03-26T06:37:53.497Z Compiling digest v0.10.7
14762024-03-26T06:37:53.580Z Compiling futures-util v0.3.30
14772024-03-26T06:37:53.923Z Compiling openssl-macros v0.1.1
14782024-03-26T06:37:54.011Z Compiling hashbrown v0.14.3
14792024-03-26T06:37:54.660Z Compiling regex-automata v0.4.5
14802024-03-26T06:37:54.795Z Compiling pest_meta v2.7.6
14812024-03-26T06:37:55.200Z Compiling winnow v0.5.15
14822024-03-26T06:37:56.533Z Compiling pest_generator v2.7.6
14832024-03-26T06:37:56.667Z Compiling tracing v0.1.40
14842024-03-26T06:37:58.267Z Compiling percent-encoding v2.3.1
14852024-03-26T06:37:58.292Z Compiling pest_derive v2.7.6
14862024-03-26T06:37:58.317Z Compiling der_derive v0.7.2
14872024-03-26T06:37:58.722Z Compiling regex v1.10.3
14882024-03-26T06:37:58.790Z Compiling scroll_derive v0.12.0
14892024-03-26T06:37:59.033Z Compiling rand_chacha v0.3.1
14902024-03-26T06:37:59.739Z Compiling powerfmt v0.2.0
14912024-03-26T06:38:00.017Z Compiling deranged v0.3.11
14922024-03-26T06:38:00.155Z Compiling rand v0.8.5
14932024-03-26T06:38:00.278Z Compiling spin v0.9.8
14942024-03-26T06:38:00.774Z Compiling bytes v1.5.0
14952024-03-26T06:38:00.984Z Compiling indexmap v2.2.5
14962024-03-26T06:38:01.660Z Compiling chrono v0.4.34
14972024-03-26T06:38:01.737Z Compiling uuid v1.7.0
14982024-03-26T06:38:01.994Z Compiling tokio v1.36.0
14992024-03-26T06:38:02.647Z Compiling http v0.2.12
15002024-03-26T06:38:02.733Z Compiling bitflags v2.4.2
15012024-03-26T06:38:02.759Z Compiling serde_spanned v0.6.5
15022024-03-26T06:38:02.942Z Compiling toml_datetime v0.6.5
15032024-03-26T06:38:03.283Z Compiling toml_edit v0.19.15
15042024-03-26T06:38:03.536Z Compiling rustc_version v0.4.0
15052024-03-26T06:38:05.094Z Compiling thread-id v4.2.0
15062024-03-26T06:38:05.094Z Compiling crc32fast v1.3.2
15072024-03-26T06:38:05.807Z Compiling num_threads v0.1.6
15082024-03-26T06:38:05.915Z Compiling rustversion v1.0.14
15092024-03-26T06:38:06.430Z Compiling time v0.3.34
15102024-03-26T06:38:07.115Z Compiling form_urlencoded v1.2.1
15112024-03-26T06:38:07.411Z Compiling unicode-width v0.1.11
15122024-03-26T06:38:10.823Z Compiling unicode-xid v0.2.4
15132024-03-26T06:38:10.965Z Compiling synstructure v0.12.6
15142024-03-26T06:38:12.834Z Compiling openapiv3 v2.0.0
15152024-03-26T06:38:13.038Z Compiling serde_tokenstream v0.2.0
15162024-03-26T06:38:13.450Z Compiling idna v0.5.0
15172024-03-26T06:38:14.142Z Compiling lazy_static v1.4.0
15182024-03-26T06:38:14.309Z Compiling usdt-impl v0.5.0
15192024-03-26T06:38:15.553Z Compiling url v2.5.0
15202024-03-26T06:38:16.138Z Compiling zerocopy-derive v0.2.0
15212024-03-26T06:38:16.264Z Compiling scroll v0.12.0
15222024-03-26T06:38:16.551Z Compiling plain v0.2.3
15232024-03-26T06:38:16.690Z Compiling adler v1.0.2
15242024-03-26T06:38:16.715Z Compiling goblin v0.8.0
15252024-03-26T06:38:16.860Z Compiling miniz_oxide v0.7.1
15262024-03-26T06:38:17.177Z Compiling tokio-util v0.7.10
15272024-03-26T06:38:18.328Z Compiling foreign-types-shared v0.1.1
15282024-03-26T06:38:18.427Z Compiling untrusted v0.9.0
15292024-03-26T06:38:18.587Z Compiling untrusted v0.7.1
15302024-03-26T06:38:19.104Z Compiling pretty-hex v0.4.1
15312024-03-26T06:38:22.054Z Compiling foreign-types v0.3.2
15322024-03-26T06:38:22.079Z Compiling dof v0.3.0
15332024-03-26T06:38:22.908Z Compiling dtrace-parser v0.2.0
15342024-03-26T06:38:23.496Z Compiling errno v0.3.8
15352024-03-26T06:38:23.686Z Compiling usdt-impl v0.3.5
15362024-03-26T06:38:23.924Z Compiling try-lock v0.2.4
15372024-03-26T06:38:23.962Z Compiling base64 v0.21.7
15382024-03-26T06:38:24.253Z Compiling want v0.3.1
15392024-03-26T06:38:26.127Z Compiling rustls-webpki v0.101.7
15402024-03-26T06:38:26.757Z Compiling sct v0.7.0
15412024-03-26T06:38:26.809Z Compiling h2 v0.3.24
15422024-03-26T06:38:27.429Z Compiling http-body v0.4.5
15432024-03-26T06:38:28.014Z Compiling clap_derive v4.5.0
15442024-03-26T06:38:28.827Z Compiling num-bigint v0.4.4
15452024-03-26T06:38:29.017Z Compiling tower-service v0.3.2
15462024-03-26T06:38:29.127Z Compiling httpdate v1.0.3
15472024-03-26T06:38:29.190Z Compiling gimli v0.28.0
15482024-03-26T06:38:29.473Z Compiling openssl-probe v0.1.5
15492024-03-26T06:38:31.544Z Compiling zerocopy v0.3.0
15502024-03-26T06:38:31.831Z Compiling heapless v0.7.16
15512024-03-26T06:38:32.193Z Compiling idna v0.3.0
15522024-03-26T06:38:32.238Z Compiling hyper v0.14.28
15532024-03-26T06:38:33.301Z Compiling addr2line v0.21.0
15542024-03-26T06:38:34.134Z Compiling bzip2-sys v0.1.11+1.0.8
15552024-03-26T06:38:34.588Z Compiling object v0.32.1
15562024-03-26T06:38:34.588Z Compiling base64ct v1.6.0
15572024-03-26T06:38:34.588Z Compiling signal-hook v0.3.17
15582024-03-26T06:38:34.588Z Compiling rustc-demangle v0.1.23
15592024-03-26T06:38:34.711Z Compiling unicode-segmentation v1.10.1
15602024-03-26T06:38:35.459Z Compiling psl-types v2.0.11
15612024-03-26T06:38:35.622Z Compiling publicsuffix v2.2.3
15622024-03-26T06:38:36.538Z Compiling tokio-rustls v0.24.1
15632024-03-26T06:38:36.634Z Compiling dof v0.1.5
15642024-03-26T06:38:36.862Z Compiling tokio-native-tls v0.3.1
15652024-03-26T06:38:37.099Z Compiling crossbeam-epoch v0.9.18
15662024-03-26T06:38:37.337Z Compiling dtrace-parser v0.1.14
15672024-03-26T06:38:37.422Z Compiling bitflags v1.3.2
15682024-03-26T06:38:37.519Z Compiling ipnet v2.9.0
15692024-03-26T06:38:38.294Z Compiling hyper-rustls v0.24.2
15702024-03-26T06:38:38.378Z Compiling hyper-tls v0.5.0
15712024-03-26T06:38:38.596Z Compiling cookie_store v0.20.0
15722024-03-26T06:38:39.164Z Compiling rustls-pemfile v1.0.3
15732024-03-26T06:38:39.711Z Compiling serde_urlencoded v0.7.1
15742024-03-26T06:38:39.932Z Compiling serde_tokenstream v0.1.7
15752024-03-26T06:38:40.127Z Compiling enum-as-inner v0.5.1
15762024-03-26T06:38:40.361Z Compiling encoding_rs v0.8.33
15772024-03-26T06:38:40.870Z Compiling either v1.10.0
15782024-03-26T06:38:41.438Z Compiling data-encoding v2.4.0
15792024-03-26T06:38:48.809Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15802024-03-26T06:38:48.893Z Compiling mime v0.3.17
15812024-03-26T06:38:48.893Z Compiling sync_wrapper v0.1.2
15822024-03-26T06:38:48.893Z Compiling webpki-roots v0.25.2
15832024-03-26T06:38:48.970Z Compiling smoltcp v0.9.1
15842024-03-26T06:38:48.970Z Compiling reqwest v0.11.24
15852024-03-26T06:38:48.971Z Compiling pem-rfc7468 v0.7.0
15862024-03-26T06:38:48.971Z Compiling hmac v0.12.1
15872024-03-26T06:38:48.971Z Compiling futures-executor v0.3.30
15882024-03-26T06:38:49.220Z Compiling regress v0.9.0
15892024-03-26T06:38:52.832Z Compiling siphasher v0.3.11
15902024-03-26T06:38:53.816Z Compiling flagset v0.4.3
15912024-03-26T06:38:53.985Z Compiling der v0.7.8
15922024-03-26T06:38:55.311Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
15932024-03-26T06:38:56.792Z Compiling flate2 v1.0.28
15942024-03-26T06:38:56.819Z Compiling usdt-macro v0.3.5
15952024-03-26T06:38:57.251Z Compiling usdt-attr-macro v0.3.5
15962024-03-26T06:38:57.865Z Compiling hubpack_derive v0.1.1
15972024-03-26T06:38:58.183Z Compiling zerocopy-derive v0.6.4
15982024-03-26T06:38:58.694Z Compiling anstyle v1.0.6
15992024-03-26T06:38:58.836Z Compiling winnow v0.6.1
16002024-03-26T06:38:59.156Z Compiling utf8parse v0.2.1
16012024-03-26T06:38:59.679Z Compiling anstyle-parse v0.2.1
16022024-03-26T06:38:59.715Z Compiling sha2 v0.10.8
16032024-03-26T06:39:00.981Z Compiling futures v0.3.30
16042024-03-26T06:39:01.007Z Compiling spki v0.7.2
16052024-03-26T06:39:01.431Z Compiling toml_edit v0.22.6
16062024-03-26T06:39:01.878Z Compiling md-5 v0.10.5
16072024-03-26T06:39:02.077Z Compiling toml v0.7.8
16082024-03-26T06:39:02.493Z Compiling hex v0.4.3
16092024-03-26T06:39:02.520Z Compiling stringprep v0.1.3
16102024-03-26T06:39:02.979Z Compiling block-padding v0.3.3
16112024-03-26T06:39:03.259Z Compiling num-integer v0.1.46
16122024-03-26T06:39:03.299Z Compiling diesel_table_macro_syntax v0.1.0
16132024-03-26T06:39:03.616Z Compiling hash32 v0.2.1
16142024-03-26T06:39:04.109Z Compiling anstyle-query v1.0.0
16152024-03-26T06:39:04.141Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16162024-03-26T06:39:04.409Z Compiling stable_deref_trait v1.2.0
16172024-03-26T06:39:04.499Z Compiling fallible-iterator v0.2.0
16182024-03-26T06:39:05.051Z Compiling colorchoice v1.0.0
16192024-03-26T06:39:05.572Z Compiling anstream v0.6.11
16202024-03-26T06:39:05.710Z Compiling postgres-protocol v0.6.6
16212024-03-26T06:39:07.026Z Compiling diesel_derives v2.1.2
16222024-03-26T06:39:09.026Z Compiling inout v0.1.3
16232024-03-26T06:39:09.626Z Compiling pkcs8 v0.10.2
16242024-03-26T06:39:09.908Z Compiling phf_shared v0.11.2
16252024-03-26T06:39:10.216Z Compiling terminal_size v0.3.0
16262024-03-26T06:39:10.413Z Compiling ff v0.13.0
16272024-03-26T06:39:10.475Z Compiling strum_macros v0.25.2
16282024-03-26T06:39:10.801Z Compiling serde_repr v0.1.16
16292024-03-26T06:39:10.962Z Compiling scheduled-thread-pool v0.2.7
16302024-03-26T06:39:11.484Z Compiling managed v0.8.0
16312024-03-26T06:39:11.750Z Compiling base16ct v0.2.0
16322024-03-26T06:39:11.846Z Compiling matches v0.1.10
16332024-03-26T06:39:11.942Z Compiling bit-vec v0.6.3
16342024-03-26T06:39:12.287Z Compiling regex-automata v0.1.10
16352024-03-26T06:39:12.432Z Compiling clap_lex v0.7.0
16362024-03-26T06:39:12.668Z Compiling strsim v0.11.0
16372024-03-26T06:39:12.828Z Compiling bstr v0.2.17
16382024-03-26T06:39:13.044Z Compiling clap_builder v4.5.1
16392024-03-26T06:39:13.170Z Compiling idna v0.2.3
16402024-03-26T06:39:13.307Z Compiling sec1 v0.7.3
16412024-03-26T06:39:13.880Z Compiling r2d2 v0.8.10
16422024-03-26T06:39:14.204Z Compiling group v0.13.0
16432024-03-26T06:39:14.293Z Compiling phf v0.11.2
16442024-03-26T06:39:14.459Z Compiling signal-hook-mio v0.2.3
16452024-03-26T06:39:14.545Z Compiling bzip2 v0.4.4
16462024-03-26T06:39:14.651Z Compiling cipher v0.4.4
16472024-03-26T06:39:15.301Z Compiling postgres-types v0.2.6
16482024-03-26T06:39:15.402Z Compiling zerocopy v0.6.4
16492024-03-26T06:39:16.055Z Compiling hubpack v0.1.2
16502024-03-26T06:39:16.571Z Compiling phf_shared v0.10.0
16512024-03-26T06:39:16.571Z Compiling hkdf v0.12.4
16522024-03-26T06:39:16.571Z Compiling crypto-bigint v0.5.2
16532024-03-26T06:39:16.617Z Compiling ipnetwork v0.20.0
16542024-03-26T06:39:17.463Z Compiling float-cmp v0.9.0
16552024-03-26T06:39:17.656Z Compiling new_debug_unreachable v1.0.4
16562024-03-26T06:39:17.758Z Compiling difflib v0.4.0
16572024-03-26T06:39:17.931Z Compiling minimal-lexical v0.2.1
16582024-03-26T06:39:18.207Z Compiling predicates-core v1.0.6
16592024-03-26T06:39:18.356Z Compiling normalize-line-endings v0.3.0
16602024-03-26T06:39:18.456Z Compiling whoami v1.5.0
16612024-03-26T06:39:18.481Z Compiling precomputed-hash v0.1.1
16622024-03-26T06:39:18.592Z Compiling fixedbitset v0.4.2
16632024-03-26T06:39:18.744Z Compiling static_assertions v1.1.0
16642024-03-26T06:39:18.845Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16652024-03-26T06:39:18.917Z Compiling petgraph v0.6.4
16662024-03-26T06:39:19.007Z Compiling tokio-postgres v0.7.10
16672024-03-26T06:39:19.704Z Compiling trust-dns-proto v0.22.0
16682024-03-26T06:39:19.764Z Compiling string_cache v0.8.7
16692024-03-26T06:39:20.103Z Compiling predicates v3.1.0
16702024-03-26T06:39:20.136Z Compiling nom v7.1.3
16712024-03-26T06:39:21.905Z Compiling elliptic-curve v0.13.8
16722024-03-26T06:39:22.090Z Compiling diesel v2.1.4
16732024-03-26T06:39:22.465Z Compiling yasna v0.5.2
16742024-03-26T06:39:22.490Z Compiling clap v4.5.1
16752024-03-26T06:39:23.011Z Compiling zip v0.6.6
16762024-03-26T06:39:23.198Z Compiling crossterm v0.27.0
16772024-03-26T06:39:23.876Z Compiling similar v2.4.0
16782024-03-26T06:39:23.990Z Compiling bit-set v0.5.3
16792024-03-26T06:39:24.132Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16802024-03-26T06:39:24.225Z Compiling num-iter v0.1.44
16812024-03-26T06:39:24.258Z Compiling usdt v0.3.5
16822024-03-26T06:39:24.507Z Compiling itertools v0.10.5
16832024-03-26T06:39:24.584Z Compiling console v0.15.8
16842024-03-26T06:39:25.480Z Compiling tokio-stream v0.1.14
16852024-03-26T06:39:25.637Z Compiling getopts v0.2.21
16862024-03-26T06:39:26.066Z Compiling bstr v1.9.0
16872024-03-26T06:39:26.434Z Compiling unsafe-libyaml v0.2.10
16882024-03-26T06:39:27.086Z Compiling lalrpop-util v0.19.12
16892024-03-26T06:39:27.759Z Compiling serde_yaml v0.9.25
16902024-03-26T06:39:28.296Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16912024-03-26T06:39:33.378Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16922024-03-26T06:39:40.268Z Compiling camino v1.1.6
16932024-03-26T06:39:41.798Z Compiling atty v0.2.14
16942024-03-26T06:39:47.822Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16952024-03-26T06:39:49.991Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16962024-03-26T06:39:51.996Z Compiling proc-macro-crate v1.3.1
16972024-03-26T06:39:52.481Z Compiling sha1 v0.10.6
16982024-03-26T06:40:08.667Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16992024-03-26T06:40:09.867Z Compiling ident_case v1.0.1
17002024-03-26T06:40:10.190Z Compiling strsim v0.10.0
17012024-03-26T06:40:10.482Z Compiling darling_core v0.20.3
17022024-03-26T06:40:14.567Z Compiling strum_macros v0.26.1
17032024-03-26T06:40:16.346Z Compiling match_cfg v0.1.0
17042024-03-26T06:40:17.503Z Compiling hostname v0.3.1
17052024-03-26T06:40:17.995Z Compiling strum v0.26.1
17062024-03-26T06:40:20.265Z Compiling darling_macro v0.20.3
17072024-03-26T06:40:24.447Z Compiling thread_local v1.1.7
17082024-03-26T06:40:25.148Z Compiling slog-async v2.8.0
17092024-03-26T06:40:25.881Z Compiling darling v0.20.3
17102024-03-26T06:40:26.037Z Compiling crossbeam-channel v0.5.8
17112024-03-26T06:40:26.086Z Compiling dirs-sys-next v0.1.2
17122024-03-26T06:40:26.725Z Compiling instant v0.1.12
17132024-03-26T06:40:26.878Z Compiling take_mut v0.2.2
17142024-03-26T06:40:27.011Z Compiling parking_lot_core v0.8.6
17152024-03-26T06:40:27.378Z Compiling dirs-next v2.0.0
17162024-03-26T06:40:27.452Z Compiling http v1.0.0
17172024-03-26T06:40:27.484Z Compiling rustls-pki-types v1.3.0
17182024-03-26T06:40:27.608Z Compiling term v0.7.0
17192024-03-26T06:40:29.008Z Compiling slog-json v2.6.1
17202024-03-26T06:40:29.266Z Compiling rustls v0.22.2
17212024-03-26T06:40:29.434Z Compiling slog-bunyan v2.5.0
17222024-03-26T06:40:29.609Z Compiling parking_lot v0.11.2
17232024-03-26T06:40:29.638Z Compiling slog-term v2.9.0
17242024-03-26T06:40:29.690Z Compiling rustls-webpki v0.102.1
17252024-03-26T06:40:29.909Z Compiling fxhash v0.2.1
17262024-03-26T06:40:30.103Z Compiling multer v3.0.0
17272024-03-26T06:40:30.327Z Compiling half v2.3.1
17282024-03-26T06:40:30.877Z Compiling paste v1.0.14
17292024-03-26T06:40:35.396Z Compiling ciborium-io v0.2.2
17302024-03-26T06:40:35.436Z Compiling ciborium-ll v0.2.2
17312024-03-26T06:40:35.436Z Compiling sled v0.34.7
17322024-03-26T06:40:35.436Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
17332024-03-26T06:40:35.437Z Compiling async-stream-impl v0.3.5
17342024-03-26T06:40:35.437Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17352024-03-26T06:40:35.437Z Compiling atomic-waker v1.1.1
17362024-03-26T06:40:35.437Z Compiling debug-ignore v1.0.5
17372024-03-26T06:40:35.437Z Compiling waitgroup v0.1.2
17382024-03-26T06:40:35.438Z Compiling ciborium v0.2.2
17392024-03-26T06:40:35.438Z Compiling async-stream v0.3.5
17402024-03-26T06:40:35.438Z Compiling rustls-pemfile v2.1.1
17412024-03-26T06:40:35.438Z Compiling serde_with_macros v3.6.1
17422024-03-26T06:40:35.438Z Compiling toml v0.8.10
17432024-03-26T06:40:35.438Z Compiling num_enum_derive v0.7.2
17442024-03-26T06:40:35.439Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17452024-03-26T06:40:35.439Z Compiling tokio-rustls v0.25.0
17462024-03-26T06:40:35.486Z Compiling serde_path_to_error v0.1.16
17472024-03-26T06:40:35.816Z Compiling structmeta-derive v0.3.0
17482024-03-26T06:40:35.972Z Compiling serde_with v3.6.1
17492024-03-26T06:40:36.285Z Compiling num_enum v0.7.2
17502024-03-26T06:40:36.439Z Compiling rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
17512024-03-26T06:40:37.846Z Compiling structmeta v0.3.0
17522024-03-26T06:40:38.142Z Compiling parse-display-derive v0.9.0
17532024-03-26T06:40:38.262Z Compiling bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
17542024-03-26T06:40:39.328Z Compiling newtype-uuid v1.0.1
17552024-03-26T06:40:39.609Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17562024-03-26T06:40:40.178Z Compiling proc-macro-error-attr v1.0.4
17572024-03-26T06:40:40.513Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17582024-03-26T06:40:40.699Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17592024-03-26T06:40:41.021Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17602024-03-26T06:40:41.163Z Compiling parse-display v0.9.0
17612024-03-26T06:40:41.545Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
17622024-03-26T06:40:42.788Z Compiling backoff v0.4.0
17632024-03-26T06:40:43.082Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17642024-03-26T06:40:43.225Z Compiling macaddr v1.0.1
17652024-03-26T06:40:43.724Z Compiling proc-macro-error v1.0.4
17662024-03-26T06:40:44.838Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17672024-03-26T06:40:45.769Z Compiling num_enum_derive v0.5.11
17682024-03-26T06:40:47.759Z Compiling num_enum v0.5.11
17692024-03-26T06:40:47.953Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17702024-03-26T06:40:48.252Z Compiling foreign-types-macros v0.2.3
17712024-03-26T06:40:48.530Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17722024-03-26T06:40:48.792Z Compiling heapless v0.8.0
17732024-03-26T06:40:49.239Z Compiling foreign-types-shared v0.3.1
17742024-03-26T06:40:49.439Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17752024-03-26T06:40:49.508Z Compiling foreign-types v0.5.0
17762024-03-26T06:40:49.933Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17772024-03-26T06:40:50.508Z Compiling hash32 v0.3.1
17782024-03-26T06:40:50.714Z Compiling cstr-argument v0.1.2
17792024-03-26T06:40:50.932Z Compiling smoltcp v0.11.0
17802024-03-26T06:40:51.390Z Compiling pretty-hex v0.2.1
17812024-03-26T06:40:51.563Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17822024-03-26T06:40:51.912Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17832024-03-26T06:40:53.729Z Compiling tabwriter v1.4.0
17842024-03-26T06:40:54.047Z Compiling colored v2.1.0
17852024-03-26T06:40:54.379Z Compiling socket2 v0.4.9
17862024-03-26T06:40:55.124Z Compiling embedded-io v0.4.0
17872024-03-26T06:40:55.325Z Compiling fastrand v2.0.1
17882024-03-26T06:40:55.731Z Compiling cobs v0.2.3
17892024-03-26T06:40:55.781Z Compiling tempfile v3.10.0
17902024-03-26T06:40:55.918Z Compiling postcard v1.0.8
17912024-03-26T06:40:56.123Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
17922024-03-26T06:40:56.370Z Compiling crucible-workspace-hack v0.1.0
17932024-03-26T06:40:56.440Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
17942024-03-26T06:40:56.660Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
17952024-03-26T06:40:56.684Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
17962024-03-26T06:40:56.684Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17972024-03-26T06:40:57.082Z Compiling smf v0.2.2
17982024-03-26T06:40:57.289Z Compiling humantime v2.1.0
17992024-03-26T06:40:57.332Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18002024-03-26T06:40:57.460Z Compiling platforms v3.0.2
18012024-03-26T06:40:57.747Z Compiling camino-tempfile v1.1.1
18022024-03-26T06:40:57.939Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18032024-03-26T06:40:58.410Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
18042024-03-26T06:40:58.796Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
18052024-03-26T06:40:58.985Z Compiling heck v0.3.3
18062024-03-26T06:40:59.010Z Compiling usdt-attr-macro v0.5.0
18072024-03-26T06:40:59.255Z Compiling usdt-macro v0.5.0
18082024-03-26T06:40:59.287Z Compiling num-derive v0.4.0
18092024-03-26T06:40:59.535Z Compiling memmap v0.7.0
18102024-03-26T06:41:00.096Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
18112024-03-26T06:41:00.190Z Compiling utf-8 v0.7.6
18122024-03-26T06:41:00.310Z Compiling usdt v0.5.0
18132024-03-26T06:41:00.551Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18142024-03-26T06:41:00.987Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
18152024-03-26T06:41:01.548Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
18162024-03-26T06:41:01.655Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
18172024-03-26T06:41:02.162Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18182024-03-26T06:41:02.348Z Compiling unicase v2.7.0
18192024-03-26T06:41:02.591Z Compiling semver v0.1.20
18202024-03-26T06:41:02.619Z Compiling rayon-core v1.12.1
18212024-03-26T06:41:02.785Z Compiling curve25519-dalek v4.1.1
18222024-03-26T06:41:02.893Z Compiling rustc_version v0.1.7
18232024-03-26T06:41:03.089Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18242024-03-26T06:41:03.120Z Compiling crossbeam-deque v0.8.3
18252024-03-26T06:41:03.247Z Compiling universal-hash v0.5.1
18262024-03-26T06:41:03.440Z Compiling opaque-debug v0.3.0
18272024-03-26T06:41:03.535Z Compiling same-file v1.0.6
18282024-03-26T06:41:03.849Z Compiling walkdir v2.4.0
18292024-03-26T06:41:03.900Z Compiling newtype_derive v0.1.6
18302024-03-26T06:41:04.258Z Compiling tungstenite v0.20.1
18312024-03-26T06:41:04.405Z Compiling semver-parser v0.10.2
18322024-03-26T06:41:04.434Z Compiling signature v2.1.0
18332024-03-26T06:41:04.463Z Compiling curve25519-dalek-derive v0.1.0
18342024-03-26T06:41:04.673Z Compiling blake3 v1.5.0
18352024-03-26T06:41:04.831Z Compiling num-rational v0.4.1
18362024-03-26T06:41:04.905Z Compiling termcolor v1.2.0
18372024-03-26T06:41:05.069Z Compiling arc-swap v1.6.0
18382024-03-26T06:41:05.107Z Compiling getrandom v0.1.16
18392024-03-26T06:41:05.507Z Compiling env_logger v0.9.3
18402024-03-26T06:41:05.736Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18412024-03-26T06:41:05.819Z Compiling slog-scope v4.4.0
18422024-03-26T06:41:05.905Z Compiling tokio-tungstenite v0.20.1
18432024-03-26T06:41:06.682Z Compiling semver v0.11.0
18442024-03-26T06:41:07.280Z Compiling rayon v1.9.0
18452024-03-26T06:41:07.876Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18462024-03-26T06:41:07.988Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18472024-03-26T06:41:08.365Z Compiling password-hash v0.5.0
18482024-03-26T06:41:08.539Z Compiling textwrap v0.11.0
18492024-03-26T06:41:09.294Z Compiling blake2 v0.10.6
18502024-03-26T06:41:09.396Z Compiling bitstruct_derive v0.1.0
18512024-03-26T06:41:10.209Z Compiling xattr v1.0.1
18522024-03-26T06:41:10.265Z Compiling filetime v0.2.23
18532024-03-26T06:41:10.373Z Compiling memmap2 v0.7.1
18542024-03-26T06:41:10.482Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18552024-03-26T06:41:10.559Z Compiling ansi_term v0.12.1
18562024-03-26T06:41:10.608Z Compiling ascii v1.1.0
18572024-03-26T06:41:10.730Z Compiling libefi-sys v0.1.0
18582024-03-26T06:41:10.978Z Compiling base64 v0.22.0
18592024-03-26T06:41:11.003Z Compiling constant_time_eq v0.3.0
18602024-03-26T06:41:11.055Z Compiling vec_map v0.8.2
18612024-03-26T06:41:11.147Z Compiling strsim v0.8.0
18622024-03-26T06:41:11.219Z Compiling quick-error v1.2.3
18632024-03-26T06:41:11.259Z Compiling arrayref v0.3.7
18642024-03-26T06:41:11.327Z Compiling linked-hash-map v0.5.6
18652024-03-26T06:41:11.366Z Compiling home v0.5.5
18662024-03-26T06:41:11.391Z Compiling arrayvec v0.7.4
18672024-03-26T06:41:11.612Z Compiling toolchain_find v0.2.0
18682024-03-26T06:41:11.664Z Compiling lru-cache v0.1.2
18692024-03-26T06:41:11.863Z Compiling resolv-conf v0.7.0
18702024-03-26T06:41:11.887Z Compiling clap v2.34.0
18712024-03-26T06:41:12.110Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18722024-03-26T06:41:12.275Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18732024-03-26T06:41:12.792Z Compiling tar v0.4.40
18742024-03-26T06:41:12.792Z Compiling bitstruct v0.1.1
18752024-03-26T06:41:12.792Z Compiling argon2 v0.5.3
18762024-03-26T06:41:12.834Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18772024-03-26T06:41:13.729Z Compiling slog-stdlog v4.1.1
18782024-03-26T06:41:14.101Z Compiling structopt-derive v0.4.18
18792024-03-26T06:41:14.311Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18802024-03-26T06:41:14.517Z Compiling rfc6979 v0.4.0
18812024-03-26T06:41:14.711Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18822024-03-26T06:41:15.007Z Compiling erased-serde v0.3.31
18832024-03-26T06:41:15.269Z Compiling serde_arrays v0.1.0
18842024-03-26T06:41:15.412Z Compiling toml v0.5.11
18852024-03-26T06:41:15.463Z Compiling aead v0.5.2
18862024-03-26T06:41:15.739Z Compiling num-complex v0.4.4
18872024-03-26T06:41:16.205Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18882024-03-26T06:41:16.336Z Compiling nibble_vec v0.1.0
18892024-03-26T06:41:16.499Z Compiling slog-dtrace v0.3.0
18902024-03-26T06:41:16.540Z Compiling cancel-safe-futures v0.1.5
18912024-03-26T06:41:16.564Z Compiling keccak v0.1.4
18922024-03-26T06:41:16.750Z Compiling winapi v0.3.9
18932024-03-26T06:41:16.774Z Compiling topological-sort v0.2.2
18942024-03-26T06:41:16.828Z Compiling endian-type v0.1.2
18952024-03-26T06:41:16.977Z Compiling omicron-zone-package v0.11.0
18962024-03-26T06:41:17.036Z Compiling radix_trie v0.2.1
18972024-03-26T06:41:17.311Z Compiling sha3 v0.10.8
18982024-03-26T06:41:17.469Z Compiling rustfmt-wrapper v0.2.0
18992024-03-26T06:41:17.850Z Compiling num v0.4.1
19002024-03-26T06:41:17.970Z Compiling structopt v0.3.26
19012024-03-26T06:41:18.001Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19022024-03-26T06:41:18.056Z Compiling ecdsa v0.16.9
19032024-03-26T06:41:18.540Z Compiling rand_core v0.5.1
19042024-03-26T06:41:18.565Z Compiling slog-envlogger v2.2.0
19052024-03-26T06:41:18.565Z Compiling mime_guess v2.0.4
19062024-03-26T06:41:19.037Z Compiling steno v0.4.0
19072024-03-26T06:41:19.391Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19082024-03-26T06:41:19.883Z Compiling trust-dns-resolver v0.22.0
19092024-03-26T06:41:21.911Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19102024-03-26T06:41:21.944Z Compiling poly1305 v0.8.0
19112024-03-26T06:41:21.944Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19122024-03-26T06:41:22.461Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19132024-03-26T06:41:22.713Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19142024-03-26T06:41:23.417Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19152024-03-26T06:41:23.523Z Compiling primeorder v0.13.6
19162024-03-26T06:41:23.708Z Compiling chacha20 v0.9.1
19172024-03-26T06:41:24.061Z Compiling secrecy v0.8.0
19182024-03-26T06:41:24.283Z Compiling thiserror-impl-no-std v2.0.2
19192024-03-26T06:41:25.240Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19202024-03-26T06:41:25.382Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
19212024-03-26T06:41:25.619Z Compiling convert_case v0.4.0
19222024-03-26T06:41:26.273Z Compiling option-ext v0.2.0
19232024-03-26T06:41:26.376Z Compiling thiserror-no-std v2.0.2
19242024-03-26T06:41:26.403Z Compiling dirs-sys v0.4.1
19252024-03-26T06:41:26.499Z Compiling derive_more v0.99.17
19262024-03-26T06:41:27.369Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19272024-03-26T06:41:27.957Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19282024-03-26T06:41:28.731Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19292024-03-26T06:41:32.289Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19302024-03-26T06:41:32.412Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19312024-03-26T06:41:33.463Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19322024-03-26T06:41:34.698Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19332024-03-26T06:41:35.084Z Compiling rand_chacha v0.2.2
19342024-03-26T06:41:37.472Z Compiling trust-dns-client v0.22.0
19352024-03-26T06:41:37.992Z Compiling ed25519 v2.2.2
19362024-03-26T06:41:38.016Z Compiling polyval v0.6.1
19372024-03-26T06:41:38.213Z Compiling tungstenite v0.21.0
19382024-03-26T06:41:38.385Z Compiling zone_cfg_derive v0.1.2
19392024-03-26T06:41:38.484Z Compiling ctr v0.9.2
19402024-03-26T06:41:38.800Z Compiling blowfish v0.9.1
19412024-03-26T06:41:39.183Z Compiling aes v0.8.3
19422024-03-26T06:41:39.538Z Compiling password-hash v0.4.2
19432024-03-26T06:41:41.112Z Compiling libsw v3.3.1
19442024-03-26T06:41:41.403Z Compiling pbkdf2 v0.12.2
19452024-03-26T06:41:41.570Z Compiling derive-where v1.2.7
19462024-03-26T06:41:43.102Z Compiling gethostname v0.4.3
19472024-03-26T06:41:43.317Z Compiling linear-map v1.2.0
19482024-03-26T06:41:43.657Z Compiling base64 v0.13.1
19492024-03-26T06:41:44.019Z Compiling owo-colors v4.0.0
19502024-03-26T06:41:44.270Z Compiling swrite v0.1.0
19512024-03-26T06:41:44.390Z Compiling ron v0.7.1
19522024-03-26T06:41:46.128Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19532024-03-26T06:41:46.307Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19542024-03-26T06:41:48.698Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19552024-03-26T06:41:51.074Z Compiling trust-dns-server v0.22.1
19562024-03-26T06:41:52.135Z Compiling bcrypt-pbkdf v0.10.0
19572024-03-26T06:41:52.538Z Compiling pbkdf2 v0.11.0
19582024-03-26T06:41:52.905Z Compiling zone v0.1.8
19592024-03-26T06:41:53.417Z Compiling tokio-tungstenite v0.21.0
19602024-03-26T06:41:53.879Z Compiling ghash v0.5.0
19612024-03-26T06:41:54.059Z Compiling ed25519-dalek v2.0.0
19622024-03-26T06:41:55.346Z Compiling russh-cryptovec v0.7.0
19632024-03-26T06:41:55.643Z Compiling rand v0.7.3
19642024-03-26T06:41:57.096Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19652024-03-26T06:41:57.438Z Compiling dirs v5.0.1
19662024-03-26T06:41:57.612Z Compiling vsss-rs v3.3.4
19672024-03-26T06:41:57.677Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19682024-03-26T06:41:58.238Z Compiling chacha20poly1305 v0.10.1
19692024-03-26T06:41:58.415Z Compiling p256 v0.13.2
19702024-03-26T06:42:00.192Z Compiling p521 v0.13.3
19712024-03-26T06:42:07.648Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19722024-03-26T06:42:07.730Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19732024-03-26T06:42:07.855Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
19742024-03-26T06:42:07.855Z Compiling cbc v0.1.2
19752024-03-26T06:42:07.855Z Compiling pem v3.0.2
19762024-03-26T06:42:07.855Z Compiling headers-core v0.2.0
19772024-03-26T06:42:07.908Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19782024-03-26T06:42:07.908Z Compiling portpicker v0.1.1
19792024-03-26T06:42:08.240Z Compiling kstat-rs v0.2.3
19802024-03-26T06:42:08.344Z Compiling nanorand v0.7.0
19812024-03-26T06:42:08.410Z Compiling glob v0.3.1
19822024-03-26T06:42:09.044Z Compiling http-range v0.1.5
19832024-03-26T06:42:09.200Z Compiling md5 v0.7.0
19842024-03-26T06:42:09.517Z Compiling russh-keys v0.42.0
19852024-03-26T06:42:09.575Z Compiling hyper-staticfile v0.9.5
19862024-03-26T06:42:10.044Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19872024-03-26T06:42:11.015Z Compiling flume v0.11.0
19882024-03-26T06:42:11.042Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19892024-03-26T06:42:11.630Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19902024-03-26T06:42:12.296Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19912024-03-26T06:42:15.587Z Compiling headers v0.3.9
19922024-03-26T06:42:16.404Z Compiling rcgen v0.12.1
19932024-03-26T06:42:16.687Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19942024-03-26T06:42:23.197Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19952024-03-26T06:42:24.614Z Compiling aes-gcm v0.10.3
19962024-03-26T06:42:24.884Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19972024-03-26T06:42:30.615Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19982024-03-26T06:42:32.302Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19992024-03-26T06:42:35.535Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
20002024-03-26T06:42:38.274Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
20012024-03-26T06:42:42.266Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
20022024-03-26T06:42:45.765Z Compiling atomicwrites v0.4.3
20032024-03-26T06:42:46.102Z Compiling itertools v0.12.1
20042024-03-26T06:42:46.197Z Compiling subprocess v0.2.9
20052024-03-26T06:42:47.863Z Compiling hex-literal v0.4.1
20062024-03-26T06:42:48.044Z Compiling display-error-chain v0.2.0
20072024-03-26T06:42:48.201Z Compiling dhcproto-macros v0.1.0
20082024-03-26T06:42:48.831Z Compiling dhcproto v0.11.0
20092024-03-26T06:42:48.895Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20102024-03-26T06:42:49.465Z Compiling russh v0.42.0
20112024-03-26T06:42:49.913Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20122024-03-26T06:42:50.375Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
20132024-03-26T06:42:51.414Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
20142024-03-26T06:42:51.837Z Compiling internet-checksum v0.2.1
20152024-03-26T06:43:13.666Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20162024-03-26T06:44:39.127Z Finished release [optimized] target(s) in 7m 35s
20172024-03-26T06:44:39.437Z+ cp target/release/commtest /out/
20182024-03-26T06:44:39.513Z+ cp target/release/dhcp-server /out/
20192024-03-26T06:44:39.592Z+ banner testbed
20202024-03-26T06:44:39.617Z
20212024-03-26T06:44:39.617Z ##### ###### #### ##### ##### ###### #####
20222024-03-26T06:44:39.617Z # # # # # # # # #
20232024-03-26T06:44:39.617Z # ##### #### # ##### ##### # #
20242024-03-26T06:44:39.617Z # # # # # # # # #
20252024-03-26T06:44:39.617Z # # # # # # # # # #
20262024-03-26T06:44:39.617Z # ###### #### # ##### ###### #####
20272024-03-26T06:44:39.617Z
20282024-03-26T06:44:39.617Z+ cd /work/oxidecomputer
20292024-03-26T06:44:39.617Z+ rm -rf testbed
20302024-03-26T06:44:39.617Z+ git clone https://github.com/oxidecomputer/testbed
20312024-03-26T06:44:39.617ZCloning into 'testbed'...
20322024-03-26T06:44:40.677Z+ cd testbed/a4x2
20332024-03-26T06:44:40.677Z+ OMICRON=/work/oxidecomputer/omicron
20342024-03-26T06:44:40.677Z+ ./config/build-packages.sh
20352024-03-26T06:44:40.710Z+ export 'RUSTFLAGS=--cfg svcadm_autoclear -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-znocompstrtab'
20362024-03-26T06:44:40.710Z+ RUSTFLAGS='--cfg svcadm_autoclear -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-znocompstrtab'
20372024-03-26T06:44:40.710Z+++ dirname ./config/build-packages.sh
20382024-03-26T06:44:40.710Z++ cd -- ./config
20392024-03-26T06:44:40.710Z++ pwd -P
20402024-03-26T06:44:40.711Z+ HERE=/work/oxidecomputer/testbed/a4x2/config/../
20412024-03-26T06:44:40.711Z+ OMICRON=/work/oxidecomputer/omicron
20422024-03-26T06:44:40.711Z+ rm -rf cargo-bay/tools
20432024-03-26T06:44:40.711Z+ cp -r /work/oxidecomputer/omicron/tools cargo-bay/
20442024-03-26T06:44:40.711Z+ banner G0
20452024-03-26T06:44:40.711Z ##### ###
20462024-03-26T06:44:40.711Z# # # #
20472024-03-26T06:44:40.711Z# # #
20482024-03-26T06:44:40.711Z# #### # #
20492024-03-26T06:44:40.711Z# # # #
20502024-03-26T06:44:40.711Z# # # #
20512024-03-26T06:44:40.711Z ##### ###
20522024-03-26T06:44:40.711Z
20532024-03-26T06:44:40.711Z+ . config/build-g0.sh
20542024-03-26T06:44:40.712Z++ [[ '' == \s\t\a\t\i\c ]]
20552024-03-26T06:44:40.712Z++ [[ '' == true ]]
20562024-03-26T06:44:40.712Z++ cp config/config-rss.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/
20572024-03-26T06:44:40.712Z++ cp config/g0-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml
20582024-03-26T06:44:40.712Z++ cp config/mgs-sim-switch0.toml /work/oxidecomputer/omicron/smf/mgs-sim/config.toml
20592024-03-26T06:44:40.712Z++ cp config/sp-sim-config.toml /work/oxidecomputer/omicron/smf/sp-sim/config.toml
20602024-03-26T06:44:40.712Z++ cd /work/oxidecomputer/omicron
20612024-03-26T06:44:40.712Z++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled
20622024-03-26T06:44:41.445Z Downloading crates ...
20632024-03-26T06:44:41.682Z Downloaded assert_matches v1.5.0
20642024-03-26T06:44:41.714Z Downloaded derive_builder_macro v0.12.0
20652024-03-26T06:44:41.714Z Downloaded doc-comment v0.3.3
20662024-03-26T06:44:41.714Z Downloaded derive_builder_core v0.12.0
20672024-03-26T06:44:41.714Z Downloaded snafu-derive v0.7.5
20682024-03-26T06:44:41.714Z Downloaded darling_core v0.14.4
20692024-03-26T06:44:41.740Z Downloaded serde-big-array v0.5.1
20702024-03-26T06:44:41.740Z Downloaded serde-hex v0.1.0
20712024-03-26T06:44:41.740Z Downloaded unicode_categories v0.1.1
20722024-03-26T06:44:41.741Z Downloaded x509-cert v0.2.4
20732024-03-26T06:44:41.766Z Downloaded tabled v0.15.0
20742024-03-26T06:44:41.792Z Downloaded regex-syntax v0.6.29
20752024-03-26T06:44:41.819Z Downloaded csv v1.3.0
20762024-03-26T06:44:41.819Z Downloaded ratatui v0.26.1
20772024-03-26T06:44:41.844Z Downloaded proptest v1.4.0
20782024-03-26T06:44:41.871Z Downloaded polar-core v0.27.0
20792024-03-26T06:44:41.871Z Downloaded object v0.30.4
20802024-03-26T06:44:41.871Z Downloaded nix v0.27.1
20812024-03-26T06:44:41.896Z Downloaded lalrpop v0.19.12
20822024-03-26T06:44:41.896Z Downloaded sqlparser v0.43.1
20832024-03-26T06:44:41.921Z Downloaded salty v0.2.0
20842024-03-26T06:44:41.922Z Downloaded reedline v0.30.0
20852024-03-26T06:44:41.922Z Downloaded quick-xml v0.30.0
20862024-03-26T06:44:41.922Z Downloaded portable-atomic v1.4.3
20872024-03-26T06:44:41.947Z Downloaded num-bigint-dig v0.8.4
20882024-03-26T06:44:41.947Z Downloaded mockall_derive v0.12.0
20892024-03-26T06:44:41.947Z Downloaded libxml v0.3.3
20902024-03-26T06:44:41.947Z Downloaded hashbrown v0.13.2
20912024-03-26T06:44:41.947Z Downloaded bitvec v1.0.1
20922024-03-26T06:44:41.972Z Downloaded bindgen v0.69.2
20932024-03-26T06:44:41.972Z Downloaded typed-path v0.7.0
20942024-03-26T06:44:42.000Z Downloaded tough v0.16.0
20952024-03-26T06:44:42.000Z Downloaded rsa v0.9.2
20962024-03-26T06:44:42.000Z Downloaded ron v0.8.1
20972024-03-26T06:44:42.000Z Downloaded prettyplease v0.2.16
20982024-03-26T06:44:42.034Z Downloaded pin-project v1.1.3
20992024-03-26T06:44:42.034Z Downloaded papergrid v0.11.0
21002024-03-26T06:44:42.034Z Downloaded oso v0.27.0
21012024-03-26T06:44:42.034Z Downloaded indicatif v0.17.8
21022024-03-26T06:44:42.035Z Downloaded fatfs v0.3.6
21032024-03-26T06:44:42.067Z Downloaded test-strategy v0.3.1
21042024-03-26T06:44:42.067Z Downloaded serde_plain v1.0.2
21052024-03-26T06:44:42.068Z Downloaded pkcs1 v0.7.5
21062024-03-26T06:44:42.068Z Downloaded pin-project-internal v1.1.3
21072024-03-26T06:44:42.068Z Downloaded nu-ansi-term v0.50.0
21082024-03-26T06:44:42.068Z Downloaded ed25519 v1.5.3
21092024-03-26T06:44:42.068Z Downloaded vte v0.11.1
21102024-03-26T06:44:42.068Z Downloaded tui-tree-widget v0.17.0
21112024-03-26T06:44:42.068Z Downloaded tiny-keccak v2.0.2
21122024-03-26T06:44:42.068Z Downloaded textwrap v0.16.1
21132024-03-26T06:44:42.068Z Downloaded smawk v0.3.1
21142024-03-26T06:44:42.068Z Downloaded smallvec v0.6.14
21152024-03-26T06:44:42.069Z Downloaded signature v1.6.4
21162024-03-26T06:44:42.069Z Downloaded shlex v1.3.0
21172024-03-26T06:44:42.069Z Downloaded shell-words v1.1.0
21182024-03-26T06:44:42.069Z Downloaded rusty-fork v0.3.0
21192024-03-26T06:44:42.069Z Downloaded rustc-hash v1.1.0
21202024-03-26T06:44:42.099Z Downloaded rtoolbox v0.0.1
21212024-03-26T06:44:42.100Z Downloaded rpassword v7.3.1
21222024-03-26T06:44:42.100Z Downloaded ref-cast v1.0.20
21232024-03-26T06:44:42.100Z Downloaded rand_seeder v0.2.3
21242024-03-26T06:44:42.100Z Downloaded radium v0.7.0
21252024-03-26T06:44:42.100Z Downloaded path-slash v0.1.5
21262024-03-26T06:44:42.100Z Downloaded packed_struct_codegen v0.10.1
21272024-03-26T06:44:42.100Z Downloaded nodrop v0.1.14
21282024-03-26T06:44:42.100Z Downloaded multimap v0.10.0
21292024-03-26T06:44:42.101Z Downloaded mockall v0.12.0
21302024-03-26T06:44:42.101Z Downloaded memoffset v0.7.1
21312024-03-26T06:44:42.101Z Downloaded maybe-uninit v2.0.0
21322024-03-26T06:44:42.101Z Downloaded libloading v0.7.4
21332024-03-26T06:44:42.101Z Downloaded lazycell v1.3.0
21342024-03-26T06:44:42.101Z Downloaded is-terminal v0.4.9
21352024-03-26T06:44:42.101Z Downloaded indoc v2.0.3
21362024-03-26T06:44:42.102Z Downloaded indoc v1.0.9
21372024-03-26T06:44:42.102Z Downloaded impl-trait-for-tuples v0.2.2
21382024-03-26T06:44:42.102Z Downloaded funty v2.0.0
21392024-03-26T06:44:42.102Z Downloaded fs-err v2.11.0
21402024-03-26T06:44:42.102Z Downloaded fd-lock v4.0.2
21412024-03-26T06:44:42.102Z Downloaded fd-lock v3.0.13
21422024-03-26T06:44:42.142Z Downloaded env_logger v0.10.0
21432024-03-26T06:44:42.142Z Downloaded serde-big-array v0.4.1
21442024-03-26T06:44:42.142Z Downloaded wyz v0.5.1
21452024-03-26T06:44:42.142Z Downloaded which v4.4.0
21462024-03-26T06:44:42.142Z Downloaded wait-timeout v0.2.0
21472024-03-26T06:44:42.143Z Downloaded vte_generate_state_changes v0.1.1
21482024-03-26T06:44:42.143Z Downloaded unicode-linebreak v0.1.5
21492024-03-26T06:44:42.143Z Downloaded unarray v0.1.4
21502024-03-26T06:44:42.143Z Downloaded termtree v0.4.1
21512024-03-26T06:44:42.143Z Downloaded termios v0.3.3
21522024-03-26T06:44:42.144Z Downloaded tap v1.0.1
21532024-03-26T06:44:42.144Z Downloaded tabled_derive v0.7.0
21542024-03-26T06:44:42.144Z Downloaded supports-color v3.0.0
21552024-03-26T06:44:42.144Z Downloaded strum_macros v0.24.3
21562024-03-26T06:44:42.144Z Downloaded strum v0.25.0
21572024-03-26T06:44:42.144Z Downloaded structmeta-derive v0.2.0
21582024-03-26T06:44:42.144Z Downloaded structmeta v0.2.0
21592024-03-26T06:44:42.144Z Downloaded strip-ansi-escapes v0.2.0
21602024-03-26T06:44:42.144Z Downloaded stability v0.1.1
21612024-03-26T06:44:42.144Z Downloaded sqlparser_derive v0.2.2
21622024-03-26T06:44:42.144Z Downloaded sqlformat v0.2.3
21632024-03-26T06:44:42.145Z Downloaded snafu v0.7.5
21642024-03-26T06:44:42.177Z Downloaded signal-hook-tokio v0.3.1
21652024-03-26T06:44:42.177Z Downloaded rustyline v13.0.0
21662024-03-26T06:44:42.177Z Downloaded ref-cast-impl v1.0.20
21672024-03-26T06:44:42.177Z Downloaded rand_xorshift v0.3.0
21682024-03-26T06:44:42.177Z Downloaded predicates-tree v1.0.9
21692024-03-26T06:44:42.177Z Downloaded peeking_take_while v0.1.2
21702024-03-26T06:44:42.178Z Downloaded parse-size v1.0.0
21712024-03-26T06:44:42.178Z Downloaded packed_struct v0.10.1
21722024-03-26T06:44:42.178Z Downloaded oso-derive v0.27.0
21732024-03-26T06:44:42.178Z Downloaded olpc-cjson v0.1.3
21742024-03-26T06:44:42.178Z Downloaded number_prefix v0.4.0
21752024-03-26T06:44:42.178Z Downloaded maplit v1.0.2
21762024-03-26T06:44:42.178Z Downloaded lru v0.12.1
21772024-03-26T06:44:42.178Z Downloaded is_ci v1.2.0
21782024-03-26T06:44:42.179Z Downloaded highway v1.1.0
21792024-03-26T06:44:42.179Z Downloaded globset v0.4.13
21802024-03-26T06:44:42.179Z Downloaded fragile v2.0.0
21812024-03-26T06:44:42.179Z Downloaded ena v0.14.2
21822024-03-26T06:44:42.179Z Downloaded downcast v0.11.0
21832024-03-26T06:44:42.179Z Downloaded compact_str v0.7.1
21842024-03-26T06:44:42.179Z Downloaded crc-any v2.4.3
21852024-03-26T06:44:42.180Z Downloaded diff v0.1.13
21862024-03-26T06:44:42.180Z Downloaded derive_builder v0.12.0
21872024-03-26T06:44:42.208Z Downloaded csv-core v0.1.11
21882024-03-26T06:44:42.208Z Downloaded crunchy v0.2.2
21892024-03-26T06:44:42.209Z Downloaded cookie v0.18.0
21902024-03-26T06:44:42.209Z Downloaded clang-sys v1.6.1
21912024-03-26T06:44:42.209Z Downloaded darling_macro v0.14.4
21922024-03-26T06:44:42.209Z Downloaded darling v0.14.4
21932024-03-26T06:44:42.209Z Downloaded crc-catalog v2.2.0
21942024-03-26T06:44:42.209Z Downloaded crc v3.0.1
21952024-03-26T06:44:42.209Z Downloaded corncobs v0.1.3
21962024-03-26T06:44:42.209Z Downloaded cexpr v0.6.0
21972024-03-26T06:44:42.209Z Downloaded castaway v0.2.2
21982024-03-26T06:44:42.209Z Downloaded cassowary v0.3.0
21992024-03-26T06:44:42.209Z Downloaded bytecount v0.6.3
22002024-03-26T06:44:42.209Z Downloaded buf-list v1.0.3
22012024-03-26T06:44:42.209Z Downloaded bitfield v0.14.0
22022024-03-26T06:44:42.209Z Downloaded bcs v0.1.6
22032024-03-26T06:44:42.210Z Downloaded bb8 v0.8.3
22042024-03-26T06:44:42.210Z Downloaded async-recursion v1.0.5
22052024-03-26T06:44:42.239Z Downloaded ascii-canvas v3.0.0
22062024-03-26T06:44:42.239Z Downloaded array-init v0.0.4
22072024-03-26T06:44:42.434Z Compiling proc-macro2 v1.0.78
22082024-03-26T06:44:42.434Z Compiling unicode-ident v1.0.12
22092024-03-26T06:44:42.479Z Compiling libc v0.2.153
22102024-03-26T06:44:42.479Z Compiling serde v1.0.197
22112024-03-26T06:44:42.479Z Compiling version_check v0.9.4
22122024-03-26T06:44:42.480Z Compiling autocfg v1.1.0
22132024-03-26T06:44:42.480Z Compiling cfg-if v1.0.0
22142024-03-26T06:44:42.541Z Compiling syn v1.0.109
22152024-03-26T06:44:42.607Z Compiling once_cell v1.19.0
22162024-03-26T06:44:42.642Z Compiling byteorder v1.5.0
22172024-03-26T06:44:42.970Z Compiling serde_json v1.0.114
22182024-03-26T06:44:43.436Z Compiling ahash v0.8.8
22192024-03-26T06:44:43.436Z Compiling libm v0.2.7
22202024-03-26T06:44:43.436Z Compiling memchr v2.7.1
22212024-03-26T06:44:43.437Z Compiling lock_api v0.4.10
22222024-03-26T06:44:43.437Z Compiling num-traits v0.2.18
22232024-03-26T06:44:43.437Z Compiling parking_lot_core v0.9.8
22242024-03-26T06:44:43.437Z Compiling thiserror v1.0.57
22252024-03-26T06:44:43.654Z Compiling quote v1.0.35
22262024-03-26T06:44:43.717Z Compiling itoa v1.0.9
22272024-03-26T06:44:43.766Z Compiling typenum v1.16.0
22282024-03-26T06:44:44.028Z Compiling syn v2.0.52
22292024-03-26T06:44:44.170Z Compiling cc v1.0.83
22302024-03-26T06:44:44.195Z Compiling getrandom v0.2.12
22312024-03-26T06:44:44.479Z Compiling scopeguard v1.2.0
22322024-03-26T06:44:44.504Z Compiling generic-array v0.14.7
22332024-03-26T06:44:44.620Z Compiling log v0.4.21
22342024-03-26T06:44:44.990Z Compiling allocator-api2 v0.2.16
22352024-03-26T06:44:45.032Z Compiling pkg-config v0.3.27
22362024-03-26T06:44:45.151Z Compiling slab v0.4.9
22372024-03-26T06:44:45.443Z Compiling smallvec v1.13.1
22382024-03-26T06:44:45.503Z Compiling ryu v1.0.15
22392024-03-26T06:44:45.743Z Compiling schemars v0.8.16
22402024-03-26T06:44:45.936Z Compiling equivalent v1.0.1
22412024-03-26T06:44:46.018Z Compiling heck v0.4.1
22422024-03-26T06:44:46.329Z Compiling ring v0.17.8
22432024-03-26T06:44:46.354Z Compiling pin-project-lite v0.2.13
22442024-03-26T06:44:46.608Z Compiling vcpkg v0.2.15
22452024-03-26T06:44:46.738Z Compiling parking_lot v0.12.1
22462024-03-26T06:44:47.984Z Compiling openssl-sys v0.9.96
22472024-03-26T06:44:48.049Z Compiling signal-hook-registry v1.4.1
22482024-03-26T06:44:48.212Z Compiling mio v0.8.11
22492024-03-26T06:44:48.668Z Compiling time-core v0.1.2
22502024-03-26T06:44:48.701Z Compiling num-conv v0.1.0
22512024-03-26T06:44:48.813Z Compiling fnv v1.0.7
22522024-03-26T06:44:48.838Z Compiling rand_core v0.6.4
22532024-03-26T06:44:48.954Z Compiling time-macros v0.2.17
22542024-03-26T06:44:48.981Z Compiling crossbeam-utils v0.8.19
22552024-03-26T06:44:49.327Z Compiling ring v0.16.20
22562024-03-26T06:44:49.556Z Compiling num_cpus v1.16.0
22572024-03-26T06:44:49.582Z Compiling socket2 v0.5.5
22582024-03-26T06:44:49.741Z Compiling httparse v1.8.0
22592024-03-26T06:44:49.841Z Compiling iana-time-zone v0.1.57
22602024-03-26T06:44:50.036Z Compiling serde_derive_internals v0.26.0
22612024-03-26T06:44:50.783Z Compiling futures-core v0.3.30
22622024-03-26T06:44:51.009Z Compiling rustix v0.38.31
22632024-03-26T06:44:51.075Z Compiling ucd-trie v0.1.6
22642024-03-26T06:44:51.254Z Compiling openssl v0.10.60
22652024-03-26T06:44:51.715Z Compiling spin v0.5.2
22662024-03-26T06:44:51.745Z Compiling semver v1.0.22
22672024-03-26T06:44:51.843Z Compiling backtrace v0.3.69
22682024-03-26T06:44:51.959Z Compiling winnow v0.5.15
22692024-03-26T06:44:52.006Z Compiling rustls v0.21.9
22702024-03-26T06:44:52.073Z Compiling native-tls v0.2.11
22712024-03-26T06:44:52.242Z Compiling slog v2.7.0
22722024-03-26T06:44:52.356Z Compiling tinyvec_macros v0.1.1
22732024-03-26T06:44:52.418Z Compiling tinyvec v1.6.0
22742024-03-26T06:44:52.444Z Compiling spin v0.9.8
22752024-03-26T06:44:52.608Z Compiling unicode-xid v0.2.4
22762024-03-26T06:44:52.757Z Compiling futures-sink v0.3.30
22772024-03-26T06:44:53.195Z Compiling uuid v0.8.2
22782024-03-26T06:44:53.222Z Compiling subtle v2.5.0
22792024-03-26T06:44:53.222Z Compiling const-oid v0.9.6
22802024-03-26T06:44:53.223Z Compiling dyn-clone v1.0.17
22812024-03-26T06:44:53.223Z Compiling crc32fast v1.3.2
22822024-03-26T06:44:53.386Z Compiling synstructure v0.12.6
22832024-03-26T06:44:53.610Z Compiling unicode-normalization v0.1.22
22842024-03-26T06:44:54.469Z Compiling serde_derive v1.0.197
22852024-03-26T06:44:54.500Z Compiling zerocopy-derive v0.7.32
22862024-03-26T06:44:54.557Z Compiling thiserror-impl v1.0.57
22872024-03-26T06:44:54.582Z Compiling zeroize_derive v1.4.2
22882024-03-26T06:44:54.734Z Compiling tokio-macros v2.2.0
22892024-03-26T06:44:54.892Z Compiling schemars_derive v0.8.16
22902024-03-26T06:44:54.971Z Compiling futures-macro v0.3.30
22912024-03-26T06:44:55.751Z Compiling tracing-attributes v0.1.27
22922024-03-26T06:44:55.962Z Compiling zeroize v1.7.0
22932024-03-26T06:44:56.158Z Compiling zerocopy v0.7.32
22942024-03-26T06:44:56.878Z Compiling pest v2.7.6
22952024-03-26T06:44:57.328Z Compiling openssl-macros v0.1.1
22962024-03-26T06:44:57.898Z Compiling hashbrown v0.14.3
22972024-03-26T06:44:57.975Z Compiling cookie v0.17.0
22982024-03-26T06:44:58.245Z Compiling unicode-bidi v0.3.15
22992024-03-26T06:44:58.651Z Compiling pest_meta v2.7.6
23002024-03-26T06:44:59.166Z Compiling anyhow v1.0.79
23012024-03-26T06:44:59.252Z Compiling zerocopy-derive v0.2.0
23022024-03-26T06:44:59.528Z Compiling futures-channel v0.3.30
23032024-03-26T06:44:59.643Z Compiling pest_generator v2.7.6
23042024-03-26T06:44:59.787Z Compiling tracing-core v0.1.32
23052024-03-26T06:44:59.943Z Compiling futures-io v0.3.30
23062024-03-26T06:45:00.561Z Compiling pin-utils v0.1.0
23072024-03-26T06:45:00.652Z Compiling futures-task v0.3.30
23082024-03-26T06:45:00.866Z Compiling futures-util v0.3.30
23092024-03-26T06:45:00.913Z Compiling tracing v0.1.40
23102024-03-26T06:45:01.605Z Compiling crypto-common v0.1.6
23112024-03-26T06:45:01.697Z Compiling der_derive v0.7.2
23122024-03-26T06:45:01.821Z Compiling aho-corasick v1.1.2
23132024-03-26T06:45:02.003Z Compiling pest_derive v2.7.6
23142024-03-26T06:45:02.569Z Compiling powerfmt v0.2.0
23152024-03-26T06:45:03.219Z Compiling regex-syntax v0.8.2
23162024-03-26T06:45:03.498Z Compiling deranged v0.3.11
23172024-03-26T06:45:04.992Z Compiling bytes v1.5.0
23182024-03-26T06:45:05.332Z Compiling indexmap v2.2.5
23192024-03-26T06:45:05.971Z Compiling tokio v1.36.0
23202024-03-26T06:45:06.431Z Compiling chrono v0.4.34
23212024-03-26T06:45:06.482Z Compiling uuid v1.7.0
23222024-03-26T06:45:06.692Z Compiling bitflags v2.4.2
23232024-03-26T06:45:07.172Z Compiling serde_spanned v0.6.5
23242024-03-26T06:45:07.471Z Compiling toml_datetime v0.6.5
23252024-03-26T06:45:07.869Z Compiling toml_edit v0.19.15
23262024-03-26T06:45:09.197Z Compiling http v0.2.12
23272024-03-26T06:45:11.038Z Compiling regex-automata v0.4.5
23282024-03-26T06:45:11.416Z Compiling rustc_version v0.4.0
23292024-03-26T06:45:11.938Z Compiling block-buffer v0.10.4
23302024-03-26T06:45:12.471Z Compiling usdt-impl v0.3.5
23312024-03-26T06:45:13.258Z Compiling rustversion v1.0.14
23322024-03-26T06:45:13.322Z Compiling num_threads v0.1.6
23332024-03-26T06:45:13.423Z Compiling untrusted v0.9.0
23342024-03-26T06:45:13.606Z Compiling unicode-width v0.1.11
23352024-03-26T06:45:13.788Z Compiling time v0.3.34
23362024-03-26T06:45:13.845Z Compiling digest v0.10.7
23372024-03-26T06:45:14.198Z Compiling heapless v0.7.16
23382024-03-26T06:45:14.229Z Compiling scroll_derive v0.12.0
23392024-03-26T06:45:14.604Z Compiling bzip2-sys v0.1.11+1.0.8
23402024-03-26T06:45:15.058Z Compiling async-trait v0.1.77
23412024-03-26T06:45:15.471Z Compiling signal-hook v0.3.17
23422024-03-26T06:45:15.503Z Compiling percent-encoding v2.3.1
23432024-03-26T06:45:15.699Z Compiling ppv-lite86 v0.2.17
23442024-03-26T06:45:15.783Z Compiling adler v1.0.2
23452024-03-26T06:45:16.302Z Compiling rand_chacha v0.3.1
23462024-03-26T06:45:16.456Z Compiling miniz_oxide v0.7.1
23472024-03-26T06:45:17.089Z Compiling regex v1.10.3
23482024-03-26T06:45:18.725Z Compiling zerocopy v0.3.0
23492024-03-26T06:45:19.226Z Compiling thread-id v4.2.0
23502024-03-26T06:45:19.333Z Compiling dof v0.1.5
23512024-03-26T06:45:20.306Z Compiling rand v0.8.5
23522024-03-26T06:45:20.996Z Compiling tokio-util v0.7.10
23532024-03-26T06:45:21.573Z Compiling dtrace-parser v0.1.14
23542024-03-26T06:45:21.805Z Compiling clap_derive v4.5.0
23552024-03-26T06:45:22.038Z Compiling errno v0.3.8
23562024-03-26T06:45:22.166Z Compiling num-bigint v0.4.4
23572024-03-26T06:45:22.214Z Compiling gimli v0.28.0
23582024-03-26T06:45:22.384Z Compiling untrusted v0.7.1
23592024-03-26T06:45:22.520Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23602024-03-26T06:45:22.545Z Compiling base64ct v1.6.0
23612024-03-26T06:45:23.020Z Compiling foreign-types-shared v0.1.1
23622024-03-26T06:45:23.045Z Compiling base64 v0.21.7
23632024-03-26T06:45:23.129Z Compiling smoltcp v0.9.1
23642024-03-26T06:45:23.371Z Compiling foreign-types v0.3.2
23652024-03-26T06:45:23.609Z Compiling pem-rfc7468 v0.7.0
23662024-03-26T06:45:25.620Z Compiling form_urlencoded v1.2.1
23672024-03-26T06:45:26.080Z Compiling addr2line v0.21.0
23682024-03-26T06:45:26.256Z Compiling hmac v0.12.1
23692024-03-26T06:45:26.342Z Compiling serde_tokenstream v0.1.7
23702024-03-26T06:45:26.448Z Compiling crossbeam-epoch v0.9.18
23712024-03-26T06:45:26.631Z Compiling lazy_static v1.4.0
23722024-03-26T06:45:26.779Z Compiling object v0.32.1
23732024-03-26T06:45:26.934Z Compiling rustc-demangle v0.1.23
23742024-03-26T06:45:27.172Z Compiling siphasher v0.3.11
23752024-03-26T06:45:27.203Z Compiling flagset v0.4.3
23762024-03-26T06:45:27.505Z Compiling unicode-segmentation v1.10.1
23772024-03-26T06:45:27.531Z Compiling try-lock v0.2.4
23782024-03-26T06:45:27.634Z Compiling bitflags v1.3.2
23792024-03-26T06:45:27.728Z Compiling want v0.3.1
23802024-03-26T06:45:28.000Z Compiling der v0.7.8
23812024-03-26T06:45:28.663Z Compiling sct v0.7.0
23822024-03-26T06:45:28.688Z Compiling rustls-webpki v0.101.7
23832024-03-26T06:45:28.901Z Compiling h2 v0.3.24
23842024-03-26T06:45:30.053Z Compiling http-body v0.4.5
23852024-03-26T06:45:30.835Z Compiling proc-macro-crate v1.3.1
23862024-03-26T06:45:31.494Z Compiling openapiv3 v2.0.0
23872024-03-26T06:45:31.800Z Compiling idna v0.5.0
23882024-03-26T06:45:32.823Z Compiling hubpack_derive v0.1.1
23892024-03-26T06:45:32.878Z Compiling zerocopy-derive v0.6.4
23902024-03-26T06:45:33.709Z Compiling usdt-impl v0.5.0
23912024-03-26T06:45:33.968Z Compiling stable_deref_trait v1.2.0
23922024-03-26T06:45:33.994Z Compiling openssl-probe v0.1.5
23932024-03-26T06:45:34.069Z Compiling httpdate v1.0.3
23942024-03-26T06:45:34.409Z Compiling cpufeatures v0.2.12
23952024-03-26T06:45:34.434Z Compiling anstyle v1.0.6
23962024-03-26T06:45:34.504Z Compiling tower-service v0.3.2
23972024-03-26T06:45:34.744Z Compiling utf8parse v0.2.1
23982024-03-26T06:45:34.786Z Compiling hyper v0.14.28
23992024-03-26T06:45:34.881Z Compiling anstyle-parse v0.2.1
24002024-03-26T06:45:34.975Z Compiling sha2 v0.10.8
24012024-03-26T06:45:36.442Z Compiling url v2.5.0
24022024-03-26T06:45:37.748Z Compiling spki v0.7.2
24032024-03-26T06:45:38.058Z Compiling usdt-macro v0.3.5
24042024-03-26T06:45:38.253Z Compiling usdt-attr-macro v0.3.5
24052024-03-26T06:45:39.259Z Compiling scroll v0.12.0
24062024-03-26T06:45:40.319Z Compiling md-5 v0.10.5
24072024-03-26T06:45:40.348Z Compiling serde_tokenstream v0.2.0
24082024-03-26T06:45:40.802Z Compiling stringprep v0.1.3
24092024-03-26T06:45:41.453Z Compiling idna v0.3.0
24102024-03-26T06:45:42.418Z Compiling diesel_table_macro_syntax v0.1.0
24112024-03-26T06:45:42.463Z Compiling num-integer v0.1.46
24122024-03-26T06:45:42.714Z Compiling hash32 v0.2.1
24132024-03-26T06:45:43.014Z Compiling plain v0.2.3
24142024-03-26T06:45:43.659Z Compiling fallible-iterator v0.2.0
24152024-03-26T06:45:43.687Z Compiling anstyle-query v1.0.0
24162024-03-26T06:45:43.813Z Compiling colorchoice v1.0.0
24172024-03-26T06:45:43.956Z Compiling psl-types v2.0.11
24182024-03-26T06:45:44.117Z Compiling publicsuffix v2.2.3
24192024-03-26T06:45:44.229Z Compiling postgres-protocol v0.6.6
24202024-03-26T06:45:44.337Z Compiling anstream v0.6.11
24212024-03-26T06:45:45.762Z Compiling goblin v0.8.0
24222024-03-26T06:45:46.140Z Compiling diesel_derives v2.1.2
24232024-03-26T06:45:51.219Z Compiling tokio-rustls v0.24.1
24242024-03-26T06:45:51.799Z Compiling pkcs8 v0.10.2
24252024-03-26T06:45:52.218Z Compiling terminal_size v0.3.0
24262024-03-26T06:45:52.825Z Compiling tokio-native-tls v0.3.1
24272024-03-26T06:45:53.061Z Compiling phf_shared v0.11.2
24282024-03-26T06:45:53.353Z Compiling strum_macros v0.25.2
24292024-03-26T06:45:53.801Z Compiling regress v0.9.0
24302024-03-26T06:45:54.539Z Compiling block-padding v0.3.3
24312024-03-26T06:45:54.728Z Compiling enum-as-inner v0.5.1
24322024-03-26T06:45:55.494Z Compiling serde_repr v0.1.16
24332024-03-26T06:45:56.092Z Compiling ff v0.13.0
24342024-03-26T06:45:56.164Z Compiling scheduled-thread-pool v0.2.7
24352024-03-26T06:45:56.310Z Compiling encoding_rs v0.8.33
24362024-03-26T06:45:56.341Z Compiling ipnet v2.9.0
24372024-03-26T06:45:56.477Z Compiling managed v0.8.0
24382024-03-26T06:45:56.579Z Compiling strsim v0.11.0
24392024-03-26T06:45:56.903Z Compiling ident_case v1.0.1
24402024-03-26T06:45:57.052Z Compiling mime v0.3.17
24412024-03-26T06:45:57.210Z Compiling pretty-hex v0.4.1
24422024-03-26T06:45:57.418Z Compiling matches v0.1.10
24432024-03-26T06:45:57.587Z Compiling base16ct v0.2.0
24442024-03-26T06:45:58.115Z Compiling clap_lex v0.7.0
24452024-03-26T06:45:58.228Z Compiling bit-vec v0.6.3
24462024-03-26T06:45:58.315Z Compiling strsim v0.10.0
24472024-03-26T06:45:58.457Z Compiling regex-automata v0.1.10
24482024-03-26T06:45:58.502Z Compiling clap_builder v4.5.1
24492024-03-26T06:45:58.585Z Compiling darling_core v0.20.3
24502024-03-26T06:45:58.860Z Compiling bstr v0.2.17
24512024-03-26T06:46:00.521Z Compiling sec1 v0.7.3
24522024-03-26T06:46:01.501Z Compiling idna v0.2.3
24532024-03-26T06:46:02.587Z Compiling dof v0.3.0
24542024-03-26T06:46:02.882Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
24552024-03-26T06:46:03.369Z Compiling r2d2 v0.8.10
24562024-03-26T06:46:03.727Z Compiling group v0.13.0
24572024-03-26T06:46:03.979Z Compiling inout v0.1.3
24582024-03-26T06:46:04.586Z Compiling phf v0.11.2
24592024-03-26T06:46:04.824Z Compiling hyper-tls v0.5.0
24602024-03-26T06:46:05.056Z Compiling signal-hook-mio v0.2.3
24612024-03-26T06:46:05.112Z Compiling hyper-rustls v0.24.2
24622024-03-26T06:46:05.194Z Compiling bzip2 v0.4.4
24632024-03-26T06:46:05.448Z Compiling cookie_store v0.20.0
24642024-03-26T06:46:05.499Z Compiling flate2 v1.0.28
24652024-03-26T06:46:05.778Z Compiling postgres-types v0.2.6
24662024-03-26T06:46:06.204Z Compiling zerocopy v0.6.4
24672024-03-26T06:46:06.532Z Compiling hubpack v0.1.2
24682024-03-26T06:46:06.559Z Compiling phf_shared v0.10.0
24692024-03-26T06:46:06.809Z Compiling rustls-pemfile v1.0.3
24702024-03-26T06:46:06.878Z Compiling hkdf v0.12.4
24712024-03-26T06:46:06.903Z Compiling serde_urlencoded v0.7.1
24722024-03-26T06:46:07.112Z Compiling ipnetwork v0.20.0
24732024-03-26T06:46:07.112Z Compiling futures-executor v0.3.30
24742024-03-26T06:46:07.528Z Compiling dtrace-parser v0.2.0
24752024-03-26T06:46:07.769Z Compiling crypto-bigint v0.5.2
24762024-03-26T06:46:07.837Z Compiling float-cmp v0.9.0
24772024-03-26T06:46:08.427Z Compiling precomputed-hash v0.1.1
24782024-03-26T06:46:08.867Z Compiling minimal-lexical v0.2.1
24792024-03-26T06:46:09.266Z Compiling fixedbitset v0.4.2
24802024-03-26T06:46:09.395Z Compiling predicates-core v1.0.6
24812024-03-26T06:46:09.599Z Compiling sync_wrapper v0.1.2
24822024-03-26T06:46:10.266Z Compiling static_assertions v1.1.0
24832024-03-26T06:46:10.371Z Compiling webpki-roots v0.25.2
24842024-03-26T06:46:10.504Z Compiling data-encoding v2.4.0
24852024-03-26T06:46:10.615Z Compiling difflib v0.4.0
24862024-03-26T06:46:11.326Z Compiling new_debug_unreachable v1.0.4
24872024-03-26T06:46:11.352Z Compiling whoami v1.5.0
24882024-03-26T06:46:11.408Z Compiling either v1.10.0
24892024-03-26T06:46:11.628Z Compiling winnow v0.6.1
24902024-03-26T06:46:11.803Z Compiling normalize-line-endings v0.3.0
24912024-03-26T06:46:11.865Z Compiling tokio-postgres v0.7.10
24922024-03-26T06:46:11.890Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
24932024-03-26T06:46:11.915Z Compiling predicates v3.1.0
24942024-03-26T06:46:11.940Z Compiling string_cache v0.8.7
24952024-03-26T06:46:12.145Z Compiling itertools v0.10.5
24962024-03-26T06:46:12.260Z Compiling trust-dns-proto v0.22.0
24972024-03-26T06:46:13.114Z Compiling reqwest v0.11.24
24982024-03-26T06:46:14.333Z Compiling toml_edit v0.22.6
24992024-03-26T06:46:14.413Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
25002024-03-26T06:46:16.439Z Compiling petgraph v0.6.4
25012024-03-26T06:46:18.110Z Compiling nom v7.1.3
25022024-03-26T06:46:18.804Z Compiling elliptic-curve v0.13.8
25032024-03-26T06:46:19.986Z Compiling diesel v2.1.4
25042024-03-26T06:46:20.015Z Compiling futures v0.3.30
25052024-03-26T06:46:20.099Z Compiling yasna v0.5.2
25062024-03-26T06:46:20.465Z Compiling zip v0.6.6
25072024-03-26T06:46:20.870Z Compiling crossterm v0.27.0
25082024-03-26T06:46:21.464Z Compiling cipher v0.4.4
25092024-03-26T06:46:21.836Z Compiling darling_macro v0.20.3
25102024-03-26T06:46:21.999Z Compiling clap v4.5.1
25112024-03-26T06:46:22.092Z Compiling similar v2.4.0
25122024-03-26T06:46:22.568Z Compiling bit-set v0.5.3
25132024-03-26T06:46:22.933Z Compiling num-iter v0.1.44
25142024-03-26T06:46:23.100Z Compiling usdt v0.3.5
25152024-03-26T06:46:23.311Z Compiling console v0.15.8
25162024-03-26T06:46:23.679Z Compiling bstr v1.9.0
25172024-03-26T06:46:24.202Z Compiling tokio-stream v0.1.14
25182024-03-26T06:46:24.832Z Compiling toml v0.7.8
25192024-03-26T06:46:24.925Z Compiling hex v0.4.3
25202024-03-26T06:46:24.949Z Compiling proc-macro-error-attr v1.0.4
25212024-03-26T06:46:25.176Z Compiling instant v0.1.12
25222024-03-26T06:46:25.411Z Compiling lalrpop-util v0.19.12
25232024-03-26T06:46:25.620Z Compiling parking_lot_core v0.8.6
25242024-03-26T06:46:26.030Z Compiling darling v0.20.3
25252024-03-26T06:46:26.967Z Compiling proc-macro-error v1.0.4
25262024-03-26T06:46:27.249Z Compiling heapless v0.8.0
25272024-03-26T06:46:27.534Z Compiling camino v1.1.6
25282024-03-26T06:46:31.901Z Compiling num_enum_derive v0.5.11
25292024-03-26T06:46:36.941Z Compiling thread_local v1.1.7
25302024-03-26T06:46:37.132Z Compiling atty v0.2.14
25312024-03-26T06:46:37.474Z Compiling hash32 v0.3.1
25322024-03-26T06:46:37.600Z Compiling half v2.3.1
25332024-03-26T06:46:38.318Z Compiling ciborium-io v0.2.2
25342024-03-26T06:46:38.419Z Compiling match_cfg v0.1.0
25352024-03-26T06:46:38.521Z Compiling slog-async v2.8.0
25362024-03-26T06:46:38.874Z Compiling rustls-pki-types v1.3.0
25372024-03-26T06:46:40.817Z Compiling smoltcp v0.11.0
25382024-03-26T06:46:41.288Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25392024-03-26T06:46:44.951Z Compiling hostname v0.3.1
25402024-03-26T06:46:45.194Z Compiling ciborium-ll v0.2.2
25412024-03-26T06:46:47.519Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25422024-03-26T06:46:52.287Z Compiling num_enum v0.5.11
25432024-03-26T06:46:54.351Z Compiling parking_lot v0.11.2
25442024-03-26T06:46:58.823Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25452024-03-26T06:46:59.434Z Compiling slog-json v2.6.1
25462024-03-26T06:46:59.943Z Compiling getopts v0.2.21
25472024-03-26T06:47:00.275Z Compiling crossbeam-channel v0.5.8
25482024-03-26T06:47:01.022Z Compiling dirs-sys-next v0.1.2
25492024-03-26T06:47:01.639Z Compiling fxhash v0.2.1
25502024-03-26T06:47:02.025Z Compiling take_mut v0.2.2
25512024-03-26T06:47:02.159Z Compiling embedded-io v0.4.0
25522024-03-26T06:47:02.190Z Compiling rustls v0.22.2
25532024-03-26T06:47:02.419Z Compiling unsafe-libyaml v0.2.10
25542024-03-26T06:47:02.686Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25552024-03-26T06:47:02.833Z Compiling cobs v0.2.3
25562024-03-26T06:47:03.214Z Compiling postcard v1.0.8
25572024-03-26T06:47:03.728Z Compiling serde_yaml v0.9.25
25582024-03-26T06:47:05.574Z Compiling sled v0.34.7
25592024-03-26T06:47:06.450Z Compiling dirs-next v2.0.0
25602024-03-26T06:47:06.808Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25612024-03-26T06:47:07.906Z Compiling slog-bunyan v2.5.0
25622024-03-26T06:47:09.585Z Compiling ciborium v0.2.2
25632024-03-26T06:47:12.009Z Compiling rustls-webpki v0.102.1
25642024-03-26T06:47:13.342Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
25652024-03-26T06:47:16.170Z Compiling num_enum_derive v0.7.2
25662024-03-26T06:47:16.530Z Compiling strum_macros v0.26.1
25672024-03-26T06:47:18.113Z Compiling foreign-types-macros v0.2.3
25682024-03-26T06:47:18.237Z Compiling structmeta-derive v0.3.0
25692024-03-26T06:47:19.005Z Compiling multer v3.0.0
25702024-03-26T06:47:19.086Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
25712024-03-26T06:47:19.331Z Compiling foreign-types-shared v0.3.1
25722024-03-26T06:47:19.956Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25732024-03-26T06:47:20.004Z Compiling paste v1.0.14
25742024-03-26T06:47:20.417Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
25752024-03-26T06:47:20.555Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
25762024-03-26T06:47:24.321Z Compiling structmeta v0.3.0
25772024-03-26T06:47:24.680Z Compiling strum v0.26.1
25782024-03-26T06:47:26.186Z Compiling foreign-types v0.5.0
25792024-03-26T06:47:26.384Z Compiling num_enum v0.7.2
25802024-03-26T06:47:26.695Z Compiling rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
25812024-03-26T06:47:27.025Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25822024-03-26T06:47:38.253Z Compiling term v0.7.0
25832024-03-26T06:47:39.013Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25842024-03-26T06:47:39.153Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
25852024-03-26T06:47:40.265Z Compiling tabwriter v1.4.0
25862024-03-26T06:47:41.269Z Compiling http v1.0.0
25872024-03-26T06:47:41.899Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25882024-03-26T06:47:42.029Z Compiling async-stream-impl v0.3.5
25892024-03-26T06:47:42.492Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
25902024-03-26T06:47:42.530Z Compiling cstr-argument v0.1.2
25912024-03-26T06:47:42.962Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25922024-03-26T06:47:42.995Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
25932024-03-26T06:47:42.995Z Compiling crucible-workspace-hack v0.1.0
25942024-03-26T06:47:43.153Z Compiling atomic-waker v1.1.1
25952024-03-26T06:47:43.196Z Compiling fastrand v2.0.1
25962024-03-26T06:47:43.220Z Compiling pretty-hex v0.2.1
25972024-03-26T06:47:43.330Z Compiling rayon-core v1.12.1
25982024-03-26T06:47:43.385Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25992024-03-26T06:47:43.513Z Compiling tempfile v3.10.0
26002024-03-26T06:47:43.584Z Compiling waitgroup v0.1.2
26012024-03-26T06:47:43.796Z Compiling async-stream v0.3.5
26022024-03-26T06:47:43.878Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26032024-03-26T06:47:44.232Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26042024-03-26T06:47:44.507Z Compiling slog-term v2.9.0
26052024-03-26T06:47:44.630Z Compiling tokio-rustls v0.25.0
26062024-03-26T06:47:44.986Z Compiling bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
26072024-03-26T06:47:45.057Z Compiling parse-display-derive v0.9.0
26082024-03-26T06:47:45.949Z Compiling toml v0.8.10
26092024-03-26T06:47:46.318Z Compiling rustls-pemfile v2.1.1
26102024-03-26T06:47:46.810Z Compiling serde_with_macros v3.6.1
26112024-03-26T06:47:47.350Z Compiling sha1 v0.10.6
26122024-03-26T06:47:47.598Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
26132024-03-26T06:47:48.069Z Compiling crossbeam-deque v0.8.3
26142024-03-26T06:47:48.380Z Compiling colored v2.1.0
26152024-03-26T06:47:48.945Z Compiling newtype-uuid v1.0.1
26162024-03-26T06:47:49.125Z Compiling serde_path_to_error v0.1.16
26172024-03-26T06:47:49.233Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26182024-03-26T06:47:49.434Z Compiling socket2 v0.4.9
26192024-03-26T06:47:49.763Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26202024-03-26T06:47:49.912Z Compiling debug-ignore v1.0.5
26212024-03-26T06:47:50.102Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
26222024-03-26T06:47:50.834Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26232024-03-26T06:47:51.010Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26242024-03-26T06:47:51.336Z Compiling serde_with v3.6.1
26252024-03-26T06:47:52.137Z Compiling parse-display v0.9.0
26262024-03-26T06:47:53.763Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
26272024-03-26T06:47:54.719Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26282024-03-26T06:47:54.761Z Compiling camino-tempfile v1.1.1
26292024-03-26T06:47:55.375Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
26302024-03-26T06:47:55.445Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26312024-03-26T06:47:55.587Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
26322024-03-26T06:47:55.744Z Compiling backoff v0.4.0
26332024-03-26T06:47:56.035Z Compiling heck v0.3.3
26342024-03-26T06:47:56.327Z Compiling textwrap v0.11.0
26352024-03-26T06:47:56.618Z Compiling macaddr v1.0.1
26362024-03-26T06:47:57.158Z Compiling num-derive v0.4.0
26372024-03-26T06:47:57.209Z Compiling libefi-sys v0.1.0
26382024-03-26T06:47:57.379Z Compiling strsim v0.8.0
26392024-03-26T06:47:57.434Z Compiling vec_map v0.8.2
26402024-03-26T06:47:57.713Z Compiling ansi_term v0.12.1
26412024-03-26T06:47:57.770Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
26422024-03-26T06:47:58.352Z Compiling clap v2.34.0
26432024-03-26T06:47:58.501Z Compiling structopt-derive v0.4.18
26442024-03-26T06:47:58.718Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
26452024-03-26T06:48:00.056Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
26462024-03-26T06:48:00.517Z Compiling rayon v1.9.0
26472024-03-26T06:48:00.644Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
26482024-03-26T06:48:00.823Z Compiling smf v0.2.2
26492024-03-26T06:48:02.920Z Compiling blake3 v1.5.0
26502024-03-26T06:48:02.947Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
26512024-03-26T06:48:03.240Z Compiling portable-atomic v1.4.3
26522024-03-26T06:48:03.444Z Compiling structopt v0.3.26
26532024-03-26T06:48:03.639Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26542024-03-26T06:48:03.939Z Compiling filetime v0.2.23
26552024-03-26T06:48:04.025Z Compiling xattr v1.0.1
26562024-03-26T06:48:04.238Z Compiling memmap2 v0.7.1
26572024-03-26T06:48:04.268Z Compiling constant_time_eq v0.3.0
26582024-03-26T06:48:04.433Z Compiling arrayref v0.3.7
26592024-03-26T06:48:04.517Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
26602024-03-26T06:48:04.651Z Compiling arrayvec v0.7.4
26612024-03-26T06:48:04.693Z Compiling same-file v1.0.6
26622024-03-26T06:48:04.725Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26632024-03-26T06:48:04.925Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26642024-03-26T06:48:04.973Z Compiling walkdir v2.4.0
26652024-03-26T06:48:05.985Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
26662024-03-26T06:48:06.254Z Compiling tar v0.4.40
26672024-03-26T06:48:07.196Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26682024-03-26T06:48:07.564Z Compiling gethostname v0.4.3
26692024-03-26T06:48:07.813Z Compiling topological-sort v0.2.2
26702024-03-26T06:48:08.010Z Compiling number_prefix v0.4.0
26712024-03-26T06:48:08.177Z Compiling indicatif v0.17.8
26722024-03-26T06:48:08.208Z Compiling omicron-zone-package v0.11.0
26732024-03-26T06:48:08.364Z Compiling swrite v0.1.0
26742024-03-26T06:48:18.674Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26752024-03-26T06:48:20.162Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26762024-03-26T06:48:20.162Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26772024-03-26T06:48:20.162Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26782024-03-26T06:48:33.975Z Finished release [optimized] target(s) in 3m 53s
26792024-03-26T06:48:34.046Z Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled`
26802024-03-26T06:48:34.081ZLogging to: /work/oxidecomputer/omicron/out/LOG
26812024-03-26T06:48:34.106ZCreated new build target 'default' and set it as active
26822024-03-26T06:48:34.106Z++ cargo run --release --bin omicron-package -- package
26832024-03-26T06:48:35.054Z Compiling ring v0.16.20
26842024-03-26T06:48:36.616Z Compiling sct v0.7.0
26852024-03-26T06:48:36.771Z Compiling rustls v0.21.9
26862024-03-26T06:48:39.551Z Compiling tokio-rustls v0.24.1
26872024-03-26T06:48:39.827Z Compiling hyper-rustls v0.24.2
26882024-03-26T06:48:40.071Z Compiling reqwest v0.11.24
26892024-03-26T06:48:43.950Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26902024-03-26T06:48:43.990Z Compiling omicron-zone-package v0.11.0
26912024-03-26T06:48:44.188Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26922024-03-26T06:48:44.382Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
26932024-03-26T06:48:47.107Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26942024-03-26T06:48:47.519Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26952024-03-26T06:48:47.682Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26962024-03-26T06:48:48.043Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26972024-03-26T06:48:55.373Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26982024-03-26T06:48:57.720Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26992024-03-26T06:48:58.222Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27002024-03-26T06:48:59.925Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27012024-03-26T06:49:15.829Z Finished release [optimized] target(s) in 41.67s
27022024-03-26T06:49:15.877Z Running `target/release/omicron-package package`
27032024-03-26T06:49:15.919ZLogging to: /work/oxidecomputer/omicron/out/LOG
27042024-03-26T06:49:17.077Z Compiling base64 v0.22.0
27052024-03-26T06:49:17.106Z Compiling usdt-macro v0.5.0
27062024-03-26T06:49:17.106Z Compiling usdt-attr-macro v0.5.0
27072024-03-26T06:49:17.106Z Compiling memmap v0.7.0
27082024-03-26T06:49:17.137Z Compiling humantime v2.1.0
27092024-03-26T06:49:17.172Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27102024-03-26T06:49:17.172Z Compiling linked-hash-map v0.5.6
27112024-03-26T06:49:17.172Z Compiling password-hash v0.5.0
27122024-03-26T06:49:17.487Z Compiling lru-cache v0.1.2
27132024-03-26T06:49:17.525Z Compiling blake2 v0.10.6
27142024-03-26T06:49:17.665Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27152024-03-26T06:49:17.798Z Compiling semver v0.1.20
27162024-03-26T06:49:17.979Z Compiling argon2 v0.5.3
27172024-03-26T06:49:18.230Z Compiling rustc_version v0.1.7
27182024-03-26T06:49:18.269Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27192024-03-26T06:49:18.294Z Compiling usdt v0.5.0
27202024-03-26T06:49:18.480Z Compiling quick-error v1.2.3
27212024-03-26T06:49:18.505Z Compiling termcolor v1.2.0
27222024-03-26T06:49:18.583Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27232024-03-26T06:49:18.617Z Compiling newtype_derive v0.1.6
27242024-03-26T06:49:19.011Z Compiling resolv-conf v0.7.0
27252024-03-26T06:49:19.037Z Compiling steno v0.4.0
27262024-03-26T06:49:19.094Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27272024-03-26T06:49:19.365Z Compiling trust-dns-resolver v0.22.0
27282024-03-26T06:49:19.533Z Compiling itertools v0.12.1
27292024-03-26T06:49:20.056Z Compiling derive-where v1.2.7
27302024-03-26T06:49:20.273Z Compiling slog-dtrace v0.3.0
27312024-03-26T06:49:20.561Z Compiling utf-8 v0.7.6
27322024-03-26T06:49:20.960Z Compiling num-rational v0.4.1
27332024-03-26T06:49:21.764Z Compiling nibble_vec v0.1.0
27342024-03-26T06:49:21.955Z Compiling endian-type v0.1.2
27352024-03-26T06:49:22.155Z Compiling radium v0.7.0
27362024-03-26T06:49:22.460Z Compiling radix_trie v0.2.1
27372024-03-26T06:49:22.676Z Compiling tungstenite v0.20.1
27382024-03-26T06:49:22.746Z Compiling num-complex v0.4.4
27392024-03-26T06:49:23.229Z Compiling tap v1.0.1
27402024-03-26T06:49:23.376Z Compiling maybe-uninit v2.0.0
27412024-03-26T06:49:23.729Z Compiling tokio-tungstenite v0.20.1
27422024-03-26T06:49:23.807Z Compiling num v0.4.1
27432024-03-26T06:49:23.915Z Compiling wyz v0.5.1
27442024-03-26T06:49:24.293Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27452024-03-26T06:49:24.504Z Compiling packed_struct v0.10.1
27462024-03-26T06:49:24.671Z Compiling crc-catalog v2.2.0
27472024-03-26T06:49:24.822Z Compiling arc-swap v1.6.0
27482024-03-26T06:49:24.849Z Compiling num-bigint-dig v0.8.4
27492024-03-26T06:49:25.061Z Compiling cancel-safe-futures v0.1.5
27502024-03-26T06:49:25.127Z Compiling funty v2.0.0
27512024-03-26T06:49:25.405Z Compiling slog-scope v4.4.0
27522024-03-26T06:49:25.487Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27532024-03-26T06:49:26.170Z Compiling bitvec v1.0.1
27542024-03-26T06:49:26.966Z Compiling crc v3.0.1
27552024-03-26T06:49:27.262Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27562024-03-26T06:49:27.542Z Compiling packed_struct_codegen v0.10.1
27572024-03-26T06:49:29.359Z Compiling indexmap v1.9.3
27582024-03-26T06:49:29.385Z Compiling display-error-chain v0.2.0
27592024-03-26T06:49:29.478Z Compiling nodrop v0.1.14
27602024-03-26T06:49:29.627Z Compiling array-init v0.0.4
27612024-03-26T06:49:29.654Z Compiling smallvec v0.6.14
27622024-03-26T06:49:30.622Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27632024-03-26T06:49:31.860Z Compiling slog-stdlog v4.1.1
27642024-03-26T06:49:32.826Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27652024-03-26T06:49:33.153Z Compiling rayon-core v1.12.1
27662024-03-26T06:49:33.178Z Compiling pkcs1 v0.7.5
27672024-03-26T06:49:36.247Z Compiling is-terminal v0.4.9
27682024-03-26T06:49:36.371Z Compiling crossbeam-deque v0.8.3
27692024-03-26T06:49:36.639Z Compiling signature v2.1.0
27702024-03-26T06:49:36.834Z Compiling hashbrown v0.12.3
27712024-03-26T06:49:37.590Z Compiling fastrand v2.0.1
27722024-03-26T06:49:37.872Z Compiling bitfield v0.14.0
27732024-03-26T06:49:37.984Z Compiling same-file v1.0.6
27742024-03-26T06:49:38.012Z Compiling tempfile v3.10.0
27752024-03-26T06:49:38.110Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27762024-03-26T06:49:38.173Z Compiling walkdir v2.4.0
27772024-03-26T06:49:38.697Z Compiling rsa v0.9.2
27782024-03-26T06:49:39.494Z Compiling env_logger v0.10.0
27792024-03-26T06:49:40.484Z Compiling slog-envlogger v2.2.0
27802024-03-26T06:49:42.600Z Compiling serde-hex v0.1.0
27812024-03-26T06:49:42.664Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27822024-03-26T06:49:42.881Z Compiling camino v1.1.6
27832024-03-26T06:49:42.939Z Compiling x509-cert v0.2.4
27842024-03-26T06:49:42.964Z Compiling ron v0.8.1
27852024-03-26T06:49:44.142Z Compiling hashbrown v0.13.2
27862024-03-26T06:49:45.154Z Compiling semver-parser v0.10.2
27872024-03-26T06:49:46.590Z Compiling unicase v2.7.0
27882024-03-26T06:49:46.616Z Compiling crc-any v2.4.3
27892024-03-26T06:49:46.836Z Compiling blake3 v1.5.0
27902024-03-26T06:49:47.105Z Compiling semver v0.11.0
27912024-03-26T06:49:47.380Z Compiling object v0.30.4
27922024-03-26T06:49:47.663Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27932024-03-26T06:49:47.723Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27942024-03-26T06:49:49.795Z Compiling rayon v1.9.0
27952024-03-26T06:49:50.349Z Compiling filetime v0.2.23
27962024-03-26T06:49:50.617Z Compiling dirs-sys-next v0.1.2
27972024-03-26T06:49:51.042Z Compiling memmap2 v0.7.1
27982024-03-26T06:49:51.357Z Compiling xattr v1.0.1
27992024-03-26T06:49:51.571Z Compiling constant_time_eq v0.3.0
28002024-03-26T06:49:51.725Z Compiling path-slash v0.1.5
28012024-03-26T06:49:51.933Z Compiling crunchy v0.2.2
28022024-03-26T06:49:52.273Z Compiling glob v0.3.1
28032024-03-26T06:49:52.434Z Compiling arrayvec v0.7.4
28042024-03-26T06:49:52.781Z Compiling home v0.5.5
28052024-03-26T06:49:52.925Z Compiling arrayref v0.3.7
28062024-03-26T06:49:52.987Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
28072024-03-26T06:49:53.019Z Compiling clang-sys v1.6.1
28082024-03-26T06:49:53.557Z Compiling toolchain_find v0.2.0
28092024-03-26T06:49:54.017Z Compiling tar v0.4.40
28102024-03-26T06:49:54.632Z Compiling dirs-next v2.0.0
28112024-03-26T06:49:54.790Z Compiling camino-tempfile v1.1.1
28122024-03-26T06:49:55.126Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
28132024-03-26T06:49:55.506Z Compiling libsw v3.3.1
28142024-03-26T06:49:55.533Z Compiling toml v0.5.11
28152024-03-26T06:49:55.779Z Compiling prettyplease v0.2.16
28162024-03-26T06:49:56.014Z Compiling owo-colors v4.0.0
28172024-03-26T06:49:57.977Z Compiling tiny-keccak v2.0.2
28182024-03-26T06:49:58.047Z Compiling linear-map v1.2.0
28192024-03-26T06:49:58.083Z Compiling topological-sort v0.2.2
28202024-03-26T06:49:58.205Z Compiling convert_case v0.4.0
28212024-03-26T06:49:58.261Z Compiling omicron-zone-package v0.11.0
28222024-03-26T06:49:58.382Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28232024-03-26T06:49:58.859Z Compiling derive_more v0.99.17
28242024-03-26T06:50:01.606Z Compiling rustfmt-wrapper v0.2.0
28252024-03-26T06:50:02.140Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
28262024-03-26T06:50:02.319Z Compiling term v0.7.0
28272024-03-26T06:50:02.528Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28282024-03-26T06:50:02.626Z Compiling darling_core v0.14.4
28292024-03-26T06:50:03.367Z Compiling toml v0.8.10
28302024-03-26T06:50:03.539Z Compiling ascii-canvas v3.0.0
28312024-03-26T06:50:04.387Z Compiling pem v3.0.2
28322024-03-26T06:50:04.537Z Compiling ena v0.14.2
28332024-03-26T06:50:04.582Z Compiling libloading v0.7.4
28342024-03-26T06:50:04.637Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28352024-03-26T06:50:04.886Z Compiling regex-syntax v0.6.29
28362024-03-26T06:50:04.914Z Compiling bindgen v0.69.2
28372024-03-26T06:50:05.241Z Compiling diff v0.1.13
28382024-03-26T06:50:05.763Z Compiling platforms v3.0.2
28392024-03-26T06:50:06.040Z Compiling mime_guess v2.0.4
28402024-03-26T06:50:06.748Z Compiling darling_macro v0.14.4
28412024-03-26T06:50:07.525Z Compiling darling v0.14.4
28422024-03-26T06:50:07.642Z Compiling lalrpop v0.19.12
28432024-03-26T06:50:08.353Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28442024-03-26T06:50:09.182Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28452024-03-26T06:50:09.237Z Compiling trust-dns-client v0.22.0
28462024-03-26T06:50:09.280Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28472024-03-26T06:50:09.481Z Compiling cexpr v0.6.0
28482024-03-26T06:50:10.018Z Compiling which v4.4.0
28492024-03-26T06:50:10.744Z Compiling vte_generate_state_changes v0.1.1
28502024-03-26T06:50:11.192Z Compiling peeking_take_while v0.1.2
28512024-03-26T06:50:11.313Z Compiling buf-list v1.0.3
28522024-03-26T06:50:11.758Z Compiling lazycell v1.3.0
28532024-03-26T06:50:11.910Z Compiling shlex v1.3.0
28542024-03-26T06:50:12.257Z Compiling rustc-hash v1.1.0
28552024-03-26T06:50:12.395Z Compiling doc-comment v0.3.3
28562024-03-26T06:50:12.772Z Compiling ref-cast v1.0.20
28572024-03-26T06:50:13.511Z Compiling trust-dns-server v0.22.1
28582024-03-26T06:50:14.677Z Compiling vte v0.11.1
28592024-03-26T06:50:16.617Z Compiling derive_builder_core v0.12.0
28602024-03-26T06:50:18.265Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28612024-03-26T06:50:18.405Z Compiling headers-core v0.2.0
28622024-03-26T06:50:18.494Z Compiling libxml v0.3.3
28632024-03-26T06:50:18.553Z Compiling pin-project-internal v1.1.3
28642024-03-26T06:50:18.582Z Compiling ref-cast-impl v1.0.20
28652024-03-26T06:50:18.773Z Compiling memoffset v0.7.1
28662024-03-26T06:50:19.014Z Compiling bytecount v0.6.3
28672024-03-26T06:50:19.275Z Compiling papergrid v0.11.0
28682024-03-26T06:50:19.701Z Compiling curve25519-dalek v4.1.1
28692024-03-26T06:50:20.023Z Compiling headers v0.3.9
28702024-03-26T06:50:20.674Z Compiling pin-project v1.1.3
28712024-03-26T06:50:20.824Z Compiling derive_builder_macro v0.12.0
28722024-03-26T06:50:22.736Z Compiling strip-ansi-escapes v0.2.0
28732024-03-26T06:50:23.196Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28742024-03-26T06:50:24.207Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28752024-03-26T06:50:24.483Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
28762024-03-26T06:50:25.610Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
28772024-03-26T06:50:26.674Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28782024-03-26T06:50:29.458Z Compiling tabled_derive v0.7.0
28792024-03-26T06:50:29.532Z Compiling polar-core v0.27.0
28802024-03-26T06:50:30.136Z Compiling fd-lock v3.0.13
28812024-03-26T06:50:30.367Z Compiling strum_macros v0.24.3
28822024-03-26T06:50:30.741Z Compiling kstat-rs v0.2.3
28832024-03-26T06:50:30.935Z Compiling snafu-derive v0.7.5
28842024-03-26T06:50:31.348Z Compiling fs-err v2.11.0
28852024-03-26T06:50:31.536Z Compiling cookie v0.18.0
28862024-03-26T06:50:31.579Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
28872024-03-26T06:50:31.786Z Compiling indoc v1.0.9
28882024-03-26T06:50:31.832Z Compiling keccak v0.1.4
28892024-03-26T06:50:32.557Z Compiling nu-ansi-term v0.50.0
28902024-03-26T06:50:33.100Z Compiling strum v0.25.0
28912024-03-26T06:50:33.100Z Compiling sha3 v0.10.8
28922024-03-26T06:50:33.125Z Compiling reedline v0.30.0
28932024-03-26T06:50:33.614Z Compiling tabled v0.15.0
28942024-03-26T06:50:33.735Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28952024-03-26T06:50:34.866Z Compiling snafu v0.7.5
28962024-03-26T06:50:46.049Z Compiling derive_builder v0.12.0
28972024-03-26T06:50:46.961Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28982024-03-26T06:50:48.206Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
28992024-03-26T06:50:50.485Z Compiling env_logger v0.9.3
29002024-03-26T06:50:51.658Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29012024-03-26T06:50:51.890Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
29022024-03-26T06:50:52.000Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29032024-03-26T06:50:52.368Z Compiling globset v0.4.13
29042024-03-26T06:50:52.853Z Compiling fd-lock v4.0.2
29052024-03-26T06:50:53.039Z Compiling olpc-cjson v0.1.3
29062024-03-26T06:50:53.305Z Compiling universal-hash v0.5.1
29072024-03-26T06:50:53.478Z Compiling bb8 v0.8.3
29082024-03-26T06:50:54.296Z Compiling nix v0.27.1
29092024-03-26T06:50:54.326Z Compiling secrecy v0.8.0
29102024-03-26T06:50:54.403Z Compiling serde_plain v1.0.2
29112024-03-26T06:50:54.830Z Compiling quick-xml v0.30.0
29122024-03-26T06:50:55.085Z Compiling bitstruct_derive v0.1.0
29132024-03-26T06:50:57.007Z Compiling thiserror-impl-no-std v2.0.2
29142024-03-26T06:50:58.478Z Compiling nanorand v0.7.0
29152024-03-26T06:50:58.844Z Compiling curve25519-dalek-derive v0.1.0
29162024-03-26T06:50:59.063Z Compiling sqlparser_derive v0.2.2
29172024-03-26T06:50:59.115Z Compiling async-recursion v1.0.5
29182024-03-26T06:50:59.817Z Compiling oso-derive v0.27.0
29192024-03-26T06:50:59.857Z Compiling impl-trait-for-tuples v0.2.2
29202024-03-26T06:50:59.887Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29212024-03-26T06:50:59.925Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
29222024-03-26T06:51:00.015Z Compiling signature v1.6.4
29232024-03-26T06:51:00.160Z Compiling typed-path v0.7.0
29242024-03-26T06:51:00.190Z Compiling opaque-debug v0.3.0
29252024-03-26T06:51:00.264Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29262024-03-26T06:51:00.508Z Compiling salty v0.2.0
29272024-03-26T06:51:00.831Z Compiling ascii v1.1.0
29282024-03-26T06:51:00.875Z Compiling maplit v1.0.2
29292024-03-26T06:51:00.981Z Compiling unicode_categories v0.1.1
29302024-03-26T06:51:01.274Z Compiling sqlformat v0.2.3
29312024-03-26T06:51:01.463Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
29322024-03-26T06:51:02.650Z Compiling tough v0.16.0
29332024-03-26T06:51:03.505Z Compiling rustyline v13.0.0
29342024-03-26T06:51:05.575Z Compiling poly1305 v0.8.0
29352024-03-26T06:51:06.864Z Compiling ed25519 v1.5.3
29362024-03-26T06:51:07.136Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29372024-03-26T06:51:07.527Z Compiling oso v0.27.0
29382024-03-26T06:51:07.823Z Compiling sqlparser v0.43.1
29392024-03-26T06:51:13.697Z Compiling flume v0.11.0
29402024-03-26T06:51:14.289Z Compiling thiserror-no-std v2.0.2
29412024-03-26T06:51:14.382Z Compiling bitstruct v0.1.1
29422024-03-26T06:51:14.500Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
29432024-03-26T06:51:15.009Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29442024-03-26T06:51:21.873Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29452024-03-26T06:51:22.356Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
29462024-03-26T06:51:25.145Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29472024-03-26T06:51:25.334Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29482024-03-26T06:51:26.729Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29492024-03-26T06:51:26.757Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29502024-03-26T06:51:26.835Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29512024-03-26T06:51:27.844Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29522024-03-26T06:51:28.811Z Compiling chacha20 v0.9.1
29532024-03-26T06:51:29.171Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29542024-03-26T06:51:31.021Z Compiling aead v0.5.2
29552024-03-26T06:51:31.169Z Compiling bcs v0.1.6
29562024-03-26T06:51:31.303Z Compiling serde_arrays v0.1.0
29572024-03-26T06:51:31.449Z Compiling serde-big-array v0.5.1
29582024-03-26T06:51:31.677Z Compiling erased-serde v0.3.31
29592024-03-26T06:51:31.918Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29602024-03-26T06:51:32.572Z Compiling highway v1.1.0
29612024-03-26T06:51:32.976Z Compiling parse-size v1.0.0
29622024-03-26T06:51:33.211Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29632024-03-26T06:51:33.666Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29642024-03-26T06:51:33.998Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29652024-03-26T06:51:38.591Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29662024-03-26T06:51:55.314Z Compiling chacha20poly1305 v0.10.1
29672024-03-26T06:51:55.363Z Compiling vsss-rs v3.3.4
29682024-03-26T06:51:55.456Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29692024-03-26T06:51:55.456Z Compiling signal-hook-tokio v0.3.1
29702024-03-26T06:51:55.456Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
29712024-03-26T06:51:55.456Z Compiling castaway v0.2.2
29722024-03-26T06:51:55.528Z Compiling serde-big-array v0.4.1
29732024-03-26T06:51:55.528Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
29742024-03-26T06:51:55.529Z Compiling http-range v0.1.5
29752024-03-26T06:51:55.529Z Compiling hyper-staticfile v0.9.5
29762024-03-26T06:51:55.529Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29772024-03-26T06:51:56.580Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29782024-03-26T06:51:56.622Z Compiling compact_str v0.7.1
29792024-03-26T06:51:57.623Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
29802024-03-26T06:51:57.803Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29812024-03-26T06:52:00.839Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29822024-03-26T06:52:01.353Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29832024-03-26T06:52:05.307Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29842024-03-26T06:52:06.223Z Compiling zone_cfg_derive v0.1.2
29852024-03-26T06:52:07.267Z Compiling tungstenite v0.21.0
29862024-03-26T06:52:10.887Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29872024-03-26T06:52:11.100Z Compiling lru v0.12.1
29882024-03-26T06:52:11.365Z Compiling stability v0.1.1
29892024-03-26T06:52:11.481Z Compiling indoc v2.0.3
29902024-03-26T06:52:12.073Z Compiling cassowary v0.3.0
29912024-03-26T06:52:12.247Z Compiling base64 v0.13.1
29922024-03-26T06:52:12.680Z Compiling corncobs v0.1.3
29932024-03-26T06:52:12.977Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29942024-03-26T06:52:13.013Z Compiling ron v0.7.1
29952024-03-26T06:52:13.592Z Compiling ratatui v0.26.1
29962024-03-26T06:52:15.517Z Compiling tokio-tungstenite v0.21.0
29972024-03-26T06:52:15.541Z Compiling zone v0.1.8
29982024-03-26T06:52:15.985Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29992024-03-26T06:52:17.007Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30002024-03-26T06:52:17.301Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30012024-03-26T06:52:18.321Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30022024-03-26T06:52:25.743Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30032024-03-26T06:52:27.073Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30042024-03-26T06:52:27.740Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30052024-03-26T06:52:32.994Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30062024-03-26T06:52:33.201Z Compiling portpicker v0.1.1
30072024-03-26T06:52:33.633Z Compiling rand_seeder v0.2.3
30082024-03-26T06:52:33.960Z Compiling unicode-linebreak v0.1.5
30092024-03-26T06:52:34.461Z Compiling smawk v0.3.1
30102024-03-26T06:52:34.649Z Compiling textwrap v0.16.1
30112024-03-26T06:52:37.648Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30122024-03-26T06:52:41.158Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30132024-03-26T06:52:45.934Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30142024-03-26T06:52:49.740Z Compiling rcgen v0.12.1
30152024-03-26T06:52:49.837Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30162024-03-26T06:52:50.180Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
30172024-03-26T06:52:55.298Z Compiling atomicwrites v0.4.3
30182024-03-26T06:52:55.717Z Compiling fatfs v0.3.6
30192024-03-26T06:52:56.633Z Compiling subprocess v0.2.9
30202024-03-26T06:52:57.183Z Compiling rtoolbox v0.0.1
30212024-03-26T06:52:57.535Z Compiling is_ci v1.2.0
30222024-03-26T06:52:57.777Z Compiling assert_matches v1.5.0
30232024-03-26T06:52:57.983Z Compiling supports-color v3.0.0
30242024-03-26T06:52:58.027Z Compiling rpassword v7.3.1
30252024-03-26T06:52:58.578Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30262024-03-26T06:52:58.578Z Compiling tui-tree-widget v0.17.0
30272024-03-26T06:52:58.874Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30282024-03-26T06:53:00.831Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30292024-03-26T06:53:01.683Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30302024-03-26T06:53:01.930Z Compiling csv-core v0.1.11
30312024-03-26T06:53:02.653Z Compiling shell-words v1.1.0
30322024-03-26T06:53:03.029Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30332024-03-26T06:53:03.883Z Compiling csv v1.3.0
30342024-03-26T06:53:05.583Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30352024-03-26T06:53:11.995Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30362024-03-26T06:53:18.738Z Compiling multimap v0.10.0
30372024-03-26T06:54:52.361Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30382024-03-26T06:54:53.306Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
30392024-03-26T06:55:04.891Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30402024-03-26T07:00:03.156Z Finished release [optimized] target(s) in 10m 47s
30412024-03-26T07:01:16.709Z++ cd /work/oxidecomputer/testbed/a4x2/config/../
30422024-03-26T07:01:16.709Z++ rm -rf cargo-bay/g0/omicron
30432024-03-26T07:01:16.738Z++ mkdir -p cargo-bay/g0/omicron
30442024-03-26T07:01:16.738Z++ 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/
30452024-03-26T07:01:16.770Zsending incremental file list
30462024-03-26T07:01:16.770Zomicron-package
30472024-03-26T07:01:16.995Z 32,768 0% 0.00kB/s 0:00:00 40,097,408 100% 152.23MB/s 0:00:00 (xfr#1, to-chk=254/255)
30482024-03-26T07:01:16.995Zpackage-manifest.toml
30492024-03-26T07:01:17.030Z 26,511 100% 103.15kB/s 0:00:00 26,511 100% 103.15kB/s 0:00:00 (xfr#2, to-chk=253/255)
30502024-03-26T07:01:17.030Zout/
30512024-03-26T07:01:17.030Zout/LOG
30522024-03-26T07:01:17.031Z 32,768 14% 126.98kB/s 0:00:01 231,768 100% 898.16kB/s 0:00:00 (xfr#3, to-chk=249/255)
30532024-03-26T07:01:17.031Zout/clickhouse.tar.gz
30542024-03-26T07:01:17.707Z 32,768 0% 126.98kB/s 0:30:20 231,157,150 100% 228.44MB/s 0:00:00 (xfr#4, to-chk=248/255)
30552024-03-26T07:01:17.708Zout/clickhouse_keeper.tar.gz
30562024-03-26T07:01:18.504Z 32,768 0% 33.13kB/s 1:56:16 5,767,168 2% 5.50MB/s 0:00:40 231,127,481 100% 125.74MB/s 0:00:01 (xfr#5, to-chk=247/255)
30572024-03-26T07:01:18.505Zout/cockroachdb.tar.gz
30582024-03-26T07:01:18.962Z 32,768 0% 42.44kB/s 0:49:43 63,209,472 49% 60.28MB/s 0:00:01 126,644,746 100% 98.84MB/s 0:00:01 (xfr#6, to-chk=246/255)
30592024-03-26T07:01:18.962Zout/crucible-pantry-zone.tar.gz
30602024-03-26T07:01:19.053Z 32,768 0% 143.50kB/s 0:02:55 25,273,443 100% 76.52MB/s 0:00:00 (xfr#7, to-chk=245/255)
30612024-03-26T07:01:19.053Zout/crucible-zone.tar.gz
30622024-03-26T07:01:19.161Z 32,768 0% 101.59kB/s 0:06:03 36,979,285 100% 83.17MB/s 0:00:00 (xfr#8, to-chk=244/255)
30632024-03-26T07:01:19.161Zout/external-dns.tar.gz
30642024-03-26T07:01:19.253Z 32,768 0% 75.47kB/s 0:06:50 30,999,464 100% 57.40MB/s 0:00:00 (xfr#9, to-chk=243/255)
30652024-03-26T07:01:19.253Zout/internal-dns.tar.gz
30662024-03-26T07:01:19.343Z 32,768 0% 62.02kB/s 0:08:19 30,999,214 100% 48.78MB/s 0:00:00 (xfr#10, to-chk=242/255)
30672024-03-26T07:01:19.343Zout/mg-ddm-gz.tar
30682024-03-26T07:01:19.765Z 32,768 0% 52.81kB/s 0:16:41 48,103,424 90% 45.88MB/s 0:00:00 52,915,712 100% 49.19MB/s 0:00:01 (xfr#11, to-chk=241/255)
30692024-03-26T07:01:19.765Zout/nexus.tar.gz
30702024-03-26T07:01:20.128Z 32,768 0% 1.16MB/s 0:01:17 91,668,399 100% 223.59MB/s 0:00:00 (xfr#12, to-chk=240/255)
30712024-03-26T07:01:20.128Zout/ntp.tar.gz
30722024-03-26T07:01:20.163Z 32,768 0% 81.63kB/s 0:02:07 10,418,758 100% 23.38MB/s 0:00:00 (xfr#13, to-chk=239/255)
30732024-03-26T07:01:20.163Zout/omicron-gateway-softnpu.tar.gz
30742024-03-26T07:01:20.208Z 32,768 0% 75.29kB/s 0:03:38 16,497,203 100% 33.62MB/s 0:00:00 (xfr#14, to-chk=238/255)
30752024-03-26T07:01:20.208Zout/omicron-gateway.tar.gz
30762024-03-26T07:01:20.247Z 32,768 0% 68.38kB/s 0:04:00 16,495,549 100% 30.85MB/s 0:00:00 (xfr#15, to-chk=237/255)
30772024-03-26T07:01:20.247Zout/omicron-sled-agent.tar
30782024-03-26T07:01:21.066Z 32,768 0% 62.62kB/s 0:31:05 67,108,864 57% 64.00MB/s 0:00:00 116,836,352 100% 83.78MB/s 0:00:01 (xfr#16, to-chk=236/255)
30792024-03-26T07:01:21.066Zout/overlay.tar.gz
30802024-03-26T07:01:21.091Z 2,621 100% 7.73kB/s 0:00:00 2,621 100% 7.71kB/s 0:00:00 (xfr#17, to-chk=235/255)
30812024-03-26T07:01:21.091Zout/oximeter.tar.gz
30822024-03-26T07:01:21.214Z 32,768 0% 96.39kB/s 0:08:17 48,011,095 100% 95.99MB/s 0:00:00 (xfr#18, to-chk=234/255)
30832024-03-26T07:01:21.214Zout/oxlog.tar
30842024-03-26T07:01:21.259Z 32,768 0% 67.09kB/s 0:01:32 6,244,352 100% 11.39MB/s 0:00:00 (xfr#19, to-chk=233/255)
30852024-03-26T07:01:21.259Zout/probe.tar.gz
30862024-03-26T07:01:21.283Z 32,768 1% 61.19kB/s 0:00:45 2,829,470 100% 5.06MB/s 0:00:00 (xfr#20, to-chk=232/255)
30872024-03-26T07:01:21.283Zout/propolis-server.tar.gz
30882024-03-26T07:01:21.463Z 32,768 0% 60.04kB/s 0:18:24 66,360,059 100% 87.05MB/s 0:00:00 (xfr#21, to-chk=231/255)
30892024-03-26T07:01:21.463Zout/switch-softnpu.tar.gz
30902024-03-26T07:01:22.111Z 32,768 0% 43.96kB/s 1:17:18 89,686,016 43% 85.53MB/s 0:00:01 203,938,891 100% 141.65MB/s 0:00:01 (xfr#22, to-chk=230/255)
30912024-03-26T07:01:22.111Zout/console-assets/
30922024-03-26T07:01:22.111Zout/console-assets/VERSION
30932024-03-26T07:01:22.112Z 41 100% 0.11kB/s 0:00:00 41 100% 0.11kB/s 0:00:00 (xfr#23, to-chk=226/255)
30942024-03-26T07:01:22.112Zout/console-assets/index.html
30952024-03-26T07:01:22.169Z 466 100% 1.22kB/s 0:00:00 466 100% 1.22kB/s 0:00:00 (xfr#24, to-chk=225/255)
30962024-03-26T07:01:22.169Zout/console-assets/assets/
30972024-03-26T07:01:22.169Zout/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2
30982024-03-26T07:01:22.169Z 32,768 70% 85.56kB/s 0:00:00 46,276 100% 120.83kB/s 0:00:00 (xfr#25, to-chk=223/255)
30992024-03-26T07:01:22.170Zout/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff
31002024-03-26T07:01:22.170Z 32,768 65% 85.56kB/s 0:00:00 50,032 100% 130.64kB/s 0:00:00 (xfr#26, to-chk=222/255)
31012024-03-26T07:01:22.170Zout/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff
31022024-03-26T07:01:22.170Z 32,768 55% 85.56kB/s 0:00:00 58,524 100% 152.41kB/s 0:00:00 (xfr#27, to-chk=221/255)
31032024-03-26T07:01:22.170Zout/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2
31042024-03-26T07:01:22.170Z 32,768 71% 85.33kB/s 0:00:00 46,060 100% 119.95kB/s 0:00:00 (xfr#28, to-chk=220/255)
31052024-03-26T07:01:22.170Zout/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff
31062024-03-26T07:01:22.171Z 21,937 100% 57.13kB/s 0:00:00 21,937 100% 57.13kB/s 0:00:00 (xfr#29, to-chk=219/255)
31072024-03-26T07:01:22.171Zout/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2
31082024-03-26T07:01:22.171Z 17,996 100% 46.86kB/s 0:00:00 17,996 100% 46.86kB/s 0:00:00 (xfr#30, to-chk=218/255)
31092024-03-26T07:01:22.171Zout/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff
31102024-03-26T07:01:22.171Z 21,890 100% 57.01kB/s 0:00:00 21,890 100% 57.01kB/s 0:00:00 (xfr#31, to-chk=217/255)
31112024-03-26T07:01:22.171Zout/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2
31122024-03-26T07:01:22.172Z 17,984 100% 46.83kB/s 0:00:00 17,984 100% 46.71kB/s 0:00:00 (xfr#32, to-chk=216/255)
31132024-03-26T07:01:22.172Zout/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff
31142024-03-26T07:01:22.172Z 21,123 100% 54.86kB/s 0:00:00 21,123 100% 54.86kB/s 0:00:00 (xfr#33, to-chk=215/255)
31152024-03-26T07:01:22.172Zout/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2
31162024-03-26T07:01:22.172Z 17,228 100% 44.75kB/s 0:00:00 17,228 100% 44.75kB/s 0:00:00 (xfr#34, to-chk=214/255)
31172024-03-26T07:01:22.172Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2
31182024-03-26T07:01:22.173Z 18,448 100% 47.91kB/s 0:00:00 18,448 100% 47.91kB/s 0:00:00 (xfr#35, to-chk=213/255)
31192024-03-26T07:01:22.173Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff
31202024-03-26T07:01:22.173Z 22,665 100% 58.87kB/s 0:00:00 22,665 100% 58.87kB/s 0:00:00 (xfr#36, to-chk=212/255)
31212024-03-26T07:01:22.173Zout/console-assets/assets/Terminal-_VoNxbTe.js
31222024-03-26T07:01:22.173Z 32,768 11% 85.11kB/s 0:00:02 287,761 100% 741.47kB/s 0:00:00 (xfr#37, to-chk=211/255)
31232024-03-26T07:01:22.173Zout/console-assets/assets/Terminal-_VoNxbTe.js.gz
31242024-03-26T07:01:22.174Z 32,768 45% 84.43kB/s 0:00:00 71,758 100% 184.90kB/s 0:00:00 (xfr#38, to-chk=210/255)
31252024-03-26T07:01:22.174Zout/console-assets/assets/Terminal-_VoNxbTe.js.map
31262024-03-26T07:01:22.174Z 32,768 5% 84.21kB/s 0:00:06 590,313 100% 1.47MB/s 0:00:00 (xfr#39, to-chk=209/255)
31272024-03-26T07:01:22.174Zout/console-assets/assets/Terminal-_VoNxbTe.js.map.gz
31282024-03-26T07:01:22.174Z 32,768 27% 83.12kB/s 0:00:01 118,282 100% 300.03kB/s 0:00:00 (xfr#40, to-chk=208/255)
31292024-03-26T07:01:22.174Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js
31302024-03-26T07:01:22.174Z 32,768 8% 82.90kB/s 0:00:04 371,459 100% 932.53kB/s 0:00:00 (xfr#41, to-chk=207/255)
31312024-03-26T07:01:22.174Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js.gz
31322024-03-26T07:01:22.174Z 32,768 31% 82.26kB/s 0:00:00 103,751 100% 260.46kB/s 0:00:00 (xfr#42, to-chk=206/255)
31332024-03-26T07:01:22.175Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map
31342024-03-26T07:01:22.175Z 32,768 1% 82.26kB/s 0:00:19 1,659,213 100% 3.97MB/s 0:00:00 (xfr#43, to-chk=205/255)
31352024-03-26T07:01:22.175Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map.gz
31362024-03-26T07:01:22.175Z 32,768 8% 80.00kB/s 0:00:04 379,036 100% 923.07kB/s 0:00:00 (xfr#44, to-chk=204/255)
31372024-03-26T07:01:22.175Zout/console-assets/assets/app-1tiVg9q7.js
31382024-03-26T07:01:22.209Z 32,768 2% 79.80kB/s 0:00:13 1,130,062 100% 2.62MB/s 0:00:00 (xfr#45, to-chk=203/255)
31392024-03-26T07:01:22.209Zout/console-assets/assets/app-1tiVg9q7.js.gz
31402024-03-26T07:01:22.209Z 32,768 9% 77.48kB/s 0:00:04 347,811 100% 818.46kB/s 0:00:00 (xfr#46, to-chk=202/255)
31412024-03-26T07:01:22.209Zout/console-assets/assets/app-1tiVg9q7.js.map
31422024-03-26T07:01:22.209Z 32,768 0% 77.11kB/s 0:01:08 5,328,067 100% 11.22MB/s 0:00:00 (xfr#47, to-chk=201/255)
31432024-03-26T07:01:22.209Zout/console-assets/assets/app-1tiVg9q7.js.map.gz
31442024-03-26T07:01:22.209Z 32,768 2% 70.48kB/s 0:00:17 1,261,215 100% 2.63MB/s 0:00:00 (xfr#48, to-chk=200/255)
31452024-03-26T07:01:22.210Zout/console-assets/assets/app-AvNWp1hQ.css
31462024-03-26T07:01:22.210Z 32,768 23% 69.72kB/s 0:00:01 138,004 100% 292.98kB/s 0:00:00 (xfr#49, to-chk=199/255)
31472024-03-26T07:01:22.210Zout/console-assets/assets/app-AvNWp1hQ.css.gz
31482024-03-26T07:01:22.210Z 21,197 100% 45.00kB/s 0:00:00 21,197 100% 45.00kB/s 0:00:00 (xfr#50, to-chk=198/255)
31492024-03-26T07:01:22.210Zout/console-assets/assets/favicon-WELtHcTG.svg
31502024-03-26T07:01:22.210Z 761 100% 1.62kB/s 0:00:00 761 100% 1.62kB/s 0:00:00 (xfr#51, to-chk=197/255)
31512024-03-26T07:01:22.210Zout/console-assets/assets/favicon-cDDaBnwQ.png
31522024-03-26T07:01:22.210Z 1,327 100% 2.82kB/s 0:00:00 1,327 100% 2.82kB/s 0:00:00 (xfr#52, to-chk=196/255)
31532024-03-26T07:01:22.210Zout/console-assets/assets/og-preview-image.webp
31542024-03-26T07:01:22.211Z 32,768 36% 69.57kB/s 0:00:00 89,880 100% 190.40kB/s 0:00:00 (xfr#53, to-chk=195/255)
31552024-03-26T07:01:22.211Zout/console-assets/assets/oxide-hero-rack-IQvkDe3B.webp
31562024-03-26T07:01:22.211Z 32,768 4% 69.41kB/s 0:00:09 673,968 100% 1.39MB/s 0:00:00 (xfr#54, to-chk=194/255)
31572024-03-26T07:01:22.211Zout/manifest-cache/
31582024-03-26T07:01:22.211Zout/manifest-cache/clickhouse.tar.gz.json
31592024-03-26T07:01:22.211Z 780 100% 1.64kB/s 0:00:00 780 100% 1.64kB/s 0:00:00 (xfr#55, to-chk=193/255)
31602024-03-26T07:01:22.211Zout/manifest-cache/clickhouse_keeper.tar.gz.json
31612024-03-26T07:01:22.211Z 801 100% 1.69kB/s 0:00:00 801 100% 1.69kB/s 0:00:00 (xfr#56, to-chk=192/255)
31622024-03-26T07:01:22.212Zout/manifest-cache/clickhouse_keeper_svc.tar.gz.json
31632024-03-26T07:01:22.212Z 2,958 100% 6.23kB/s 0:00:00 2,958 100% 6.23kB/s 0:00:00 (xfr#57, to-chk=191/255)
31642024-03-26T07:01:22.212Zout/manifest-cache/clickhouse_svc.tar.gz.json
31652024-03-26T07:01:22.212Z 2,946 100% 6.20kB/s 0:00:00 2,946 100% 6.20kB/s 0:00:00 (xfr#58, to-chk=190/255)
31662024-03-26T07:01:22.212Zout/manifest-cache/cockroachdb-service.tar.gz.json
31672024-03-26T07:01:22.212Z 32,768 61% 68.97kB/s 0:00:00 53,598 100% 112.56kB/s 0:00:00 (xfr#59, to-chk=189/255)
31682024-03-26T07:01:22.213Zout/manifest-cache/cockroachdb.tar.gz.json
31692024-03-26T07:01:22.213Z 787 100% 1.65kB/s 0:00:00 787 100% 1.65kB/s 0:00:00 (xfr#60, to-chk=188/255)
31702024-03-26T07:01:22.213Zout/manifest-cache/crucible-pantry-zone.tar.gz.json
31712024-03-26T07:01:22.213Z 662 100% 1.39kB/s 0:00:00 662 100% 1.39kB/s 0:00:00 (xfr#61, to-chk=187/255)
31722024-03-26T07:01:22.213Zout/manifest-cache/crucible-zone.tar.gz.json
31732024-03-26T07:01:22.213Z 641 100% 1.35kB/s 0:00:00 641 100% 1.35kB/s 0:00:00 (xfr#62, to-chk=186/255)
31742024-03-26T07:01:22.213Zout/manifest-cache/dns-server.tar.gz.json
31752024-03-26T07:01:22.213Z 942 100% 1.98kB/s 0:00:00 942 100% 1.98kB/s 0:00:00 (xfr#63, to-chk=185/255)
31762024-03-26T07:01:22.214Zout/manifest-cache/external-dns-customizations.tar.gz.json
31772024-03-26T07:01:22.214Z 1,132 100% 2.38kB/s 0:00:00 1,132 100% 2.38kB/s 0:00:00 (xfr#64, to-chk=184/255)
31782024-03-26T07:01:22.214Zout/manifest-cache/external-dns.tar.gz.json
31792024-03-26T07:01:22.214Z 934 100% 1.96kB/s 0:00:00 934 100% 1.96kB/s 0:00:00 (xfr#65, to-chk=183/255)
31802024-03-26T07:01:22.214Zout/manifest-cache/internal-dns-cli.tar.gz.json
31812024-03-26T07:01:22.214Z 752 100% 1.58kB/s 0:00:00 752 100% 1.58kB/s 0:00:00 (xfr#66, to-chk=182/255)
31822024-03-26T07:01:22.215Zout/manifest-cache/internal-dns-customizations.tar.gz.json
31832024-03-26T07:01:22.215Z 1,132 100% 2.38kB/s 0:00:00 1,132 100% 2.38kB/s 0:00:00 (xfr#67, to-chk=181/255)
31842024-03-26T07:01:22.215Zout/manifest-cache/internal-dns.tar.gz.json
31852024-03-26T07:01:22.215Z 791 100% 1.66kB/s 0:00:00 791 100% 1.66kB/s 0:00:00 (xfr#68, to-chk=180/255)
31862024-03-26T07:01:22.215Zout/manifest-cache/logadm.tar.gz.json
31872024-03-26T07:01:22.215Z 1,044 100% 2.19kB/s 0:00:00 1,044 100% 2.19kB/s 0:00:00 (xfr#69, to-chk=179/255)
31882024-03-26T07:01:22.216Zout/manifest-cache/nexus.tar.gz.json
31892024-03-26T07:01:22.216Z 773 100% 1.62kB/s 0:00:00 773 100% 1.62kB/s 0:00:00 (xfr#70, to-chk=178/255)
31902024-03-26T07:01:22.216Zout/manifest-cache/ntp-svc.tar.gz.json
31912024-03-26T07:01:22.216Z 2,228 100% 4.68kB/s 0:00:00 2,228 100% 4.68kB/s 0:00:00 (xfr#71, to-chk=177/255)
31922024-03-26T07:01:22.216Zout/manifest-cache/ntp.tar.gz.json
31932024-03-26T07:01:22.216Z 763 100% 1.60kB/s 0:00:00 763 100% 1.60kB/s 0:00:00 (xfr#72, to-chk=176/255)
31942024-03-26T07:01:22.217Zout/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json
31952024-03-26T07:01:22.217Z 1,462 100% 3.07kB/s 0:00:00 1,462 100% 3.07kB/s 0:00:00 (xfr#73, to-chk=175/255)
31962024-03-26T07:01:22.217Zout/manifest-cache/omicron-gateway-softnpu.tar.gz.json
31972024-03-26T07:01:22.217Z 545 100% 1.14kB/s 0:00:00 545 100% 1.14kB/s 0:00:00 (xfr#74, to-chk=174/255)
31982024-03-26T07:01:22.217Zout/manifest-cache/omicron-gateway.tar.gz.json
31992024-03-26T07:01:22.218Z 703 100% 1.47kB/s 0:00:00 703 100% 1.47kB/s 0:00:00 (xfr#75, to-chk=173/255)
32002024-03-26T07:01:22.218Zout/manifest-cache/omicron-nexus.tar.gz.json
32012024-03-26T07:01:22.251Z 32,768 46% 68.67kB/s 0:00:00 70,581 100% 147.91kB/s 0:00:00 (xfr#76, to-chk=172/255)
32022024-03-26T07:01:22.251Zout/manifest-cache/omicron-omdb.tar.gz.json
32032024-03-26T07:01:22.251Z 702 100% 1.47kB/s 0:00:00 702 100% 1.47kB/s 0:00:00 (xfr#77, to-chk=171/255)
32042024-03-26T07:01:22.251Zout/manifest-cache/omicron-sled-agent.tar.json
32052024-03-26T07:01:22.251Z 1,510 100% 3.16kB/s 0:00:00 1,510 100% 3.16kB/s 0:00:00 (xfr#78, to-chk=170/255)
32062024-03-26T07:01:22.251Zout/manifest-cache/opte-interface-setup.tar.gz.json
32072024-03-26T07:01:22.251Z 883 100% 1.85kB/s 0:00:00 883 100% 1.85kB/s 0:00:00 (xfr#79, to-chk=169/255)
32082024-03-26T07:01:22.251Zout/manifest-cache/overlay.tar.gz.json
32092024-03-26T07:01:22.252Z 473 100% 0.99kB/s 0:00:00 473 100% 0.99kB/s 0:00:00 (xfr#80, to-chk=168/255)
32102024-03-26T07:01:22.252Zout/manifest-cache/oximeter-collector.tar.gz.json
32112024-03-26T07:01:22.252Z 18,311 100% 38.37kB/s 0:00:00 18,311 100% 38.37kB/s 0:00:00 (xfr#81, to-chk=167/255)
32122024-03-26T07:01:22.252Zout/manifest-cache/oximeter.tar.gz.json
32132024-03-26T07:01:22.252Z 641 100% 1.34kB/s 0:00:00 641 100% 1.34kB/s 0:00:00 (xfr#82, to-chk=166/255)
32142024-03-26T07:01:22.252Zout/manifest-cache/oxlog.tar.json
32152024-03-26T07:01:22.253Z 321 100% 0.67kB/s 0:00:00 321 100% 0.67kB/s 0:00:00 (xfr#83, to-chk=165/255)
32162024-03-26T07:01:22.253Zout/manifest-cache/probe.tar.gz.json
32172024-03-26T07:01:22.253Z 346 100% 0.73kB/s 0:00:00 346 100% 0.73kB/s 0:00:00 (xfr#84, to-chk=164/255)
32182024-03-26T07:01:22.253Zout/manifest-cache/profile.tar.gz.json
32192024-03-26T07:01:22.253Z 838 100% 1.76kB/s 0:00:00 838 100% 1.76kB/s 0:00:00 (xfr#85, to-chk=163/255)
32202024-03-26T07:01:22.253Zout/manifest-cache/sp-sim-softnpu.tar.gz.json
32212024-03-26T07:01:22.253Z 357 100% 0.75kB/s 0:00:00 357 100% 0.75kB/s 0:00:00 (xfr#86, to-chk=162/255)
32222024-03-26T07:01:22.253Zout/manifest-cache/sp-sim.tar.gz.json
32232024-03-26T07:01:22.254Z 1,549 100% 3.24kB/s 0:00:00 1,549 100% 3.24kB/s 0:00:00 (xfr#87, to-chk=161/255)
32242024-03-26T07:01:22.254Zout/manifest-cache/switch-softnpu.tar.gz.json
32252024-03-26T07:01:22.254Z 1,566 100% 3.27kB/s 0:00:00 1,566 100% 3.27kB/s 0:00:00 (xfr#88, to-chk=160/255)
32262024-03-26T07:01:22.254Zout/manifest-cache/switch_zone_setup.tar.gz.json
32272024-03-26T07:01:22.254Z 10,790 100% 22.56kB/s 0:00:00 10,790 100% 22.56kB/s 0:00:00 (xfr#89, to-chk=159/255)
32282024-03-26T07:01:22.254Zout/manifest-cache/wicket.tar.gz.json
32292024-03-26T07:01:22.254Z 1,084 100% 2.27kB/s 0:00:00 1,084 100% 2.27kB/s 0:00:00 (xfr#90, to-chk=158/255)
32302024-03-26T07:01:22.254Zout/manifest-cache/wicketd.tar.gz.json
32312024-03-26T07:01:22.254Z 1,560 100% 3.26kB/s 0:00:00 1,560 100% 3.26kB/s 0:00:00 (xfr#91, to-chk=157/255)
32322024-03-26T07:01:22.255Zout/manifest-cache/zone-network-install.tar.gz.json
32332024-03-26T07:01:22.255Z 877 100% 1.83kB/s 0:00:00 877 100% 1.83kB/s 0:00:00 (xfr#92, to-chk=156/255)
32342024-03-26T07:01:22.255Zout/manifest-cache/zone-network-setup.tar.gz.json
32352024-03-26T07:01:22.255Z 772 100% 1.61kB/s 0:00:00 772 100% 1.61kB/s 0:00:00 (xfr#93, to-chk=155/255)
32362024-03-26T07:01:22.255Zout/target/
32372024-03-26T07:01:22.255Zout/target/active -> default
32382024-03-26T07:01:22.255Zout/target/default
32392024-03-26T07:01:22.256Z 74 100% 0.15kB/s 0:00:00 74 100% 0.15kB/s 0:00:00 (xfr#94, to-chk=153/255)
32402024-03-26T07:01:22.256Zsmf/
32412024-03-26T07:01:22.256Zsmf/clickhouse/
32422024-03-26T07:01:22.256Zsmf/clickhouse/config_replica.xml
32432024-03-26T07:01:22.256Z 2,728 100% 5.70kB/s 0:00:00 2,728 100% 5.70kB/s 0:00:00 (xfr#95, to-chk=133/255)
32442024-03-26T07:01:22.256Zsmf/clickhouse/manifest.xml
32452024-03-26T07:01:22.256Z 1,494 100% 3.12kB/s 0:00:00 1,494 100% 3.12kB/s 0:00:00 (xfr#96, to-chk=132/255)
32462024-03-26T07:01:22.257Zsmf/clickhouse/method_script.sh
32472024-03-26T07:01:22.257Z 5,330 100% 11.15kB/s 0:00:00 5,330 100% 11.15kB/s 0:00:00 (xfr#97, to-chk=131/255)
32482024-03-26T07:01:22.257Zsmf/clickhouse_keeper/
32492024-03-26T07:01:22.257Zsmf/clickhouse_keeper/keeper_config.xml
32502024-03-26T07:01:22.257Z 1,460 100% 3.05kB/s 0:00:00 1,460 100% 3.05kB/s 0:00:00 (xfr#98, to-chk=130/255)
32512024-03-26T07:01:22.257Zsmf/clickhouse_keeper/manifest.xml
32522024-03-26T07:01:22.257Z 1,534 100% 3.20kB/s 0:00:00 1,534 100% 3.20kB/s 0:00:00 (xfr#99, to-chk=129/255)
32532024-03-26T07:01:22.257Zsmf/clickhouse_keeper/method_script.sh
32542024-03-26T07:01:22.257Z 4,324 100% 9.02kB/s 0:00:00 4,324 100% 9.02kB/s 0:00:00 (xfr#100, to-chk=128/255)
32552024-03-26T07:01:22.257Zsmf/cockroachdb/
32562024-03-26T07:01:22.257Zsmf/cockroachdb/manifest.xml
32572024-03-26T07:01:22.258Z 1,667 100% 3.48kB/s 0:00:00 1,667 100% 3.48kB/s 0:00:00 (xfr#101, to-chk=127/255)
32582024-03-26T07:01:22.258Zsmf/cockroachdb/method_script.sh
32592024-03-26T07:01:22.258Z 1,030 100% 2.15kB/s 0:00:00 1,030 100% 2.15kB/s 0:00:00 (xfr#102, to-chk=126/255)
32602024-03-26T07:01:22.258Zsmf/external-dns/
32612024-03-26T07:01:22.258Zsmf/external-dns/config.toml
32622024-03-26T07:01:22.258Z 353 100% 0.74kB/s 0:00:00 353 100% 0.74kB/s 0:00:00 (xfr#103, to-chk=125/255)
32632024-03-26T07:01:22.258Zsmf/external-dns/manifest.xml
32642024-03-26T07:01:22.258Z 1,805 100% 3.77kB/s 0:00:00 1,805 100% 3.77kB/s 0:00:00 (xfr#104, to-chk=124/255)
32652024-03-26T07:01:22.258Zsmf/installinator/
32662024-03-26T07:01:22.258Zsmf/installinator/manifest.xml
32672024-03-26T07:01:22.258Z 2,149 100% 4.48kB/s 0:00:00 2,149 100% 4.48kB/s 0:00:00 (xfr#105, to-chk=123/255)
32682024-03-26T07:01:22.258Zsmf/internal-dns/
32692024-03-26T07:01:22.259Zsmf/internal-dns/config.toml
32702024-03-26T07:01:22.259Z 353 100% 0.74kB/s 0:00:00 353 100% 0.74kB/s 0:00:00 (xfr#106, to-chk=122/255)
32712024-03-26T07:01:22.259Zsmf/internal-dns/manifest.xml
32722024-03-26T07:01:22.259Z 1,618 100% 3.38kB/s 0:00:00 1,618 100% 3.38kB/s 0:00:00 (xfr#107, to-chk=121/255)
32732024-03-26T07:01:22.259Zsmf/logadm/
32742024-03-26T07:01:22.259Zsmf/logadm/crontab.root
32752024-03-26T07:01:22.259Z 30 100% 0.06kB/s 0:00:00 30 100% 0.06kB/s 0:00:00 (xfr#108, to-chk=120/255)
32762024-03-26T07:01:22.259Zsmf/logadm/logadm.conf
32772024-03-26T07:01:22.259Z 2,553 100% 5.33kB/s 0:00:00 2,553 100% 5.33kB/s 0:00:00 (xfr#109, to-chk=119/255)
32782024-03-26T07:01:22.259Zsmf/mgs-sim/
32792024-03-26T07:01:22.259Zsmf/mgs-sim/config.toml
32802024-03-26T07:01:22.260Z 3,534 100% 7.37kB/s 0:00:00 3,534 100% 7.37kB/s 0:00:00 (xfr#110, to-chk=118/255)
32812024-03-26T07:01:22.260Zsmf/mgs/
32822024-03-26T07:01:22.260Zsmf/mgs/config.toml
32832024-03-26T07:01:22.260Z 9,085 100% 18.96kB/s 0:00:00 9,085 100% 18.96kB/s 0:00:00 (xfr#111, to-chk=117/255)
32842024-03-26T07:01:22.260Zsmf/mgs/manifest.xml
32852024-03-26T07:01:22.260Z 2,474 100% 5.16kB/s 0:00:00 2,474 100% 5.16kB/s 0:00:00 (xfr#112, to-chk=116/255)
32862024-03-26T07:01:22.260Zsmf/nexus/
32872024-03-26T07:01:22.260Zsmf/nexus/manifest.xml
32882024-03-26T07:01:22.260Z 1,987 100% 4.14kB/s 0:00:00 1,987 100% 4.14kB/s 0:00:00 (xfr#113, to-chk=115/255)
32892024-03-26T07:01:22.260Zsmf/nexus/multi-sled/
32902024-03-26T07:01:22.260Zsmf/nexus/multi-sled/config-partial.toml
32912024-03-26T07:01:22.261Z 1,997 100% 4.16kB/s 0:00:00 1,997 100% 4.16kB/s 0:00:00 (xfr#114, to-chk=112/255)
32922024-03-26T07:01:22.261Zsmf/nexus/single-sled/
32932024-03-26T07:01:22.261Zsmf/nexus/single-sled/config-partial.toml
32942024-03-26T07:01:22.261Z 1,993 100% 4.15kB/s 0:00:00 1,993 100% 4.15kB/s 0:00:00 (xfr#115, to-chk=111/255)
32952024-03-26T07:01:22.261Zsmf/ntp/
32962024-03-26T07:01:22.261Zsmf/ntp/etc/
32972024-03-26T07:01:22.261Zsmf/ntp/etc/inet/
32982024-03-26T07:01:22.261Zsmf/ntp/etc/inet/chrony.conf.boundary
32992024-03-26T07:01:22.261Z 881 100% 1.83kB/s 0:00:00 881 100% 1.83kB/s 0:00:00 (xfr#116, to-chk=105/255)
33002024-03-26T07:01:22.261Zsmf/ntp/etc/inet/chrony.conf.internal
33012024-03-26T07:01:22.288Z 1,108 100% 2.31kB/s 0:00:00 1,108 100% 2.31kB/s 0:00:00 (xfr#117, to-chk=104/255)
33022024-03-26T07:01:22.288Zsmf/ntp/etc/logadm.d/
33032024-03-26T07:01:22.288Zsmf/ntp/etc/logadm.d/chrony.logadm.conf
33042024-03-26T07:01:22.288Z 135 100% 0.28kB/s 0:00:00 135 100% 0.28kB/s 0:00:00 (xfr#118, to-chk=103/255)
33052024-03-26T07:01:22.288Zsmf/ntp/manifest/
33062024-03-26T07:01:22.288Zsmf/ntp/manifest/manifest.xml
33072024-03-26T07:01:22.288Z 3,336 100% 6.95kB/s 0:00:00 3,336 100% 6.95kB/s 0:00:00 (xfr#119, to-chk=102/255)
33082024-03-26T07:01:22.289Zsmf/ntp/method/
33092024-03-26T07:01:22.289Zsmf/ntp/method/svc-site-ntp
33102024-03-26T07:01:22.289Z 3,211 100% 6.69kB/s 0:00:00 3,211 100% 6.69kB/s 0:00:00 (xfr#120, to-chk=101/255)
33112024-03-26T07:01:22.289Zsmf/opte-interface-setup/
33122024-03-26T07:01:22.289Zsmf/opte-interface-setup/manifest.xml
33132024-03-26T07:01:22.289Z 1,638 100% 3.41kB/s 0:00:00 1,638 100% 3.41kB/s 0:00:00 (xfr#121, to-chk=100/255)
33142024-03-26T07:01:22.289Zsmf/oximeter/
33152024-03-26T07:01:22.289Zsmf/oximeter/config.toml
33162024-03-26T07:01:22.289Z 205 100% 0.43kB/s 0:00:00 205 100% 0.43kB/s 0:00:00 (xfr#122, to-chk=99/255)
33172024-03-26T07:01:22.289Zsmf/oximeter/manifest.xml
33182024-03-26T07:01:22.289Z 1,770 100% 3.69kB/s 0:00:00 1,770 100% 3.69kB/s 0:00:00 (xfr#123, to-chk=98/255)
33192024-03-26T07:01:22.289Zsmf/profile/
33202024-03-26T07:01:22.289Zsmf/profile/bashrc
33212024-03-26T07:01:22.290Z 925 100% 1.93kB/s 0:00:00 925 100% 1.93kB/s 0:00:00 (xfr#124, to-chk=97/255)
33222024-03-26T07:01:22.290Zsmf/profile/profile
33232024-03-26T07:01:22.290Z 535 100% 1.11kB/s 0:00:00 535 100% 1.11kB/s 0:00:00 (xfr#125, to-chk=96/255)
33242024-03-26T07:01:22.290Zsmf/sled-agent/
33252024-03-26T07:01:22.290Zsmf/sled-agent/manifest.xml
33262024-03-26T07:01:22.290Z 2,373 100% 4.94kB/s 0:00:00 2,373 100% 4.94kB/s 0:00:00 (xfr#126, to-chk=95/255)
33272024-03-26T07:01:22.290Zsmf/sled-agent/gimlet-standalone/
33282024-03-26T07:01:22.290Zsmf/sled-agent/gimlet-standalone/README.md
33292024-03-26T07:01:22.290Z 114 100% 0.24kB/s 0:00:00 114 100% 0.24kB/s 0:00:00 (xfr#127, to-chk=91/255)
33302024-03-26T07:01:22.290Zsmf/sled-agent/gimlet-standalone/config-rss.toml
33312024-03-26T07:01:22.290Z 6,611 100% 13.77kB/s 0:00:00 6,611 100% 13.77kB/s 0:00:00 (xfr#128, to-chk=90/255)
33322024-03-26T07:01:22.291Zsmf/sled-agent/gimlet-standalone/config.toml
33332024-03-26T07:01:22.291Z 1,800 100% 3.75kB/s 0:00:00 1,800 100% 3.75kB/s 0:00:00 (xfr#129, to-chk=89/255)
33342024-03-26T07:01:22.291Zsmf/sled-agent/gimlet/
33352024-03-26T07:01:22.291Zsmf/sled-agent/gimlet/README.md
33362024-03-26T07:01:22.291Z 54 100% 0.11kB/s 0:00:00 54 100% 0.11kB/s 0:00:00 (xfr#130, to-chk=88/255)
33372024-03-26T07:01:22.291Zsmf/sled-agent/gimlet/config.toml
33382024-03-26T07:01:22.291Z 1,657 100% 3.45kB/s 0:00:00 1,657 100% 3.45kB/s 0:00:00 (xfr#131, to-chk=87/255)
33392024-03-26T07:01:22.291Zsmf/sled-agent/non-gimlet/
33402024-03-26T07:01:22.291Zsmf/sled-agent/non-gimlet/README.md
33412024-03-26T07:01:22.291Z 105 100% 0.22kB/s 0:00:00 105 100% 0.22kB/s 0:00:00 (xfr#132, to-chk=86/255)
33422024-03-26T07:01:22.291Zsmf/sled-agent/non-gimlet/config-rss.toml
33432024-03-26T07:01:22.291Z 1,947 100% 4.05kB/s 0:00:00 1,947 100% 4.05kB/s 0:00:00 (xfr#133, to-chk=85/255)
33442024-03-26T07:01:22.292Zsmf/sled-agent/non-gimlet/config.toml
33452024-03-26T07:01:22.292Z 2,906 100% 6.04kB/s 0:00:00 2,906 100% 6.04kB/s 0:00:00 (xfr#134, to-chk=84/255)
33462024-03-26T07:01:22.292Zsmf/sp-sim/
33472024-03-26T07:01:22.292Zsmf/sp-sim/config.toml
33482024-03-26T07:01:22.292Z 2,604 100% 5.41kB/s 0:00:00 2,604 100% 5.41kB/s 0:00:00 (xfr#135, to-chk=83/255)
33492024-03-26T07:01:22.292Zsmf/sp-sim/manifest.xml
33502024-03-26T07:01:22.292Z 1,271 100% 2.64kB/s 0:00:00 1,271 100% 2.64kB/s 0:00:00 (xfr#136, to-chk=82/255)
33512024-03-26T07:01:22.292Zsmf/switch_zone_setup/
33522024-03-26T07:01:22.292Zsmf/switch_zone_setup/manifest.xml
33532024-03-26T07:01:22.292Z 1,061 100% 2.20kB/s 0:00:00 1,061 100% 2.20kB/s 0:00:00 (xfr#137, to-chk=81/255)
33542024-03-26T07:01:22.292Zsmf/switch_zone_setup/support_authorized_keys
33552024-03-26T07:01:22.292Z 1,284 100% 2.67kB/s 0:00:00 1,284 100% 2.67kB/s 0:00:00 (xfr#138, to-chk=80/255)
33562024-03-26T07:01:22.292Zsmf/switch_zone_setup/switch_zone_setup
33572024-03-26T07:01:22.293Z 1,041 100% 2.16kB/s 0:00:00 1,041 100% 2.16kB/s 0:00:00 (xfr#139, to-chk=79/255)
33582024-03-26T07:01:22.293Zsmf/wicketd/
33592024-03-26T07:01:22.293Zsmf/wicketd/config.toml
33602024-03-26T07:01:22.293Z 104 100% 0.22kB/s 0:00:00 104 100% 0.22kB/s 0:00:00 (xfr#140, to-chk=78/255)
33612024-03-26T07:01:22.293Zsmf/wicketd/manifest.xml
33622024-03-26T07:01:22.293Z 2,954 100% 6.14kB/s 0:00:00 2,954 100% 6.14kB/s 0:00:00 (xfr#141, to-chk=77/255)
33632024-03-26T07:01:22.293Zsmf/zone-network-setup/
33642024-03-26T07:01:22.293Zsmf/zone-network-setup/manifest.xml
33652024-03-26T07:01:22.293Z 1,614 100% 3.35kB/s 0:00:00 1,614 100% 3.35kB/s 0:00:00 (xfr#142, to-chk=76/255)
33662024-03-26T07:01:22.293Ztools/
33672024-03-26T07:01:22.293Ztools/README.adoc
33682024-03-26T07:01:22.293Z 3,558 100% 7.39kB/s 0:00:00 3,558 100% 7.39kB/s 0:00:00 (xfr#143, to-chk=75/255)
33692024-03-26T07:01:22.293Ztools/build-global-zone-packages.sh
33702024-03-26T07:01:22.294Z 2,388 100% 4.96kB/s 0:00:00 2,388 100% 4.96kB/s 0:00:00 (xfr#144, to-chk=74/255)
33712024-03-26T07:01:22.294Ztools/build-host-image.sh
33722024-03-26T07:01:22.294Z 2,971 100% 6.17kB/s 0:00:00 2,971 100% 6.17kB/s 0:00:00 (xfr#145, to-chk=73/255)
33732024-03-26T07:01:22.294Ztools/build-trampoline-global-zone-packages.sh
33742024-03-26T07:01:22.294Z 1,878 100% 3.90kB/s 0:00:00 1,878 100% 3.90kB/s 0:00:00 (xfr#146, to-chk=72/255)
33752024-03-26T07:01:22.294Ztools/ci_check_opte_ver.sh
33762024-03-26T07:01:22.294Z 2,770 100% 5.76kB/s 0:00:00 2,770 100% 5.76kB/s 0:00:00 (xfr#147, to-chk=71/255)
33772024-03-26T07:01:22.294Ztools/ci_download_clickhouse
33782024-03-26T07:01:22.294Z 3,631 100% 7.54kB/s 0:00:00 3,631 100% 7.54kB/s 0:00:00 (xfr#148, to-chk=70/255)
33792024-03-26T07:01:22.294Ztools/ci_download_cockroachdb
33802024-03-26T07:01:22.294Z 4,292 100% 8.92kB/s 0:00:00 4,292 100% 8.92kB/s 0:00:00 (xfr#149, to-chk=69/255)
33812024-03-26T07:01:22.294Ztools/ci_download_console
33822024-03-26T07:01:22.294Z 1,991 100% 4.14kB/s 0:00:00 1,991 100% 4.14kB/s 0:00:00 (xfr#150, to-chk=68/255)
33832024-03-26T07:01:22.295Ztools/ci_download_dendrite_openapi
33842024-03-26T07:01:22.295Z 1,719 100% 3.57kB/s 0:00:00 1,719 100% 3.57kB/s 0:00:00 (xfr#151, to-chk=67/255)
33852024-03-26T07:01:22.295Ztools/ci_download_dendrite_stub
33862024-03-26T07:01:22.295Z 4,229 100% 8.79kB/s 0:00:00 4,229 100% 8.79kB/s 0:00:00 (xfr#152, to-chk=66/255)
33872024-03-26T07:01:22.295Ztools/ci_download_maghemite_mgd
33882024-03-26T07:01:22.295Z 3,650 100% 7.58kB/s 0:00:00 3,650 100% 7.58kB/s 0:00:00 (xfr#153, to-chk=65/255)
33892024-03-26T07:01:22.295Ztools/ci_download_maghemite_openapi
33902024-03-26T07:01:22.295Z 1,989 100% 4.13kB/s 0:00:00 1,989 100% 4.13kB/s 0:00:00 (xfr#154, to-chk=64/255)
33912024-03-26T07:01:22.295Ztools/ci_download_softnpu_machinery
33922024-03-26T07:01:22.295Z 668 100% 1.39kB/s 0:00:00 668 100% 1.39kB/s 0:00:00 (xfr#155, to-chk=63/255)
33932024-03-26T07:01:22.295Ztools/ci_download_thundermuffin
33942024-03-26T07:01:22.295Z 3,237 100% 6.71kB/s 0:00:00 3,237 100% 6.71kB/s 0:00:00 (xfr#156, to-chk=62/255)
33952024-03-26T07:01:22.295Ztools/ci_download_transceiver_control
33962024-03-26T07:01:22.296Z 3,415 100% 7.08kB/s 0:00:00 3,415 100% 7.08kB/s 0:00:00 (xfr#157, to-chk=61/255)
33972024-03-26T07:01:22.296Ztools/clickhouse_checksums
33982024-03-26T07:01:22.296Z 153 100% 0.32kB/s 0:00:00 153 100% 0.32kB/s 0:00:00 (xfr#158, to-chk=60/255)
33992024-03-26T07:01:22.296Ztools/clickhouse_version
34002024-03-26T07:01:22.296Z 11 100% 0.02kB/s 0:00:00 11 100% 0.02kB/s 0:00:00 (xfr#159, to-chk=59/255)
34012024-03-26T07:01:22.326Ztools/cockroachdb_checksums
34022024-03-26T07:01:22.326Z 258 100% 0.53kB/s 0:00:00 258 100% 0.53kB/s 0:00:00 (xfr#160, to-chk=58/255)
34032024-03-26T07:01:22.327Ztools/cockroachdb_version
34042024-03-26T07:01:22.327Z 8 100% 0.02kB/s 0:00:00 8 100% 0.02kB/s 0:00:00 (xfr#161, to-chk=57/255)
34052024-03-26T07:01:22.327Ztools/console_version
34062024-03-26T07:01:22.327Z 122 100% 0.25kB/s 0:00:00 122 100% 0.25kB/s 0:00:00 (xfr#162, to-chk=56/255)
34072024-03-26T07:01:22.327Ztools/create_gimlet_virtual_hardware.sh
34082024-03-26T07:01:22.327Z 936 100% 1.94kB/s 0:00:00 936 100% 1.94kB/s 0:00:00 (xfr#163, to-chk=55/255)
34092024-03-26T07:01:22.327Ztools/create_scrimlet_virtual_hardware.sh
34102024-03-26T07:01:22.327Z 2,014 100% 4.18kB/s 0:00:00 2,014 100% 4.18kB/s 0:00:00 (xfr#164, to-chk=54/255)
34112024-03-26T07:01:22.327Ztools/create_self_signed_cert.sh
34122024-03-26T07:01:22.327Z 685 100% 1.42kB/s 0:00:00 685 100% 1.42kB/s 0:00:00 (xfr#165, to-chk=53/255)
34132024-03-26T07:01:22.327Ztools/create_virtual_hardware.sh
34142024-03-26T07:01:22.327Z 3,184 100% 6.60kB/s 0:00:00 3,184 100% 6.60kB/s 0:00:00 (xfr#166, to-chk=52/255)
34152024-03-26T07:01:22.327Ztools/delete-reservoir.sh
34162024-03-26T07:01:22.327Z 136 100% 0.28kB/s 0:00:00 136 100% 0.28kB/s 0:00:00 (xfr#167, to-chk=51/255)
34172024-03-26T07:01:22.327Ztools/dendrite_openapi_version
34182024-03-26T07:01:22.327Z 122 100% 0.25kB/s 0:00:00 122 100% 0.25kB/s 0:00:00 (xfr#168, to-chk=50/255)
34192024-03-26T07:01:22.327Ztools/dendrite_stub_checksums
34202024-03-26T07:01:22.327Z 267 100% 0.55kB/s 0:00:00 267 100% 0.55kB/s 0:00:00 (xfr#169, to-chk=49/255)
34212024-03-26T07:01:22.327Ztools/destroy_gimlet_virtual_hardware.sh
34222024-03-26T07:01:22.327Z 888 100% 1.84kB/s 0:00:00 888 100% 1.84kB/s 0:00:00 (xfr#170, to-chk=48/255)
34232024-03-26T07:01:22.328Ztools/destroy_scrimlet_virtual_hardware.sh
34242024-03-26T07:01:22.328Z 1,147 100% 2.38kB/s 0:00:00 1,147 100% 2.38kB/s 0:00:00 (xfr#171, to-chk=47/255)
34252024-03-26T07:01:22.328Ztools/destroy_virtual_hardware.sh
34262024-03-26T07:01:22.328Z 2,227 100% 4.62kB/s 0:00:00 2,227 100% 4.62kB/s 0:00:00 (xfr#172, to-chk=46/255)
34272024-03-26T07:01:22.328Ztools/dvt_dock_version
34282024-03-26T07:01:22.328Z 48 100% 0.10kB/s 0:00:00 48 100% 0.10kB/s 0:00:00 (xfr#173, to-chk=45/255)
34292024-03-26T07:01:22.328Ztools/ensure_buildomat_artifact.sh
34302024-03-26T07:01:22.328Z 3,759 100% 7.79kB/s 0:00:00 3,759 100% 7.79kB/s 0:00:00 (xfr#174, to-chk=44/255)
34312024-03-26T07:01:22.328Ztools/generate-nexus-api.sh
34322024-03-26T07:01:22.328Z 174 100% 0.36kB/s 0:00:00 174 100% 0.36kB/s 0:00:00 (xfr#175, to-chk=43/255)
34332024-03-26T07:01:22.328Ztools/generate-sled-agent-api.sh
34342024-03-26T07:01:22.328Z 161 100% 0.33kB/s 0:00:00 161 100% 0.33kB/s 0:00:00 (xfr#176, to-chk=42/255)
34352024-03-26T07:01:22.328Ztools/generate-wicketd-api.sh
34362024-03-26T07:01:22.328Z 75 100% 0.16kB/s 0:00:00 75 100% 0.16kB/s 0:00:00 (xfr#177, to-chk=41/255)
34372024-03-26T07:01:22.328Ztools/hubris_checksums
34382024-03-26T07:01:22.328Z 852 100% 1.76kB/s 0:00:00 852 100% 1.76kB/s 0:00:00 (xfr#178, to-chk=40/255)
34392024-03-26T07:01:22.328Ztools/hubris_version
34402024-03-26T07:01:22.328Z 50 100% 0.10kB/s 0:00:00 50 100% 0.10kB/s 0:00:00 (xfr#179, to-chk=39/255)
34412024-03-26T07:01:22.328Ztools/install_builder_prerequisites.sh
34422024-03-26T07:01:22.328Z 7,537 100% 15.59kB/s 0:00:00 7,537 100% 15.59kB/s 0:00:00 (xfr#180, to-chk=38/255)
34432024-03-26T07:01:22.328Ztools/install_opte.sh
34442024-03-26T07:01:22.329Z 3,755 100% 7.77kB/s 0:00:00 3,755 100% 7.77kB/s 0:00:00 (xfr#181, to-chk=37/255)
34452024-03-26T07:01:22.329Ztools/install_prerequisites.sh
34462024-03-26T07:01:22.329Z 255 100% 0.53kB/s 0:00:00 255 100% 0.53kB/s 0:00:00 (xfr#182, to-chk=36/255)
34472024-03-26T07:01:22.329Ztools/install_runner_prerequisites.sh
34482024-03-26T07:01:22.329Z 4,154 100% 8.59kB/s 0:00:00 4,154 100% 8.59kB/s 0:00:00 (xfr#183, to-chk=35/255)
34492024-03-26T07:01:22.329Ztools/maghemite_ddm_openapi_version
34502024-03-26T07:01:22.329Z 122 100% 0.25kB/s 0:00:00 122 100% 0.25kB/s 0:00:00 (xfr#184, to-chk=34/255)
34512024-03-26T07:01:22.329Ztools/maghemite_mg_openapi_version
34522024-03-26T07:01:22.329Z 122 100% 0.25kB/s 0:00:00 122 100% 0.25kB/s 0:00:00 (xfr#185, to-chk=33/255)
34532024-03-26T07:01:22.329Ztools/maghemite_mgd_checksums
34542024-03-26T07:01:22.329Z 162 100% 0.34kB/s 0:00:00 162 100% 0.34kB/s 0:00:00 (xfr#186, to-chk=32/255)
34552024-03-26T07:01:22.329Ztools/opte_version
34562024-03-26T07:01:22.329Z 9 100% 0.02kB/s 0:00:00 9 100% 0.02kB/s 0:00:00 (xfr#187, to-chk=31/255)
34572024-03-26T07:01:22.329Ztools/opte_version_override
34582024-03-26T07:01:22.329Z 142 100% 0.29kB/s 0:00:00 142 100% 0.29kB/s 0:00:00 (xfr#188, to-chk=30/255)
34592024-03-26T07:01:22.329Ztools/renovate-post-upgrade.sh
34602024-03-26T07:01:22.329Z 1,705 100% 3.53kB/s 0:00:00 1,705 100% 3.53kB/s 0:00:00 (xfr#189, to-chk=29/255)
34612024-03-26T07:01:22.329Ztools/thundermuffin_checksums
34622024-03-26T07:01:22.329Z 79 100% 0.16kB/s 0:00:00 79 100% 0.16kB/s 0:00:00 (xfr#190, to-chk=28/255)
34632024-03-26T07:01:22.329Ztools/thundermuffin_version
34642024-03-26T07:01:22.329Z 50 100% 0.10kB/s 0:00:00 50 100% 0.10kB/s 0:00:00 (xfr#191, to-chk=27/255)
34652024-03-26T07:01:22.330Ztools/transceiver_control_version
34662024-03-26T07:01:22.330Z 137 100% 0.28kB/s 0:00:00 137 100% 0.28kB/s 0:00:00 (xfr#192, to-chk=26/255)
34672024-03-26T07:01:22.330Ztools/uninstall_opte.sh
34682024-03-26T07:01:22.330Z 6,514 100% 13.48kB/s 0:00:00 6,514 100% 13.48kB/s 0:00:00 (xfr#193, to-chk=25/255)
34692024-03-26T07:01:22.330Ztools/update_crucible.sh
34702024-03-26T07:01:22.330Z 1,093 100% 2.26kB/s 0:00:00 1,093 100% 2.26kB/s 0:00:00 (xfr#194, to-chk=24/255)
34712024-03-26T07:01:22.330Ztools/update_dendrite.sh
34722024-03-26T07:01:22.330Z 2,333 100% 4.83kB/s 0:00:00 2,333 100% 4.83kB/s 0:00:00 (xfr#195, to-chk=23/255)
34732024-03-26T07:01:22.330Ztools/update_helpers.sh
34742024-03-26T07:01:22.330Z 3,831 100% 7.91kB/s 0:00:00 3,831 100% 7.91kB/s 0:00:00 (xfr#196, to-chk=22/255)
34752024-03-26T07:01:22.330Ztools/update_lldp.sh
34762024-03-26T07:01:22.330Z 1,000 100% 2.06kB/s 0:00:00 1,000 100% 2.06kB/s 0:00:00 (xfr#197, to-chk=21/255)
34772024-03-26T07:01:22.330Ztools/update_maghemite.sh
34782024-03-26T07:01:22.330Z 939 100% 1.94kB/s 0:00:00 939 100% 1.94kB/s 0:00:00 (xfr#198, to-chk=20/255)
34792024-03-26T07:01:22.330Ztools/update_propolis.sh
34802024-03-26T07:01:22.330Z 1,050 100% 2.17kB/s 0:00:00 1,050 100% 2.17kB/s 0:00:00 (xfr#199, to-chk=19/255)
34812024-03-26T07:01:22.330Ztools/update_transceiver_control.sh
34822024-03-26T07:01:22.330Z 1,374 100% 2.84kB/s 0:00:00 1,374 100% 2.84kB/s 0:00:00 (xfr#200, to-chk=18/255)
34832024-03-26T07:01:22.330Ztools/virtual_hardware.sh
34842024-03-26T07:01:22.330Z 3,429 100% 7.08kB/s 0:00:00 3,429 100% 7.08kB/s 0:00:00 (xfr#201, to-chk=17/255)
34852024-03-26T07:01:22.330Ztools/dtrace/
34862024-03-26T07:01:22.331Ztools/dtrace/aggregate-query-latency.d
34872024-03-26T07:01:22.331Z 780 100% 1.61kB/s 0:00:00 780 100% 1.61kB/s 0:00:00 (xfr#202, to-chk=11/255)
34882024-03-26T07:01:22.331Ztools/dtrace/slowest-queries.d
34892024-03-26T07:01:22.331Z 1,077 100% 2.22kB/s 0:00:00 1,077 100% 2.22kB/s 0:00:00 (xfr#203, to-chk=10/255)
34902024-03-26T07:01:22.331Ztools/dtrace/trace-db-queries.d
34912024-03-26T07:01:22.331Z 811 100% 1.67kB/s 0:00:00 811 100% 1.67kB/s 0:00:00 (xfr#204, to-chk=9/255)
34922024-03-26T07:01:22.331Ztools/include/
34932024-03-26T07:01:22.331Ztools/include/force-git-over-https.sh
34942024-03-26T07:01:22.331Z 940 100% 1.94kB/s 0:00:00 940 100% 1.94kB/s 0:00:00 (xfr#205, to-chk=8/255)
34952024-03-26T07:01:22.331Ztools/populate/
34962024-03-26T07:01:22.331Ztools/populate/populate-alpine.sh
34972024-03-26T07:01:22.331Z 788 100% 1.63kB/s 0:00:00 788 100% 1.63kB/s 0:00:00 (xfr#206, to-chk=7/255)
34982024-03-26T07:01:22.331Ztools/populate/populate-images.sh
34992024-03-26T07:01:22.331Z 2,571 100% 5.31kB/s 0:00:00 2,571 100% 5.31kB/s 0:00:00 (xfr#207, to-chk=6/255)
35002024-03-26T07:01:22.331Ztools/reflector/
35012024-03-26T07:01:22.356Ztools/reflector/helpers.sh
35022024-03-26T07:01:22.356Z 4,652 100% 9.58kB/s 0:00:00 4,652 100% 9.58kB/s 0:00:00 (xfr#208, to-chk=5/255)
35032024-03-26T07:01:22.356Ztools/scrimlet/
35042024-03-26T07:01:22.356Ztools/scrimlet/create-softnpu-zone.sh
35052024-03-26T07:01:22.356Z 627 100% 1.29kB/s 0:00:00 627 100% 1.29kB/s 0:00:00 (xfr#209, to-chk=4/255)
35062024-03-26T07:01:22.356Ztools/scrimlet/destroy-softnpu-zone.sh
35072024-03-26T07:01:22.356Z 203 100% 0.42kB/s 0:00:00 203 100% 0.42kB/s 0:00:00 (xfr#210, to-chk=3/255)
35082024-03-26T07:01:22.356Ztools/scrimlet/softnpu-init.sh
35092024-03-26T07:01:22.356Z 2,157 100% 4.44kB/s 0:00:00 2,157 100% 4.44kB/s 0:00:00 (xfr#211, to-chk=2/255)
35102024-03-26T07:01:22.356Ztools/scrimlet/softnpu-zone.txt
35112024-03-26T07:01:22.356Z 330 100% 0.68kB/s 0:00:00 330 100% 0.68kB/s 0:00:00 (xfr#212, to-chk=1/255)
35122024-03-26T07:01:22.356Ztools/scrimlet/softnpu.toml
35132024-03-26T07:01:22.356Z 171 100% 0.35kB/s 0:00:00 171 100% 0.35kB/s 0:00:00 (xfr#213, to-chk=0/255)
35142024-03-26T07:01:22.357Z+ banner G1
35152024-03-26T07:01:22.357Z ##### #
35162024-03-26T07:01:22.357Z# # ##
35172024-03-26T07:01:22.357Z# # #
35182024-03-26T07:01:22.357Z# #### #
35192024-03-26T07:01:22.357Z# # #
35202024-03-26T07:01:22.357Z# # #
35212024-03-26T07:01:22.357Z ##### #####
35222024-03-26T07:01:22.357Z
35232024-03-26T07:01:22.357Z+ . config/build-g1.sh
35242024-03-26T07:01:22.357Z++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml
35252024-03-26T07:01:22.357Z++ cp config/g1-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml
35262024-03-26T07:01:22.357Z++ cp -r cargo-bay/tools cargo-bay/g1/
35272024-03-26T07:01:22.357Z++ cd /work/oxidecomputer/omicron
35282024-03-26T07:01:22.357Z++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled
35292024-03-26T07:01:23.522Z Finished release [optimized] target(s) in 1.13s
35302024-03-26T07:01:23.557Z Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled`
35312024-03-26T07:01:23.589ZLogging to: /work/oxidecomputer/omicron/out/LOG
35322024-03-26T07:01:23.613ZCreated new build target 'default' and set it as active
35332024-03-26T07:01:23.613Z++ cargo run --release --bin omicron-package -- package
35342024-03-26T07:01:24.642Z Finished release [optimized] target(s) in 0.97s
35352024-03-26T07:01:24.678Z Running `target/release/omicron-package package`
35362024-03-26T07:01:24.718ZLogging to: /work/oxidecomputer/omicron/out/LOG
35372024-03-26T07:01:25.851Z Finished release [optimized] target(s) in 1.05s
35382024-03-26T07:01:28.555Z++ cd /work/oxidecomputer/testbed/a4x2/config/../
35392024-03-26T07:01:28.556Z++ rm -rf cargo-bay/g1/omicron
35402024-03-26T07:01:28.580Z++ mkdir -p cargo-bay/g1/omicron
35412024-03-26T07:01:28.580Z++ 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/
35422024-03-26T07:01:28.580Zsending incremental file list
35432024-03-26T07:01:28.580Zomicron-package
35442024-03-26T07:01:28.832Z 32,768 0% 0.00kB/s 0:00:00 40,097,408 100% 151.62MB/s 0:00:00 (xfr#1, to-chk=253/254)
35452024-03-26T07:01:28.832Zpackage-manifest.toml
35462024-03-26T07:01:28.856Z 26,511 100% 102.74kB/s 0:00:00 26,511 100% 102.74kB/s 0:00:00 (xfr#2, to-chk=252/254)
35472024-03-26T07:01:28.856Zout/
35482024-03-26T07:01:28.856Zout/LOG
35492024-03-26T07:01:28.856Z 32,768 79% 126.98kB/s 0:00:00 41,302 100% 160.06kB/s 0:00:00 (xfr#3, to-chk=248/254)
35502024-03-26T07:01:28.856Zout/clickhouse.tar.gz
35512024-03-26T07:01:29.570Z 32,768 0% 126.48kB/s 0:30:27 231,157,150 100% 222.45MB/s 0:00:00 (xfr#4, to-chk=247/254)
35522024-03-26T07:01:29.570Zout/clickhouse_keeper.tar.gz
35532024-03-26T07:01:30.329Z 32,768 0% 32.29kB/s 1:59:16 655,360 0% 640.00kB/s 0:06:00 231,127,481 100% 125.95MB/s 0:00:01 (xfr#5, to-chk=246/254)
35542024-03-26T07:01:30.329Zout/cockroachdb.tar.gz
35552024-03-26T07:01:30.762Z 32,768 0% 42.55kB/s 0:49:35 70,025,216 55% 66.78MB/s 0:00:00 126,644,746 100% 102.01MB/s 0:00:01 (xfr#6, to-chk=245/254)
35562024-03-26T07:01:30.762Zout/crucible-pantry-zone.tar.gz
35572024-03-26T07:01:30.839Z 32,768 0% 172.97kB/s 0:02:25 25,273,443 100% 92.70MB/s 0:00:00 (xfr#7, to-chk=244/254)
35582024-03-26T07:01:30.839Zout/crucible-zone.tar.gz
35592024-03-26T07:01:30.949Z 32,768 0% 122.61kB/s 0:05:01 36,979,285 100% 95.06MB/s 0:00:00 (xfr#8, to-chk=243/254)
35602024-03-26T07:01:30.949Zout/external-dns.tar.gz
35612024-03-26T07:01:31.045Z 32,768 0% 86.02kB/s 0:05:59 30,999,464 100% 63.17MB/s 0:00:00 (xfr#9, to-chk=242/254)
35622024-03-26T07:01:31.045Zout/internal-dns.tar.gz
35632024-03-26T07:01:31.141Z 32,768 0% 68.23kB/s 0:07:33 30,999,214 100% 52.70MB/s 0:00:00 (xfr#10, to-chk=241/254)
35642024-03-26T07:01:31.141Zout/mg-ddm-gz.tar
35652024-03-26T07:01:31.530Z 32,768 0% 57.04kB/s 0:15:27 52,915,712 100% 52.90MB/s 0:00:00 (xfr#11, to-chk=240/254)
35662024-03-26T07:01:31.531Zout/nexus.tar.gz
35672024-03-26T07:01:31.845Z 32,768 0% 33.54kB/s 0:45:31 13,631,488 14% 13.00MB/s 0:00:05 91,668,399 100% 68.94MB/s 0:00:01 (xfr#12, to-chk=239/254)
35682024-03-26T07:01:31.845Zout/ntp.tar.gz
35692024-03-26T07:01:31.889Z 32,768 0% 118.96kB/s 0:01:27 10,418,758 100% 31.85MB/s 0:00:00 (xfr#13, to-chk=238/254)
35702024-03-26T07:01:31.889Zout/omicron-gateway-softnpu.tar.gz
35712024-03-26T07:01:31.950Z 32,768 0% 102.56kB/s 0:02:40 16,497,203 100% 42.07MB/s 0:00:00 (xfr#14, to-chk=237/254)
35722024-03-26T07:01:31.950Zout/omicron-gateway.tar.gz
35732024-03-26T07:01:32.014Z 32,768 0% 85.56kB/s 0:03:12 16,495,549 100% 35.92MB/s 0:00:00 (xfr#15, to-chk=236/254)
35742024-03-26T07:01:32.014Zout/omicron-sled-agent.tar
35752024-03-26T07:01:32.870Z 32,768 0% 72.89kB/s 0:26:42 74,186,752 63% 70.75MB/s 0:00:00 116,833,792 100% 86.17MB/s 0:00:01 (xfr#16, to-chk=235/254)
35762024-03-26T07:01:32.870Zout/overlay.tar.gz
35772024-03-26T07:01:32.870Z 2,621 100% 8.71kB/s 0:00:00 2,621 100% 8.71kB/s 0:00:00 (xfr#17, to-chk=234/254)
35782024-03-26T07:01:32.870Zout/oximeter.tar.gz
35792024-03-26T07:01:33.023Z 32,768 0% 108.84kB/s 0:07:20 48,011,095 100% 103.59MB/s 0:00:00 (xfr#18, to-chk=233/254)
35802024-03-26T07:01:33.024Zout/oxlog.tar
35812024-03-26T07:01:33.063Z 32,768 0% 72.40kB/s 0:01:25 6,244,352 100% 12.20MB/s 0:00:00 (xfr#19, to-chk=232/254)
35822024-03-26T07:01:33.063Zout/probe.tar.gz
35832024-03-26T07:01:33.087Z 32,768 1% 65.57kB/s 0:00:42 2,829,470 100% 5.43MB/s 0:00:00 (xfr#20, to-chk=231/254)
35842024-03-26T07:01:33.087Zout/propolis-server.tar.gz
35852024-03-26T07:01:33.261Z 32,768 0% 64.39kB/s 0:17:10 66,360,059 100% 92.25MB/s 0:00:00 (xfr#21, to-chk=230/254)
35862024-03-26T07:01:33.261Zout/switch-softnpu.tar.gz
35872024-03-26T07:01:33.854Z 32,768 0% 46.58kB/s 1:12:57 104,857,600 51% 100.00MB/s 0:00:00 203,938,891 100% 152.18MB/s 0:00:01 (xfr#22, to-chk=229/254)
35882024-03-26T07:01:33.854Zout/console-assets/
35892024-03-26T07:01:33.854Zout/console-assets/VERSION
35902024-03-26T07:01:33.854Z 41 100% 0.14kB/s 0:00:00 41 100% 0.14kB/s 0:00:00 (xfr#23, to-chk=225/254)
35912024-03-26T07:01:33.854Zout/console-assets/index.html
35922024-03-26T07:01:33.854Z 466 100% 1.63kB/s 0:00:00 466 100% 1.63kB/s 0:00:00 (xfr#24, to-chk=224/254)
35932024-03-26T07:01:33.855Zout/console-assets/assets/
35942024-03-26T07:01:33.855Zout/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2
35952024-03-26T07:01:33.855Z 32,768 70% 114.70kB/s 0:00:00 46,276 100% 161.98kB/s 0:00:00 (xfr#25, to-chk=222/254)
35962024-03-26T07:01:33.855Zout/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff
35972024-03-26T07:01:33.888Z 32,768 65% 114.29kB/s 0:00:00 50,032 100% 174.50kB/s 0:00:00 (xfr#26, to-chk=221/254)
35982024-03-26T07:01:33.888Zout/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff
35992024-03-26T07:01:33.888Z 32,768 55% 114.29kB/s 0:00:00 58,524 100% 204.12kB/s 0:00:00 (xfr#27, to-chk=220/254)
36002024-03-26T07:01:33.888Zout/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2
36012024-03-26T07:01:33.888Z 32,768 71% 114.29kB/s 0:00:00 46,060 100% 160.64kB/s 0:00:00 (xfr#28, to-chk=219/254)
36022024-03-26T07:01:33.888Zout/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff
36032024-03-26T07:01:33.888Z 21,937 100% 76.24kB/s 0:00:00 21,937 100% 76.24kB/s 0:00:00 (xfr#29, to-chk=218/254)
36042024-03-26T07:01:33.888Zout/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2
36052024-03-26T07:01:33.889Z 17,996 100% 62.54kB/s 0:00:00 17,996 100% 62.54kB/s 0:00:00 (xfr#30, to-chk=217/254)
36062024-03-26T07:01:33.889Zout/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff
36072024-03-26T07:01:33.889Z 21,890 100% 76.07kB/s 0:00:00 21,890 100% 76.07kB/s 0:00:00 (xfr#31, to-chk=216/254)
36082024-03-26T07:01:33.889Zout/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2
36092024-03-26T07:01:33.889Z 17,984 100% 62.50kB/s 0:00:00 17,984 100% 62.50kB/s 0:00:00 (xfr#32, to-chk=215/254)
36102024-03-26T07:01:33.889Zout/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff
36112024-03-26T07:01:33.889Z 21,123 100% 73.41kB/s 0:00:00 21,123 100% 73.15kB/s 0:00:00 (xfr#33, to-chk=214/254)
36122024-03-26T07:01:33.889Zout/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2
36132024-03-26T07:01:33.889Z 17,228 100% 59.66kB/s 0:00:00 17,228 100% 59.66kB/s 0:00:00 (xfr#34, to-chk=213/254)
36142024-03-26T07:01:33.889Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2
36152024-03-26T07:01:33.889Z 18,448 100% 63.89kB/s 0:00:00 18,448 100% 63.89kB/s 0:00:00 (xfr#35, to-chk=212/254)
36162024-03-26T07:01:33.889Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff
36172024-03-26T07:01:33.889Z 22,665 100% 78.49kB/s 0:00:00 22,665 100% 78.49kB/s 0:00:00 (xfr#36, to-chk=211/254)
36182024-03-26T07:01:33.889Zout/console-assets/assets/Terminal-_VoNxbTe.js
36192024-03-26T07:01:33.889Z 32,768 11% 113.48kB/s 0:00:02 287,761 100% 986.02kB/s 0:00:00 (xfr#37, to-chk=210/254)
36202024-03-26T07:01:33.889Zout/console-assets/assets/Terminal-_VoNxbTe.js.gz
36212024-03-26T07:01:33.889Z 32,768 45% 112.28kB/s 0:00:00 71,758 100% 245.88kB/s 0:00:00 (xfr#38, to-chk=209/254)
36222024-03-26T07:01:33.889Zout/console-assets/assets/Terminal-_VoNxbTe.js.map
36232024-03-26T07:01:33.889Z 32,768 5% 111.89kB/s 0:00:04 590,313 100% 1.95MB/s 0:00:00 (xfr#39, to-chk=208/254)
36242024-03-26T07:01:33.889Zout/console-assets/assets/Terminal-_VoNxbTe.js.map.gz
36252024-03-26T07:01:33.889Z 32,768 27% 110.73kB/s 0:00:00 118,282 100% 398.31kB/s 0:00:00 (xfr#40, to-chk=207/254)
36262024-03-26T07:01:33.890Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js
36272024-03-26T07:01:33.890Z 32,768 8% 110.34kB/s 0:00:03 371,459 100% 1.21MB/s 0:00:00 (xfr#41, to-chk=206/254)
36282024-03-26T07:01:33.890Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js.gz
36292024-03-26T07:01:33.890Z 32,768 31% 109.22kB/s 0:00:00 103,751 100% 345.80kB/s 0:00:00 (xfr#42, to-chk=205/254)
36302024-03-26T07:01:33.890Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map
36312024-03-26T07:01:33.914Z 32,768 1% 108.84kB/s 0:00:14 1,659,213 100% 5.12MB/s 0:00:00 (xfr#43, to-chk=204/254)
36322024-03-26T07:01:33.914Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map.gz
36332024-03-26T07:01:33.914Z 32,768 8% 103.56kB/s 0:00:03 379,036 100% 1.17MB/s 0:00:00 (xfr#44, to-chk=203/254)
36342024-03-26T07:01:33.914Zout/console-assets/assets/app-1tiVg9q7.js
36352024-03-26T07:01:33.914Z 32,768 2% 103.23kB/s 0:00:10 1,130,062 100% 3.35MB/s 0:00:00 (xfr#45, to-chk=202/254)
36362024-03-26T07:01:33.914Zout/console-assets/assets/app-1tiVg9q7.js.gz
36372024-03-26T07:01:33.914Z 32,768 9% 99.38kB/s 0:00:03 347,811 100% 1.02MB/s 0:00:00 (xfr#46, to-chk=201/254)
36382024-03-26T07:01:33.914Zout/console-assets/assets/app-1tiVg9q7.js.map
36392024-03-26T07:01:33.938Z 32,768 0% 98.77kB/s 0:00:53 5,328,067 100% 13.96MB/s 0:00:00 (xfr#47, to-chk=200/254)
36402024-03-26T07:01:33.938Zout/console-assets/assets/app-1tiVg9q7.js.map.gz
36412024-03-26T07:01:33.964Z 32,768 2% 87.91kB/s 0:00:13 1,261,215 100% 3.27MB/s 0:00:00 (xfr#48, to-chk=199/254)
36422024-03-26T07:01:33.964Zout/console-assets/assets/app-AvNWp1hQ.css
36432024-03-26T07:01:33.964Z 32,768 23% 86.96kB/s 0:00:01 138,004 100% 365.23kB/s 0:00:00 (xfr#49, to-chk=198/254)
36442024-03-26T07:01:33.964Zout/console-assets/assets/app-AvNWp1hQ.css.gz
36452024-03-26T07:01:33.964Z 21,197 100% 56.10kB/s 0:00:00 21,197 100% 56.10kB/s 0:00:00 (xfr#50, to-chk=197/254)
36462024-03-26T07:01:33.964Zout/console-assets/assets/favicon-WELtHcTG.svg
36472024-03-26T07:01:33.964Z 761 100% 2.01kB/s 0:00:00 761 100% 2.01kB/s 0:00:00 (xfr#51, to-chk=196/254)
36482024-03-26T07:01:33.964Zout/console-assets/assets/favicon-cDDaBnwQ.png
36492024-03-26T07:01:33.964Z 1,327 100% 3.51kB/s 0:00:00 1,327 100% 3.51kB/s 0:00:00 (xfr#52, to-chk=195/254)
36502024-03-26T07:01:33.964Zout/console-assets/assets/og-preview-image.webp
36512024-03-26T07:01:33.964Z 32,768 36% 86.72kB/s 0:00:00 89,880 100% 237.87kB/s 0:00:00 (xfr#53, to-chk=194/254)
36522024-03-26T07:01:33.964Zout/console-assets/assets/oxide-hero-rack-IQvkDe3B.webp
36532024-03-26T07:01:33.964Z 32,768 4% 86.49kB/s 0:00:07 673,968 100% 1.73MB/s 0:00:00 (xfr#54, to-chk=193/254)
36542024-03-26T07:01:33.964Zout/manifest-cache/
36552024-03-26T07:01:33.964Zout/manifest-cache/clickhouse.tar.gz.json
36562024-03-26T07:01:33.965Z 780 100% 2.05kB/s 0:00:00 780 100% 2.05kB/s 0:00:00 (xfr#55, to-chk=192/254)
36572024-03-26T07:01:33.965Zout/manifest-cache/clickhouse_keeper.tar.gz.json
36582024-03-26T07:01:33.965Z 801 100% 2.10kB/s 0:00:00 801 100% 2.10kB/s 0:00:00 (xfr#56, to-chk=191/254)
36592024-03-26T07:01:33.965Zout/manifest-cache/clickhouse_keeper_svc.tar.gz.json
36602024-03-26T07:01:33.965Z 2,958 100% 7.74kB/s 0:00:00 2,958 100% 7.74kB/s 0:00:00 (xfr#57, to-chk=190/254)
36612024-03-26T07:01:33.965Zout/manifest-cache/clickhouse_svc.tar.gz.json
36622024-03-26T07:01:33.965Z 2,946 100% 7.71kB/s 0:00:00 2,946 100% 7.71kB/s 0:00:00 (xfr#58, to-chk=189/254)
36632024-03-26T07:01:33.965Zout/manifest-cache/cockroachdb-service.tar.gz.json
36642024-03-26T07:01:33.965Z 32,768 61% 85.79kB/s 0:00:00 53,598 100% 140.33kB/s 0:00:00 (xfr#59, to-chk=188/254)
36652024-03-26T07:01:33.965Zout/manifest-cache/cockroachdb.tar.gz.json
36662024-03-26T07:01:33.965Z 787 100% 2.06kB/s 0:00:00 787 100% 2.06kB/s 0:00:00 (xfr#60, to-chk=187/254)
36672024-03-26T07:01:33.965Zout/manifest-cache/crucible-pantry-zone.tar.gz.json
36682024-03-26T07:01:33.965Z 662 100% 1.73kB/s 0:00:00 662 100% 1.73kB/s 0:00:00 (xfr#61, to-chk=186/254)
36692024-03-26T07:01:33.965Zout/manifest-cache/crucible-zone.tar.gz.json
36702024-03-26T07:01:33.965Z 641 100% 1.68kB/s 0:00:00 641 100% 1.68kB/s 0:00:00 (xfr#62, to-chk=185/254)
36712024-03-26T07:01:33.965Zout/manifest-cache/dns-server.tar.gz.json
36722024-03-26T07:01:33.965Z 942 100% 2.47kB/s 0:00:00 942 100% 2.47kB/s 0:00:00 (xfr#63, to-chk=184/254)
36732024-03-26T07:01:33.965Zout/manifest-cache/external-dns-customizations.tar.gz.json
36742024-03-26T07:01:33.965Z 1,132 100% 2.96kB/s 0:00:00 1,132 100% 2.96kB/s 0:00:00 (xfr#64, to-chk=183/254)
36752024-03-26T07:01:33.965Zout/manifest-cache/external-dns.tar.gz.json
36762024-03-26T07:01:33.966Z 934 100% 2.45kB/s 0:00:00 934 100% 2.45kB/s 0:00:00 (xfr#65, to-chk=182/254)
36772024-03-26T07:01:33.966Zout/manifest-cache/internal-dns-cli.tar.gz.json
36782024-03-26T07:01:33.966Z 752 100% 1.96kB/s 0:00:00 752 100% 1.96kB/s 0:00:00 (xfr#66, to-chk=181/254)
36792024-03-26T07:01:33.966Zout/manifest-cache/internal-dns-customizations.tar.gz.json
36802024-03-26T07:01:33.966Z 1,132 100% 2.96kB/s 0:00:00 1,132 100% 2.96kB/s 0:00:00 (xfr#67, to-chk=180/254)
36812024-03-26T07:01:33.966Zout/manifest-cache/internal-dns.tar.gz.json
36822024-03-26T07:01:33.966Z 791 100% 2.07kB/s 0:00:00 791 100% 2.07kB/s 0:00:00 (xfr#68, to-chk=179/254)
36832024-03-26T07:01:33.966Zout/manifest-cache/logadm.tar.gz.json
36842024-03-26T07:01:33.966Z 1,044 100% 2.73kB/s 0:00:00 1,044 100% 2.73kB/s 0:00:00 (xfr#69, to-chk=178/254)
36852024-03-26T07:01:33.966Zout/manifest-cache/nexus.tar.gz.json
36862024-03-26T07:01:33.966Z 773 100% 2.02kB/s 0:00:00 773 100% 2.02kB/s 0:00:00 (xfr#70, to-chk=177/254)
36872024-03-26T07:01:33.966Zout/manifest-cache/ntp-svc.tar.gz.json
36882024-03-26T07:01:33.966Z 2,228 100% 5.82kB/s 0:00:00 2,228 100% 5.82kB/s 0:00:00 (xfr#71, to-chk=176/254)
36892024-03-26T07:01:33.966Zout/manifest-cache/ntp.tar.gz.json
36902024-03-26T07:01:33.966Z 763 100% 1.99kB/s 0:00:00 763 100% 1.99kB/s 0:00:00 (xfr#72, to-chk=175/254)
36912024-03-26T07:01:33.966Zout/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json
36922024-03-26T07:01:33.966Z 1,462 100% 3.82kB/s 0:00:00 1,462 100% 3.82kB/s 0:00:00 (xfr#73, to-chk=174/254)
36932024-03-26T07:01:33.966Zout/manifest-cache/omicron-gateway-softnpu.tar.gz.json
36942024-03-26T07:01:33.966Z 545 100% 1.42kB/s 0:00:00 545 100% 1.42kB/s 0:00:00 (xfr#74, to-chk=173/254)
36952024-03-26T07:01:33.966Zout/manifest-cache/omicron-gateway.tar.gz.json
36962024-03-26T07:01:33.966Z 703 100% 1.84kB/s 0:00:00 703 100% 1.84kB/s 0:00:00 (xfr#75, to-chk=172/254)
36972024-03-26T07:01:33.966Zout/manifest-cache/omicron-nexus.tar.gz.json
36982024-03-26T07:01:33.967Z 32,768 46% 85.56kB/s 0:00:00 70,581 100% 184.30kB/s 0:00:00 (xfr#76, to-chk=171/254)
36992024-03-26T07:01:33.967Zout/manifest-cache/omicron-omdb.tar.gz.json
37002024-03-26T07:01:33.967Z 702 100% 1.83kB/s 0:00:00 702 100% 1.83kB/s 0:00:00 (xfr#77, to-chk=170/254)
37012024-03-26T07:01:33.967Zout/manifest-cache/omicron-sled-agent.tar.json
37022024-03-26T07:01:33.967Z 1,269 100% 3.31kB/s 0:00:00 1,269 100% 3.31kB/s 0:00:00 (xfr#78, to-chk=169/254)
37032024-03-26T07:01:33.967Zout/manifest-cache/opte-interface-setup.tar.gz.json
37042024-03-26T07:01:33.967Z 883 100% 2.31kB/s 0:00:00 883 100% 2.31kB/s 0:00:00 (xfr#79, to-chk=168/254)
37052024-03-26T07:01:33.967Zout/manifest-cache/overlay.tar.gz.json
37062024-03-26T07:01:33.967Z 473 100% 1.24kB/s 0:00:00 473 100% 1.24kB/s 0:00:00 (xfr#80, to-chk=167/254)
37072024-03-26T07:01:33.967Zout/manifest-cache/oximeter-collector.tar.gz.json
37082024-03-26T07:01:33.967Z 18,311 100% 47.68kB/s 0:00:00 18,311 100% 47.68kB/s 0:00:00 (xfr#81, to-chk=166/254)
37092024-03-26T07:01:33.967Zout/manifest-cache/oximeter.tar.gz.json
37102024-03-26T07:01:33.967Z 641 100% 1.67kB/s 0:00:00 641 100% 1.67kB/s 0:00:00 (xfr#82, to-chk=165/254)
37112024-03-26T07:01:33.967Zout/manifest-cache/oxlog.tar.json
37122024-03-26T07:01:33.967Z 321 100% 0.84kB/s 0:00:00 321 100% 0.84kB/s 0:00:00 (xfr#83, to-chk=164/254)
37132024-03-26T07:01:33.967Zout/manifest-cache/probe.tar.gz.json
37142024-03-26T07:01:33.967Z 346 100% 0.90kB/s 0:00:00 346 100% 0.90kB/s 0:00:00 (xfr#84, to-chk=163/254)
37152024-03-26T07:01:33.967Zout/manifest-cache/profile.tar.gz.json
37162024-03-26T07:01:33.967Z 838 100% 2.18kB/s 0:00:00 838 100% 2.18kB/s 0:00:00 (xfr#85, to-chk=162/254)
37172024-03-26T07:01:33.967Zout/manifest-cache/sp-sim-softnpu.tar.gz.json
37182024-03-26T07:01:33.967Z 357 100% 0.93kB/s 0:00:00 357 100% 0.93kB/s 0:00:00 (xfr#86, to-chk=161/254)
37192024-03-26T07:01:33.968Zout/manifest-cache/sp-sim.tar.gz.json
37202024-03-26T07:01:33.968Z 1,549 100% 4.03kB/s 0:00:00 1,549 100% 4.03kB/s 0:00:00 (xfr#87, to-chk=160/254)
37212024-03-26T07:01:33.968Zout/manifest-cache/switch-softnpu.tar.gz.json
37222024-03-26T07:01:33.968Z 1,566 100% 4.08kB/s 0:00:00 1,566 100% 4.08kB/s 0:00:00 (xfr#88, to-chk=159/254)
37232024-03-26T07:01:33.968Zout/manifest-cache/switch_zone_setup.tar.gz.json
37242024-03-26T07:01:33.968Z 10,790 100% 28.10kB/s 0:00:00 10,790 100% 28.10kB/s 0:00:00 (xfr#89, to-chk=158/254)
37252024-03-26T07:01:33.968Zout/manifest-cache/wicket.tar.gz.json
37262024-03-26T07:01:33.968Z 1,084 100% 2.82kB/s 0:00:00 1,084 100% 2.82kB/s 0:00:00 (xfr#90, to-chk=157/254)
37272024-03-26T07:01:33.968Zout/manifest-cache/wicketd.tar.gz.json
37282024-03-26T07:01:33.968Z 1,560 100% 4.06kB/s 0:00:00 1,560 100% 4.06kB/s 0:00:00 (xfr#91, to-chk=156/254)
37292024-03-26T07:01:33.968Zout/manifest-cache/zone-network-install.tar.gz.json
37302024-03-26T07:01:33.968Z 877 100% 2.28kB/s 0:00:00 877 100% 2.28kB/s 0:00:00 (xfr#92, to-chk=155/254)
37312024-03-26T07:01:33.968Zout/manifest-cache/zone-network-setup.tar.gz.json
37322024-03-26T07:01:33.968Z 772 100% 2.01kB/s 0:00:00 772 100% 2.01kB/s 0:00:00 (xfr#93, to-chk=154/254)
37332024-03-26T07:01:33.968Zout/target/
37342024-03-26T07:01:33.968Zout/target/active -> default
37352024-03-26T07:01:33.968Zout/target/default
37362024-03-26T07:01:33.968Z 74 100% 0.19kB/s 0:00:00 74 100% 0.19kB/s 0:00:00 (xfr#94, to-chk=152/254)
37372024-03-26T07:01:33.968Zsmf/
37382024-03-26T07:01:33.968Zsmf/clickhouse/
37392024-03-26T07:01:33.968Zsmf/clickhouse/config_replica.xml
37402024-03-26T07:01:33.969Z 2,728 100% 7.10kB/s 0:00:00 2,728 100% 7.10kB/s 0:00:00 (xfr#95, to-chk=132/254)
37412024-03-26T07:01:33.994Zsmf/clickhouse/manifest.xml
37422024-03-26T07:01:33.994Z 1,494 100% 3.89kB/s 0:00:00 1,494 100% 3.89kB/s 0:00:00 (xfr#96, to-chk=131/254)
37432024-03-26T07:01:33.994Zsmf/clickhouse/method_script.sh
37442024-03-26T07:01:33.994Z 5,330 100% 13.88kB/s 0:00:00 5,330 100% 13.88kB/s 0:00:00 (xfr#97, to-chk=130/254)
37452024-03-26T07:01:33.994Zsmf/clickhouse_keeper/
37462024-03-26T07:01:33.994Zsmf/clickhouse_keeper/keeper_config.xml
37472024-03-26T07:01:33.994Z 1,460 100% 3.80kB/s 0:00:00 1,460 100% 3.80kB/s 0:00:00 (xfr#98, to-chk=129/254)
37482024-03-26T07:01:33.994Zsmf/clickhouse_keeper/manifest.xml
37492024-03-26T07:01:33.994Z 1,534 100% 3.99kB/s 0:00:00 1,534 100% 3.98kB/s 0:00:00 (xfr#99, to-chk=128/254)
37502024-03-26T07:01:33.995Zsmf/clickhouse_keeper/method_script.sh
37512024-03-26T07:01:33.995Z 4,324 100% 11.23kB/s 0:00:00 4,324 100% 11.23kB/s 0:00:00 (xfr#100, to-chk=127/254)
37522024-03-26T07:01:33.995Zsmf/cockroachdb/
37532024-03-26T07:01:33.995Zsmf/cockroachdb/manifest.xml
37542024-03-26T07:01:33.995Z 1,667 100% 4.33kB/s 0:00:00 1,667 100% 4.33kB/s 0:00:00 (xfr#101, to-chk=126/254)
37552024-03-26T07:01:33.995Zsmf/cockroachdb/method_script.sh
37562024-03-26T07:01:33.995Z 1,030 100% 2.68kB/s 0:00:00 1,030 100% 2.68kB/s 0:00:00 (xfr#102, to-chk=125/254)
37572024-03-26T07:01:33.995Zsmf/external-dns/
37582024-03-26T07:01:33.995Zsmf/external-dns/config.toml
37592024-03-26T07:01:33.995Z 353 100% 0.92kB/s 0:00:00 353 100% 0.92kB/s 0:00:00 (xfr#103, to-chk=124/254)
37602024-03-26T07:01:33.995Zsmf/external-dns/manifest.xml
37612024-03-26T07:01:33.995Z 1,805 100% 4.69kB/s 0:00:00 1,805 100% 4.69kB/s 0:00:00 (xfr#104, to-chk=123/254)
37622024-03-26T07:01:33.995Zsmf/installinator/
37632024-03-26T07:01:33.995Zsmf/installinator/manifest.xml
37642024-03-26T07:01:33.995Z 2,149 100% 5.58kB/s 0:00:00 2,149 100% 5.58kB/s 0:00:00 (xfr#105, to-chk=122/254)
37652024-03-26T07:01:33.995Zsmf/internal-dns/
37662024-03-26T07:01:33.995Zsmf/internal-dns/config.toml
37672024-03-26T07:01:33.995Z 353 100% 0.92kB/s 0:00:00 353 100% 0.92kB/s 0:00:00 (xfr#106, to-chk=121/254)
37682024-03-26T07:01:33.995Zsmf/internal-dns/manifest.xml
37692024-03-26T07:01:33.995Z 1,618 100% 4.20kB/s 0:00:00 1,618 100% 4.20kB/s 0:00:00 (xfr#107, to-chk=120/254)
37702024-03-26T07:01:33.995Zsmf/logadm/
37712024-03-26T07:01:33.996Zsmf/logadm/crontab.root
37722024-03-26T07:01:33.996Z 30 100% 0.08kB/s 0:00:00 30 100% 0.08kB/s 0:00:00 (xfr#108, to-chk=119/254)
37732024-03-26T07:01:33.996Zsmf/logadm/logadm.conf
37742024-03-26T07:01:33.996Z 2,553 100% 6.63kB/s 0:00:00 2,553 100% 6.63kB/s 0:00:00 (xfr#109, to-chk=118/254)
37752024-03-26T07:01:33.996Zsmf/mgs-sim/
37762024-03-26T07:01:33.996Zsmf/mgs-sim/config.toml
37772024-03-26T07:01:33.996Z 3,534 100% 9.18kB/s 0:00:00 3,534 100% 9.18kB/s 0:00:00 (xfr#110, to-chk=117/254)
37782024-03-26T07:01:33.996Zsmf/mgs/
37792024-03-26T07:01:33.996Zsmf/mgs/config.toml
37802024-03-26T07:01:33.996Z 9,085 100% 23.60kB/s 0:00:00 9,085 100% 23.60kB/s 0:00:00 (xfr#111, to-chk=116/254)
37812024-03-26T07:01:33.996Zsmf/mgs/manifest.xml
37822024-03-26T07:01:33.996Z 2,474 100% 6.43kB/s 0:00:00 2,474 100% 6.43kB/s 0:00:00 (xfr#112, to-chk=115/254)
37832024-03-26T07:01:33.996Zsmf/nexus/
37842024-03-26T07:01:33.996Zsmf/nexus/manifest.xml
37852024-03-26T07:01:33.996Z 1,987 100% 5.16kB/s 0:00:00 1,987 100% 5.16kB/s 0:00:00 (xfr#113, to-chk=114/254)
37862024-03-26T07:01:33.996Zsmf/nexus/multi-sled/
37872024-03-26T07:01:33.996Zsmf/nexus/multi-sled/config-partial.toml
37882024-03-26T07:01:33.996Z 1,997 100% 5.19kB/s 0:00:00 1,997 100% 5.19kB/s 0:00:00 (xfr#114, to-chk=111/254)
37892024-03-26T07:01:33.996Zsmf/nexus/single-sled/
37902024-03-26T07:01:33.996Zsmf/nexus/single-sled/config-partial.toml
37912024-03-26T07:01:33.996Z 1,993 100% 5.18kB/s 0:00:00 1,993 100% 5.18kB/s 0:00:00 (xfr#115, to-chk=110/254)
37922024-03-26T07:01:33.997Zsmf/ntp/
37932024-03-26T07:01:33.997Zsmf/ntp/etc/
37942024-03-26T07:01:33.997Zsmf/ntp/etc/inet/
37952024-03-26T07:01:33.997Zsmf/ntp/etc/inet/chrony.conf.boundary
37962024-03-26T07:01:33.997Z 881 100% 2.29kB/s 0:00:00 881 100% 2.29kB/s 0:00:00 (xfr#116, to-chk=104/254)
37972024-03-26T07:01:33.997Zsmf/ntp/etc/inet/chrony.conf.internal
37982024-03-26T07:01:33.997Z 1,108 100% 2.88kB/s 0:00:00 1,108 100% 2.88kB/s 0:00:00 (xfr#117, to-chk=103/254)
37992024-03-26T07:01:33.997Zsmf/ntp/etc/logadm.d/
38002024-03-26T07:01:33.997Zsmf/ntp/etc/logadm.d/chrony.logadm.conf
38012024-03-26T07:01:33.997Z 135 100% 0.35kB/s 0:00:00 135 100% 0.35kB/s 0:00:00 (xfr#118, to-chk=102/254)
38022024-03-26T07:01:33.997Zsmf/ntp/manifest/
38032024-03-26T07:01:33.997Zsmf/ntp/manifest/manifest.xml
38042024-03-26T07:01:33.997Z 3,336 100% 8.64kB/s 0:00:00 3,336 100% 8.64kB/s 0:00:00 (xfr#119, to-chk=101/254)
38052024-03-26T07:01:33.997Zsmf/ntp/method/
38062024-03-26T07:01:33.997Zsmf/ntp/method/svc-site-ntp
38072024-03-26T07:01:33.997Z 3,211 100% 8.32kB/s 0:00:00 3,211 100% 8.32kB/s 0:00:00 (xfr#120, to-chk=100/254)
38082024-03-26T07:01:33.997Zsmf/opte-interface-setup/
38092024-03-26T07:01:33.997Zsmf/opte-interface-setup/manifest.xml
38102024-03-26T07:01:33.997Z 1,638 100% 4.24kB/s 0:00:00 1,638 100% 4.24kB/s 0:00:00 (xfr#121, to-chk=99/254)
38112024-03-26T07:01:33.997Zsmf/oximeter/
38122024-03-26T07:01:33.997Zsmf/oximeter/config.toml
38132024-03-26T07:01:33.998Z 205 100% 0.53kB/s 0:00:00 205 100% 0.53kB/s 0:00:00 (xfr#122, to-chk=98/254)
38142024-03-26T07:01:33.998Zsmf/oximeter/manifest.xml
38152024-03-26T07:01:33.998Z 1,770 100% 4.58kB/s 0:00:00 1,770 100% 4.58kB/s 0:00:00 (xfr#123, to-chk=97/254)
38162024-03-26T07:01:33.998Zsmf/profile/
38172024-03-26T07:01:33.998Zsmf/profile/bashrc
38182024-03-26T07:01:33.998Z 925 100% 2.40kB/s 0:00:00 925 100% 2.40kB/s 0:00:00 (xfr#124, to-chk=96/254)
38192024-03-26T07:01:33.998Zsmf/profile/profile
38202024-03-26T07:01:33.998Z 535 100% 1.39kB/s 0:00:00 535 100% 1.39kB/s 0:00:00 (xfr#125, to-chk=95/254)
38212024-03-26T07:01:33.998Zsmf/sled-agent/
38222024-03-26T07:01:33.998Zsmf/sled-agent/manifest.xml
38232024-03-26T07:01:33.998Z 2,373 100% 6.15kB/s 0:00:00 2,373 100% 6.15kB/s 0:00:00 (xfr#126, to-chk=94/254)
38242024-03-26T07:01:33.998Zsmf/sled-agent/gimlet-standalone/
38252024-03-26T07:01:33.998Zsmf/sled-agent/gimlet-standalone/README.md
38262024-03-26T07:01:33.998Z 114 100% 0.30kB/s 0:00:00 114 100% 0.30kB/s 0:00:00 (xfr#127, to-chk=90/254)
38272024-03-26T07:01:33.998Zsmf/sled-agent/gimlet-standalone/config-rss.toml
38282024-03-26T07:01:33.998Z 6,611 100% 17.12kB/s 0:00:00 6,611 100% 17.12kB/s 0:00:00 (xfr#128, to-chk=89/254)
38292024-03-26T07:01:33.998Zsmf/sled-agent/gimlet-standalone/config.toml
38302024-03-26T07:01:33.998Z 1,800 100% 4.66kB/s 0:00:00 1,800 100% 4.66kB/s 0:00:00 (xfr#129, to-chk=88/254)
38312024-03-26T07:01:33.998Zsmf/sled-agent/gimlet/
38322024-03-26T07:01:33.998Zsmf/sled-agent/gimlet/README.md
38332024-03-26T07:01:33.998Z 54 100% 0.14kB/s 0:00:00 54 100% 0.14kB/s 0:00:00 (xfr#130, to-chk=87/254)
38342024-03-26T07:01:33.998Zsmf/sled-agent/gimlet/config.toml
38352024-03-26T07:01:33.999Z 1,657 100% 4.29kB/s 0:00:00 1,657 100% 4.29kB/s 0:00:00 (xfr#131, to-chk=86/254)
38362024-03-26T07:01:33.999Zsmf/sled-agent/non-gimlet/
38372024-03-26T07:01:33.999Zsmf/sled-agent/non-gimlet/README.md
38382024-03-26T07:01:33.999Z 105 100% 0.27kB/s 0:00:00 105 100% 0.27kB/s 0:00:00 (xfr#132, to-chk=85/254)
38392024-03-26T07:01:33.999Zsmf/sled-agent/non-gimlet/config.toml
38402024-03-26T07:01:33.999Z 2,820 100% 7.30kB/s 0:00:00 2,820 100% 7.30kB/s 0:00:00 (xfr#133, to-chk=84/254)
38412024-03-26T07:01:34.025Zsmf/sp-sim/
38422024-03-26T07:01:34.025Zsmf/sp-sim/config.toml
38432024-03-26T07:01:34.025Z 2,604 100% 6.75kB/s 0:00:00 2,604 100% 6.75kB/s 0:00:00 (xfr#134, to-chk=83/254)
38442024-03-26T07:01:34.025Zsmf/sp-sim/manifest.xml
38452024-03-26T07:01:34.025Z 1,271 100% 3.29kB/s 0:00:00 1,271 100% 3.29kB/s 0:00:00 (xfr#135, to-chk=82/254)
38462024-03-26T07:01:34.025Zsmf/switch_zone_setup/
38472024-03-26T07:01:34.025Zsmf/switch_zone_setup/manifest.xml
38482024-03-26T07:01:34.025Z 1,061 100% 2.75kB/s 0:00:00 1,061 100% 2.75kB/s 0:00:00 (xfr#136, to-chk=81/254)
38492024-03-26T07:01:34.025Zsmf/switch_zone_setup/support_authorized_keys
38502024-03-26T07:01:34.025Z 1,284 100% 3.33kB/s 0:00:00 1,284 100% 3.33kB/s 0:00:00 (xfr#137, to-chk=80/254)
38512024-03-26T07:01:34.025Zsmf/switch_zone_setup/switch_zone_setup
38522024-03-26T07:01:34.025Z 1,041 100% 2.70kB/s 0:00:00 1,041 100% 2.70kB/s 0:00:00 (xfr#138, to-chk=79/254)
38532024-03-26T07:01:34.025Zsmf/wicketd/
38542024-03-26T07:01:34.025Zsmf/wicketd/config.toml
38552024-03-26T07:01:34.025Z 104 100% 0.27kB/s 0:00:00 104 100% 0.27kB/s 0:00:00 (xfr#139, to-chk=78/254)
38562024-03-26T07:01:34.025Zsmf/wicketd/manifest.xml
38572024-03-26T07:01:34.025Z 2,954 100% 7.63kB/s 0:00:00 2,954 100% 7.63kB/s 0:00:00 (xfr#140, to-chk=77/254)
38582024-03-26T07:01:34.026Zsmf/zone-network-setup/
38592024-03-26T07:01:34.026Zsmf/zone-network-setup/manifest.xml
38602024-03-26T07:01:34.026Z 1,614 100% 4.17kB/s 0:00:00 1,614 100% 4.17kB/s 0:00:00 (xfr#141, to-chk=76/254)
38612024-03-26T07:01:34.026Ztools/
38622024-03-26T07:01:34.026Ztools/README.adoc
38632024-03-26T07:01:34.026Z 3,558 100% 9.19kB/s 0:00:00 3,558 100% 9.19kB/s 0:00:00 (xfr#142, to-chk=75/254)
38642024-03-26T07:01:34.026Ztools/build-global-zone-packages.sh
38652024-03-26T07:01:34.026Z 2,388 100% 6.17kB/s 0:00:00 2,388 100% 6.17kB/s 0:00:00 (xfr#143, to-chk=74/254)
38662024-03-26T07:01:34.026Ztools/build-host-image.sh
38672024-03-26T07:01:34.026Z 2,971 100% 7.68kB/s 0:00:00 2,971 100% 7.68kB/s 0:00:00 (xfr#144, to-chk=73/254)
38682024-03-26T07:01:34.026Ztools/build-trampoline-global-zone-packages.sh
38692024-03-26T07:01:34.026Z 1,878 100% 4.85kB/s 0:00:00 1,878 100% 4.85kB/s 0:00:00 (xfr#145, to-chk=72/254)
38702024-03-26T07:01:34.026Ztools/ci_check_opte_ver.sh
38712024-03-26T07:01:34.026Z 2,770 100% 7.16kB/s 0:00:00 2,770 100% 7.16kB/s 0:00:00 (xfr#146, to-chk=71/254)
38722024-03-26T07:01:34.026Ztools/ci_download_clickhouse
38732024-03-26T07:01:34.026Z 3,631 100% 9.38kB/s 0:00:00 3,631 100% 9.38kB/s 0:00:00 (xfr#147, to-chk=70/254)
38742024-03-26T07:01:34.026Ztools/ci_download_cockroachdb
38752024-03-26T07:01:34.026Z 4,292 100% 11.09kB/s 0:00:00 4,292 100% 11.09kB/s 0:00:00 (xfr#148, to-chk=69/254)
38762024-03-26T07:01:34.026Ztools/ci_download_console
38772024-03-26T07:01:34.026Z 1,991 100% 5.14kB/s 0:00:00 1,991 100% 5.14kB/s 0:00:00 (xfr#149, to-chk=68/254)
38782024-03-26T07:01:34.027Ztools/ci_download_dendrite_openapi
38792024-03-26T07:01:34.027Z 1,719 100% 4.44kB/s 0:00:00 1,719 100% 4.44kB/s 0:00:00 (xfr#150, to-chk=67/254)
38802024-03-26T07:01:34.027Ztools/ci_download_dendrite_stub
38812024-03-26T07:01:34.027Z 4,229 100% 10.93kB/s 0:00:00 4,229 100% 10.93kB/s 0:00:00 (xfr#151, to-chk=66/254)
38822024-03-26T07:01:34.027Ztools/ci_download_maghemite_mgd
38832024-03-26T07:01:34.027Z 3,650 100% 9.43kB/s 0:00:00 3,650 100% 9.43kB/s 0:00:00 (xfr#152, to-chk=65/254)
38842024-03-26T07:01:34.027Ztools/ci_download_maghemite_openapi
38852024-03-26T07:01:34.027Z 1,989 100% 5.14kB/s 0:00:00 1,989 100% 5.14kB/s 0:00:00 (xfr#153, to-chk=64/254)
38862024-03-26T07:01:34.027Ztools/ci_download_softnpu_machinery
38872024-03-26T07:01:34.027Z 668 100% 1.73kB/s 0:00:00 668 100% 1.73kB/s 0:00:00 (xfr#154, to-chk=63/254)
38882024-03-26T07:01:34.027Ztools/ci_download_thundermuffin
38892024-03-26T07:01:34.027Z 3,237 100% 8.36kB/s 0:00:00 3,237 100% 8.36kB/s 0:00:00 (xfr#155, to-chk=62/254)
38902024-03-26T07:01:34.027Ztools/ci_download_transceiver_control
38912024-03-26T07:01:34.027Z 3,415 100% 8.82kB/s 0:00:00 3,415 100% 8.82kB/s 0:00:00 (xfr#156, to-chk=61/254)
38922024-03-26T07:01:34.027Ztools/clickhouse_checksums
38932024-03-26T07:01:34.027Z 153 100% 0.40kB/s 0:00:00 153 100% 0.40kB/s 0:00:00 (xfr#157, to-chk=60/254)
38942024-03-26T07:01:34.027Ztools/clickhouse_version
38952024-03-26T07:01:34.027Z 11 100% 0.03kB/s 0:00:00 11 100% 0.03kB/s 0:00:00 (xfr#158, to-chk=59/254)
38962024-03-26T07:01:34.027Ztools/cockroachdb_checksums
38972024-03-26T07:01:34.027Z 258 100% 0.67kB/s 0:00:00 258 100% 0.66kB/s 0:00:00 (xfr#159, to-chk=58/254)
38982024-03-26T07:01:34.027Ztools/cockroachdb_version
38992024-03-26T07:01:34.028Z 8 100% 0.02kB/s 0:00:00 8 100% 0.02kB/s 0:00:00 (xfr#160, to-chk=57/254)
39002024-03-26T07:01:34.028Ztools/console_version
39012024-03-26T07:01:34.028Z 122 100% 0.31kB/s 0:00:00 122 100% 0.31kB/s 0:00:00 (xfr#161, to-chk=56/254)
39022024-03-26T07:01:34.028Ztools/create_gimlet_virtual_hardware.sh
39032024-03-26T07:01:34.028Z 936 100% 2.41kB/s 0:00:00 936 100% 2.41kB/s 0:00:00 (xfr#162, to-chk=55/254)
39042024-03-26T07:01:34.028Ztools/create_scrimlet_virtual_hardware.sh
39052024-03-26T07:01:34.028Z 2,014 100% 5.19kB/s 0:00:00 2,014 100% 5.19kB/s 0:00:00 (xfr#163, to-chk=54/254)
39062024-03-26T07:01:34.028Ztools/create_self_signed_cert.sh
39072024-03-26T07:01:34.028Z 685 100% 1.77kB/s 0:00:00 685 100% 1.77kB/s 0:00:00 (xfr#164, to-chk=53/254)
39082024-03-26T07:01:34.028Ztools/create_virtual_hardware.sh
39092024-03-26T07:01:34.028Z 3,184 100% 8.20kB/s 0:00:00 3,184 100% 8.20kB/s 0:00:00 (xfr#165, to-chk=52/254)
39102024-03-26T07:01:34.028Ztools/delete-reservoir.sh
39112024-03-26T07:01:34.028Z 136 100% 0.35kB/s 0:00:00 136 100% 0.35kB/s 0:00:00 (xfr#166, to-chk=51/254)
39122024-03-26T07:01:34.028Ztools/dendrite_openapi_version
39132024-03-26T07:01:34.028Z 122 100% 0.31kB/s 0:00:00 122 100% 0.31kB/s 0:00:00 (xfr#167, to-chk=50/254)
39142024-03-26T07:01:34.028Ztools/dendrite_stub_checksums
39152024-03-26T07:01:34.028Z 267 100% 0.69kB/s 0:00:00 267 100% 0.69kB/s 0:00:00 (xfr#168, to-chk=49/254)
39162024-03-26T07:01:34.028Ztools/destroy_gimlet_virtual_hardware.sh
39172024-03-26T07:01:34.028Z 888 100% 2.29kB/s 0:00:00 888 100% 2.29kB/s 0:00:00 (xfr#169, to-chk=48/254)
39182024-03-26T07:01:34.028Ztools/destroy_scrimlet_virtual_hardware.sh
39192024-03-26T07:01:34.028Z 1,147 100% 2.96kB/s 0:00:00 1,147 100% 2.96kB/s 0:00:00 (xfr#170, to-chk=47/254)
39202024-03-26T07:01:34.029Ztools/destroy_virtual_hardware.sh
39212024-03-26T07:01:34.029Z 2,227 100% 5.74kB/s 0:00:00 2,227 100% 5.74kB/s 0:00:00 (xfr#171, to-chk=46/254)
39222024-03-26T07:01:34.029Ztools/dvt_dock_version
39232024-03-26T07:01:34.029Z 48 100% 0.12kB/s 0:00:00 48 100% 0.12kB/s 0:00:00 (xfr#172, to-chk=45/254)
39242024-03-26T07:01:34.029Ztools/ensure_buildomat_artifact.sh
39252024-03-26T07:01:34.029Z 3,759 100% 9.69kB/s 0:00:00 3,759 100% 9.69kB/s 0:00:00 (xfr#173, to-chk=44/254)
39262024-03-26T07:01:34.029Ztools/generate-nexus-api.sh
39272024-03-26T07:01:34.029Z 174 100% 0.45kB/s 0:00:00 174 100% 0.45kB/s 0:00:00 (xfr#174, to-chk=43/254)
39282024-03-26T07:01:34.029Ztools/generate-sled-agent-api.sh
39292024-03-26T07:01:34.029Z 161 100% 0.41kB/s 0:00:00 161 100% 0.41kB/s 0:00:00 (xfr#175, to-chk=42/254)
39302024-03-26T07:01:34.029Ztools/generate-wicketd-api.sh
39312024-03-26T07:01:34.029Z 75 100% 0.19kB/s 0:00:00 75 100% 0.19kB/s 0:00:00 (xfr#176, to-chk=41/254)
39322024-03-26T07:01:34.029Ztools/hubris_checksums
39332024-03-26T07:01:34.029Z 852 100% 2.20kB/s 0:00:00 852 100% 2.20kB/s 0:00:00 (xfr#177, to-chk=40/254)
39342024-03-26T07:01:34.029Ztools/hubris_version
39352024-03-26T07:01:34.029Z 50 100% 0.13kB/s 0:00:00 50 100% 0.13kB/s 0:00:00 (xfr#178, to-chk=39/254)
39362024-03-26T07:01:34.029Ztools/install_builder_prerequisites.sh
39372024-03-26T07:01:34.029Z 7,537 100% 19.42kB/s 0:00:00 7,537 100% 19.42kB/s 0:00:00 (xfr#179, to-chk=38/254)
39382024-03-26T07:01:34.029Ztools/install_opte.sh
39392024-03-26T07:01:34.029Z 3,755 100% 9.68kB/s 0:00:00 3,755 100% 9.68kB/s 0:00:00 (xfr#180, to-chk=37/254)
39402024-03-26T07:01:34.030Ztools/install_prerequisites.sh
39412024-03-26T07:01:34.055Z 255 100% 0.66kB/s 0:00:00 255 100% 0.66kB/s 0:00:00 (xfr#181, to-chk=36/254)
39422024-03-26T07:01:34.055Ztools/install_runner_prerequisites.sh
39432024-03-26T07:01:34.055Z 4,154 100% 10.70kB/s 0:00:00 4,154 100% 10.70kB/s 0:00:00 (xfr#182, to-chk=35/254)
39442024-03-26T07:01:34.055Ztools/maghemite_ddm_openapi_version
39452024-03-26T07:01:34.055Z 122 100% 0.31kB/s 0:00:00 122 100% 0.31kB/s 0:00:00 (xfr#183, to-chk=34/254)
39462024-03-26T07:01:34.056Ztools/maghemite_mg_openapi_version
39472024-03-26T07:01:34.056Z 122 100% 0.31kB/s 0:00:00 122 100% 0.31kB/s 0:00:00 (xfr#184, to-chk=33/254)
39482024-03-26T07:01:34.056Ztools/maghemite_mgd_checksums
39492024-03-26T07:01:34.056Z 162 100% 0.42kB/s 0:00:00 162 100% 0.42kB/s 0:00:00 (xfr#185, to-chk=32/254)
39502024-03-26T07:01:34.056Ztools/opte_version
39512024-03-26T07:01:34.056Z 9 100% 0.02kB/s 0:00:00 9 100% 0.02kB/s 0:00:00 (xfr#186, to-chk=31/254)
39522024-03-26T07:01:34.056Ztools/opte_version_override
39532024-03-26T07:01:34.056Z 142 100% 0.36kB/s 0:00:00 142 100% 0.36kB/s 0:00:00 (xfr#187, to-chk=30/254)
39542024-03-26T07:01:34.056Ztools/renovate-post-upgrade.sh
39552024-03-26T07:01:34.056Z 1,705 100% 4.38kB/s 0:00:00 1,705 100% 4.38kB/s 0:00:00 (xfr#188, to-chk=29/254)
39562024-03-26T07:01:34.056Ztools/thundermuffin_checksums
39572024-03-26T07:01:34.056Z 79 100% 0.20kB/s 0:00:00 79 100% 0.20kB/s 0:00:00 (xfr#189, to-chk=28/254)
39582024-03-26T07:01:34.056Ztools/thundermuffin_version
39592024-03-26T07:01:34.056Z 50 100% 0.13kB/s 0:00:00 50 100% 0.13kB/s 0:00:00 (xfr#190, to-chk=27/254)
39602024-03-26T07:01:34.056Ztools/transceiver_control_version
39612024-03-26T07:01:34.056Z 137 100% 0.35kB/s 0:00:00 137 100% 0.35kB/s 0:00:00 (xfr#191, to-chk=26/254)
39622024-03-26T07:01:34.056Ztools/uninstall_opte.sh
39632024-03-26T07:01:34.056Z 6,514 100% 16.74kB/s 0:00:00 6,514 100% 16.74kB/s 0:00:00 (xfr#192, to-chk=25/254)
39642024-03-26T07:01:34.056Ztools/update_crucible.sh
39652024-03-26T07:01:34.056Z 1,093 100% 2.81kB/s 0:00:00 1,093 100% 2.81kB/s 0:00:00 (xfr#193, to-chk=24/254)
39662024-03-26T07:01:34.056Ztools/update_dendrite.sh
39672024-03-26T07:01:34.057Z 2,333 100% 6.00kB/s 0:00:00 2,333 100% 6.00kB/s 0:00:00 (xfr#194, to-chk=23/254)
39682024-03-26T07:01:34.057Ztools/update_helpers.sh
39692024-03-26T07:01:34.057Z 3,831 100% 9.85kB/s 0:00:00 3,831 100% 9.85kB/s 0:00:00 (xfr#195, to-chk=22/254)
39702024-03-26T07:01:34.057Ztools/update_lldp.sh
39712024-03-26T07:01:34.057Z 1,000 100% 2.57kB/s 0:00:00 1,000 100% 2.57kB/s 0:00:00 (xfr#196, to-chk=21/254)
39722024-03-26T07:01:34.057Ztools/update_maghemite.sh
39732024-03-26T07:01:34.057Z 939 100% 2.41kB/s 0:00:00 939 100% 2.41kB/s 0:00:00 (xfr#197, to-chk=20/254)
39742024-03-26T07:01:34.057Ztools/update_propolis.sh
39752024-03-26T07:01:34.057Z 1,050 100% 2.70kB/s 0:00:00 1,050 100% 2.70kB/s 0:00:00 (xfr#198, to-chk=19/254)
39762024-03-26T07:01:34.057Ztools/update_transceiver_control.sh
39772024-03-26T07:01:34.057Z 1,374 100% 3.53kB/s 0:00:00 1,374 100% 3.53kB/s 0:00:00 (xfr#199, to-chk=18/254)
39782024-03-26T07:01:34.057Ztools/virtual_hardware.sh
39792024-03-26T07:01:34.057Z 3,429 100% 8.81kB/s 0:00:00 3,429 100% 8.81kB/s 0:00:00 (xfr#200, to-chk=17/254)
39802024-03-26T07:01:34.057Ztools/dtrace/
39812024-03-26T07:01:34.057Ztools/dtrace/aggregate-query-latency.d
39822024-03-26T07:01:34.057Z 780 100% 2.00kB/s 0:00:00 780 100% 2.00kB/s 0:00:00 (xfr#201, to-chk=11/254)
39832024-03-26T07:01:34.057Ztools/dtrace/slowest-queries.d
39842024-03-26T07:01:34.057Z 1,077 100% 2.77kB/s 0:00:00 1,077 100% 2.77kB/s 0:00:00 (xfr#202, to-chk=10/254)
39852024-03-26T07:01:34.057Ztools/dtrace/trace-db-queries.d
39862024-03-26T07:01:34.057Z 811 100% 2.08kB/s 0:00:00 811 100% 2.08kB/s 0:00:00 (xfr#203, to-chk=9/254)
39872024-03-26T07:01:34.057Ztools/include/
39882024-03-26T07:01:34.058Ztools/include/force-git-over-https.sh
39892024-03-26T07:01:34.058Z 940 100% 2.41kB/s 0:00:00 940 100% 2.41kB/s 0:00:00 (xfr#204, to-chk=8/254)
39902024-03-26T07:01:34.058Ztools/populate/
39912024-03-26T07:01:34.058Ztools/populate/populate-alpine.sh
39922024-03-26T07:01:34.058Z 788 100% 2.02kB/s 0:00:00 788 100% 2.02kB/s 0:00:00 (xfr#205, to-chk=7/254)
39932024-03-26T07:01:34.058Ztools/populate/populate-images.sh
39942024-03-26T07:01:34.058Z 2,571 100% 6.59kB/s 0:00:00 2,571 100% 6.59kB/s 0:00:00 (xfr#206, to-chk=6/254)
39952024-03-26T07:01:34.058Ztools/reflector/
39962024-03-26T07:01:34.058Ztools/reflector/helpers.sh
39972024-03-26T07:01:34.058Z 4,652 100% 11.92kB/s 0:00:00 4,652 100% 11.92kB/s 0:00:00 (xfr#207, to-chk=5/254)
39982024-03-26T07:01:34.058Ztools/scrimlet/
39992024-03-26T07:01:34.058Ztools/scrimlet/create-softnpu-zone.sh
40002024-03-26T07:01:34.058Z 627 100% 1.61kB/s 0:00:00 627 100% 1.61kB/s 0:00:00 (xfr#208, to-chk=4/254)
40012024-03-26T07:01:34.058Ztools/scrimlet/destroy-softnpu-zone.sh
40022024-03-26T07:01:34.058Z 203 100% 0.52kB/s 0:00:00 203 100% 0.52kB/s 0:00:00 (xfr#209, to-chk=3/254)
40032024-03-26T07:01:34.058Ztools/scrimlet/softnpu-init.sh
40042024-03-26T07:01:34.058Z 2,157 100% 5.53kB/s 0:00:00 2,157 100% 5.53kB/s 0:00:00 (xfr#210, to-chk=2/254)
40052024-03-26T07:01:34.058Ztools/scrimlet/softnpu-zone.txt
40062024-03-26T07:01:34.058Z 330 100% 0.85kB/s 0:00:00 330 100% 0.85kB/s 0:00:00 (xfr#211, to-chk=1/254)
40072024-03-26T07:01:34.058Ztools/scrimlet/softnpu.toml
40082024-03-26T07:01:34.058Z 171 100% 0.44kB/s 0:00:00 171 100% 0.44kB/s 0:00:00 (xfr#212, to-chk=0/254)
40092024-03-26T07:01:34.059Z+ banner G2
40102024-03-26T07:01:34.059Z ##### #####
40112024-03-26T07:01:34.059Z# # # #
40122024-03-26T07:01:34.059Z# #
40132024-03-26T07:01:34.059Z# #### #####
40142024-03-26T07:01:34.059Z# # #
40152024-03-26T07:01:34.059Z# # #
40162024-03-26T07:01:34.059Z ##### #######
40172024-03-26T07:01:34.059Z
40182024-03-26T07:01:34.059Z+ . config/build-g2.sh
40192024-03-26T07:01:34.059Z++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml
40202024-03-26T07:01:34.059Z++ cp config/g2-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml
40212024-03-26T07:01:34.059Z++ cp -r cargo-bay/tools cargo-bay/g2/
40222024-03-26T07:01:34.059Z++ cd /work/oxidecomputer/omicron
40232024-03-26T07:01:34.059Z++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled
40242024-03-26T07:01:35.183Z Finished release [optimized] target(s) in 1.07s
40252024-03-26T07:01:35.210Z Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled`
40262024-03-26T07:01:35.240ZLogging to: /work/oxidecomputer/omicron/out/LOG
40272024-03-26T07:01:35.263ZCreated new build target 'default' and set it as active
40282024-03-26T07:01:35.264Z++ cargo run --release --bin omicron-package -- package
40292024-03-26T07:01:36.172Z Finished release [optimized] target(s) in 0.86s
40302024-03-26T07:01:36.196Z Running `target/release/omicron-package package`
40312024-03-26T07:01:36.235ZLogging to: /work/oxidecomputer/omicron/out/LOG
40322024-03-26T07:01:37.283Z Finished release [optimized] target(s) in 0.98s
40332024-03-26T07:01:39.597Z++ cd /work/oxidecomputer/testbed/a4x2/config/../
40342024-03-26T07:01:39.597Z++ rm -rf cargo-bay/g2/omicron
40352024-03-26T07:01:39.597Z++ mkdir -p cargo-bay/g2/omicron
40362024-03-26T07:01:39.597Z++ 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/
40372024-03-26T07:01:39.597Zsending incremental file list
40382024-03-26T07:01:39.597Zomicron-package
40392024-03-26T07:01:39.839Z 32,768 0% 0.00kB/s 0:00:00 40,097,408 100% 158.54MB/s 0:00:00 (xfr#1, to-chk=253/254)
40402024-03-26T07:01:39.839Zpackage-manifest.toml
40412024-03-26T07:01:39.865Z 26,511 100% 107.43kB/s 0:00:00 26,511 100% 107.43kB/s 0:00:00 (xfr#2, to-chk=252/254)
40422024-03-26T07:01:39.865Zout/
40432024-03-26T07:01:39.865Zout/LOG
40442024-03-26T07:01:39.865Z 32,768 79% 132.78kB/s 0:00:00 41,306 100% 167.38kB/s 0:00:00 (xfr#3, to-chk=248/254)
40452024-03-26T07:01:39.865Zout/clickhouse.tar.gz
40462024-03-26T07:01:40.562Z 32,768 0% 132.78kB/s 0:29:00 231,157,150 100% 224.95MB/s 0:00:00 (xfr#4, to-chk=247/254)
40472024-03-26T07:01:40.562Zout/clickhouse_keeper.tar.gz
40482024-03-26T07:01:41.321Z 32,768 0% 32.65kB/s 1:57:57 2,097,152 0% 2.00MB/s 0:01:51 231,127,481 100% 126.82MB/s 0:00:01 (xfr#5, to-chk=246/254)
40492024-03-26T07:01:41.322Zout/cockroachdb.tar.gz
40502024-03-26T07:01:41.755Z 32,768 0% 43.30kB/s 0:48:43 76,316,672 60% 72.78MB/s 0:00:00 126,644,746 100% 103.05MB/s 0:00:01 (xfr#6, to-chk=245/254)
40512024-03-26T07:01:41.755Zout/crucible-pantry-zone.tar.gz
40522024-03-26T07:01:41.833Z 32,768 0% 184.97kB/s 0:02:16 25,273,443 100% 96.41MB/s 0:00:00 (xfr#7, to-chk=244/254)
40532024-03-26T07:01:41.833Zout/crucible-zone.tar.gz
40542024-03-26T07:01:41.958Z 32,768 0% 127.49kB/s 0:04:49 36,979,285 100% 94.04MB/s 0:00:00 (xfr#8, to-chk=243/254)
40552024-03-26T07:01:41.958Zout/external-dns.tar.gz
40562024-03-26T07:01:42.058Z 32,768 0% 85.33kB/s 0:06:02 30,999,464 100% 61.85MB/s 0:00:00 (xfr#9, to-chk=242/254)
40572024-03-26T07:01:42.058Zout/internal-dns.tar.gz
40582024-03-26T07:01:42.166Z 32,768 0% 66.95kB/s 0:07:42 30,999,214 100% 50.45MB/s 0:00:00 (xfr#10, to-chk=241/254)
40592024-03-26T07:01:42.166Zout/mg-ddm-gz.tar
40602024-03-26T07:01:42.602Z 32,768 0% 54.61kB/s 0:16:08 49,020,928 92% 46.75MB/s 0:00:00 52,915,712 100% 49.43MB/s 0:00:01 (xfr#11, to-chk=240/254)
40612024-03-26T07:01:42.602Zout/nexus.tar.gz
40622024-03-26T07:01:42.928Z 32,768 0% 1.42MB/s 0:01:02 91,668,399 100% 253.40MB/s 0:00:00 (xfr#12, to-chk=239/254)
40632024-03-26T07:01:42.928Zout/ntp.tar.gz
40642024-03-26T07:01:42.969Z 32,768 0% 92.75kB/s 0:01:51 10,418,758 100% 25.54MB/s 0:00:00 (xfr#13, to-chk=238/254)
40652024-03-26T07:01:42.969Zout/omicron-gateway-softnpu.tar.gz
40662024-03-26T07:01:43.034Z 32,768 0% 82.05kB/s 0:03:20 16,497,203 100% 34.65MB/s 0:00:00 (xfr#14, to-chk=237/254)
40672024-03-26T07:01:43.034Zout/omicron-gateway.tar.gz
40682024-03-26T07:01:43.077Z 32,768 0% 70.48kB/s 0:03:53 16,495,549 100% 31.65MB/s 0:00:00 (xfr#15, to-chk=236/254)
40692024-03-26T07:01:43.077Zout/omicron-sled-agent.tar
40702024-03-26T07:01:43.881Z 32,768 0% 64.39kB/s 0:30:14 70,647,808 60% 67.38MB/s 0:00:00 116,833,792 100% 85.64MB/s 0:00:01 (xfr#16, to-chk=235/254)
40712024-03-26T07:01:43.881Zout/overlay.tar.gz
40722024-03-26T07:01:43.881Z 2,621 100% 8.48kB/s 0:00:00 2,621 100% 8.48kB/s 0:00:00 (xfr#17, to-chk=234/254)
40732024-03-26T07:01:43.881Zout/oximeter.tar.gz
40742024-03-26T07:01:44.024Z 32,768 0% 105.96kB/s 0:07:32 48,011,095 100% 102.89MB/s 0:00:00 (xfr#18, to-chk=233/254)
40752024-03-26T07:01:44.024Zout/oxlog.tar
40762024-03-26T07:01:44.071Z 32,768 0% 71.91kB/s 0:01:26 6,244,352 100% 12.08MB/s 0:00:00 (xfr#19, to-chk=232/254)
40772024-03-26T07:01:44.072Zout/probe.tar.gz
40782024-03-26T07:01:44.096Z 32,768 1% 64.91kB/s 0:00:43 2,829,470 100% 5.39MB/s 0:00:00 (xfr#20, to-chk=231/254)
40792024-03-26T07:01:44.096Zout/propolis-server.tar.gz
40802024-03-26T07:01:44.271Z 32,768 0% 63.87kB/s 0:17:18 66,360,059 100% 91.32MB/s 0:00:00 (xfr#21, to-chk=230/254)
40812024-03-26T07:01:44.271Zout/switch-softnpu.tar.gz
40822024-03-26T07:01:44.916Z 32,768 0% 46.18kB/s 1:13:35 89,948,160 44% 85.78MB/s 0:00:01 203,938,891 100% 145.69MB/s 0:00:01 (xfr#22, to-chk=229/254)
40832024-03-26T07:01:44.916Zout/console-assets/
40842024-03-26T07:01:44.916Zout/console-assets/VERSION
40852024-03-26T07:01:44.916Z 41 100% 0.12kB/s 0:00:00 41 100% 0.12kB/s 0:00:00 (xfr#23, to-chk=225/254)
40862024-03-26T07:01:44.916Zout/console-assets/index.html
40872024-03-26T07:01:44.916Z 466 100% 1.35kB/s 0:00:00 466 100% 1.35kB/s 0:00:00 (xfr#24, to-chk=224/254)
40882024-03-26T07:01:44.916Zout/console-assets/assets/
40892024-03-26T07:01:44.916Zout/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2
40902024-03-26T07:01:44.917Z 32,768 70% 95.24kB/s 0:00:00 46,276 100% 134.50kB/s 0:00:00 (xfr#25, to-chk=222/254)
40912024-03-26T07:01:44.917Zout/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff
40922024-03-26T07:01:44.917Z 32,768 65% 95.24kB/s 0:00:00 50,032 100% 145.41kB/s 0:00:00 (xfr#26, to-chk=221/254)
40932024-03-26T07:01:44.917Zout/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff
40942024-03-26T07:01:44.917Z 32,768 55% 94.96kB/s 0:00:00 58,524 100% 169.59kB/s 0:00:00 (xfr#27, to-chk=220/254)
40952024-03-26T07:01:44.917Zout/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2
40962024-03-26T07:01:44.963Z 32,768 71% 94.96kB/s 0:00:00 46,060 100% 133.47kB/s 0:00:00 (xfr#28, to-chk=219/254)
40972024-03-26T07:01:44.964Zout/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff
40982024-03-26T07:01:44.964Z 21,937 100% 63.38kB/s 0:00:00 21,937 100% 63.38kB/s 0:00:00 (xfr#29, to-chk=218/254)
40992024-03-26T07:01:44.964Zout/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2
41002024-03-26T07:01:44.964Z 17,996 100% 51.99kB/s 0:00:00 17,996 100% 51.99kB/s 0:00:00 (xfr#30, to-chk=217/254)
41012024-03-26T07:01:44.964Zout/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff
41022024-03-26T07:01:44.964Z 21,890 100% 63.25kB/s 0:00:00 21,890 100% 63.25kB/s 0:00:00 (xfr#31, to-chk=216/254)
41032024-03-26T07:01:44.964Zout/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2
41042024-03-26T07:01:44.964Z 17,984 100% 51.96kB/s 0:00:00 17,984 100% 51.96kB/s 0:00:00 (xfr#32, to-chk=215/254)
41052024-03-26T07:01:44.964Zout/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff
41062024-03-26T07:01:44.964Z 21,123 100% 61.03kB/s 0:00:00 21,123 100% 61.03kB/s 0:00:00 (xfr#33, to-chk=214/254)
41072024-03-26T07:01:44.964Zout/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2
41082024-03-26T07:01:44.964Z 17,228 100% 49.78kB/s 0:00:00 17,228 100% 49.78kB/s 0:00:00 (xfr#34, to-chk=213/254)
41092024-03-26T07:01:44.964Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2
41102024-03-26T07:01:44.964Z 18,448 100% 53.30kB/s 0:00:00 18,448 100% 53.30kB/s 0:00:00 (xfr#35, to-chk=212/254)
41112024-03-26T07:01:44.965Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff
41122024-03-26T07:01:44.965Z 22,665 100% 65.29kB/s 0:00:00 22,665 100% 65.29kB/s 0:00:00 (xfr#36, to-chk=211/254)
41132024-03-26T07:01:44.965Zout/console-assets/assets/Terminal-_VoNxbTe.js
41142024-03-26T07:01:44.965Z 32,768 11% 94.40kB/s 0:00:02 287,761 100% 824.10kB/s 0:00:00 (xfr#37, to-chk=210/254)
41152024-03-26T07:01:44.965Zout/console-assets/assets/Terminal-_VoNxbTe.js.gz
41162024-03-26T07:01:44.965Z 32,768 45% 93.57kB/s 0:00:00 71,758 100% 204.90kB/s 0:00:00 (xfr#38, to-chk=209/254)
41172024-03-26T07:01:44.965Zout/console-assets/assets/Terminal-_VoNxbTe.js.map
41182024-03-26T07:01:44.965Z 32,768 5% 93.57kB/s 0:00:05 590,313 100% 1.63MB/s 0:00:00 (xfr#39, to-chk=208/254)
41192024-03-26T07:01:44.965Zout/console-assets/assets/Terminal-_VoNxbTe.js.map.gz
41202024-03-26T07:01:44.965Z 32,768 27% 92.75kB/s 0:00:00 118,282 100% 333.84kB/s 0:00:00 (xfr#40, to-chk=207/254)
41212024-03-26T07:01:44.965Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js
41222024-03-26T07:01:44.966Z 32,768 8% 92.49kB/s 0:00:03 371,459 100% 1.02MB/s 0:00:00 (xfr#41, to-chk=206/254)
41232024-03-26T07:01:44.966Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js.gz
41242024-03-26T07:01:44.966Z 32,768 31% 91.69kB/s 0:00:00 103,751 100% 290.31kB/s 0:00:00 (xfr#42, to-chk=205/254)
41252024-03-26T07:01:44.966Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map
41262024-03-26T07:01:44.966Z 32,768 1% 91.69kB/s 0:00:17 1,659,213 100% 4.40MB/s 0:00:00 (xfr#43, to-chk=204/254)
41272024-03-26T07:01:44.966Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map.gz
41282024-03-26T07:01:44.966Z 32,768 8% 88.89kB/s 0:00:03 379,036 100% 1.00MB/s 0:00:00 (xfr#44, to-chk=203/254)
41292024-03-26T07:01:44.966Zout/console-assets/assets/app-1tiVg9q7.js
41302024-03-26T07:01:44.991Z 32,768 2% 88.64kB/s 0:00:12 1,130,062 100% 2.90MB/s 0:00:00 (xfr#45, to-chk=202/254)
41312024-03-26T07:01:44.991Zout/console-assets/assets/app-1tiVg9q7.js.gz
41322024-03-26T07:01:44.991Z 32,768 9% 86.25kB/s 0:00:03 347,811 100% 910.61kB/s 0:00:00 (xfr#46, to-chk=201/254)
41332024-03-26T07:01:44.991Zout/console-assets/assets/app-1tiVg9q7.js.map
41342024-03-26T07:01:45.016Z 32,768 0% 85.79kB/s 0:01:01 5,328,067 100% 12.19MB/s 0:00:00 (xfr#47, to-chk=200/254)
41352024-03-26T07:01:45.016Zout/console-assets/assets/app-1tiVg9q7.js.map.gz
41362024-03-26T07:01:45.017Z 32,768 2% 76.74kB/s 0:00:16 1,261,215 100% 2.86MB/s 0:00:00 (xfr#48, to-chk=199/254)
41372024-03-26T07:01:45.017Zout/console-assets/assets/app-AvNWp1hQ.css
41382024-03-26T07:01:45.017Z 32,768 23% 76.01kB/s 0:00:01 138,004 100% 319.36kB/s 0:00:00 (xfr#49, to-chk=198/254)
41392024-03-26T07:01:45.017Zout/console-assets/assets/app-AvNWp1hQ.css.gz
41402024-03-26T07:01:45.017Z 21,197 100% 49.05kB/s 0:00:00 21,197 100% 49.05kB/s 0:00:00 (xfr#50, to-chk=197/254)
41412024-03-26T07:01:45.017Zout/console-assets/assets/favicon-WELtHcTG.svg
41422024-03-26T07:01:45.017Z 761 100% 1.76kB/s 0:00:00 761 100% 1.76kB/s 0:00:00 (xfr#51, to-chk=196/254)
41432024-03-26T07:01:45.017Zout/console-assets/assets/favicon-cDDaBnwQ.png
41442024-03-26T07:01:45.017Z 1,327 100% 3.06kB/s 0:00:00 1,327 100% 3.06kB/s 0:00:00 (xfr#52, to-chk=195/254)
41452024-03-26T07:01:45.017Zout/console-assets/assets/og-preview-image.webp
41462024-03-26T07:01:45.017Z 32,768 36% 75.65kB/s 0:00:00 89,880 100% 207.50kB/s 0:00:00 (xfr#53, to-chk=194/254)
41472024-03-26T07:01:45.017Zout/console-assets/assets/oxide-hero-rack-IQvkDe3B.webp
41482024-03-26T07:01:45.018Z 32,768 4% 75.47kB/s 0:00:08 673,968 100% 1.51MB/s 0:00:00 (xfr#54, to-chk=193/254)
41492024-03-26T07:01:45.018Zout/manifest-cache/
41502024-03-26T07:01:45.018Zout/manifest-cache/clickhouse.tar.gz.json
41512024-03-26T07:01:45.018Z 780 100% 1.79kB/s 0:00:00 780 100% 1.79kB/s 0:00:00 (xfr#55, to-chk=192/254)
41522024-03-26T07:01:45.018Zout/manifest-cache/clickhouse_keeper.tar.gz.json
41532024-03-26T07:01:45.018Z 801 100% 1.84kB/s 0:00:00 801 100% 1.84kB/s 0:00:00 (xfr#56, to-chk=191/254)
41542024-03-26T07:01:45.018Zout/manifest-cache/clickhouse_keeper_svc.tar.gz.json
41552024-03-26T07:01:45.018Z 2,958 100% 6.78kB/s 0:00:00 2,958 100% 6.78kB/s 0:00:00 (xfr#57, to-chk=190/254)
41562024-03-26T07:01:45.018Zout/manifest-cache/clickhouse_svc.tar.gz.json
41572024-03-26T07:01:45.018Z 2,946 100% 6.74kB/s 0:00:00 2,946 100% 6.74kB/s 0:00:00 (xfr#58, to-chk=189/254)
41582024-03-26T07:01:45.018Zout/manifest-cache/cockroachdb-service.tar.gz.json
41592024-03-26T07:01:45.019Z 32,768 61% 74.94kB/s 0:00:00 53,598 100% 122.58kB/s 0:00:00 (xfr#59, to-chk=188/254)
41602024-03-26T07:01:45.019Zout/manifest-cache/cockroachdb.tar.gz.json
41612024-03-26T07:01:45.019Z 787 100% 1.80kB/s 0:00:00 787 100% 1.80kB/s 0:00:00 (xfr#60, to-chk=187/254)
41622024-03-26T07:01:45.019Zout/manifest-cache/crucible-pantry-zone.tar.gz.json
41632024-03-26T07:01:45.019Z 662 100% 1.51kB/s 0:00:00 662 100% 1.51kB/s 0:00:00 (xfr#61, to-chk=186/254)
41642024-03-26T07:01:45.019Zout/manifest-cache/crucible-zone.tar.gz.json
41652024-03-26T07:01:45.019Z 641 100% 1.47kB/s 0:00:00 641 100% 1.47kB/s 0:00:00 (xfr#62, to-chk=185/254)
41662024-03-26T07:01:45.019Zout/manifest-cache/dns-server.tar.gz.json
41672024-03-26T07:01:45.019Z 942 100% 2.15kB/s 0:00:00 942 100% 2.15kB/s 0:00:00 (xfr#63, to-chk=184/254)
41682024-03-26T07:01:45.019Zout/manifest-cache/external-dns-customizations.tar.gz.json
41692024-03-26T07:01:45.019Z 1,132 100% 2.59kB/s 0:00:00 1,132 100% 2.59kB/s 0:00:00 (xfr#64, to-chk=183/254)
41702024-03-26T07:01:45.019Zout/manifest-cache/external-dns.tar.gz.json
41712024-03-26T07:01:45.020Z 934 100% 2.14kB/s 0:00:00 934 100% 2.14kB/s 0:00:00 (xfr#65, to-chk=182/254)
41722024-03-26T07:01:45.020Zout/manifest-cache/internal-dns-cli.tar.gz.json
41732024-03-26T07:01:45.020Z 752 100% 1.72kB/s 0:00:00 752 100% 1.72kB/s 0:00:00 (xfr#66, to-chk=181/254)
41742024-03-26T07:01:45.020Zout/manifest-cache/internal-dns-customizations.tar.gz.json
41752024-03-26T07:01:45.020Z 1,132 100% 2.59kB/s 0:00:00 1,132 100% 2.59kB/s 0:00:00 (xfr#67, to-chk=180/254)
41762024-03-26T07:01:45.020Zout/manifest-cache/internal-dns.tar.gz.json
41772024-03-26T07:01:45.020Z 791 100% 1.81kB/s 0:00:00 791 100% 1.81kB/s 0:00:00 (xfr#68, to-chk=179/254)
41782024-03-26T07:01:45.020Zout/manifest-cache/logadm.tar.gz.json
41792024-03-26T07:01:45.020Z 1,044 100% 2.39kB/s 0:00:00 1,044 100% 2.39kB/s 0:00:00 (xfr#69, to-chk=178/254)
41802024-03-26T07:01:45.020Zout/manifest-cache/nexus.tar.gz.json
41812024-03-26T07:01:45.020Z 773 100% 1.77kB/s 0:00:00 773 100% 1.77kB/s 0:00:00 (xfr#70, to-chk=177/254)
41822024-03-26T07:01:45.020Zout/manifest-cache/ntp-svc.tar.gz.json
41832024-03-26T07:01:45.021Z 2,228 100% 5.10kB/s 0:00:00 2,228 100% 5.10kB/s 0:00:00 (xfr#71, to-chk=176/254)
41842024-03-26T07:01:45.021Zout/manifest-cache/ntp.tar.gz.json
41852024-03-26T07:01:45.021Z 763 100% 1.74kB/s 0:00:00 763 100% 1.74kB/s 0:00:00 (xfr#72, to-chk=175/254)
41862024-03-26T07:01:45.021Zout/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json
41872024-03-26T07:01:45.021Z 1,462 100% 3.34kB/s 0:00:00 1,462 100% 3.34kB/s 0:00:00 (xfr#73, to-chk=174/254)
41882024-03-26T07:01:45.021Zout/manifest-cache/omicron-gateway-softnpu.tar.gz.json
41892024-03-26T07:01:45.021Z 545 100% 1.24kB/s 0:00:00 545 100% 1.24kB/s 0:00:00 (xfr#74, to-chk=173/254)
41902024-03-26T07:01:45.021Zout/manifest-cache/omicron-gateway.tar.gz.json
41912024-03-26T07:01:45.021Z 703 100% 1.60kB/s 0:00:00 703 100% 1.60kB/s 0:00:00 (xfr#75, to-chk=172/254)
41922024-03-26T07:01:45.021Zout/manifest-cache/omicron-nexus.tar.gz.json
41932024-03-26T07:01:45.021Z 32,768 46% 74.77kB/s 0:00:00 70,581 100% 161.04kB/s 0:00:00 (xfr#76, to-chk=171/254)
41942024-03-26T07:01:45.021Zout/manifest-cache/omicron-omdb.tar.gz.json
41952024-03-26T07:01:45.021Z 702 100% 1.60kB/s 0:00:00 702 100% 1.60kB/s 0:00:00 (xfr#77, to-chk=170/254)
41962024-03-26T07:01:45.021Zout/manifest-cache/omicron-sled-agent.tar.json
41972024-03-26T07:01:45.021Z 1,269 100% 2.90kB/s 0:00:00 1,269 100% 2.90kB/s 0:00:00 (xfr#78, to-chk=169/254)
41982024-03-26T07:01:45.021Zout/manifest-cache/opte-interface-setup.tar.gz.json
41992024-03-26T07:01:45.021Z 883 100% 2.01kB/s 0:00:00 883 100% 2.01kB/s 0:00:00 (xfr#79, to-chk=168/254)
42002024-03-26T07:01:45.022Zout/manifest-cache/overlay.tar.gz.json
42012024-03-26T07:01:45.022Z 473 100% 1.08kB/s 0:00:00 473 100% 1.08kB/s 0:00:00 (xfr#80, to-chk=167/254)
42022024-03-26T07:01:45.022Zout/manifest-cache/oximeter-collector.tar.gz.json
42032024-03-26T07:01:45.022Z 18,311 100% 41.78kB/s 0:00:00 18,311 100% 41.78kB/s 0:00:00 (xfr#81, to-chk=166/254)
42042024-03-26T07:01:45.022Zout/manifest-cache/oximeter.tar.gz.json
42052024-03-26T07:01:45.022Z 641 100% 1.46kB/s 0:00:00 641 100% 1.46kB/s 0:00:00 (xfr#82, to-chk=165/254)
42062024-03-26T07:01:45.022Zout/manifest-cache/oxlog.tar.json
42072024-03-26T07:01:45.022Z 321 100% 0.73kB/s 0:00:00 321 100% 0.73kB/s 0:00:00 (xfr#83, to-chk=164/254)
42082024-03-26T07:01:45.022Zout/manifest-cache/probe.tar.gz.json
42092024-03-26T07:01:45.022Z 346 100% 0.79kB/s 0:00:00 346 100% 0.79kB/s 0:00:00 (xfr#84, to-chk=163/254)
42102024-03-26T07:01:45.022Zout/manifest-cache/profile.tar.gz.json
42112024-03-26T07:01:45.022Z 838 100% 1.91kB/s 0:00:00 838 100% 1.91kB/s 0:00:00 (xfr#85, to-chk=162/254)
42122024-03-26T07:01:45.022Zout/manifest-cache/sp-sim-softnpu.tar.gz.json
42132024-03-26T07:01:45.022Z 357 100% 0.81kB/s 0:00:00 357 100% 0.81kB/s 0:00:00 (xfr#86, to-chk=161/254)
42142024-03-26T07:01:45.022Zout/manifest-cache/sp-sim.tar.gz.json
42152024-03-26T07:01:45.022Z 1,549 100% 3.53kB/s 0:00:00 1,549 100% 3.53kB/s 0:00:00 (xfr#87, to-chk=160/254)
42162024-03-26T07:01:45.022Zout/manifest-cache/switch-softnpu.tar.gz.json
42172024-03-26T07:01:45.023Z 1,566 100% 3.57kB/s 0:00:00 1,566 100% 3.56kB/s 0:00:00 (xfr#88, to-chk=159/254)
42182024-03-26T07:01:45.023Zout/manifest-cache/switch_zone_setup.tar.gz.json
42192024-03-26T07:01:45.023Z 10,790 100% 24.56kB/s 0:00:00 10,790 100% 24.56kB/s 0:00:00 (xfr#89, to-chk=158/254)
42202024-03-26T07:01:45.023Zout/manifest-cache/wicket.tar.gz.json
42212024-03-26T07:01:45.023Z 1,084 100% 2.47kB/s 0:00:00 1,084 100% 2.47kB/s 0:00:00 (xfr#90, to-chk=157/254)
42222024-03-26T07:01:45.023Zout/manifest-cache/wicketd.tar.gz.json
42232024-03-26T07:01:45.023Z 1,560 100% 3.55kB/s 0:00:00 1,560 100% 3.55kB/s 0:00:00 (xfr#91, to-chk=156/254)
42242024-03-26T07:01:45.023Zout/manifest-cache/zone-network-install.tar.gz.json
42252024-03-26T07:01:45.023Z 877 100% 2.00kB/s 0:00:00 877 100% 2.00kB/s 0:00:00 (xfr#92, to-chk=155/254)
42262024-03-26T07:01:45.023Zout/manifest-cache/zone-network-setup.tar.gz.json
42272024-03-26T07:01:45.023Z 772 100% 1.76kB/s 0:00:00 772 100% 1.76kB/s 0:00:00 (xfr#93, to-chk=154/254)
42282024-03-26T07:01:45.023Zout/target/
42292024-03-26T07:01:45.023Zout/target/active -> default
42302024-03-26T07:01:45.023Zout/target/default
42312024-03-26T07:01:45.023Z 74 100% 0.17kB/s 0:00:00 74 100% 0.17kB/s 0:00:00 (xfr#94, to-chk=152/254)
42322024-03-26T07:01:45.023Zsmf/
42332024-03-26T07:01:45.023Zsmf/clickhouse/
42342024-03-26T07:01:45.076Zsmf/clickhouse/config_replica.xml
42352024-03-26T07:01:45.076Z 2,728 100% 6.21kB/s 0:00:00 2,728 100% 6.21kB/s 0:00:00 (xfr#95, to-chk=132/254)
42362024-03-26T07:01:45.076Zsmf/clickhouse/manifest.xml
42372024-03-26T07:01:45.077Z 1,494 100% 3.40kB/s 0:00:00 1,494 100% 3.40kB/s 0:00:00 (xfr#96, to-chk=131/254)
42382024-03-26T07:01:45.077Zsmf/clickhouse/method_script.sh
42392024-03-26T07:01:45.077Z 5,330 100% 12.13kB/s 0:00:00 5,330 100% 12.13kB/s 0:00:00 (xfr#97, to-chk=130/254)
42402024-03-26T07:01:45.077Zsmf/clickhouse_keeper/
42412024-03-26T07:01:45.077Zsmf/clickhouse_keeper/keeper_config.xml
42422024-03-26T07:01:45.077Z 1,460 100% 3.32kB/s 0:00:00 1,460 100% 3.32kB/s 0:00:00 (xfr#98, to-chk=129/254)
42432024-03-26T07:01:45.077Zsmf/clickhouse_keeper/manifest.xml
42442024-03-26T07:01:45.077Z 1,534 100% 3.49kB/s 0:00:00 1,534 100% 3.49kB/s 0:00:00 (xfr#99, to-chk=128/254)
42452024-03-26T07:01:45.077Zsmf/clickhouse_keeper/method_script.sh
42462024-03-26T07:01:45.077Z 4,324 100% 9.84kB/s 0:00:00 4,324 100% 9.84kB/s 0:00:00 (xfr#100, to-chk=127/254)
42472024-03-26T07:01:45.077Zsmf/cockroachdb/
42482024-03-26T07:01:45.077Zsmf/cockroachdb/manifest.xml
42492024-03-26T07:01:45.077Z 1,667 100% 3.79kB/s 0:00:00 1,667 100% 3.79kB/s 0:00:00 (xfr#101, to-chk=126/254)
42502024-03-26T07:01:45.077Zsmf/cockroachdb/method_script.sh
42512024-03-26T07:01:45.077Z 1,030 100% 2.34kB/s 0:00:00 1,030 100% 2.34kB/s 0:00:00 (xfr#102, to-chk=125/254)
42522024-03-26T07:01:45.077Zsmf/external-dns/
42532024-03-26T07:01:45.078Zsmf/external-dns/config.toml
42542024-03-26T07:01:45.078Z 353 100% 0.80kB/s 0:00:00 353 100% 0.80kB/s 0:00:00 (xfr#103, to-chk=124/254)
42552024-03-26T07:01:45.078Zsmf/external-dns/manifest.xml
42562024-03-26T07:01:45.078Z 1,805 100% 4.11kB/s 0:00:00 1,805 100% 4.11kB/s 0:00:00 (xfr#104, to-chk=123/254)
42572024-03-26T07:01:45.078Zsmf/installinator/
42582024-03-26T07:01:45.078Zsmf/installinator/manifest.xml
42592024-03-26T07:01:45.078Z 2,149 100% 4.89kB/s 0:00:00 2,149 100% 4.89kB/s 0:00:00 (xfr#105, to-chk=122/254)
42602024-03-26T07:01:45.078Zsmf/internal-dns/
42612024-03-26T07:01:45.078Zsmf/internal-dns/config.toml
42622024-03-26T07:01:45.078Z 353 100% 0.80kB/s 0:00:00 353 100% 0.80kB/s 0:00:00 (xfr#106, to-chk=121/254)
42632024-03-26T07:01:45.078Zsmf/internal-dns/manifest.xml
42642024-03-26T07:01:45.078Z 1,618 100% 3.68kB/s 0:00:00 1,618 100% 3.68kB/s 0:00:00 (xfr#107, to-chk=120/254)
42652024-03-26T07:01:45.078Zsmf/logadm/
42662024-03-26T07:01:45.078Zsmf/logadm/crontab.root
42672024-03-26T07:01:45.079Z 30 100% 0.07kB/s 0:00:00 30 100% 0.07kB/s 0:00:00 (xfr#108, to-chk=119/254)
42682024-03-26T07:01:45.079Zsmf/logadm/logadm.conf
42692024-03-26T07:01:45.079Z 2,553 100% 5.80kB/s 0:00:00 2,553 100% 5.80kB/s 0:00:00 (xfr#109, to-chk=118/254)
42702024-03-26T07:01:45.079Zsmf/mgs-sim/
42712024-03-26T07:01:45.079Zsmf/mgs-sim/config.toml
42722024-03-26T07:01:45.079Z 3,534 100% 8.03kB/s 0:00:00 3,534 100% 8.03kB/s 0:00:00 (xfr#110, to-chk=117/254)
42732024-03-26T07:01:45.079Zsmf/mgs/
42742024-03-26T07:01:45.079Zsmf/mgs/config.toml
42752024-03-26T07:01:45.079Z 9,085 100% 20.63kB/s 0:00:00 9,085 100% 20.63kB/s 0:00:00 (xfr#111, to-chk=116/254)
42762024-03-26T07:01:45.079Zsmf/mgs/manifest.xml
42772024-03-26T07:01:45.080Z 2,474 100% 5.62kB/s 0:00:00 2,474 100% 5.62kB/s 0:00:00 (xfr#112, to-chk=115/254)
42782024-03-26T07:01:45.080Zsmf/nexus/
42792024-03-26T07:01:45.080Zsmf/nexus/manifest.xml
42802024-03-26T07:01:45.080Z 1,987 100% 4.51kB/s 0:00:00 1,987 100% 4.51kB/s 0:00:00 (xfr#113, to-chk=114/254)
42812024-03-26T07:01:45.080Zsmf/nexus/multi-sled/
42822024-03-26T07:01:45.080Zsmf/nexus/multi-sled/config-partial.toml
42832024-03-26T07:01:45.080Z 1,997 100% 4.54kB/s 0:00:00 1,997 100% 4.54kB/s 0:00:00 (xfr#114, to-chk=111/254)
42842024-03-26T07:01:45.081Zsmf/nexus/single-sled/
42852024-03-26T07:01:45.081Zsmf/nexus/single-sled/config-partial.toml
42862024-03-26T07:01:45.081Z 1,993 100% 4.53kB/s 0:00:00 1,993 100% 4.53kB/s 0:00:00 (xfr#115, to-chk=110/254)
42872024-03-26T07:01:45.081Zsmf/ntp/
42882024-03-26T07:01:45.081Zsmf/ntp/etc/
42892024-03-26T07:01:45.081Zsmf/ntp/etc/inet/
42902024-03-26T07:01:45.082Zsmf/ntp/etc/inet/chrony.conf.boundary
42912024-03-26T07:01:45.082Z 881 100% 2.00kB/s 0:00:00 881 100% 2.00kB/s 0:00:00 (xfr#116, to-chk=104/254)
42922024-03-26T07:01:45.082Zsmf/ntp/etc/inet/chrony.conf.internal
42932024-03-26T07:01:45.083Z 1,108 100% 2.52kB/s 0:00:00 1,108 100% 2.52kB/s 0:00:00 (xfr#117, to-chk=103/254)
42942024-03-26T07:01:45.083Zsmf/ntp/etc/logadm.d/
42952024-03-26T07:01:45.083Zsmf/ntp/etc/logadm.d/chrony.logadm.conf
42962024-03-26T07:01:45.083Z 135 100% 0.31kB/s 0:00:00 135 100% 0.31kB/s 0:00:00 (xfr#118, to-chk=102/254)
42972024-03-26T07:01:45.084Zsmf/ntp/manifest/
42982024-03-26T07:01:45.084Zsmf/ntp/manifest/manifest.xml
42992024-03-26T07:01:45.084Z 3,336 100% 7.58kB/s 0:00:00 3,336 100% 7.58kB/s 0:00:00 (xfr#119, to-chk=101/254)
43002024-03-26T07:01:45.084Zsmf/ntp/method/
43012024-03-26T07:01:45.084Zsmf/ntp/method/svc-site-ntp
43022024-03-26T07:01:45.085Z 3,211 100% 7.29kB/s 0:00:00 3,211 100% 7.29kB/s 0:00:00 (xfr#120, to-chk=100/254)
43032024-03-26T07:01:45.085Zsmf/opte-interface-setup/
43042024-03-26T07:01:45.085Zsmf/opte-interface-setup/manifest.xml
43052024-03-26T07:01:45.086Z 1,638 100% 3.72kB/s 0:00:00 1,638 100% 3.72kB/s 0:00:00 (xfr#121, to-chk=99/254)
43062024-03-26T07:01:45.086Zsmf/oximeter/
43072024-03-26T07:01:45.086Zsmf/oximeter/config.toml
43082024-03-26T07:01:45.086Z 205 100% 0.47kB/s 0:00:00 205 100% 0.47kB/s 0:00:00 (xfr#122, to-chk=98/254)
43092024-03-26T07:01:45.086Zsmf/oximeter/manifest.xml
43102024-03-26T07:01:45.087Z 1,770 100% 4.02kB/s 0:00:00 1,770 100% 4.02kB/s 0:00:00 (xfr#123, to-chk=97/254)
43112024-03-26T07:01:45.087Zsmf/profile/
43122024-03-26T07:01:45.087Zsmf/profile/bashrc
43132024-03-26T07:01:45.087Z 925 100% 2.10kB/s 0:00:00 925 100% 2.10kB/s 0:00:00 (xfr#124, to-chk=96/254)
43142024-03-26T07:01:45.088Zsmf/profile/profile
43152024-03-26T07:01:45.088Z 535 100% 1.22kB/s 0:00:00 535 100% 1.22kB/s 0:00:00 (xfr#125, to-chk=95/254)
43162024-03-26T07:01:45.088Zsmf/sled-agent/
43172024-03-26T07:01:45.088Zsmf/sled-agent/manifest.xml
43182024-03-26T07:01:45.088Z 2,373 100% 5.39kB/s 0:00:00 2,373 100% 5.39kB/s 0:00:00 (xfr#126, to-chk=94/254)
43192024-03-26T07:01:45.089Zsmf/sled-agent/gimlet-standalone/
43202024-03-26T07:01:45.089Zsmf/sled-agent/gimlet-standalone/README.md
43212024-03-26T07:01:45.089Z 114 100% 0.26kB/s 0:00:00 114 100% 0.26kB/s 0:00:00 (xfr#127, to-chk=90/254)
43222024-03-26T07:01:45.089Zsmf/sled-agent/gimlet-standalone/config-rss.toml
43232024-03-26T07:01:45.089Z 6,611 100% 14.98kB/s 0:00:00 6,611 100% 14.98kB/s 0:00:00 (xfr#128, to-chk=89/254)
43242024-03-26T07:01:45.090Zsmf/sled-agent/gimlet-standalone/config.toml
43252024-03-26T07:01:45.090Z 1,800 100% 4.08kB/s 0:00:00 1,800 100% 4.08kB/s 0:00:00 (xfr#129, to-chk=88/254)
43262024-03-26T07:01:45.090Zsmf/sled-agent/gimlet/
43272024-03-26T07:01:45.090Zsmf/sled-agent/gimlet/README.md
43282024-03-26T07:01:45.090Z 54 100% 0.12kB/s 0:00:00 54 100% 0.12kB/s 0:00:00 (xfr#130, to-chk=87/254)
43292024-03-26T07:01:45.090Zsmf/sled-agent/gimlet/config.toml
43302024-03-26T07:01:45.091Z 1,657 100% 3.75kB/s 0:00:00 1,657 100% 3.75kB/s 0:00:00 (xfr#131, to-chk=86/254)
43312024-03-26T07:01:45.091Zsmf/sled-agent/non-gimlet/
43322024-03-26T07:01:45.091Zsmf/sled-agent/non-gimlet/README.md
43332024-03-26T07:01:45.091Z 105 100% 0.24kB/s 0:00:00 105 100% 0.24kB/s 0:00:00 (xfr#132, to-chk=85/254)
43342024-03-26T07:01:45.118Zsmf/sled-agent/non-gimlet/config.toml
43352024-03-26T07:01:45.118Z 2,820 100% 6.39kB/s 0:00:00 2,820 100% 6.39kB/s 0:00:00 (xfr#133, to-chk=84/254)
43362024-03-26T07:01:45.118Zsmf/sp-sim/
43372024-03-26T07:01:45.118Zsmf/sp-sim/config.toml
43382024-03-26T07:01:45.118Z 2,604 100% 5.90kB/s 0:00:00 2,604 100% 5.90kB/s 0:00:00 (xfr#134, to-chk=83/254)
43392024-03-26T07:01:45.118Zsmf/sp-sim/manifest.xml
43402024-03-26T07:01:45.118Z 1,271 100% 2.88kB/s 0:00:00 1,271 100% 2.88kB/s 0:00:00 (xfr#135, to-chk=82/254)
43412024-03-26T07:01:45.119Zsmf/switch_zone_setup/
43422024-03-26T07:01:45.119Zsmf/switch_zone_setup/manifest.xml
43432024-03-26T07:01:45.119Z 1,061 100% 2.40kB/s 0:00:00 1,061 100% 2.40kB/s 0:00:00 (xfr#136, to-chk=81/254)
43442024-03-26T07:01:45.119Zsmf/switch_zone_setup/support_authorized_keys
43452024-03-26T07:01:45.119Z 1,284 100% 2.91kB/s 0:00:00 1,284 100% 2.91kB/s 0:00:00 (xfr#137, to-chk=80/254)
43462024-03-26T07:01:45.119Zsmf/switch_zone_setup/switch_zone_setup
43472024-03-26T07:01:45.119Z 1,041 100% 2.36kB/s 0:00:00 1,041 100% 2.36kB/s 0:00:00 (xfr#138, to-chk=79/254)
43482024-03-26T07:01:45.119Zsmf/wicketd/
43492024-03-26T07:01:45.119Zsmf/wicketd/config.toml
43502024-03-26T07:01:45.119Z 104 100% 0.24kB/s 0:00:00 104 100% 0.24kB/s 0:00:00 (xfr#139, to-chk=78/254)
43512024-03-26T07:01:45.119Zsmf/wicketd/manifest.xml
43522024-03-26T07:01:45.119Z 2,954 100% 6.69kB/s 0:00:00 2,954 100% 6.69kB/s 0:00:00 (xfr#140, to-chk=77/254)
43532024-03-26T07:01:45.120Zsmf/zone-network-setup/
43542024-03-26T07:01:45.120Zsmf/zone-network-setup/manifest.xml
43552024-03-26T07:01:45.120Z 1,614 100% 3.66kB/s 0:00:00 1,614 100% 3.66kB/s 0:00:00 (xfr#141, to-chk=76/254)
43562024-03-26T07:01:45.120Ztools/
43572024-03-26T07:01:45.120Ztools/README.adoc
43582024-03-26T07:01:45.120Z 3,558 100% 8.06kB/s 0:00:00 3,558 100% 8.06kB/s 0:00:00 (xfr#142, to-chk=75/254)
43592024-03-26T07:01:45.120Ztools/build-global-zone-packages.sh
43602024-03-26T07:01:45.120Z 2,388 100% 5.41kB/s 0:00:00 2,388 100% 5.41kB/s 0:00:00 (xfr#143, to-chk=74/254)
43612024-03-26T07:01:45.120Ztools/build-host-image.sh
43622024-03-26T07:01:45.120Z 2,971 100% 6.72kB/s 0:00:00 2,971 100% 6.72kB/s 0:00:00 (xfr#144, to-chk=73/254)
43632024-03-26T07:01:45.120Ztools/build-trampoline-global-zone-packages.sh
43642024-03-26T07:01:45.121Z 1,878 100% 4.25kB/s 0:00:00 1,878 100% 4.25kB/s 0:00:00 (xfr#145, to-chk=72/254)
43652024-03-26T07:01:45.121Ztools/ci_check_opte_ver.sh
43662024-03-26T07:01:45.121Z 2,770 100% 6.26kB/s 0:00:00 2,770 100% 6.26kB/s 0:00:00 (xfr#146, to-chk=71/254)
43672024-03-26T07:01:45.121Ztools/ci_download_clickhouse
43682024-03-26T07:01:45.121Z 3,631 100% 8.21kB/s 0:00:00 3,631 100% 8.21kB/s 0:00:00 (xfr#147, to-chk=70/254)
43692024-03-26T07:01:45.121Ztools/ci_download_cockroachdb
43702024-03-26T07:01:45.121Z 4,292 100% 9.70kB/s 0:00:00 4,292 100% 9.70kB/s 0:00:00 (xfr#148, to-chk=69/254)
43712024-03-26T07:01:45.121Ztools/ci_download_console
43722024-03-26T07:01:45.121Z 1,991 100% 4.50kB/s 0:00:00 1,991 100% 4.50kB/s 0:00:00 (xfr#149, to-chk=68/254)
43732024-03-26T07:01:45.121Ztools/ci_download_dendrite_openapi
43742024-03-26T07:01:45.121Z 1,719 100% 3.89kB/s 0:00:00 1,719 100% 3.89kB/s 0:00:00 (xfr#150, to-chk=67/254)
43752024-03-26T07:01:45.121Ztools/ci_download_dendrite_stub
43762024-03-26T07:01:45.122Z 4,229 100% 9.56kB/s 0:00:00 4,229 100% 9.56kB/s 0:00:00 (xfr#151, to-chk=66/254)
43772024-03-26T07:01:45.122Ztools/ci_download_maghemite_mgd
43782024-03-26T07:01:45.122Z 3,650 100% 8.25kB/s 0:00:00 3,650 100% 8.25kB/s 0:00:00 (xfr#152, to-chk=65/254)
43792024-03-26T07:01:45.122Ztools/ci_download_maghemite_openapi
43802024-03-26T07:01:45.122Z 1,989 100% 4.50kB/s 0:00:00 1,989 100% 4.50kB/s 0:00:00 (xfr#153, to-chk=64/254)
43812024-03-26T07:01:45.122Ztools/ci_download_softnpu_machinery
43822024-03-26T07:01:45.122Z 668 100% 1.51kB/s 0:00:00 668 100% 1.51kB/s 0:00:00 (xfr#154, to-chk=63/254)
43832024-03-26T07:01:45.122Ztools/ci_download_thundermuffin
43842024-03-26T07:01:45.122Z 3,237 100% 7.32kB/s 0:00:00 3,237 100% 7.32kB/s 0:00:00 (xfr#155, to-chk=62/254)
43852024-03-26T07:01:45.122Ztools/ci_download_transceiver_control
43862024-03-26T07:01:45.122Z 3,415 100% 7.72kB/s 0:00:00 3,415 100% 7.72kB/s 0:00:00 (xfr#156, to-chk=61/254)
43872024-03-26T07:01:45.122Ztools/clickhouse_checksums
43882024-03-26T07:01:45.123Z 153 100% 0.35kB/s 0:00:00 153 100% 0.35kB/s 0:00:00 (xfr#157, to-chk=60/254)
43892024-03-26T07:01:45.123Ztools/clickhouse_version
43902024-03-26T07:01:45.123Z 11 100% 0.02kB/s 0:00:00 11 100% 0.02kB/s 0:00:00 (xfr#158, to-chk=59/254)
43912024-03-26T07:01:45.123Ztools/cockroachdb_checksums
43922024-03-26T07:01:45.123Z 258 100% 0.58kB/s 0:00:00 258 100% 0.58kB/s 0:00:00 (xfr#159, to-chk=58/254)
43932024-03-26T07:01:45.123Ztools/cockroachdb_version
43942024-03-26T07:01:45.123Z 8 100% 0.02kB/s 0:00:00 8 100% 0.02kB/s 0:00:00 (xfr#160, to-chk=57/254)
43952024-03-26T07:01:45.123Ztools/console_version
43962024-03-26T07:01:45.123Z 122 100% 0.28kB/s 0:00:00 122 100% 0.28kB/s 0:00:00 (xfr#161, to-chk=56/254)
43972024-03-26T07:01:45.123Ztools/create_gimlet_virtual_hardware.sh
43982024-03-26T07:01:45.123Z 936 100% 2.12kB/s 0:00:00 936 100% 2.12kB/s 0:00:00 (xfr#162, to-chk=55/254)
43992024-03-26T07:01:45.123Ztools/create_scrimlet_virtual_hardware.sh
44002024-03-26T07:01:45.124Z 2,014 100% 4.55kB/s 0:00:00 2,014 100% 4.55kB/s 0:00:00 (xfr#163, to-chk=54/254)
44012024-03-26T07:01:45.124Ztools/create_self_signed_cert.sh
44022024-03-26T07:01:45.124Z 685 100% 1.55kB/s 0:00:00 685 100% 1.55kB/s 0:00:00 (xfr#164, to-chk=53/254)
44032024-03-26T07:01:45.124Ztools/create_virtual_hardware.sh
44042024-03-26T07:01:45.124Z 3,184 100% 7.20kB/s 0:00:00 3,184 100% 7.20kB/s 0:00:00 (xfr#165, to-chk=52/254)
44052024-03-26T07:01:45.124Ztools/delete-reservoir.sh
44062024-03-26T07:01:45.124Z 136 100% 0.31kB/s 0:00:00 136 100% 0.31kB/s 0:00:00 (xfr#166, to-chk=51/254)
44072024-03-26T07:01:45.124Ztools/dendrite_openapi_version
44082024-03-26T07:01:45.124Z 122 100% 0.28kB/s 0:00:00 122 100% 0.28kB/s 0:00:00 (xfr#167, to-chk=50/254)
44092024-03-26T07:01:45.124Ztools/dendrite_stub_checksums
44102024-03-26T07:01:45.124Z 267 100% 0.60kB/s 0:00:00 267 100% 0.60kB/s 0:00:00 (xfr#168, to-chk=49/254)
44112024-03-26T07:01:45.124Ztools/destroy_gimlet_virtual_hardware.sh
44122024-03-26T07:01:45.125Z 888 100% 2.00kB/s 0:00:00 888 100% 2.00kB/s 0:00:00 (xfr#169, to-chk=48/254)
44132024-03-26T07:01:45.125Ztools/destroy_scrimlet_virtual_hardware.sh
44142024-03-26T07:01:45.125Z 1,147 100% 2.59kB/s 0:00:00 1,147 100% 2.59kB/s 0:00:00 (xfr#170, to-chk=47/254)
44152024-03-26T07:01:45.125Ztools/destroy_virtual_hardware.sh
44162024-03-26T07:01:45.125Z 2,227 100% 5.02kB/s 0:00:00 2,227 100% 5.02kB/s 0:00:00 (xfr#171, to-chk=46/254)
44172024-03-26T07:01:45.125Ztools/dvt_dock_version
44182024-03-26T07:01:45.125Z 48 100% 0.11kB/s 0:00:00 48 100% 0.11kB/s 0:00:00 (xfr#172, to-chk=45/254)
44192024-03-26T07:01:45.125Ztools/ensure_buildomat_artifact.sh
44202024-03-26T07:01:45.125Z 3,759 100% 8.48kB/s 0:00:00 3,759 100% 8.48kB/s 0:00:00 (xfr#173, to-chk=44/254)
44212024-03-26T07:01:45.125Ztools/generate-nexus-api.sh
44222024-03-26T07:01:45.125Z 174 100% 0.39kB/s 0:00:00 174 100% 0.39kB/s 0:00:00 (xfr#174, to-chk=43/254)
44232024-03-26T07:01:45.125Ztools/generate-sled-agent-api.sh
44242024-03-26T07:01:45.125Z 161 100% 0.36kB/s 0:00:00 161 100% 0.36kB/s 0:00:00 (xfr#175, to-chk=42/254)
44252024-03-26T07:01:45.125Ztools/generate-wicketd-api.sh
44262024-03-26T07:01:45.126Z 75 100% 0.17kB/s 0:00:00 75 100% 0.17kB/s 0:00:00 (xfr#176, to-chk=41/254)
44272024-03-26T07:01:45.126Ztools/hubris_checksums
44282024-03-26T07:01:45.126Z 852 100% 1.92kB/s 0:00:00 852 100% 1.92kB/s 0:00:00 (xfr#177, to-chk=40/254)
44292024-03-26T07:01:45.126Ztools/hubris_version
44302024-03-26T07:01:45.126Z 50 100% 0.11kB/s 0:00:00 50 100% 0.11kB/s 0:00:00 (xfr#178, to-chk=39/254)
44312024-03-26T07:01:45.126Ztools/install_builder_prerequisites.sh
44322024-03-26T07:01:45.126Z 7,537 100% 17.00kB/s 0:00:00 7,537 100% 17.00kB/s 0:00:00 (xfr#179, to-chk=38/254)
44332024-03-26T07:01:45.126Ztools/install_opte.sh
44342024-03-26T07:01:45.152Z 3,755 100% 8.47kB/s 0:00:00 3,755 100% 8.47kB/s 0:00:00 (xfr#180, to-chk=37/254)
44352024-03-26T07:01:45.153Ztools/install_prerequisites.sh
44362024-03-26T07:01:45.153Z 255 100% 0.58kB/s 0:00:00 255 100% 0.58kB/s 0:00:00 (xfr#181, to-chk=36/254)
44372024-03-26T07:01:45.153Ztools/install_runner_prerequisites.sh
44382024-03-26T07:01:45.153Z 4,154 100% 9.37kB/s 0:00:00 4,154 100% 9.37kB/s 0:00:00 (xfr#182, to-chk=35/254)
44392024-03-26T07:01:45.153Ztools/maghemite_ddm_openapi_version
44402024-03-26T07:01:45.153Z 122 100% 0.28kB/s 0:00:00 122 100% 0.28kB/s 0:00:00 (xfr#183, to-chk=34/254)
44412024-03-26T07:01:45.153Ztools/maghemite_mg_openapi_version
44422024-03-26T07:01:45.153Z 122 100% 0.28kB/s 0:00:00 122 100% 0.28kB/s 0:00:00 (xfr#184, to-chk=33/254)
44432024-03-26T07:01:45.153Ztools/maghemite_mgd_checksums
44442024-03-26T07:01:45.153Z 162 100% 0.37kB/s 0:00:00 162 100% 0.37kB/s 0:00:00 (xfr#185, to-chk=32/254)
44452024-03-26T07:01:45.153Ztools/opte_version
44462024-03-26T07:01:45.153Z 9 100% 0.02kB/s 0:00:00 9 100% 0.02kB/s 0:00:00 (xfr#186, to-chk=31/254)
44472024-03-26T07:01:45.153Ztools/opte_version_override
44482024-03-26T07:01:45.153Z 142 100% 0.32kB/s 0:00:00 142 100% 0.32kB/s 0:00:00 (xfr#187, to-chk=30/254)
44492024-03-26T07:01:45.154Ztools/renovate-post-upgrade.sh
44502024-03-26T07:01:45.154Z 1,705 100% 3.84kB/s 0:00:00 1,705 100% 3.84kB/s 0:00:00 (xfr#188, to-chk=29/254)
44512024-03-26T07:01:45.154Ztools/thundermuffin_checksums
44522024-03-26T07:01:45.154Z 79 100% 0.18kB/s 0:00:00 79 100% 0.18kB/s 0:00:00 (xfr#189, to-chk=28/254)
44532024-03-26T07:01:45.154Ztools/thundermuffin_version
44542024-03-26T07:01:45.154Z 50 100% 0.11kB/s 0:00:00 50 100% 0.11kB/s 0:00:00 (xfr#190, to-chk=27/254)
44552024-03-26T07:01:45.154Ztools/transceiver_control_version
44562024-03-26T07:01:45.154Z 137 100% 0.31kB/s 0:00:00 137 100% 0.31kB/s 0:00:00 (xfr#191, to-chk=26/254)
44572024-03-26T07:01:45.154Ztools/uninstall_opte.sh
44582024-03-26T07:01:45.154Z 6,514 100% 14.66kB/s 0:00:00 6,514 100% 14.66kB/s 0:00:00 (xfr#192, to-chk=25/254)
44592024-03-26T07:01:45.154Ztools/update_crucible.sh
44602024-03-26T07:01:45.154Z 1,093 100% 2.46kB/s 0:00:00 1,093 100% 2.46kB/s 0:00:00 (xfr#193, to-chk=24/254)
44612024-03-26T07:01:45.154Ztools/update_dendrite.sh
44622024-03-26T07:01:45.154Z 2,333 100% 5.25kB/s 0:00:00 2,333 100% 5.25kB/s 0:00:00 (xfr#194, to-chk=23/254)
44632024-03-26T07:01:45.154Ztools/update_helpers.sh
44642024-03-26T07:01:45.154Z 3,831 100% 8.62kB/s 0:00:00 3,831 100% 8.62kB/s 0:00:00 (xfr#195, to-chk=22/254)
44652024-03-26T07:01:45.154Ztools/update_lldp.sh
44662024-03-26T07:01:45.155Z 1,000 100% 2.25kB/s 0:00:00 1,000 100% 2.25kB/s 0:00:00 (xfr#196, to-chk=21/254)
44672024-03-26T07:01:45.155Ztools/update_maghemite.sh
44682024-03-26T07:01:45.155Z 939 100% 2.11kB/s 0:00:00 939 100% 2.11kB/s 0:00:00 (xfr#197, to-chk=20/254)
44692024-03-26T07:01:45.155Ztools/update_propolis.sh
44702024-03-26T07:01:45.155Z 1,050 100% 2.36kB/s 0:00:00 1,050 100% 2.36kB/s 0:00:00 (xfr#198, to-chk=19/254)
44712024-03-26T07:01:45.155Ztools/update_transceiver_control.sh
44722024-03-26T07:01:45.155Z 1,374 100% 3.09kB/s 0:00:00 1,374 100% 3.09kB/s 0:00:00 (xfr#199, to-chk=18/254)
44732024-03-26T07:01:45.155Ztools/virtual_hardware.sh
44742024-03-26T07:01:45.155Z 3,429 100% 7.72kB/s 0:00:00 3,429 100% 7.72kB/s 0:00:00 (xfr#200, to-chk=17/254)
44752024-03-26T07:01:45.155Ztools/dtrace/
44762024-03-26T07:01:45.155Ztools/dtrace/aggregate-query-latency.d
44772024-03-26T07:01:45.156Z 780 100% 1.76kB/s 0:00:00 780 100% 1.76kB/s 0:00:00 (xfr#201, to-chk=11/254)
44782024-03-26T07:01:45.156Ztools/dtrace/slowest-queries.d
44792024-03-26T07:01:45.156Z 1,077 100% 2.42kB/s 0:00:00 1,077 100% 2.42kB/s 0:00:00 (xfr#202, to-chk=10/254)
44802024-03-26T07:01:45.156Ztools/dtrace/trace-db-queries.d
44812024-03-26T07:01:45.156Z 811 100% 1.82kB/s 0:00:00 811 100% 1.82kB/s 0:00:00 (xfr#203, to-chk=9/254)
44822024-03-26T07:01:45.156Ztools/include/
44832024-03-26T07:01:45.156Ztools/include/force-git-over-https.sh
44842024-03-26T07:01:45.156Z 940 100% 2.12kB/s 0:00:00 940 100% 2.12kB/s 0:00:00 (xfr#204, to-chk=8/254)
44852024-03-26T07:01:45.156Ztools/populate/
44862024-03-26T07:01:45.156Ztools/populate/populate-alpine.sh
44872024-03-26T07:01:45.156Z 788 100% 1.77kB/s 0:00:00 788 100% 1.77kB/s 0:00:00 (xfr#205, to-chk=7/254)
44882024-03-26T07:01:45.156Ztools/populate/populate-images.sh
44892024-03-26T07:01:45.157Z 2,571 100% 5.79kB/s 0:00:00 2,571 100% 5.79kB/s 0:00:00 (xfr#206, to-chk=6/254)
44902024-03-26T07:01:45.157Ztools/reflector/
44912024-03-26T07:01:45.157Ztools/reflector/helpers.sh
44922024-03-26T07:01:45.157Z 4,652 100% 10.44kB/s 0:00:00 4,652 100% 10.44kB/s 0:00:00 (xfr#207, to-chk=5/254)
44932024-03-26T07:01:45.157Ztools/scrimlet/
44942024-03-26T07:01:45.157Ztools/scrimlet/create-softnpu-zone.sh
44952024-03-26T07:01:45.157Z 627 100% 1.41kB/s 0:00:00 627 100% 1.41kB/s 0:00:00 (xfr#208, to-chk=4/254)
44962024-03-26T07:01:45.157Ztools/scrimlet/destroy-softnpu-zone.sh
44972024-03-26T07:01:45.157Z 203 100% 0.46kB/s 0:00:00 203 100% 0.46kB/s 0:00:00 (xfr#209, to-chk=3/254)
44982024-03-26T07:01:45.157Ztools/scrimlet/softnpu-init.sh
44992024-03-26T07:01:45.157Z 2,157 100% 4.84kB/s 0:00:00 2,157 100% 4.84kB/s 0:00:00 (xfr#210, to-chk=2/254)
45002024-03-26T07:01:45.158Ztools/scrimlet/softnpu-zone.txt
45012024-03-26T07:01:45.158Z 330 100% 0.74kB/s 0:00:00 330 100% 0.74kB/s 0:00:00 (xfr#211, to-chk=1/254)
45022024-03-26T07:01:45.158Ztools/scrimlet/softnpu.toml
45032024-03-26T07:01:45.158Z 171 100% 0.38kB/s 0:00:00 171 100% 0.38kB/s 0:00:00 (xfr#212, to-chk=0/254)
45042024-03-26T07:01:45.158Z+ banner G3
45052024-03-26T07:01:45.158Z ##### #####
45062024-03-26T07:01:45.158Z# # # #
45072024-03-26T07:01:45.158Z# #
45082024-03-26T07:01:45.158Z# #### #####
45092024-03-26T07:01:45.158Z# # #
45102024-03-26T07:01:45.158Z# # # #
45112024-03-26T07:01:45.158Z ##### #####
45122024-03-26T07:01:45.159Z
45132024-03-26T07:01:45.159Z+ . config/build-g3.sh
45142024-03-26T07:01:45.159Z++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml
45152024-03-26T07:01:45.159Z++ cp config/g3-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml
45162024-03-26T07:01:45.159Z++ cp config/mgs-sim-switch1.toml /work/oxidecomputer/omicron/smf/mgs-sim/config.toml
45172024-03-26T07:01:45.159Z++ cp config/sp-sim-config.toml /work/oxidecomputer/omicron/smf/sp-sim/config.toml
45182024-03-26T07:01:45.159Z++ cp -r cargo-bay/tools cargo-bay/g3/
45192024-03-26T07:01:45.159Z++ cd /work/oxidecomputer/omicron
45202024-03-26T07:01:45.159Z++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled
45212024-03-26T07:01:46.335Z Finished release [optimized] target(s) in 1.14s
45222024-03-26T07:01:46.368Z Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled`
45232024-03-26T07:01:46.394ZLogging to: /work/oxidecomputer/omicron/out/LOG
45242024-03-26T07:01:46.418ZCreated new build target 'default' and set it as active
45252024-03-26T07:01:46.418Z++ cargo run --release --bin omicron-package -- package
45262024-03-26T07:01:47.448Z Finished release [optimized] target(s) in 0.97s
45272024-03-26T07:01:47.473Z Running `target/release/omicron-package package`
45282024-03-26T07:01:47.514ZLogging to: /work/oxidecomputer/omicron/out/LOG
45292024-03-26T07:01:48.670Z Finished release [optimized] target(s) in 1.07s
45302024-03-26T07:01:58.471Z++ cd /work/oxidecomputer/testbed/a4x2/config/../
45312024-03-26T07:01:58.471Z++ rm -rf cargo-bay/g3/omicron
45322024-03-26T07:01:58.505Z++ mkdir -p cargo-bay/g3/omicron
45332024-03-26T07:01:58.505Z++ 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/
45342024-03-26T07:01:58.505Zsending incremental file list
45352024-03-26T07:01:58.505Zomicron-package
45362024-03-26T07:01:58.737Z 32,768 0% 0.00kB/s 0:00:00 40,097,408 100% 157.89MB/s 0:00:00 (xfr#1, to-chk=253/254)
45372024-03-26T07:01:58.738Zpackage-manifest.toml
45382024-03-26T07:01:58.776Z 26,511 100% 106.98kB/s 0:00:00 26,511 100% 106.98kB/s 0:00:00 (xfr#2, to-chk=252/254)
45392024-03-26T07:01:58.776Zout/
45402024-03-26T07:01:58.776Zout/LOG
45412024-03-26T07:01:58.776Z 32,768 69% 132.23kB/s 0:00:00 47,206 100% 190.49kB/s 0:00:00 (xfr#3, to-chk=248/254)
45422024-03-26T07:01:58.776Zout/clickhouse.tar.gz
45432024-03-26T07:01:59.468Z 32,768 0% 132.23kB/s 0:29:07 231,157,150 100% 225.18MB/s 0:00:00 (xfr#4, to-chk=247/254)
45442024-03-26T07:01:59.468Zout/clickhouse_keeper.tar.gz
45452024-03-26T07:02:00.267Z 32,768 0% 32.69kB/s 1:57:50 2,490,368 1% 2.38MB/s 0:01:34 231,127,481 100% 123.97MB/s 0:00:01 (xfr#5, to-chk=246/254)
45462024-03-26T07:02:00.267Zout/cockroachdb.tar.gz
45472024-03-26T07:02:00.779Z 32,768 0% 41.08kB/s 0:51:22 56,623,104 44% 54.00MB/s 0:00:01 126,644,746 100% 93.63MB/s 0:00:01 (xfr#6, to-chk=245/254)
45482024-03-26T07:02:00.779Zout/crucible-pantry-zone.tar.gz
45492024-03-26T07:02:00.852Z 32,768 0% 110.34kB/s 0:03:48 25,273,443 100% 66.40MB/s 0:00:00 (xfr#7, to-chk=244/254)
45502024-03-26T07:02:00.852Zout/crucible-zone.tar.gz
45512024-03-26T07:02:00.961Z 32,768 0% 88.15kB/s 0:06:59 36,979,285 100% 74.56MB/s 0:00:00 (xfr#8, to-chk=243/254)
45522024-03-26T07:02:00.961Zout/external-dns.tar.gz
45532024-03-26T07:02:01.060Z 32,768 0% 67.65kB/s 0:07:37 30,999,464 100% 52.32MB/s 0:00:00 (xfr#9, to-chk=242/254)
45542024-03-26T07:02:01.061Zout/internal-dns.tar.gz
45552024-03-26T07:02:01.145Z 32,768 0% 56.54kB/s 0:09:07 30,999,214 100% 45.00MB/s 0:00:00 (xfr#10, to-chk=241/254)
45562024-03-26T07:02:01.145Zout/mg-ddm-gz.tar
45572024-03-26T07:02:01.547Z 32,768 0% 48.63kB/s 0:18:07 43,253,760 81% 41.25MB/s 0:00:00 52,915,712 100% 47.79MB/s 0:00:01 (xfr#11, to-chk=240/254)
45582024-03-26T07:02:01.547Zout/nexus.tar.gz
45592024-03-26T07:02:01.810Z 32,768 0% 561.40kB/s 0:02:43 91,668,399 100% 271.50MB/s 0:00:00 (xfr#12, to-chk=239/254)
45602024-03-26T07:02:01.810Zout/ntp.tar.gz
45612024-03-26T07:02:01.845Z 32,768 0% 99.38kB/s 0:01:44 10,418,758 100% 28.15MB/s 0:00:00 (xfr#13, to-chk=238/254)
45622024-03-26T07:02:01.845Zout/omicron-gateway-softnpu.tar.gz
45632024-03-26T07:02:01.880Z 32,768 0% 90.40kB/s 0:03:02 16,497,206 100% 40.14MB/s 0:00:00 (xfr#14, to-chk=237/254)
45642024-03-26T07:02:01.880Zout/omicron-gateway.tar.gz
45652024-03-26T07:02:01.934Z 32,768 0% 81.42kB/s 0:03:22 16,495,549 100% 35.59MB/s 0:00:00 (xfr#15, to-chk=236/254)
45662024-03-26T07:02:01.935Zout/omicron-sled-agent.tar
45672024-03-26T07:02:02.743Z 32,768 0% 72.23kB/s 0:26:56 78,512,128 67% 74.88MB/s 0:00:00 116,833,792 100% 88.92MB/s 0:00:01 (xfr#16, to-chk=235/254)
45682024-03-26T07:02:02.744Zout/overlay.tar.gz
45692024-03-26T07:02:02.744Z 2,621 100% 10.12kB/s 0:00:00 2,621 100% 10.12kB/s 0:00:00 (xfr#17, to-chk=234/254)
45702024-03-26T07:02:02.744Zout/oximeter.tar.gz
45712024-03-26T07:02:02.906Z 32,768 0% 125.98kB/s 0:06:20 48,011,095 100% 110.86MB/s 0:00:00 (xfr#18, to-chk=233/254)
45722024-03-26T07:02:02.907Zout/oxlog.tar
45732024-03-26T07:02:02.956Z 32,768 0% 77.48kB/s 0:01:20 6,244,352 100% 12.81MB/s 0:00:00 (xfr#19, to-chk=232/254)
45742024-03-26T07:02:02.956Zout/probe.tar.gz
45752024-03-26T07:02:02.991Z 32,768 1% 68.82kB/s 0:00:40 2,829,470 100% 5.67MB/s 0:00:00 (xfr#20, to-chk=231/254)
45762024-03-26T07:02:02.991Zout/propolis-server.tar.gz
45772024-03-26T07:02:03.163Z 32,768 0% 67.09kB/s 0:16:28 66,360,059 100% 94.60MB/s 0:00:00 (xfr#21, to-chk=230/254)
45782024-03-26T07:02:03.164Zout/switch-softnpu.tar.gz
45792024-03-26T07:02:03.901Z 32,768 0% 47.83kB/s 1:11:02 108,396,544 53% 103.38MB/s 0:00:00 203,935,886 100% 137.64MB/s 0:00:01 (xfr#22, to-chk=229/254)
45802024-03-26T07:02:03.901Zout/console-assets/
45812024-03-26T07:02:03.901Zout/console-assets/VERSION
45822024-03-26T07:02:03.901Z 41 100% 0.10kB/s 0:00:00 41 100% 0.10kB/s 0:00:00 (xfr#23, to-chk=225/254)
45832024-03-26T07:02:03.901Zout/console-assets/index.html
45842024-03-26T07:02:03.901Z 466 100% 1.10kB/s 0:00:00 466 100% 1.10kB/s 0:00:00 (xfr#24, to-chk=224/254)
45852024-03-26T07:02:03.901Zout/console-assets/assets/
45862024-03-26T07:02:03.901Zout/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2
45872024-03-26T07:02:03.949Z 32,768 70% 77.29kB/s 0:00:00 46,276 100% 109.16kB/s 0:00:00 (xfr#25, to-chk=222/254)
45882024-03-26T07:02:03.949Zout/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff
45892024-03-26T07:02:03.950Z 32,768 65% 77.29kB/s 0:00:00 50,032 100% 118.02kB/s 0:00:00 (xfr#26, to-chk=221/254)
45902024-03-26T07:02:03.950Zout/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff
45912024-03-26T07:02:03.950Z 32,768 55% 77.29kB/s 0:00:00 58,524 100% 137.72kB/s 0:00:00 (xfr#27, to-chk=220/254)
45922024-03-26T07:02:03.950Zout/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2
45932024-03-26T07:02:03.950Z 32,768 71% 77.11kB/s 0:00:00 46,060 100% 108.39kB/s 0:00:00 (xfr#28, to-chk=219/254)
45942024-03-26T07:02:03.950Zout/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff
45952024-03-26T07:02:03.950Z 21,937 100% 51.62kB/s 0:00:00 21,937 100% 51.62kB/s 0:00:00 (xfr#29, to-chk=218/254)
45962024-03-26T07:02:03.950Zout/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2
45972024-03-26T07:02:03.950Z 17,996 100% 42.35kB/s 0:00:00 17,996 100% 42.35kB/s 0:00:00 (xfr#30, to-chk=217/254)
45982024-03-26T07:02:03.950Zout/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff
45992024-03-26T07:02:03.950Z 21,890 100% 51.39kB/s 0:00:00 21,890 100% 51.39kB/s 0:00:00 (xfr#31, to-chk=216/254)
46002024-03-26T07:02:03.950Zout/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2
46012024-03-26T07:02:03.950Z 17,984 100% 42.22kB/s 0:00:00 17,984 100% 42.22kB/s 0:00:00 (xfr#32, to-chk=215/254)
46022024-03-26T07:02:03.950Zout/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff
46032024-03-26T07:02:03.950Z 21,123 100% 49.59kB/s 0:00:00 21,123 100% 49.59kB/s 0:00:00 (xfr#33, to-chk=214/254)
46042024-03-26T07:02:03.950Zout/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2
46052024-03-26T07:02:03.950Z 17,228 100% 40.44kB/s 0:00:00 17,228 100% 40.44kB/s 0:00:00 (xfr#34, to-chk=213/254)
46062024-03-26T07:02:03.950Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2
46072024-03-26T07:02:03.950Z 18,448 100% 43.31kB/s 0:00:00 18,448 100% 43.31kB/s 0:00:00 (xfr#35, to-chk=212/254)
46082024-03-26T07:02:03.950Zout/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff
46092024-03-26T07:02:03.951Z 22,665 100% 53.21kB/s 0:00:00 22,665 100% 53.21kB/s 0:00:00 (xfr#36, to-chk=211/254)
46102024-03-26T07:02:03.951Zout/console-assets/assets/Terminal-_VoNxbTe.js
46112024-03-26T07:02:03.951Z 32,768 11% 76.74kB/s 0:00:03 287,761 100% 670.68kB/s 0:00:00 (xfr#37, to-chk=210/254)
46122024-03-26T07:02:03.951Zout/console-assets/assets/Terminal-_VoNxbTe.js.gz
46132024-03-26T07:02:03.951Z 32,768 45% 76.37kB/s 0:00:00 71,758 100% 167.25kB/s 0:00:00 (xfr#38, to-chk=209/254)
46142024-03-26T07:02:03.951Zout/console-assets/assets/Terminal-_VoNxbTe.js.map
46152024-03-26T07:02:03.951Z 32,768 5% 76.37kB/s 0:00:07 590,313 100% 1.33MB/s 0:00:00 (xfr#39, to-chk=208/254)
46162024-03-26T07:02:03.951Zout/console-assets/assets/Terminal-_VoNxbTe.js.map.gz
46172024-03-26T07:02:03.951Z 32,768 27% 75.83kB/s 0:00:01 118,282 100% 273.07kB/s 0:00:00 (xfr#40, to-chk=207/254)
46182024-03-26T07:02:03.951Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js
46192024-03-26T07:02:03.951Z 32,768 8% 75.47kB/s 0:00:04 371,459 100% 851.53kB/s 0:00:00 (xfr#41, to-chk=206/254)
46202024-03-26T07:02:03.951Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js.gz
46212024-03-26T07:02:03.951Z 32,768 31% 75.12kB/s 0:00:00 103,751 100% 237.28kB/s 0:00:00 (xfr#42, to-chk=205/254)
46222024-03-26T07:02:03.951Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map
46232024-03-26T07:02:03.951Z 32,768 1% 74.94kB/s 0:00:21 1,659,213 100% 3.63MB/s 0:00:00 (xfr#43, to-chk=204/254)
46242024-03-26T07:02:03.951Zout/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map.gz
46252024-03-26T07:02:03.951Z 32,768 8% 73.23kB/s 0:00:04 379,036 100% 845.10kB/s 0:00:00 (xfr#44, to-chk=203/254)
46262024-03-26T07:02:03.951Zout/console-assets/assets/app-1tiVg9q7.js
46272024-03-26T07:02:03.976Z 32,768 2% 72.89kB/s 0:00:15 1,130,062 100% 2.41MB/s 0:00:00 (xfr#45, to-chk=202/254)
46282024-03-26T07:02:03.976Zout/console-assets/assets/app-1tiVg9q7.js.gz
46292024-03-26T07:02:03.976Z 32,768 9% 71.43kB/s 0:00:04 347,811 100% 754.80kB/s 0:00:00 (xfr#46, to-chk=201/254)
46302024-03-26T07:02:03.976Zout/console-assets/assets/app-1tiVg9q7.js.map
46312024-03-26T07:02:03.976Z 32,768 0% 71.11kB/s 0:01:14 5,328,067 100% 10.48MB/s 0:00:00 (xfr#47, to-chk=200/254)
46322024-03-26T07:02:03.976Zout/console-assets/assets/app-1tiVg9q7.js.map.gz
46332024-03-26T07:02:03.977Z 32,768 2% 65.98kB/s 0:00:18 1,261,215 100% 2.46MB/s 0:00:00 (xfr#48, to-chk=199/254)
46342024-03-26T07:02:03.977Zout/console-assets/assets/app-AvNWp1hQ.css
46352024-03-26T07:02:03.977Z 32,768 23% 65.44kB/s 0:00:01 138,004 100% 275.04kB/s 0:00:00 (xfr#49, to-chk=198/254)
46362024-03-26T07:02:03.977Zout/console-assets/assets/app-AvNWp1hQ.css.gz
46372024-03-26T07:02:03.977Z 21,197 100% 42.25kB/s 0:00:00 21,197 100% 42.25kB/s 0:00:00 (xfr#50, to-chk=197/254)
46382024-03-26T07:02:03.977Zout/console-assets/assets/favicon-WELtHcTG.svg
46392024-03-26T07:02:03.977Z 761 100% 1.52kB/s 0:00:00 761 100% 1.52kB/s 0:00:00 (xfr#51, to-chk=196/254)
46402024-03-26T07:02:03.977Zout/console-assets/assets/favicon-cDDaBnwQ.png
46412024-03-26T07:02:03.977Z 1,327 100% 2.64kB/s 0:00:00 1,327 100% 2.64kB/s 0:00:00 (xfr#52, to-chk=195/254)
46422024-03-26T07:02:03.977Zout/console-assets/assets/og-preview-image.webp
46432024-03-26T07:02:04.004Z 32,768 36% 65.31kB/s 0:00:00 89,880 100% 178.76kB/s 0:00:00 (xfr#53, to-chk=194/254)
46442024-03-26T07:02:04.004Zout/console-assets/assets/oxide-hero-rack-IQvkDe3B.webp
46452024-03-26T07:02:04.004Z 32,768 4% 65.17kB/s 0:00:09 673,968 100% 1.30MB/s 0:00:00 (xfr#54, to-chk=193/254)
46462024-03-26T07:02:04.004Zout/manifest-cache/
46472024-03-26T07:02:04.004Zout/manifest-cache/clickhouse.tar.gz.json
46482024-03-26T07:02:04.004Z 780 100% 1.54kB/s 0:00:00 780 100% 1.54kB/s 0:00:00 (xfr#55, to-chk=192/254)
46492024-03-26T07:02:04.004Zout/manifest-cache/clickhouse_keeper.tar.gz.json
46502024-03-26T07:02:04.004Z 801 100% 1.58kB/s 0:00:00 801 100% 1.58kB/s 0:00:00 (xfr#56, to-chk=191/254)
46512024-03-26T07:02:04.004Zout/manifest-cache/clickhouse_keeper_svc.tar.gz.json
46522024-03-26T07:02:04.004Z 2,958 100% 5.85kB/s 0:00:00 2,958 100% 5.85kB/s 0:00:00 (xfr#57, to-chk=190/254)
46532024-03-26T07:02:04.004Zout/manifest-cache/clickhouse_svc.tar.gz.json
46542024-03-26T07:02:04.004Z 2,946 100% 5.82kB/s 0:00:00 2,946 100% 5.82kB/s 0:00:00 (xfr#58, to-chk=189/254)
46552024-03-26T07:02:04.004Zout/manifest-cache/cockroachdb-service.tar.gz.json
46562024-03-26T07:02:04.004Z 32,768 61% 64.78kB/s 0:00:00 53,598 100% 105.96kB/s 0:00:00 (xfr#59, to-chk=188/254)
46572024-03-26T07:02:04.004Zout/manifest-cache/cockroachdb.tar.gz.json
46582024-03-26T07:02:04.004Z 787 100% 1.55kB/s 0:00:00 787 100% 1.55kB/s 0:00:00 (xfr#60, to-chk=187/254)
46592024-03-26T07:02:04.004Zout/manifest-cache/crucible-pantry-zone.tar.gz.json
46602024-03-26T07:02:04.004Z 662 100% 1.31kB/s 0:00:00 662 100% 1.31kB/s 0:00:00 (xfr#61, to-chk=186/254)
46612024-03-26T07:02:04.004Zout/manifest-cache/crucible-zone.tar.gz.json
46622024-03-26T07:02:04.005Z 641 100% 1.26kB/s 0:00:00 641 100% 1.26kB/s 0:00:00 (xfr#62, to-chk=185/254)
46632024-03-26T07:02:04.005Zout/manifest-cache/dns-server.tar.gz.json
46642024-03-26T07:02:04.005Z 942 100% 1.86kB/s 0:00:00 942 100% 1.86kB/s 0:00:00 (xfr#63, to-chk=184/254)
46652024-03-26T07:02:04.005Zout/manifest-cache/external-dns-customizations.tar.gz.json
46662024-03-26T07:02:04.005Z 1,132 100% 2.23kB/s 0:00:00 1,132 100% 2.23kB/s 0:00:00 (xfr#64, to-chk=183/254)
46672024-03-26T07:02:04.005Zout/manifest-cache/external-dns.tar.gz.json
46682024-03-26T07:02:04.005Z 934 100% 1.84kB/s 0:00:00 934 100% 1.84kB/s 0:00:00 (xfr#65, to-chk=182/254)
46692024-03-26T07:02:04.005Zout/manifest-cache/internal-dns-cli.tar.gz.json
46702024-03-26T07:02:04.005Z 752 100% 1.48kB/s 0:00:00 752 100% 1.48kB/s 0:00:00 (xfr#66, to-chk=181/254)
46712024-03-26T07:02:04.005Zout/manifest-cache/internal-dns-customizations.tar.gz.json
46722024-03-26T07:02:04.005Z 1,132 100% 2.23kB/s 0:00:00 1,132 100% 2.23kB/s 0:00:00 (xfr#67, to-chk=180/254)
46732024-03-26T07:02:04.005Zout/manifest-cache/internal-dns.tar.gz.json
46742024-03-26T07:02:04.005Z 791 100% 1.56kB/s 0:00:00 791 100% 1.56kB/s 0:00:00 (xfr#68, to-chk=179/254)
46752024-03-26T07:02:04.005Zout/manifest-cache/logadm.tar.gz.json
46762024-03-26T07:02:04.005Z 1,044 100% 2.06kB/s 0:00:00 1,044 100% 2.06kB/s 0:00:00 (xfr#69, to-chk=178/254)
46772024-03-26T07:02:04.005Zout/manifest-cache/nexus.tar.gz.json
46782024-03-26T07:02:04.005Z 773 100% 1.53kB/s 0:00:00 773 100% 1.53kB/s 0:00:00 (xfr#70, to-chk=177/254)
46792024-03-26T07:02:04.005Zout/manifest-cache/ntp-svc.tar.gz.json
46802024-03-26T07:02:04.005Z 2,228 100% 4.40kB/s 0:00:00 2,228 100% 4.40kB/s 0:00:00 (xfr#71, to-chk=176/254)
46812024-03-26T07:02:04.005Zout/manifest-cache/ntp.tar.gz.json
46822024-03-26T07:02:04.006Z 763 100% 1.51kB/s 0:00:00 763 100% 1.51kB/s 0:00:00 (xfr#72, to-chk=175/254)
46832024-03-26T07:02:04.006Zout/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json
46842024-03-26T07:02:04.006Z 1,462 100% 2.88kB/s 0:00:00 1,462 100% 2.88kB/s 0:00:00 (xfr#73, to-chk=174/254)
46852024-03-26T07:02:04.006Zout/manifest-cache/omicron-gateway-softnpu.tar.gz.json
46862024-03-26T07:02:04.006Z 545 100% 1.08kB/s 0:00:00 545 100% 1.08kB/s 0:00:00 (xfr#74, to-chk=173/254)
46872024-03-26T07:02:04.006Zout/manifest-cache/omicron-gateway.tar.gz.json
46882024-03-26T07:02:04.006Z 703 100% 1.39kB/s 0:00:00 703 100% 1.39kB/s 0:00:00 (xfr#75, to-chk=172/254)
46892024-03-26T07:02:04.006Zout/manifest-cache/omicron-nexus.tar.gz.json
46902024-03-26T07:02:04.006Z 32,768 46% 64.65kB/s 0:00:00 70,581 100% 139.25kB/s 0:00:00 (xfr#76, to-chk=171/254)
46912024-03-26T07:02:04.006Zout/manifest-cache/omicron-omdb.tar.gz.json
46922024-03-26T07:02:04.006Z 702 100% 1.38kB/s 0:00:00 702 100% 1.38kB/s 0:00:00 (xfr#77, to-chk=170/254)
46932024-03-26T07:02:04.006Zout/manifest-cache/omicron-sled-agent.tar.json
46942024-03-26T07:02:04.006Z 1,269 100% 2.50kB/s 0:00:00 1,269 100% 2.50kB/s 0:00:00 (xfr#78, to-chk=169/254)
46952024-03-26T07:02:04.006Zout/manifest-cache/opte-interface-setup.tar.gz.json
46962024-03-26T07:02:04.006Z 883 100% 1.74kB/s 0:00:00 883 100% 1.74kB/s 0:00:00 (xfr#79, to-chk=168/254)
46972024-03-26T07:02:04.006Zout/manifest-cache/overlay.tar.gz.json
46982024-03-26T07:02:04.006Z 473 100% 0.93kB/s 0:00:00 473 100% 0.93kB/s 0:00:00 (xfr#80, to-chk=167/254)
46992024-03-26T07:02:04.006Zout/manifest-cache/oximeter-collector.tar.gz.json
47002024-03-26T07:02:04.006Z 18,311 100% 36.05kB/s 0:00:00 18,311 100% 36.05kB/s 0:00:00 (xfr#81, to-chk=166/254)
47012024-03-26T07:02:04.006Zout/manifest-cache/oximeter.tar.gz.json
47022024-03-26T07:02:04.006Z 641 100% 1.26kB/s 0:00:00 641 100% 1.26kB/s 0:00:00 (xfr#82, to-chk=165/254)
47032024-03-26T07:02:04.007Zout/manifest-cache/oxlog.tar.json
47042024-03-26T07:02:04.007Z 321 100% 0.63kB/s 0:00:00 321 100% 0.63kB/s 0:00:00 (xfr#83, to-chk=164/254)
47052024-03-26T07:02:04.007Zout/manifest-cache/probe.tar.gz.json
47062024-03-26T07:02:04.007Z 346 100% 0.68kB/s 0:00:00 346 100% 0.68kB/s 0:00:00 (xfr#84, to-chk=163/254)
47072024-03-26T07:02:04.007Zout/manifest-cache/profile.tar.gz.json
47082024-03-26T07:02:04.007Z 838 100% 1.65kB/s 0:00:00 838 100% 1.65kB/s 0:00:00 (xfr#85, to-chk=162/254)
47092024-03-26T07:02:04.007Zout/manifest-cache/sp-sim-softnpu.tar.gz.json
47102024-03-26T07:02:04.007Z 357 100% 0.70kB/s 0:00:00 357 100% 0.70kB/s 0:00:00 (xfr#86, to-chk=161/254)
47112024-03-26T07:02:04.007Zout/manifest-cache/sp-sim.tar.gz.json
47122024-03-26T07:02:04.007Z 1,549 100% 3.05kB/s 0:00:00 1,549 100% 3.05kB/s 0:00:00 (xfr#87, to-chk=160/254)
47132024-03-26T07:02:04.007Zout/manifest-cache/switch-softnpu.tar.gz.json
47142024-03-26T07:02:04.007Z 1,566 100% 3.08kB/s 0:00:00 1,566 100% 3.08kB/s 0:00:00 (xfr#88, to-chk=159/254)
47152024-03-26T07:02:04.007Zout/manifest-cache/switch_zone_setup.tar.gz.json
47162024-03-26T07:02:04.007Z 10,790 100% 21.24kB/s 0:00:00 10,790 100% 21.24kB/s 0:00:00 (xfr#89, to-chk=158/254)
47172024-03-26T07:02:04.007Zout/manifest-cache/wicket.tar.gz.json
47182024-03-26T07:02:04.007Z 1,084 100% 2.13kB/s 0:00:00 1,084 100% 2.13kB/s 0:00:00 (xfr#90, to-chk=157/254)
47192024-03-26T07:02:04.007Zout/manifest-cache/wicketd.tar.gz.json
47202024-03-26T07:02:04.007Z 1,560 100% 3.07kB/s 0:00:00 1,560 100% 3.07kB/s 0:00:00 (xfr#91, to-chk=156/254)
47212024-03-26T07:02:04.007Zout/manifest-cache/zone-network-install.tar.gz.json
47222024-03-26T07:02:04.007Z 877 100% 1.73kB/s 0:00:00 877 100% 1.73kB/s 0:00:00 (xfr#92, to-chk=155/254)
47232024-03-26T07:02:04.007Zout/manifest-cache/zone-network-setup.tar.gz.json
47242024-03-26T07:02:04.007Z 772 100% 1.52kB/s 0:00:00 772 100% 1.52kB/s 0:00:00 (xfr#93, to-chk=154/254)
47252024-03-26T07:02:04.008Zout/target/
47262024-03-26T07:02:04.008Zout/target/active -> default
47272024-03-26T07:02:04.008Zout/target/default
47282024-03-26T07:02:04.008Z 74 100% 0.15kB/s 0:00:00 74 100% 0.15kB/s 0:00:00 (xfr#94, to-chk=152/254)
47292024-03-26T07:02:04.008Zsmf/
47302024-03-26T07:02:04.008Zsmf/clickhouse/
47312024-03-26T07:02:04.008Zsmf/clickhouse/config_replica.xml
47322024-03-26T07:02:04.008Z 2,728 100% 5.37kB/s 0:00:00 2,728 100% 5.37kB/s 0:00:00 (xfr#95, to-chk=132/254)
47332024-03-26T07:02:04.008Zsmf/clickhouse/manifest.xml
47342024-03-26T07:02:04.008Z 1,494 100% 2.94kB/s 0:00:00 1,494 100% 2.94kB/s 0:00:00 (xfr#96, to-chk=131/254)
47352024-03-26T07:02:04.008Zsmf/clickhouse/method_script.sh
47362024-03-26T07:02:04.008Z 5,330 100% 10.49kB/s 0:00:00 5,330 100% 10.49kB/s 0:00:00 (xfr#97, to-chk=130/254)
47372024-03-26T07:02:04.008Zsmf/clickhouse_keeper/
47382024-03-26T07:02:04.008Zsmf/clickhouse_keeper/keeper_config.xml
47392024-03-26T07:02:04.008Z 1,460 100% 2.87kB/s 0:00:00 1,460 100% 2.87kB/s 0:00:00 (xfr#98, to-chk=129/254)
47402024-03-26T07:02:04.008Zsmf/clickhouse_keeper/manifest.xml
47412024-03-26T07:02:04.008Z 1,534 100% 3.01kB/s 0:00:00 1,534 100% 3.01kB/s 0:00:00 (xfr#99, to-chk=128/254)
47422024-03-26T07:02:04.008Zsmf/clickhouse_keeper/method_script.sh
47432024-03-26T07:02:04.035Z 4,324 100% 8.50kB/s 0:00:00 4,324 100% 8.50kB/s 0:00:00 (xfr#100, to-chk=127/254)
47442024-03-26T07:02:04.035Zsmf/cockroachdb/
47452024-03-26T07:02:04.035Zsmf/cockroachdb/manifest.xml
47462024-03-26T07:02:04.035Z 1,667 100% 3.28kB/s 0:00:00 1,667 100% 3.28kB/s 0:00:00 (xfr#101, to-chk=126/254)
47472024-03-26T07:02:04.035Zsmf/cockroachdb/method_script.sh
47482024-03-26T07:02:04.035Z 1,030 100% 2.02kB/s 0:00:00 1,030 100% 2.02kB/s 0:00:00 (xfr#102, to-chk=125/254)
47492024-03-26T07:02:04.035Zsmf/external-dns/
47502024-03-26T07:02:04.035Zsmf/external-dns/config.toml
47512024-03-26T07:02:04.035Z 353 100% 0.69kB/s 0:00:00 353 100% 0.69kB/s 0:00:00 (xfr#103, to-chk=124/254)
47522024-03-26T07:02:04.035Zsmf/external-dns/manifest.xml
47532024-03-26T07:02:04.035Z 1,805 100% 3.55kB/s 0:00:00 1,805 100% 3.55kB/s 0:00:00 (xfr#104, to-chk=123/254)
47542024-03-26T07:02:04.035Zsmf/installinator/
47552024-03-26T07:02:04.036Zsmf/installinator/manifest.xml
47562024-03-26T07:02:04.036Z 2,149 100% 4.22kB/s 0:00:00 2,149 100% 4.22kB/s 0:00:00 (xfr#105, to-chk=122/254)
47572024-03-26T07:02:04.036Zsmf/internal-dns/
47582024-03-26T07:02:04.036Zsmf/internal-dns/config.toml
47592024-03-26T07:02:04.036Z 353 100% 0.69kB/s 0:00:00 353 100% 0.69kB/s 0:00:00 (xfr#106, to-chk=121/254)
47602024-03-26T07:02:04.036Zsmf/internal-dns/manifest.xml
47612024-03-26T07:02:04.036Z 1,618 100% 3.18kB/s 0:00:00 1,618 100% 3.18kB/s 0:00:00 (xfr#107, to-chk=120/254)
47622024-03-26T07:02:04.036Zsmf/logadm/
47632024-03-26T07:02:04.036Zsmf/logadm/crontab.root
47642024-03-26T07:02:04.036Z 30 100% 0.06kB/s 0:00:00 30 100% 0.06kB/s 0:00:00 (xfr#108, to-chk=119/254)
47652024-03-26T07:02:04.036Zsmf/logadm/logadm.conf
47662024-03-26T07:02:04.036Z 2,553 100% 5.02kB/s 0:00:00 2,553 100% 5.02kB/s 0:00:00 (xfr#109, to-chk=118/254)
47672024-03-26T07:02:04.036Zsmf/mgs-sim/
47682024-03-26T07:02:04.036Zsmf/mgs-sim/config.toml
47692024-03-26T07:02:04.036Z 3,534 100% 6.94kB/s 0:00:00 3,534 100% 6.94kB/s 0:00:00 (xfr#110, to-chk=117/254)
47702024-03-26T07:02:04.036Zsmf/mgs/
47712024-03-26T07:02:04.036Zsmf/mgs/config.toml
47722024-03-26T07:02:04.036Z 9,085 100% 17.85kB/s 0:00:00 9,085 100% 17.85kB/s 0:00:00 (xfr#111, to-chk=116/254)
47732024-03-26T07:02:04.036Zsmf/mgs/manifest.xml
47742024-03-26T07:02:04.036Z 2,474 100% 4.86kB/s 0:00:00 2,474 100% 4.86kB/s 0:00:00 (xfr#112, to-chk=115/254)
47752024-03-26T07:02:04.037Zsmf/nexus/
47762024-03-26T07:02:04.037Zsmf/nexus/manifest.xml
47772024-03-26T07:02:04.037Z 1,987 100% 3.90kB/s 0:00:00 1,987 100% 3.90kB/s 0:00:00 (xfr#113, to-chk=114/254)
47782024-03-26T07:02:04.037Zsmf/nexus/multi-sled/
47792024-03-26T07:02:04.037Zsmf/nexus/multi-sled/config-partial.toml
47802024-03-26T07:02:04.037Z 1,997 100% 3.92kB/s 0:00:00 1,997 100% 3.92kB/s 0:00:00 (xfr#114, to-chk=111/254)
47812024-03-26T07:02:04.037Zsmf/nexus/single-sled/
47822024-03-26T07:02:04.037Zsmf/nexus/single-sled/config-partial.toml
47832024-03-26T07:02:04.037Z 1,993 100% 3.92kB/s 0:00:00 1,993 100% 3.92kB/s 0:00:00 (xfr#115, to-chk=110/254)
47842024-03-26T07:02:04.037Zsmf/ntp/
47852024-03-26T07:02:04.037Zsmf/ntp/etc/
47862024-03-26T07:02:04.037Zsmf/ntp/etc/inet/
47872024-03-26T07:02:04.037Zsmf/ntp/etc/inet/chrony.conf.boundary
47882024-03-26T07:02:04.037Z 881 100% 1.73kB/s 0:00:00 881 100% 1.73kB/s 0:00:00 (xfr#116, to-chk=104/254)
47892024-03-26T07:02:04.037Zsmf/ntp/etc/inet/chrony.conf.internal
47902024-03-26T07:02:04.037Z 1,108 100% 2.17kB/s 0:00:00 1,108 100% 2.17kB/s 0:00:00 (xfr#117, to-chk=103/254)
47912024-03-26T07:02:04.037Zsmf/ntp/etc/logadm.d/
47922024-03-26T07:02:04.037Zsmf/ntp/etc/logadm.d/chrony.logadm.conf
47932024-03-26T07:02:04.037Z 135 100% 0.26kB/s 0:00:00 135 100% 0.26kB/s 0:00:00 (xfr#118, to-chk=102/254)
47942024-03-26T07:02:04.037Zsmf/ntp/manifest/
47952024-03-26T07:02:04.038Zsmf/ntp/manifest/manifest.xml
47962024-03-26T07:02:04.038Z 3,336 100% 6.54kB/s 0:00:00 3,336 100% 6.54kB/s 0:00:00 (xfr#119, to-chk=101/254)
47972024-03-26T07:02:04.038Zsmf/ntp/method/
47982024-03-26T07:02:04.038Zsmf/ntp/method/svc-site-ntp
47992024-03-26T07:02:04.038Z 3,211 100% 6.30kB/s 0:00:00 3,211 100% 6.30kB/s 0:00:00 (xfr#120, to-chk=100/254)
48002024-03-26T07:02:04.038Zsmf/opte-interface-setup/
48012024-03-26T07:02:04.038Zsmf/opte-interface-setup/manifest.xml
48022024-03-26T07:02:04.038Z 1,638 100% 3.21kB/s 0:00:00 1,638 100% 3.21kB/s 0:00:00 (xfr#121, to-chk=99/254)
48032024-03-26T07:02:04.038Zsmf/oximeter/
48042024-03-26T07:02:04.038Zsmf/oximeter/config.toml
48052024-03-26T07:02:04.038Z 205 100% 0.40kB/s 0:00:00 205 100% 0.40kB/s 0:00:00 (xfr#122, to-chk=98/254)
48062024-03-26T07:02:04.038Zsmf/oximeter/manifest.xml
48072024-03-26T07:02:04.038Z 1,770 100% 3.47kB/s 0:00:00 1,770 100% 3.47kB/s 0:00:00 (xfr#123, to-chk=97/254)
48082024-03-26T07:02:04.038Zsmf/profile/
48092024-03-26T07:02:04.038Zsmf/profile/bashrc
48102024-03-26T07:02:04.038Z 925 100% 1.81kB/s 0:00:00 925 100% 1.81kB/s 0:00:00 (xfr#124, to-chk=96/254)
48112024-03-26T07:02:04.038Zsmf/profile/profile
48122024-03-26T07:02:04.038Z 535 100% 1.05kB/s 0:00:00 535 100% 1.05kB/s 0:00:00 (xfr#125, to-chk=95/254)
48132024-03-26T07:02:04.038Zsmf/sled-agent/
48142024-03-26T07:02:04.038Zsmf/sled-agent/manifest.xml
48152024-03-26T07:02:04.038Z 2,373 100% 4.65kB/s 0:00:00 2,373 100% 4.65kB/s 0:00:00 (xfr#126, to-chk=94/254)
48162024-03-26T07:02:04.039Zsmf/sled-agent/gimlet-standalone/
48172024-03-26T07:02:04.039Zsmf/sled-agent/gimlet-standalone/README.md
48182024-03-26T07:02:04.039Z 114 100% 0.22kB/s 0:00:00 114 100% 0.22kB/s 0:00:00 (xfr#127, to-chk=90/254)
48192024-03-26T07:02:04.039Zsmf/sled-agent/gimlet-standalone/config-rss.toml
48202024-03-26T07:02:04.039Z 6,611 100% 12.96kB/s 0:00:00 6,611 100% 12.96kB/s 0:00:00 (xfr#128, to-chk=89/254)
48212024-03-26T07:02:04.039Zsmf/sled-agent/gimlet-standalone/config.toml
48222024-03-26T07:02:04.039Z 1,800 100% 3.53kB/s 0:00:00 1,800 100% 3.53kB/s 0:00:00 (xfr#129, to-chk=88/254)
48232024-03-26T07:02:04.039Zsmf/sled-agent/gimlet/
48242024-03-26T07:02:04.039Zsmf/sled-agent/gimlet/README.md
48252024-03-26T07:02:04.039Z 54 100% 0.11kB/s 0:00:00 54 100% 0.11kB/s 0:00:00 (xfr#130, to-chk=87/254)
48262024-03-26T07:02:04.039Zsmf/sled-agent/gimlet/config.toml
48272024-03-26T07:02:04.039Z 1,657 100% 3.25kB/s 0:00:00 1,657 100% 3.25kB/s 0:00:00 (xfr#131, to-chk=86/254)
48282024-03-26T07:02:04.039Zsmf/sled-agent/non-gimlet/
48292024-03-26T07:02:04.039Zsmf/sled-agent/non-gimlet/README.md
48302024-03-26T07:02:04.039Z 105 100% 0.21kB/s 0:00:00 105 100% 0.21kB/s 0:00:00 (xfr#132, to-chk=85/254)
48312024-03-26T07:02:04.039Zsmf/sled-agent/non-gimlet/config.toml
48322024-03-26T07:02:04.039Z 2,906 100% 5.70kB/s 0:00:00 2,906 100% 5.70kB/s 0:00:00 (xfr#133, to-chk=84/254)
48332024-03-26T07:02:04.039Zsmf/sp-sim/
48342024-03-26T07:02:04.039Zsmf/sp-sim/config.toml
48352024-03-26T07:02:04.039Z 2,604 100% 5.11kB/s 0:00:00 2,604 100% 5.11kB/s 0:00:00 (xfr#134, to-chk=83/254)
48362024-03-26T07:02:04.039Zsmf/sp-sim/manifest.xml
48372024-03-26T07:02:04.040Z 1,271 100% 2.49kB/s 0:00:00 1,271 100% 2.49kB/s 0:00:00 (xfr#135, to-chk=82/254)
48382024-03-26T07:02:04.040Zsmf/switch_zone_setup/
48392024-03-26T07:02:04.040Zsmf/switch_zone_setup/manifest.xml
48402024-03-26T07:02:04.040Z 1,061 100% 2.08kB/s 0:00:00 1,061 100% 2.08kB/s 0:00:00 (xfr#136, to-chk=81/254)
48412024-03-26T07:02:04.040Zsmf/switch_zone_setup/support_authorized_keys
48422024-03-26T07:02:04.040Z 1,284 100% 2.51kB/s 0:00:00 1,284 100% 2.51kB/s 0:00:00 (xfr#137, to-chk=80/254)
48432024-03-26T07:02:04.066Zsmf/switch_zone_setup/switch_zone_setup
48442024-03-26T07:02:04.066Z 1,041 100% 2.04kB/s 0:00:00 1,041 100% 2.04kB/s 0:00:00 (xfr#138, to-chk=79/254)
48452024-03-26T07:02:04.066Zsmf/wicketd/
48462024-03-26T07:02:04.066Zsmf/wicketd/config.toml
48472024-03-26T07:02:04.066Z 104 100% 0.20kB/s 0:00:00 104 100% 0.20kB/s 0:00:00 (xfr#139, to-chk=78/254)
48482024-03-26T07:02:04.066Zsmf/wicketd/manifest.xml
48492024-03-26T07:02:04.066Z 2,954 100% 5.78kB/s 0:00:00 2,954 100% 5.78kB/s 0:00:00 (xfr#140, to-chk=77/254)
48502024-03-26T07:02:04.066Zsmf/zone-network-setup/
48512024-03-26T07:02:04.066Zsmf/zone-network-setup/manifest.xml
48522024-03-26T07:02:04.066Z 1,614 100% 3.16kB/s 0:00:00 1,614 100% 3.16kB/s 0:00:00 (xfr#141, to-chk=76/254)
48532024-03-26T07:02:04.066Ztools/
48542024-03-26T07:02:04.066Ztools/README.adoc
48552024-03-26T07:02:04.067Z 3,558 100% 6.96kB/s 0:00:00 3,558 100% 6.96kB/s 0:00:00 (xfr#142, to-chk=75/254)
48562024-03-26T07:02:04.067Ztools/build-global-zone-packages.sh
48572024-03-26T07:02:04.067Z 2,388 100% 4.67kB/s 0:00:00 2,388 100% 4.67kB/s 0:00:00 (xfr#143, to-chk=74/254)
48582024-03-26T07:02:04.067Ztools/build-host-image.sh
48592024-03-26T07:02:04.067Z 2,971 100% 5.81kB/s 0:00:00 2,971 100% 5.81kB/s 0:00:00 (xfr#144, to-chk=73/254)
48602024-03-26T07:02:04.067Ztools/build-trampoline-global-zone-packages.sh
48612024-03-26T07:02:04.067Z 1,878 100% 3.68kB/s 0:00:00 1,878 100% 3.68kB/s 0:00:00 (xfr#145, to-chk=72/254)
48622024-03-26T07:02:04.067Ztools/ci_check_opte_ver.sh
48632024-03-26T07:02:04.067Z 2,770 100% 5.42kB/s 0:00:00 2,770 100% 5.42kB/s 0:00:00 (xfr#146, to-chk=71/254)
48642024-03-26T07:02:04.067Ztools/ci_download_clickhouse
48652024-03-26T07:02:04.067Z 3,631 100% 7.11kB/s 0:00:00 3,631 100% 7.11kB/s 0:00:00 (xfr#147, to-chk=70/254)
48662024-03-26T07:02:04.067Ztools/ci_download_cockroachdb
48672024-03-26T07:02:04.067Z 4,292 100% 8.40kB/s 0:00:00 4,292 100% 8.40kB/s 0:00:00 (xfr#148, to-chk=69/254)
48682024-03-26T07:02:04.067Ztools/ci_download_console
48692024-03-26T07:02:04.067Z 1,991 100% 3.90kB/s 0:00:00 1,991 100% 3.90kB/s 0:00:00 (xfr#149, to-chk=68/254)
48702024-03-26T07:02:04.067Ztools/ci_download_dendrite_openapi
48712024-03-26T07:02:04.067Z 1,719 100% 3.36kB/s 0:00:00 1,719 100% 3.36kB/s 0:00:00 (xfr#150, to-chk=67/254)
48722024-03-26T07:02:04.067Ztools/ci_download_dendrite_stub
48732024-03-26T07:02:04.067Z 4,229 100% 8.28kB/s 0:00:00 4,229 100% 8.28kB/s 0:00:00 (xfr#151, to-chk=66/254)
48742024-03-26T07:02:04.067Ztools/ci_download_maghemite_mgd
48752024-03-26T07:02:04.068Z 3,650 100% 7.14kB/s 0:00:00 3,650 100% 7.14kB/s 0:00:00 (xfr#152, to-chk=65/254)
48762024-03-26T07:02:04.068Ztools/ci_download_maghemite_openapi
48772024-03-26T07:02:04.068Z 1,989 100% 3.89kB/s 0:00:00 1,989 100% 3.89kB/s 0:00:00 (xfr#153, to-chk=64/254)
48782024-03-26T07:02:04.068Ztools/ci_download_softnpu_machinery
48792024-03-26T07:02:04.068Z 668 100% 1.31kB/s 0:00:00 668 100% 1.31kB/s 0:00:00 (xfr#154, to-chk=63/254)
48802024-03-26T07:02:04.068Ztools/ci_download_thundermuffin
48812024-03-26T07:02:04.068Z 3,237 100% 6.32kB/s 0:00:00 3,237 100% 6.32kB/s 0:00:00 (xfr#155, to-chk=62/254)
48822024-03-26T07:02:04.068Ztools/ci_download_transceiver_control
48832024-03-26T07:02:04.068Z 3,415 100% 6.67kB/s 0:00:00 3,415 100% 6.67kB/s 0:00:00 (xfr#156, to-chk=61/254)
48842024-03-26T07:02:04.068Ztools/clickhouse_checksums
48852024-03-26T07:02:04.068Z 153 100% 0.30kB/s 0:00:00 153 100% 0.30kB/s 0:00:00 (xfr#157, to-chk=60/254)
48862024-03-26T07:02:04.068Ztools/clickhouse_version
48872024-03-26T07:02:04.068Z 11 100% 0.02kB/s 0:00:00 11 100% 0.02kB/s 0:00:00 (xfr#158, to-chk=59/254)
48882024-03-26T07:02:04.068Ztools/cockroachdb_checksums
48892024-03-26T07:02:04.068Z 258 100% 0.50kB/s 0:00:00 258 100% 0.50kB/s 0:00:00 (xfr#159, to-chk=58/254)
48902024-03-26T07:02:04.068Ztools/cockroachdb_version
48912024-03-26T07:02:04.068Z 8 100% 0.02kB/s 0:00:00 8 100% 0.02kB/s 0:00:00 (xfr#160, to-chk=57/254)
48922024-03-26T07:02:04.068Ztools/console_version
48932024-03-26T07:02:04.068Z 122 100% 0.24kB/s 0:00:00 122 100% 0.24kB/s 0:00:00 (xfr#161, to-chk=56/254)
48942024-03-26T07:02:04.068Ztools/create_gimlet_virtual_hardware.sh
48952024-03-26T07:02:04.068Z 936 100% 1.83kB/s 0:00:00 936 100% 1.83kB/s 0:00:00 (xfr#162, to-chk=55/254)
48962024-03-26T07:02:04.069Ztools/create_scrimlet_virtual_hardware.sh
48972024-03-26T07:02:04.069Z 2,014 100% 3.93kB/s 0:00:00 2,014 100% 3.93kB/s 0:00:00 (xfr#163, to-chk=54/254)
48982024-03-26T07:02:04.069Ztools/create_self_signed_cert.sh
48992024-03-26T07:02:04.069Z 685 100% 1.34kB/s 0:00:00 685 100% 1.34kB/s 0:00:00 (xfr#164, to-chk=53/254)
49002024-03-26T07:02:04.069Ztools/create_virtual_hardware.sh
49012024-03-26T07:02:04.069Z 3,184 100% 6.22kB/s 0:00:00 3,184 100% 6.22kB/s 0:00:00 (xfr#165, to-chk=52/254)
49022024-03-26T07:02:04.069Ztools/delete-reservoir.sh
49032024-03-26T07:02:04.069Z 136 100% 0.27kB/s 0:00:00 136 100% 0.27kB/s 0:00:00 (xfr#166, to-chk=51/254)
49042024-03-26T07:02:04.069Ztools/dendrite_openapi_version
49052024-03-26T07:02:04.069Z 122 100% 0.24kB/s 0:00:00 122 100% 0.24kB/s 0:00:00 (xfr#167, to-chk=50/254)
49062024-03-26T07:02:04.069Ztools/dendrite_stub_checksums
49072024-03-26T07:02:04.069Z 267 100% 0.52kB/s 0:00:00 267 100% 0.52kB/s 0:00:00 (xfr#168, to-chk=49/254)
49082024-03-26T07:02:04.069Ztools/destroy_gimlet_virtual_hardware.sh
49092024-03-26T07:02:04.069Z 888 100% 1.73kB/s 0:00:00 888 100% 1.73kB/s 0:00:00 (xfr#169, to-chk=48/254)
49102024-03-26T07:02:04.069Ztools/destroy_scrimlet_virtual_hardware.sh
49112024-03-26T07:02:04.069Z 1,147 100% 2.24kB/s 0:00:00 1,147 100% 2.24kB/s 0:00:00 (xfr#170, to-chk=47/254)
49122024-03-26T07:02:04.069Ztools/destroy_virtual_hardware.sh
49132024-03-26T07:02:04.069Z 2,227 100% 4.35kB/s 0:00:00 2,227 100% 4.35kB/s 0:00:00 (xfr#171, to-chk=46/254)
49142024-03-26T07:02:04.069Ztools/dvt_dock_version
49152024-03-26T07:02:04.069Z 48 100% 0.09kB/s 0:00:00 48 100% 0.09kB/s 0:00:00 (xfr#172, to-chk=45/254)
49162024-03-26T07:02:04.069Ztools/ensure_buildomat_artifact.sh
49172024-03-26T07:02:04.069Z 3,759 100% 7.34kB/s 0:00:00 3,759 100% 7.34kB/s 0:00:00 (xfr#173, to-chk=44/254)
49182024-03-26T07:02:04.070Ztools/generate-nexus-api.sh
49192024-03-26T07:02:04.070Z 174 100% 0.34kB/s 0:00:00 174 100% 0.34kB/s 0:00:00 (xfr#174, to-chk=43/254)
49202024-03-26T07:02:04.070Ztools/generate-sled-agent-api.sh
49212024-03-26T07:02:04.070Z 161 100% 0.31kB/s 0:00:00 161 100% 0.31kB/s 0:00:00 (xfr#175, to-chk=42/254)
49222024-03-26T07:02:04.070Ztools/generate-wicketd-api.sh
49232024-03-26T07:02:04.070Z 75 100% 0.15kB/s 0:00:00 75 100% 0.15kB/s 0:00:00 (xfr#176, to-chk=41/254)
49242024-03-26T07:02:04.070Ztools/hubris_checksums
49252024-03-26T07:02:04.070Z 852 100% 1.66kB/s 0:00:00 852 100% 1.66kB/s 0:00:00 (xfr#177, to-chk=40/254)
49262024-03-26T07:02:04.070Ztools/hubris_version
49272024-03-26T07:02:04.070Z 50 100% 0.10kB/s 0:00:00 50 100% 0.10kB/s 0:00:00 (xfr#178, to-chk=39/254)
49282024-03-26T07:02:04.070Ztools/install_builder_prerequisites.sh
49292024-03-26T07:02:04.070Z 7,537 100% 14.69kB/s 0:00:00 7,537 100% 14.69kB/s 0:00:00 (xfr#179, to-chk=38/254)
49302024-03-26T07:02:04.070Ztools/install_opte.sh
49312024-03-26T07:02:04.070Z 3,755 100% 7.32kB/s 0:00:00 3,755 100% 7.32kB/s 0:00:00 (xfr#180, to-chk=37/254)
49322024-03-26T07:02:04.070Ztools/install_prerequisites.sh
49332024-03-26T07:02:04.070Z 255 100% 0.50kB/s 0:00:00 255 100% 0.50kB/s 0:00:00 (xfr#181, to-chk=36/254)
49342024-03-26T07:02:04.070Ztools/install_runner_prerequisites.sh
49352024-03-26T07:02:04.070Z 4,154 100% 8.10kB/s 0:00:00 4,154 100% 8.10kB/s 0:00:00 (xfr#182, to-chk=35/254)
49362024-03-26T07:02:04.070Ztools/maghemite_ddm_openapi_version
49372024-03-26T07:02:04.070Z 122 100% 0.24kB/s 0:00:00 122 100% 0.24kB/s 0:00:00 (xfr#183, to-chk=34/254)
49382024-03-26T07:02:04.070Ztools/maghemite_mg_openapi_version
49392024-03-26T07:02:04.071Z 122 100% 0.24kB/s 0:00:00 122 100% 0.24kB/s 0:00:00 (xfr#184, to-chk=33/254)
49402024-03-26T07:02:04.071Ztools/maghemite_mgd_checksums
49412024-03-26T07:02:04.071Z 162 100% 0.32kB/s 0:00:00 162 100% 0.32kB/s 0:00:00 (xfr#185, to-chk=32/254)
49422024-03-26T07:02:04.071Ztools/opte_version
49432024-03-26T07:02:04.106Z 9 100% 0.02kB/s 0:00:00 9 100% 0.02kB/s 0:00:00 (xfr#186, to-chk=31/254)
49442024-03-26T07:02:04.107Ztools/opte_version_override
49452024-03-26T07:02:04.107Z 142 100% 0.28kB/s 0:00:00 142 100% 0.28kB/s 0:00:00 (xfr#187, to-chk=30/254)
49462024-03-26T07:02:04.107Ztools/renovate-post-upgrade.sh
49472024-03-26T07:02:04.107Z 1,705 100% 3.32kB/s 0:00:00 1,705 100% 3.32kB/s 0:00:00 (xfr#188, to-chk=29/254)
49482024-03-26T07:02:04.107Ztools/thundermuffin_checksums
49492024-03-26T07:02:04.107Z 79 100% 0.15kB/s 0:00:00 79 100% 0.15kB/s 0:00:00 (xfr#189, to-chk=28/254)
49502024-03-26T07:02:04.107Ztools/thundermuffin_version
49512024-03-26T07:02:04.107Z 50 100% 0.10kB/s 0:00:00 50 100% 0.10kB/s 0:00:00 (xfr#190, to-chk=27/254)
49522024-03-26T07:02:04.107Ztools/transceiver_control_version
49532024-03-26T07:02:04.107Z 137 100% 0.27kB/s 0:00:00 137 100% 0.27kB/s 0:00:00 (xfr#191, to-chk=26/254)
49542024-03-26T07:02:04.107Ztools/uninstall_opte.sh
49552024-03-26T07:02:04.107Z 6,514 100% 12.70kB/s 0:00:00 6,514 100% 12.70kB/s 0:00:00 (xfr#192, to-chk=25/254)
49562024-03-26T07:02:04.107Ztools/update_crucible.sh
49572024-03-26T07:02:04.107Z 1,093 100% 2.13kB/s 0:00:00 1,093 100% 2.13kB/s 0:00:00 (xfr#193, to-chk=24/254)
49582024-03-26T07:02:04.107Ztools/update_dendrite.sh
49592024-03-26T07:02:04.107Z 2,333 100% 4.55kB/s 0:00:00 2,333 100% 4.55kB/s 0:00:00 (xfr#194, to-chk=23/254)
49602024-03-26T07:02:04.107Ztools/update_helpers.sh
49612024-03-26T07:02:04.108Z 3,831 100% 7.47kB/s 0:00:00 3,831 100% 7.47kB/s 0:00:00 (xfr#195, to-chk=22/254)
49622024-03-26T07:02:04.108Ztools/update_lldp.sh
49632024-03-26T07:02:04.108Z 1,000 100% 1.95kB/s 0:00:00 1,000 100% 1.95kB/s 0:00:00 (xfr#196, to-chk=21/254)
49642024-03-26T07:02:04.108Ztools/update_maghemite.sh
49652024-03-26T07:02:04.108Z 939 100% 1.83kB/s 0:00:00 939 100% 1.83kB/s 0:00:00 (xfr#197, to-chk=20/254)
49662024-03-26T07:02:04.108Ztools/update_propolis.sh
49672024-03-26T07:02:04.108Z 1,050 100% 2.05kB/s 0:00:00 1,050 100% 2.04kB/s 0:00:00 (xfr#198, to-chk=19/254)
49682024-03-26T07:02:04.108Ztools/update_transceiver_control.sh
49692024-03-26T07:02:04.108Z 1,374 100% 2.67kB/s 0:00:00 1,374 100% 2.67kB/s 0:00:00 (xfr#199, to-chk=18/254)
49702024-03-26T07:02:04.108Ztools/virtual_hardware.sh
49712024-03-26T07:02:04.108Z 3,429 100% 6.67kB/s 0:00:00 3,429 100% 6.67kB/s 0:00:00 (xfr#200, to-chk=17/254)
49722024-03-26T07:02:04.108Ztools/dtrace/
49732024-03-26T07:02:04.108Ztools/dtrace/aggregate-query-latency.d
49742024-03-26T07:02:04.108Z 780 100% 1.52kB/s 0:00:00 780 100% 1.52kB/s 0:00:00 (xfr#201, to-chk=11/254)
49752024-03-26T07:02:04.108Ztools/dtrace/slowest-queries.d
49762024-03-26T07:02:04.108Z 1,077 100% 2.10kB/s 0:00:00 1,077 100% 2.10kB/s 0:00:00 (xfr#202, to-chk=10/254)
49772024-03-26T07:02:04.108Ztools/dtrace/trace-db-queries.d
49782024-03-26T07:02:04.108Z 811 100% 1.58kB/s 0:00:00 811 100% 1.58kB/s 0:00:00 (xfr#203, to-chk=9/254)
49792024-03-26T07:02:04.109Ztools/include/
49802024-03-26T07:02:04.109Ztools/include/force-git-over-https.sh
49812024-03-26T07:02:04.109Z 940 100% 1.83kB/s 0:00:00 940 100% 1.83kB/s 0:00:00 (xfr#204, to-chk=8/254)
49822024-03-26T07:02:04.109Ztools/populate/
49832024-03-26T07:02:04.109Ztools/populate/populate-alpine.sh
49842024-03-26T07:02:04.109Z 788 100% 1.53kB/s 0:00:00 788 100% 1.53kB/s 0:00:00 (xfr#205, to-chk=7/254)
49852024-03-26T07:02:04.109Ztools/populate/populate-images.sh
49862024-03-26T07:02:04.109Z 2,571 100% 5.00kB/s 0:00:00 2,571 100% 5.00kB/s 0:00:00 (xfr#206, to-chk=6/254)
49872024-03-26T07:02:04.109Ztools/reflector/
49882024-03-26T07:02:04.109Ztools/reflector/helpers.sh
49892024-03-26T07:02:04.109Z 4,652 100% 9.05kB/s 0:00:00 4,652 100% 9.05kB/s 0:00:00 (xfr#207, to-chk=5/254)
49902024-03-26T07:02:04.109Ztools/scrimlet/
49912024-03-26T07:02:04.109Ztools/scrimlet/create-softnpu-zone.sh
49922024-03-26T07:02:04.109Z 627 100% 1.22kB/s 0:00:00 627 100% 1.22kB/s 0:00:00 (xfr#208, to-chk=4/254)
49932024-03-26T07:02:04.109Ztools/scrimlet/destroy-softnpu-zone.sh
49942024-03-26T07:02:04.109Z 203 100% 0.39kB/s 0:00:00 203 100% 0.39kB/s 0:00:00 (xfr#209, to-chk=3/254)
49952024-03-26T07:02:04.109Ztools/scrimlet/softnpu-init.sh
49962024-03-26T07:02:04.109Z 2,157 100% 4.20kB/s 0:00:00 2,157 100% 4.20kB/s 0:00:00 (xfr#210, to-chk=2/254)
49972024-03-26T07:02:04.109Ztools/scrimlet/softnpu-zone.txt
49982024-03-26T07:02:04.109Z 330 100% 0.64kB/s 0:00:00 330 100% 0.64kB/s 0:00:00 (xfr#211, to-chk=1/254)
49992024-03-26T07:02:04.110Ztools/scrimlet/softnpu.toml
50002024-03-26T07:02:04.110Z 171 100% 0.33kB/s 0:00:00 171 100% 0.33kB/s 0:00:00 (xfr#212, to-chk=0/254)
50012024-03-26T07:02:04.110Z+ pushd cargo-bay
50022024-03-26T07:02:04.110Z+ mkdir -p omicron-common/omicron/
50032024-03-26T07:02:04.110Z/work/oxidecomputer/testbed/a4x2/cargo-bay /work/oxidecomputer/testbed/a4x2
50042024-03-26T07:02:04.110Z+ cp -r g0/omicron/out omicron-common/omicron/
50052024-03-26T07:02:07.809Z+ rm omicron-common/omicron/out/omicron-sled-agent.tar
50062024-03-26T07:02:07.834Z+ rm omicron-common/omicron/out/omicron-gateway-softnpu.tar.gz omicron-common/omicron/out/omicron-gateway.tar.gz
50072024-03-26T07:02:07.834Z+ rm omicron-common/omicron/out/switch-softnpu.tar.gz
50082024-03-26T07:02:07.834Z+ popd
50092024-03-26T07:02:07.834Z/work/oxidecomputer/testbed/a4x2
50102024-03-26T07:02:07.834Z+ for sled in g0 g1 g2 g3
50112024-03-26T07:02:07.834Z+ find cargo-bay/g0/omicron/out/ -maxdepth 1 -mindepth 1
50122024-03-26T07:02:07.834Z+ grep -v sled-agent
50132024-03-26T07:02:07.834Z+ grep -v omicron-gateway
50142024-03-26T07:02:07.835Z+ grep -v switch-softnpu
50152024-03-26T07:02:07.835Z+ xargs -l rm -rf
50162024-03-26T07:02:07.945Z+ for sled in g0 g1 g2 g3
50172024-03-26T07:02:07.969Z+ find cargo-bay/g1/omicron/out/ -maxdepth 1 -mindepth 1
50182024-03-26T07:02:07.969Z+ grep -v sled-agent
50192024-03-26T07:02:07.969Z+ grep -v omicron-gateway
50202024-03-26T07:02:07.969Z+ grep -v switch-softnpu
50212024-03-26T07:02:07.969Z+ xargs -l rm -rf
50222024-03-26T07:02:07.998Z+ for sled in g0 g1 g2 g3
50232024-03-26T07:02:08.028Z+ find cargo-bay/g2/omicron/out/ -maxdepth 1 -mindepth 1
50242024-03-26T07:02:08.028Z+ grep -v sled-agent
50252024-03-26T07:02:08.028Z+ grep -v omicron-gateway
50262024-03-26T07:02:08.029Z+ grep -v switch-softnpu
50272024-03-26T07:02:08.029Z+ xargs -l rm -rf
50282024-03-26T07:02:08.061Z+ for sled in g0 g1 g2 g3
50292024-03-26T07:02:08.061Z+ find cargo-bay/g3/omicron/out/ -maxdepth 1 -mindepth 1
50302024-03-26T07:02:08.061Z+ grep -v sled-agent
50312024-03-26T07:02:08.061Z+ grep -v omicron-gateway
50322024-03-26T07:02:08.061Z+ grep -v switch-softnpu
50332024-03-26T07:02:08.062Z+ xargs -l rm -rf
50342024-03-26T07:02:08.102Z+ ./config/fetch-softnpu-artifacts.sh
50352024-03-26T07:02:08.142Z+ url=https://buildomat.eng.oxide.computer
50362024-03-26T07:02:08.142Z+ path=public/file/oxidecomputer/sidecar-lite/release/
50372024-03-26T07:02:08.143Z+ rev=e3ea4b495ba0a71801ded0776ae4bbd31df57e26
50382024-03-26T07:02:08.143Z+ for artifact in scadm libsidecar_lite.so
50392024-03-26T07:02:08.143Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release//e3ea4b495ba0a71801ded0776ae4bbd31df57e26/scadm
50402024-03-26T07:02:08.143Z % Total % Received % Xferd Average Speed Time Time Time Current
50412024-03-26T07:02:08.143Z Dload Upload Total Spent Left Speed
50422024-03-26T07:02:15.266Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 22.7M 1 379k 0 0 413k 0 0:00:56 --:--:-- 0:00:56 413k 12 22.7M 12 3027k 0 0 1585k 0 0:00:14 0:00:01 0:00:13 1585k 21 22.7M 21 4923k 0 0 1909k 0 0:00:12 0:00:02 0:00:10 1909k 28 22.7M 28 6739k 0 0 1858k 0 0:00:12 0:00:03 0:00:09 1858k 38 22.7M 38 8891k 0 0 1943k 0 0:00:12 0:00:04 0:00:08 1943k 58 22.7M 58 13.4M 0 0 2459k 0 0:00:09 0:00:05 0:00:04 2861k 90 22.7M 90 20.6M 0 0 3175k 0 0:00:07 0:00:06 0:00:01 3815k 100 22.7M 100 22.7M 0 0 3268k 0 0:00:07 0:00:07 --:--:-- 4036k
50432024-03-26T07:02:15.304Z+ chmod +x scadm
50442024-03-26T07:02:15.305Z+ cp scadm cargo-bay/g0/
50452024-03-26T07:02:15.329Z+ mv scadm cargo-bay/g3/
50462024-03-26T07:02:15.329Z+ for artifact in scadm libsidecar_lite.so
50472024-03-26T07:02:15.329Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release//e3ea4b495ba0a71801ded0776ae4bbd31df57e26/libsidecar_lite.so
50482024-03-26T07:02:15.355Z % Total % Received % Xferd Average Speed Time Time Time Current
50492024-03-26T07:02:15.355Z Dload Upload Total Spent Left Speed
50502024-03-26T07:02:21.586Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 20.0M 1 215k 0 0 327k 0 0:01:02 --:--:-- 0:01:02 326k 4 20.0M 4 907k 0 0 612k 0 0:00:33 0:00:01 0:00:32 612k 8 20.0M 8 1731k 0 0 717k 0 0:00:28 0:00:02 0:00:26 717k 32 20.0M 32 6671k 0 0 1980k 0 0:00:10 0:00:03 0:00:07 1980k 62 20.0M 62 12.4M 0 0 2911k 0 0:00:07 0:00:04 0:00:03 2911k 70 20.0M 70 14.2M 0 0 2563k 0 0:00:08 0:00:05 0:00:03 2857k 100 20.0M 100 20.0M 0 0 3283k 0 0:00:06 0:00:06 --:--:-- 4112k
50512024-03-26T07:02:21.610Z+ chmod +x libsidecar_lite.so
50522024-03-26T07:02:21.610Z+ cp libsidecar_lite.so cargo-bay/g0/
50532024-03-26T07:02:21.634Z+ mv libsidecar_lite.so cargo-bay/g3/
50542024-03-26T07:02:21.658Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
50552024-03-26T07:02:21.658Z+ tar -czf cargo-bay-ce.tgz cargo-bay/ce
50562024-03-26T07:02:21.658Z+ mv cargo-bay-ce.tgz /out/
50572024-03-26T07:02:21.658Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
50582024-03-26T07:02:21.658Z+ tar -czf cargo-bay-cr1.tgz cargo-bay/cr1
50592024-03-26T07:02:21.658Z+ mv cargo-bay-cr1.tgz /out/
50602024-03-26T07:02:21.683Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
50612024-03-26T07:02:21.683Z+ tar -czf cargo-bay-cr2.tgz cargo-bay/cr2
50622024-03-26T07:02:21.683Z+ mv cargo-bay-cr2.tgz /out/
50632024-03-26T07:02:21.683Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
50642024-03-26T07:02:21.683Z+ tar -czf cargo-bay-g0.tgz cargo-bay/g0
50652024-03-26T07:02:37.577Z+ mv cargo-bay-g0.tgz /out/
50662024-03-26T07:02:37.858Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
50672024-03-26T07:02:37.858Z+ tar -czf cargo-bay-g1.tgz cargo-bay/g1
50682024-03-26T07:02:52.480Z+ mv cargo-bay-g1.tgz /out/
50692024-03-26T07:02:52.733Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
50702024-03-26T07:02:52.733Z+ tar -czf cargo-bay-g2.tgz cargo-bay/g2
50712024-03-26T07:03:18.476Z+ mv cargo-bay-g2.tgz /out/
50722024-03-26T07:03:18.541Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
50732024-03-26T07:03:18.541Z+ tar -czf cargo-bay-g3.tgz cargo-bay/g3
50742024-03-26T07:03:23.887Z+ mv cargo-bay-g3.tgz /out/
50752024-03-26T07:03:24.141Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
50762024-03-26T07:03:24.141Z+ tar -czf cargo-bay-tools.tgz cargo-bay/tools
50772024-03-26T07:03:24.175Z+ mv cargo-bay-tools.tgz /out/
50782024-03-26T07:03:24.175Z+ for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common
50792024-03-26T07:03:24.175Z+ tar -czf cargo-bay-omicron-common.tgz cargo-bay/omicron-common
50802024-03-26T07:03:56.376Z+ mv cargo-bay-omicron-common.tgz /out/
50812024-03-26T07:03:57.756Zprocess exited: duration 1732480 ms, exit code 0
 
50822024-03-26T07:03:57.806Zfound 11 output files
50832024-03-26T07:03:57.806Zuploading: /out/cargo-bay-ce.tgz (657 bytes)
50842024-03-26T07:03:58.913Zuploaded: /out/cargo-bay-ce.tgz
50852024-03-26T07:03:58.913Zuploading: /out/cargo-bay-cr1.tgz (961 bytes)
50862024-03-26T07:04:00.019Zuploaded: /out/cargo-bay-cr1.tgz
50872024-03-26T07:04:00.019Zuploading: /out/cargo-bay-cr2.tgz (962 bytes)
50882024-03-26T07:04:01.130Zuploaded: /out/cargo-bay-cr2.tgz
50892024-03-26T07:04:01.130Zuploading: /out/cargo-bay-g0.tgz (297250983 bytes)
50902024-03-26T07:05:42.800Zuploaded: /out/cargo-bay-g0.tgz
50912024-03-26T07:05:42.800Zuploading: /out/cargo-bay-g1.tgz (284386869 bytes)
50922024-03-26T07:08:11.148Zuploaded: /out/cargo-bay-g1.tgz
50932024-03-26T07:08:11.245Zuploading: /out/cargo-bay-g2.tgz (284386616 bytes)
50942024-03-26T07:10:05.960Zuploaded: /out/cargo-bay-g2.tgz
50952024-03-26T07:10:05.961Zuploading: /out/cargo-bay-g3.tgz (297277056 bytes)
50962024-03-26T07:12:20.273Zuploaded: /out/cargo-bay-g3.tgz
50972024-03-26T07:12:20.273Zuploading: /out/cargo-bay-tools.tgz (36401 bytes)
50982024-03-26T07:12:21.435Zuploaded: /out/cargo-bay-tools.tgz
50992024-03-26T07:12:21.435Zuploading: /out/cargo-bay-omicron-common.tgz (947497296 bytes)
51002024-03-26T07:18:55.940Zuploaded: /out/cargo-bay-omicron-common.tgz
51012024-03-26T07:18:55.940Zuploading: /out/commtest (79691624 bytes)
51022024-03-26T07:19:40.355Zuploaded: /out/commtest
51032024-03-26T07:19:40.355Zuploading: /out/dhcp-server (79138776 bytes)
51042024-03-26T07:20:09.542Zuploaded: /out/dhcp-server