01HX04K66Q0NDSXNXYEXE4GHJY: test-ddm-trio

BasicConfig {
    output_rules: [
        "/work/*.log",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HX04KPBEVDYXX5REXJDGCE12

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-03T21:14:09.318Zjob assigned to worker 01HX04SR95RF5P6X1JP14GCYK0 (queued for 5 m 16 s)
 
22024-05-03T21:14:16.805Zstarting task 0: "setup"
32024-05-03T21:14:16.865Z++ uname -s
42024-05-03T21:14:16.869Z+ kern=SunOS
52024-05-03T21:14:16.869Z+ case "$kern" in
62024-05-03T21:14:16.869Z+ groupadd -g 12345 build
72024-05-03T21:14:16.967Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-03T21:14:18.986Z+ zfs create -o mountpoint=/work rpool/work
92024-05-03T21:14:19.094Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-03T21:14:19.100Z+ home_fs=zfs
112024-05-03T21:14:19.101Z+ [[ zfs == autofs ]]
122024-05-03T21:14:19.101Z+ mkdir -p /home/build
132024-05-03T21:14:19.101Z+ chown build:build /home/build /work
142024-05-03T21:14:21.104Z+ chmod 0700 /home/build /work
152024-05-03T21:14:21.117Zprocess exited: duration 4296 ms, exit code 0
 
162024-05-03T21:14:21.150Zstarting task 1: "rust-toolchain"
172024-05-03T21:14:21.167Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-03T21:14:21.168Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192024-05-03T21:14:21.272Zinfo: downloading installer
202024-05-03T21:14:22.937Zwarning: it looks like you have an existing installation of Rust at:
212024-05-03T21:14:22.938Zwarning: /opt/ooce/bin
222024-05-03T21:14:22.938Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-03T21:14:22.938Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-03T21:14:22.938Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-03T21:14:22.938Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-03T21:14:22.938Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-03T21:14:22.938Zerror: cannot install while Rust is installed
282024-05-03T21:14:22.938Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-03T21:14:23.153Zinfo: profile set to 'default'
302024-05-03T21:14:23.153Zinfo: default host triple is x86_64-unknown-illumos
312024-05-03T21:14:23.172Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322024-05-03T21:14:23.299Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-05-03T21:14:23.299Zinfo: downloading component 'cargo'
342024-05-03T21:14:24.088Zinfo: downloading component 'clippy'
352024-05-03T21:14:24.348Zinfo: downloading component 'rust-docs'
362024-05-03T21:14:25.370Zinfo: downloading component 'rust-std'
372024-05-03T21:14:27.017Zinfo: downloading component 'rustc'
382024-05-03T21:14:31.209Zinfo: downloading component 'rustfmt'
392024-05-03T21:14:31.431Zinfo: installing component 'cargo'
402024-05-03T21:14:32.681Zinfo: installing component 'clippy'
412024-05-03T21:14:32.684Zinfo: installing component 'rust-docs'
422024-05-03T21:14:34.112Zinfo: installing component 'rust-std'
432024-05-03T21:14:35.871Zinfo: installing component 'rustc'
442024-05-03T21:14:40.004Zinfo: installing component 'rustfmt'
452024-05-03T21:14:40.350Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462024-05-03T21:14:40.350Z
472024-05-03T21:14:40.628Z stable-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-05-03T21:14:40.628Z
492024-05-03T21:14:40.637Z
502024-05-03T21:14:40.638ZRust is installed now. Great!
512024-05-03T21:14:40.638Z
522024-05-03T21:14:40.638ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-03T21:14:40.638Zenvironment variable. This has not been done automatically.
542024-05-03T21:14:40.638Z
552024-05-03T21:14:40.638ZTo configure your current shell, you need to source
562024-05-03T21:14:40.638Zthe corresponding env file under $HOME/.cargo.
572024-05-03T21:14:40.638Z
582024-05-03T21:14:40.638ZThis is usually done by running one of the following (note the leading DOT):
592024-05-03T21:14:40.638Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-03T21:14:40.639Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-03T21:14:40.736Z+ rustc --version
622024-05-03T21:14:40.801Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-05-03T21:14:40.805Zprocess exited: duration 19663 ms, exit code 0
 
642024-05-03T21:14:40.835Zstarting task 2: "authentication"
652024-05-03T21:14:40.855Zprocess exited: duration 24 ms, exit code 0
 
662024-05-03T21:14:40.864Zstarting task 3: "clone repository"
672024-05-03T21:14:40.868Z+ mkdir -p /work/oxidecomputer/maghemite
682024-05-03T21:14:40.872Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
692024-05-03T21:14:41.375ZCloning into '/work/oxidecomputer/maghemite'...
702024-05-03T21:14:42.741Z+ cd /work/oxidecomputer/maghemite
712024-05-03T21:14:42.742Z+ git fetch origin 6c4ab1a759adbda4324dffae80ea0d47f1ca1987
722024-05-03T21:14:43.047ZFrom https://github.com/oxidecomputer/maghemite
732024-05-03T21:14:43.047Z * branch 6c4ab1a759adbda4324dffae80ea0d47f1ca1987 -> FETCH_HEAD
742024-05-03T21:14:43.054Z+ [[ -n oxpop ]]
752024-05-03T21:14:43.059Z++ git branch --show-current
762024-05-03T21:14:43.059Z+ current=main
772024-05-03T21:14:43.059Z+ [[ main != oxpop ]]
782024-05-03T21:14:43.059Z+ git branch -f oxpop 6c4ab1a759adbda4324dffae80ea0d47f1ca1987
792024-05-03T21:14:43.069Z+ git checkout -f oxpop
802024-05-03T21:14:43.083ZSwitched to branch 'oxpop'
812024-05-03T21:14:43.083Z+ git reset --hard 6c4ab1a759adbda4324dffae80ea0d47f1ca1987
822024-05-03T21:14:43.091ZHEAD is now at 6c4ab1a review feedback
832024-05-03T21:14:43.100Zprocess exited: duration 2227 ms, exit code 0
 
842024-05-03T21:14:43.111Zstarting task 4: "build"
852024-05-03T21:14:43.115Z++ cargo --version
862024-05-03T21:14:43.119Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-05-03T21:14:43.295Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-05-03T21:14:43.295Zinfo: downloading component 'cargo'
892024-05-03T21:14:44.331Zinfo: downloading component 'clippy'
902024-05-03T21:14:44.665Zinfo: downloading component 'rust-docs'
912024-05-03T21:14:46.039Zinfo: downloading component 'rust-std'
922024-05-03T21:14:48.092Zinfo: downloading component 'rustc'
932024-05-03T21:14:53.456Zinfo: downloading component 'rustfmt'
942024-05-03T21:14:53.761Zinfo: installing component 'cargo'
952024-05-03T21:14:54.582Zinfo: installing component 'clippy'
962024-05-03T21:14:54.923Zinfo: installing component 'rust-docs'
972024-05-03T21:14:56.377Zinfo: installing component 'rust-std'
982024-05-03T21:14:57.975Zinfo: installing component 'rustc'
992024-05-03T21:15:02.085Zinfo: installing component 'rustfmt'
1002024-05-03T21:15:02.442Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-05-03T21:15:02.471Z++ rustc --version
1022024-05-03T21:15:02.511Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-05-03T21:15:02.516Z++ dladm
1042024-05-03T21:15:02.533ZLINK CLASS MTU STATE BRIDGE OVER
1052024-05-03T21:15:02.533Zena0 phys 9216 up -- --
1062024-05-03T21:15:02.538Z++ ipadm
1072024-05-03T21:15:02.538ZADDROBJ TYPE STATE ADDR
1082024-05-03T21:15:02.538Zlo0/v4 static ok 127.0.0.1/8
1092024-05-03T21:15:02.538Zena0/dhcp dhcp ok 10.150.1.252/24
1102024-05-03T21:15:02.538Zlo0/v6 static ok ::1/128
1112024-05-03T21:15:02.538Z++ banner collect
1122024-05-03T21:15:02.538Z
1132024-05-03T21:15:02.538Z #### #### # # ###### #### #####
1142024-05-03T21:15:02.539Z # # # # # # # # # #
1152024-05-03T21:15:02.539Z # # # # # ##### # #
1162024-05-03T21:15:02.539Z # # # # # # # #
1172024-05-03T21:15:02.539Z # # # # # # # # # #
1182024-05-03T21:15:02.539Z #### #### ###### ###### ###### #### #
1192024-05-03T21:15:02.539Z
1202024-05-03T21:15:02.539Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1212024-05-03T21:15:02.539Z++ repo=softnpu
1222024-05-03T21:15:02.539Z++ series=image
1232024-05-03T21:15:02.539Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1242024-05-03T21:15:02.539Z++ name=softnpu
1252024-05-03T21:15:02.539Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1262024-05-03T21:15:02.539Z++ mkdir -p download
1272024-05-03T21:15:02.544Z++ pushd download
1282024-05-03T21:15:02.544Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1292024-05-03T21:15:02.544Z++ [[ ! -f softnpu ]]
1302024-05-03T21:15:02.544Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1312024-05-03T21:15:02.549Z % Total % Received % Xferd Average Speed Time Time Time Current
1322024-05-03T21:15:02.549Z Dload Upload Total Spent Left Speed
1332024-05-03T21:15:12.586Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 21.8M 4 1099k 0 0 729k 0 0:00:30 0:00:01 0:00:29 729k 8 21.8M 8 1995k 0 0 780k 0 0:00:28 0:00:02 0:00:26 781k 8 21.8M 8 1995k 0 0 634k 0 0:00:35 0:00:03 0:00:32 634k 16 21.8M 16 3627k 0 0 907k 0 0:00:24 0:00:03 0:00:21 907k 16 21.8M 16 3627k 0 0 742k 0 0:00:30 0:00:04 0:00:26 742k 30 21.8M 30 6795k 0 0 1163k 0 0:00:19 0:00:05 0:00:14 1313k 54 21.8M 54 11.8M 0 0 1787k 0 0:00:12 0:00:06 0:00:06 2391k 67 21.8M 67 14.7M 0 0 1866k 0 0:00:11 0:00:08 0:00:03 2652k 78 21.8M 78 17.0M 0 0 1927k 0 0:00:11 0:00:09 0:00:02 2729k 91 21.8M 91 19.9M 0 0 2045k 0 0:00:10 0:00:10 --:--:-- 3289k 100 21.8M 100 21.8M 0 0 2227k 0 0:00:10 0:00:10 --:--:-- 3711k
1342024-05-03T21:15:12.592Z++ popd
1352024-05-03T21:15:12.592Z/work/oxidecomputer/maghemite
1362024-05-03T21:15:12.593Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1372024-05-03T21:15:12.593Z++ repo=sidecar-lite
1382024-05-03T21:15:12.593Z++ series=release
1392024-05-03T21:15:12.593Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1402024-05-03T21:15:12.593Z++ name=libsidecar_lite.so
1412024-05-03T21:15:12.593Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1422024-05-03T21:15:12.593Z++ mkdir -p download
1432024-05-03T21:15:12.594Z++ pushd download
1442024-05-03T21:15:12.594Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1452024-05-03T21:15:12.594Z++ [[ ! -f libsidecar_lite.so ]]
1462024-05-03T21:15:12.594Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1472024-05-03T21:15:12.599Z % Total % Received % Xferd Average Speed Time Time Time Current
1482024-05-03T21:15:12.599Z Dload Upload Total Spent Left Speed
1492024-05-03T21:15:18.649Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 20.3M 2 435k 0 0 435k 0 0:00:47 0:00:01 0:00:46 435k 15 20.3M 15 3163k 0 0 1663k 0 0:00:12 0:00:01 0:00:11 1663k 47 20.3M 47 9811k 0 0 3251k 0 0:00:06 0:00:03 0:00:03 3252k 52 20.3M 52 10.7M 0 0 2824k 0 0:00:07 0:00:03 0:00:04 2824k 88 20.3M 88 17.9M 0 0 3848k 0 0:00:05 0:00:04 0:00:01 3848k 97 20.3M 97 19.7M 0 0 3346k 0 0:00:06 0:00:06 --:--:-- 3925k 100 20.3M 100 20.3M 0 0 3436k 0 0:00:06 0:00:06 --:--:-- 4249k
1502024-05-03T21:15:18.654Z++ popd
1512024-05-03T21:15:18.654Z/work/oxidecomputer/maghemite
1522024-05-03T21:15:18.654Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1532024-05-03T21:15:18.654Z++ repo=sidecar-lite
1542024-05-03T21:15:18.654Z++ series=release
1552024-05-03T21:15:18.654Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1562024-05-03T21:15:18.654Z++ name=scadm
1572024-05-03T21:15:18.654Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1582024-05-03T21:15:18.654Z++ mkdir -p download
1592024-05-03T21:15:18.660Z++ pushd download
1602024-05-03T21:15:18.660Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1612024-05-03T21:15:18.660Z++ [[ ! -f scadm ]]
1622024-05-03T21:15:18.660Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1632024-05-03T21:15:18.665Z % Total % Received % Xferd Average Speed Time Time Time Current
1642024-05-03T21:15:18.666Z Dload Upload Total Spent Left Speed
1652024-05-03T21:15:23.883Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 22.7M 2 615k 0 0 578k 0 0:00:40 0:00:01 0:00:39 578k 16 22.7M 16 3959k 0 0 2026k 0 0:00:11 0:00:01 0:00:10 2025k 38 22.7M 38 9055k 0 0 3139k 0 0:00:07 0:00:02 0:00:05 3138k 56 22.7M 56 12.7M 0 0 3454k 0 0:00:06 0:00:03 0:00:03 3454k 65 22.7M 65 14.9M 0 0 3250k 0 0:00:07 0:00:04 0:00:03 3250k 100 22.7M 100 22.7M 0 0 4472k 0 0:00:05 0:00:05 --:--:-- 5471k
1662024-05-03T21:15:23.888Z++ popd
1672024-05-03T21:15:23.888Z/work/oxidecomputer/maghemite
1682024-05-03T21:15:23.888Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1692024-05-03T21:15:23.888Z++ repo=dendrite
1702024-05-03T21:15:23.888Z++ series=image
1712024-05-03T21:15:23.888Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1722024-05-03T21:15:23.889Z++ name=dendrite-softnpu.tar.gz
1732024-05-03T21:15:23.889Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1742024-05-03T21:15:23.889Z++ mkdir -p download
1752024-05-03T21:15:23.894Z++ pushd download
1762024-05-03T21:15:23.894Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1772024-05-03T21:15:23.894Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1782024-05-03T21:15:23.894Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1792024-05-03T21:15:23.900Z % Total % Received % Xferd Average Speed Time Time Time Current
1802024-05-03T21:15:23.900Z Dload Upload Total Spent Left Speed
1812024-05-03T21:15:30.176Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 37.5M 0 347k 0 0 552k 0 0:01:09 --:--:-- 0:01:09 552k 10 37.5M 10 4211k 0 0 2678k 0 0:00:14 0:00:01 0:00:13 2677k 20 37.5M 20 7843k 0 0 3174k 0 0:00:12 0:00:02 0:00:10 3174k 34 37.5M 34 12.9M 0 0 3449k 0 0:00:11 0:00:03 0:00:08 3449k 42 37.5M 42 15.8M 0 0 3516k 0 0:00:10 0:00:04 0:00:06 3516k 57 37.5M 57 21.7M 0 0 3992k 0 0:00:09 0:00:05 0:00:04 4429k 100 37.5M 100 37.5M 0 0 6126k 0 0:00:06 0:00:06 --:--:-- 7279k
1822024-05-03T21:15:30.182Z++ popd
1832024-05-03T21:15:30.182Z/work/oxidecomputer/maghemite
1842024-05-03T21:15:30.182Z++ get_artifact maghemite release e76dc67706beb806b2f0ecfd6d51097c6c06d534 ddmd
1852024-05-03T21:15:30.182Z++ repo=maghemite
1862024-05-03T21:15:30.182Z++ series=release
1872024-05-03T21:15:30.182Z++ commit=e76dc67706beb806b2f0ecfd6d51097c6c06d534
1882024-05-03T21:15:30.182Z++ name=ddmd
1892024-05-03T21:15:30.182Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1902024-05-03T21:15:30.182Z++ mkdir -p download
1912024-05-03T21:15:30.185Z++ pushd download
1922024-05-03T21:15:30.185Z++ [[ ! -f ddmd ]]
1932024-05-03T21:15:30.185Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1942024-05-03T21:15:30.186Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/e76dc67706beb806b2f0ecfd6d51097c6c06d534/ddmd
1952024-05-03T21:15:30.191Z % Total % Received % Xferd Average Speed Time Time Time Current
1962024-05-03T21:15:30.191Z Dload Upload Total Spent Left Speed
1972024-05-03T21:15:35.909Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 27.6M 0 40764 0 0 227k 0 0:02:04 --:--:-- 0:02:04 227k 6 27.6M 6 1931k 0 0 1022k 0 0:00:27 0:00:01 0:00:26 1022k 14 27.6M 14 4123k 0 0 1398k 0 0:00:20 0:00:02 0:00:18 1398k 14 27.6M 14 4123k 0 0 1172k 0 0:00:24 0:00:03 0:00:21 1171k 59 27.6M 59 16.5M 0 0 4063k 0 0:00:06 0:00:04 0:00:02 4063k 69 27.6M 69 19.3M 0 0 3820k 0 0:00:07 0:00:05 0:00:02 3946k 100 27.6M 100 27.6M 0 0 4947k 0 0:00:05 0:00:05 --:--:-- 6881k
1982024-05-03T21:15:35.915Z++ popd
1992024-05-03T21:15:35.916Z/work/oxidecomputer/maghemite
2002024-05-03T21:15:35.916Z++ get_artifact maghemite release e76dc67706beb806b2f0ecfd6d51097c6c06d534 ddmadm
2012024-05-03T21:15:35.916Z++ repo=maghemite
2022024-05-03T21:15:35.916Z++ series=release
2032024-05-03T21:15:35.916Z++ commit=e76dc67706beb806b2f0ecfd6d51097c6c06d534
2042024-05-03T21:15:35.917Z++ name=ddmadm
2052024-05-03T21:15:35.917Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2062024-05-03T21:15:35.917Z++ mkdir -p download
2072024-05-03T21:15:35.917Z++ pushd download
2082024-05-03T21:15:35.917Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2092024-05-03T21:15:35.917Z++ [[ ! -f ddmadm ]]
2102024-05-03T21:15:35.917Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/e76dc67706beb806b2f0ecfd6d51097c6c06d534/ddmadm
2112024-05-03T21:15:35.923Z % Total % Received % Xferd Average Speed Time Time Time Current
2122024-05-03T21:15:35.927Z Dload Upload Total Spent Left Speed
2132024-05-03T21:15:44.884Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 30.5M 0 32572 0 0 56540 0 0:09:26 --:--:-- 0:09:26 56548 5 30.5M 5 1699k 0 0 1180k 0 0:00:26 0:00:01 0:00:25 1180k 11 30.5M 11 3547k 0 0 1325k 0 0:00:23 0:00:02 0:00:21 1325k 26 30.5M 26 8375k 0 0 2242k 0 0:00:13 0:00:03 0:00:10 2242k 32 30.5M 32 9.8M 0 0 2205k 0 0:00:14 0:00:04 0:00:10 2205k 44 30.5M 44 13.7M 0 0 2357k 0 0:00:13 0:00:05 0:00:08 2604k 53 30.5M 53 16.4M 0 0 2581k 0 0:00:12 0:00:06 0:00:06 2976k 63 30.5M 63 19.3M 0 0 2660k 0 0:00:11 0:00:07 0:00:04 3410k 83 30.5M 83 25.4M 0 0 3085k 0 0:00:10 0:00:08 0:00:02 3753k 100 30.5M 100 30.5M 0 0 3489k 0 0:00:08 0:00:08 --:--:-- 4841k
2142024-05-03T21:15:44.888Z++ popd
2152024-05-03T21:15:44.888Z/work/oxidecomputer/maghemite
2162024-05-03T21:15:44.888Z++ pushd download
2172024-05-03T21:15:44.888Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182024-05-03T21:15:44.889Z++ chmod +x softnpu
2192024-05-03T21:15:44.893Z++ chmod +x scadm
2202024-05-03T21:15:44.894Z++ chmod +x ddmadm
2212024-05-03T21:15:44.899Z++ chmod +x ddmd
2222024-05-03T21:15:44.899Z++ mv ddmadm ddmadm-v1
2232024-05-03T21:15:44.899Z++ mv ddmd ddmd-v1
2242024-05-03T21:15:44.903Z++ rm -rf zones/dendrite
2252024-05-03T21:15:44.903Z++ mkdir -p zones/dendrite
2262024-05-03T21:15:44.903Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2272024-05-03T21:15:45.653Z++ popd
2282024-05-03T21:15:45.653Z/work/oxidecomputer/maghemite
2292024-05-03T21:15:45.654Z++ banner install
2302024-05-03T21:15:45.660Z
2312024-05-03T21:15:45.660Z # # # #### ##### ## # #
2322024-05-03T21:15:45.660Z # ## # # # # # # #
2332024-05-03T21:15:45.660Z # # # # #### # # # # #
2342024-05-03T21:15:45.660Z # # # # # # ###### # #
2352024-05-03T21:15:45.661Z # # ## # # # # # # #
2362024-05-03T21:15:45.661Z # # # #### # # # ###### ######
2372024-05-03T21:15:45.661Z
2382024-05-03T21:15:45.661Z++ pkg info brand/sparse
2392024-05-03T21:15:45.661Z++ grep -qi installed
2402024-05-03T21:15:54.176Zpkg: info: no packages matching the following patterns you specified are
2412024-05-03T21:15:54.177Zinstalled on the system. Try querying remotely instead:
2422024-05-03T21:15:54.177Z
2432024-05-03T21:15:54.177Z brand/sparse
2442024-05-03T21:15:54.217Z++ [[ 1 != 0 ]]
2452024-05-03T21:15:54.217Z++ set -o errexit
2462024-05-03T21:15:54.218Z++ pfexec pkg install brand/sparse
2472024-05-03T21:15:57.923Z Startup: Refreshing catalog 'helios-dev' ... Done
2482024-05-03T21:15:59.662Z Startup: Caching catalogs ... Done
2492024-05-03T21:16:02.438ZPlanning: Solver setup ... Done
2502024-05-03T21:16:02.483ZPlanning: Running solver ... Done
2512024-05-03T21:16:02.620ZPlanning: Finding local manifests ... Done
2522024-05-03T21:16:02.632ZPlanning: Fetching manifests: 0/1 0% complete
2532024-05-03T21:16:02.757ZPlanning: Fetching manifests: 1/1 100% complete
2542024-05-03T21:16:02.770ZPlanning: Package planning ... Done
2552024-05-03T21:16:02.774ZPlanning: Merging actions ... Done
2562024-05-03T21:16:03.272ZPlanning: Checking for conflicting actions ... Done
2572024-05-03T21:16:03.277ZPlanning: Consolidating action changes ... Done
2582024-05-03T21:16:13.014ZPlanning: Evaluating mediators ... Done
2592024-05-03T21:16:13.020ZPlanning: Planning completed in 12.88 seconds
2602024-05-03T21:16:13.020Z Packages to install: 1
2612024-05-03T21:16:13.020Z Create boot environment: No
2622024-05-03T21:16:13.020ZCreate backup boot environment: No
2632024-05-03T21:16:13.020Z
2642024-05-03T21:16:13.020ZDownload: 0/16 items 0.0/0.0MB 0% complete
2652024-05-03T21:16:13.020ZDownload: Completed 23.56 kB in 0.07 seconds (351k/s)
2662024-05-03T21:16:13.020Z Actions: 1/32 actions (Installing new actions)
2672024-05-03T21:16:13.020Z Actions: Completed 32 actions in 0.01 seconds.
2682024-05-03T21:16:13.087Z Done
2692024-05-03T21:16:13.087Z Done
2702024-05-03T21:16:13.347Z Done
2712024-05-03T21:16:19.135Z Done
2722024-05-03T21:16:19.330Z Done
2732024-05-03T21:16:19.335Z Done
2742024-05-03T21:16:19.503Z Done
2752024-05-03T21:16:19.747Z++ set -o errexit
2762024-05-03T21:16:19.747Z++ set -o pipefail
2772024-05-03T21:16:19.747Z++ banner build
2782024-05-03T21:16:19.750Z
2792024-05-03T21:16:19.750Z ##### # # # # #####
2802024-05-03T21:16:19.750Z # # # # # # # #
2812024-05-03T21:16:19.750Z ##### # # # # # #
2822024-05-03T21:16:19.750Z # # # # # # # #
2832024-05-03T21:16:19.750Z # # # # # # # #
2842024-05-03T21:16:19.750Z ##### #### # ###### #####
2852024-05-03T21:16:19.750Z
2862024-05-03T21:16:19.750Z++ cargo build --release --bin ddmd --bin ddmadm
2872024-05-03T21:16:19.896Z Updating git repository `https://www.github.com/oxidecomputer/netadm-sys.git`
2882024-05-03T21:16:20.147Zwarning: redirecting to https://github.com/oxidecomputer/netadm-sys.git/
2892024-05-03T21:16:20.579ZFrom https://www.github.com/oxidecomputer/netadm-sys
2902024-05-03T21:16:20.579Z * [new branch] compile-macos -> origin/compile-macos
2912024-05-03T21:16:20.588Z * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25
2922024-05-03T21:16:20.588Z * [new branch] gh-pages -> origin/gh-pages
2932024-05-03T21:16:20.588Z * [new branch] main -> origin/main
2942024-05-03T21:16:20.588Z * [new branch] route-get-timeout -> origin/route-get-timeout
2952024-05-03T21:16:20.588Z * [new branch] siocgnds -> origin/siocgnds
2962024-05-03T21:16:20.588Z * [new ref] -> origin/HEAD
2972024-05-03T21:16:20.592Z Updating crates.io index
2982024-05-03T21:16:20.653Z Updating git repository `https://github.com/oxidecomputer/falcon`
2992024-05-03T21:16:21.466ZFrom https://github.com/oxidecomputer/falcon
3002024-05-03T21:16:21.466Z * [new branch] main -> origin/main
3012024-05-03T21:16:21.476Z * [new ref] -> origin/HEAD
3022024-05-03T21:16:21.577Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3032024-05-03T21:16:22.664ZFrom https://github.com/oxidecomputer/dendrite
3042024-05-03T21:16:22.665Z * [new branch] add-link-id-to-link-create -> origin/add-link-id-to-link-create
3052024-05-03T21:16:22.686Z * [new branch] bugfix-omicron-4589 -> origin/bugfix-omicron-4589
3062024-05-03T21:16:22.686Z * [new branch] clippy_and_fmt_updates -> origin/clippy_and_fmt_updates
3072024-05-03T21:16:22.686Z * [new branch] compliance -> origin/compliance
3082024-05-03T21:16:22.686Z * [new branch] dependabot/cargo/h2-0.3.26 -> origin/dependabot/cargo/h2-0.3.26
3092024-05-03T21:16:22.687Z * [new branch] dependabot/cargo/rustls-0.21.12 -> origin/dependabot/cargo/rustls-0.21.12
3102024-05-03T21:16:22.687Z * [new branch] dpd-softnpu-smf -> origin/dpd-softnpu-smf
3112024-05-03T21:16:22.687Z * [new branch] egress -> origin/egress
3122024-05-03T21:16:22.687Z * [new branch] helios2 -> origin/helios2
3132024-05-03T21:16:22.687Z * [new branch] mac-build -> origin/mac-build
3142024-05-03T21:16:22.687Z * [new branch] main -> origin/main
3152024-05-03T21:16:22.687Z * [new branch] map-all-the-things -> origin/map-all-the-things
3162024-05-03T21:16:22.688Z * [new branch] nat_rpw -> origin/nat_rpw
3172024-05-03T21:16:22.688Z * [new branch] nexthop-counters -> origin/nexthop-counters
3182024-05-03T21:16:22.688Z * [new branch] port-id -> origin/port-id
3192024-05-03T21:16:22.688Z * [new branch] reflection-tests -> origin/reflection-tests
3202024-05-03T21:16:22.688Z * [new branch] remove-routes-from-port-settings -> origin/remove-routes-from-port-settings
3212024-05-03T21:16:22.688Z * [new branch] renovate/anyhow-1.x-lockfile -> origin/renovate/anyhow-1.x-lockfile
3222024-05-03T21:16:22.688Z * [new branch] renovate/async-trait-0.x -> origin/renovate/async-trait-0.x
3232024-05-03T21:16:22.689Z * [new branch] renovate/cc-1.x-lockfile -> origin/renovate/cc-1.x-lockfile
3242024-05-03T21:16:22.689Z * [new branch] renovate/colored-2.x-lockfile -> origin/renovate/colored-2.x-lockfile
3252024-05-03T21:16:22.689Z * [new branch] renovate/http-1.x -> origin/renovate/http-1.x
3262024-05-03T21:16:22.689Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
3272024-05-03T21:16:22.689Z * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x
3282024-05-03T21:16:22.689Z * [new branch] renovate/socket2-0.x-lockfile -> origin/renovate/socket2-0.x-lockfile
3292024-05-03T21:16:22.689Z * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x
3302024-05-03T21:16:22.689Z * [new branch] renovate/tabwriter-1.x-lockfile -> origin/renovate/tabwriter-1.x-lockfile
3312024-05-03T21:16:22.689Z * [new branch] rust-toolchain -> origin/rust-toolchain
3322024-05-03T21:16:22.690Z * [new branch] softnpu-tfportd-support -> origin/softnpu-tfportd-support
3332024-05-03T21:16:22.690Z * [new branch] split-sff-access-too -> origin/split-sff-access-too
3342024-05-03T21:16:22.690Z * [new branch] update-oximeter -> origin/update-oximeter
3352024-05-03T21:16:22.690Z * [new branch] updates -> origin/updates
3362024-05-03T21:16:22.690Z * [new ref] -> origin/HEAD
3372024-05-03T21:16:22.709Z Updating git repository `https://github.com/oxidecomputer/dropshot`
3382024-05-03T21:16:23.472ZFrom https://github.com/oxidecomputer/dropshot
3392024-05-03T21:16:23.472Z * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push
3402024-05-03T21:16:23.494Z * [new branch] async -> origin/async
3412024-05-03T21:16:23.494Z * [new branch] build-o-mat -> origin/build-o-mat
3422024-05-03T21:16:23.494Z * [new branch] camel -> origin/camel
3432024-05-03T21:16:23.494Z * [new branch] carets -> origin/carets
3442024-05-03T21:16:23.494Z * [new branch] changes -> origin/changes
3452024-05-03T21:16:23.494Z * [new branch] ci-version -> origin/ci-version
3462024-05-03T21:16:23.494Z * [new branch] cleanup-tweak -> origin/cleanup-tweak
3472024-05-03T21:16:23.494Z * [new branch] clippy -> origin/clippy
3482024-05-03T21:16:23.494Z * [new branch] clippy-enforcement -> origin/clippy-enforcement
3492024-05-03T21:16:23.495Z * [new branch] clone -> origin/clone
3502024-05-03T21:16:23.495Z * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0
3512024-05-03T21:16:23.495Z * [new branch] dependabot/cargo/hyper-1.3.1 -> origin/dependabot/cargo/hyper-1.3.1
3522024-05-03T21:16:23.495Z * [new branch] dependabot/cargo/hyper-rustls-0.26.0 -> origin/dependabot/cargo/hyper-rustls-0.26.0
3532024-05-03T21:16:23.495Z * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0
3542024-05-03T21:16:23.495Z * [new branch] doc -> origin/doc
3552024-05-03T21:16:23.495Z * [new branch] err -> origin/err
3562024-05-03T21:16:23.495Z * [new branch] example-resumable-download -> origin/example-resumable-download
3572024-05-03T21:16:23.495Z * [new branch] expectorate -> origin/expectorate
3582024-05-03T21:16:23.495Z * [new branch] extracted -> origin/extracted
3592024-05-03T21:16:23.496Z * [new branch] fix_tests -> origin/fix_tests
3602024-05-03T21:16:23.496Z * [new branch] fmt2 -> origin/fmt2
3612024-05-03T21:16:23.496Z * [new branch] infinite_type_resolve -> origin/infinite_type_resolve
3622024-05-03T21:16:23.496Z * [new branch] kulakowski/tls -> origin/kulakowski/tls
3632024-05-03T21:16:23.496Z * [new branch] main -> origin/main
3642024-05-03T21:16:23.496Z * [new branch] maintainer-docs -> origin/maintainer-docs
3652024-05-03T21:16:23.496Z * [new branch] merge-server-config -> origin/merge-server-config
3662024-05-03T21:16:23.496Z * [new branch] multi-api -> origin/multi-api
3672024-05-03T21:16:23.496Z * [new branch] multiverse -> origin/multiverse
3682024-05-03T21:16:23.496Z * [new branch] openapi -> origin/openapi
3692024-05-03T21:16:23.496Z * [new branch] openapi-trailing-newline -> origin/openapi-trailing-newline
3702024-05-03T21:16:23.497Z * [new branch] openapi2 -> origin/openapi2
3712024-05-03T21:16:23.497Z * [new branch] port-fix-better -> origin/port-fix-better
3722024-05-03T21:16:23.497Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
3732024-05-03T21:16:23.497Z * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x
3742024-05-03T21:16:23.497Z * [new branch] rmp-page-token -> origin/rmp-page-token
3752024-05-03T21:16:23.497Z * [new branch] rustfmt-m1 -> origin/rustfmt-m1
3762024-05-03T21:16:23.497Z * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only
3772024-05-03T21:16:23.497Z * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options
3782024-05-03T21:16:23.497Z * [new branch] server-log -> origin/server-log
3792024-05-03T21:16:23.497Z * [new branch] simple-headers -> origin/simple-headers
3802024-05-03T21:16:23.498Z * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor
3812024-05-03T21:16:23.498Z * [new branch] sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits
3822024-05-03T21:16:23.498Z * [new branch] sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints
3832024-05-03T21:16:23.498Z * [new branch] sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext -> origin/sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext
3842024-05-03T21:16:23.498Z * [new branch] sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits
3852024-05-03T21:16:23.498Z * [new branch] sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints
3862024-05-03T21:16:23.498Z * [new branch] sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist -> origin/sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist
3872024-05-03T21:16:23.498Z * [new branch] sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers -> origin/sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers
3882024-05-03T21:16:23.498Z * [new branch] test-skip-deserialize -> origin/test-skip-deserialize
3892024-05-03T21:16:23.498Z * [new branch] update-usdt-dep -> origin/update-usdt-dep
3902024-05-03T21:16:23.499Z * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody
3912024-05-03T21:16:23.499Z * [new branch] websockets -> origin/websockets
3922024-05-03T21:16:23.499Z * [new branch] x-forwarded-for -> origin/x-forwarded-for
3932024-05-03T21:16:23.499Z * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD
3942024-05-03T21:16:23.499Z * [new ref] -> origin/HEAD
3952024-05-03T21:16:23.499Z * [new tag] v0.10.0 -> v0.10.0
3962024-05-03T21:16:23.499Z * [new tag] v0.3.0 -> v0.3.0
3972024-05-03T21:16:23.499Z * [new tag] v0.4.0 -> v0.4.0
3982024-05-03T21:16:23.499Z * [new tag] v0.5.0 -> v0.5.0
3992024-05-03T21:16:23.499Z * [new tag] v0.5.1 -> v0.5.1
4002024-05-03T21:16:23.499Z * [new tag] v0.6.0 -> v0.6.0
4012024-05-03T21:16:23.500Z * [new tag] v0.7.0 -> v0.7.0
4022024-05-03T21:16:23.500Z * [new tag] v0.8.0 -> v0.8.0
4032024-05-03T21:16:23.500Z * [new tag] v0.9.0 -> v0.9.0
4042024-05-03T21:16:23.517Z Updating git repository `https://github.com/oxidecomputer/ispf`
4052024-05-03T21:16:23.952ZFrom https://github.com/oxidecomputer/ispf
4062024-05-03T21:16:23.952Z * [new branch] main -> origin/main
4072024-05-03T21:16:23.953Z * [new ref] -> origin/HEAD
4082024-05-03T21:16:23.967Z Updating git repository `https://github.com/oxidecomputer/omicron`
4092024-05-03T21:16:29.169ZFrom https://github.com/oxidecomputer/omicron
4102024-05-03T21:16:29.169Z * [new branch] 267 -> origin/267
4112024-05-03T21:16:29.195Z * [new branch] 686-and-717-in-a-blender -> origin/686-and-717-in-a-blender
4122024-05-03T21:16:29.195Z * [new branch] a4x2 -> origin/a4x2
4132024-05-03T21:16:29.196Z * [new branch] abandoned/disallow-full-scan -> origin/abandoned/disallow-full-scan
4142024-05-03T21:16:29.196Z * [new branch] actions-on-push-only -> origin/actions-on-push-only
4152024-05-03T21:16:29.196Z * [new branch] actually-provision-multiple-crdbs -> origin/actually-provision-multiple-crdbs
4162024-05-03T21:16:29.196Z * [new branch] add-global-api -> origin/add-global-api
4172024-05-03T21:16:29.196Z * [new branch] ajs/deployment-config-schema -> origin/ajs/deployment-config-schema
4182024-05-03T21:16:29.196Z * [new branch] alan/a-gimlet-under-every-tree -> origin/alan/a-gimlet-under-every-tree
4192024-05-03T21:16:29.196Z * [new branch] alan/merge-main-megarepo -> origin/alan/merge-main-megarepo
4202024-05-03T21:16:29.196Z * [new branch] andy/chronylocal -> origin/andy/chronylocal
4212024-05-03T21:16:29.196Z * [new branch] andy/project -> origin/andy/project
4222024-05-03T21:16:29.196Z * [new branch] archived/actix-configurable -> origin/archived/actix-configurable
4232024-05-03T21:16:29.196Z * [new branch] archived/backend-rewrite -> origin/archived/backend-rewrite
4242024-05-03T21:16:29.196Z * [new branch] archived/disks -> origin/archived/disks
4252024-05-03T21:16:29.196Z * [new branch] archived/dropshot-consumer-cleanup -> origin/archived/dropshot-consumer-cleanup
4262024-05-03T21:16:29.196Z * [new branch] archived/extractors -> origin/archived/extractors
4272024-05-03T21:16:29.196Z * [new branch] archived/handler-return-rewrite -> origin/archived/handler-return-rewrite
4282024-05-03T21:16:29.196Z * [new branch] archived/http-rewrite -> origin/archived/http-rewrite
4292024-05-03T21:16:29.196Z * [new branch] archived/http-submodule-rewrite -> origin/archived/http-submodule-rewrite
4302024-05-03T21:16:29.196Z * [new branch] archived/httpapi-extract -> origin/archived/httpapi-extract
4312024-05-03T21:16:29.196Z * [new branch] archived/httpapi-rename -> origin/archived/httpapi-rename
4322024-05-03T21:16:29.196Z * [new branch] archived/instance-reboot -> origin/archived/instance-reboot
4332024-05-03T21:16:29.196Z * [new branch] archived/instance-simulation -> origin/archived/instance-simulation
4342024-05-03T21:16:29.196Z * [new branch] archived/instance-work -> origin/archived/instance-work
4352024-05-03T21:16:29.196Z * [new branch] archived/logging -> origin/archived/logging
4362024-05-03T21:16:29.197Z * [new branch] archived/logging-move -> origin/archived/logging-move
4372024-05-03T21:16:29.197Z * [new branch] archived/model-rewrite -> origin/archived/model-rewrite
4382024-05-03T21:16:29.197Z * [new branch] archived/openapi-exec-tests -> origin/archived/openapi-exec-tests
4392024-05-03T21:16:29.197Z * [new branch] archived/router-rewrite -> origin/archived/router-rewrite
4402024-05-03T21:16:29.197Z * [new branch] archived/rustfmt-test -> origin/archived/rustfmt-test
4412024-05-03T21:16:29.197Z * [new branch] archived/rustfmt-without-wrap_comments -> origin/archived/rustfmt-without-wrap_comments
4422024-05-03T21:16:29.197Z * [new branch] archived/server-controller-extraction -> origin/archived/server-controller-extraction
4432024-05-03T21:16:29.197Z * [new branch] artemis/crucible-set-primarycache -> origin/artemis/crucible-set-primarycache
4442024-05-03T21:16:29.197Z * [new branch] attach-by-name-or-id -> origin/attach-by-name-or-id
4452024-05-03T21:16:29.197Z * [new branch] attempt-to-repro-bb8-oddities -> origin/attempt-to-repro-bb8-oddities
4462024-05-03T21:16:29.197Z * [new branch] authz-role-test -> origin/authz-role-test
4472024-05-03T21:16:29.197Z * [new branch] bg-task-testbed -> origin/bg-task-testbed
4482024-05-03T21:16:29.197Z * [new branch] bigger-disks -> origin/bigger-disks
4492024-05-03T21:16:29.197Z * [new branch] bootstore-2 -> origin/bootstore-2
4502024-05-03T21:16:29.197Z * [new branch] bootstore-early-networking -> origin/bootstore-early-networking
4512024-05-03T21:16:29.197Z * [new branch] bootstore-integration -> origin/bootstore-integration
4522024-05-03T21:16:29.197Z * [new branch] bootstrap-agent-cancel-safety -> origin/bootstrap-agent-cancel-safety
4532024-05-03T21:16:29.197Z * [new branch] bump_dendrite -> origin/bump_dendrite
4542024-05-03T21:16:29.197Z * [new branch] catch-eexist-dladm -> origin/catch-eexist-dladm
4552024-05-03T21:16:29.197Z * [new branch] cfg-out-the-whole-shebang -> origin/cfg-out-the-whole-shebang
4562024-05-03T21:16:29.197Z * [new branch] clickhouse-21.10.4.26 -> origin/clickhouse-21.10.4.26
4572024-05-03T21:16:29.197Z * [new branch] clippy -> origin/clippy
4582024-05-03T21:16:29.197Z * [new branch] clippy-unused-async -> origin/clippy-unused-async
4592024-05-03T21:16:29.197Z * [new branch] cockroach-v22.2 -> origin/cockroach-v22.2
4602024-05-03T21:16:29.198Z * [new branch] concurrent-disk-new -> origin/concurrent-disk-new
4612024-05-03T21:16:29.198Z * [new branch] conform-m2 -> origin/conform-m2
4622024-05-03T21:16:29.198Z * [new branch] convert-new-lookup-rest -> origin/convert-new-lookup-rest
4632024-05-03T21:16:29.198Z * [new branch] convert-virtual-provisioning -> origin/convert-virtual-provisioning
4642024-05-03T21:16:29.198Z * [new branch] crucible-sled-agent -> origin/crucible-sled-agent
4652024-05-03T21:16:29.198Z * [new branch] dap-loop-debugging -> origin/dap-loop-debugging
4662024-05-03T21:16:29.198Z * [new branch] dap-loop-debugging-rebased -> origin/dap-loop-debugging-rebased
4672024-05-03T21:16:29.198Z * [new branch] dap/blueprint-builder-cleanup -> origin/dap/blueprint-builder-cleanup
4682024-05-03T21:16:29.198Z * [new branch] dap/ci-debug -> origin/dap/ci-debug
4692024-05-03T21:16:29.198Z * [new branch] dap/cockroach-init -> origin/dap/cockroach-init
4702024-05-03T21:16:29.198Z * [new branch] dap/dns-preview -> origin/dap/dns-preview
4712024-05-03T21:16:29.198Z * [new branch] dap/dns-work -> origin/dap/dns-work
4722024-05-03T21:16:29.198Z * [new branch] dap/dnsping -> origin/dap/dnsping
4732024-05-03T21:16:29.198Z * [new branch] dap/nexus-inventory -> origin/dap/nexus-inventory
4742024-05-03T21:16:29.198Z * [new branch] dap/schema-migration-better-demo1 -> origin/dap/schema-migration-better-demo1
4752024-05-03T21:16:29.198Z * [new branch] dap/schema-migration-better-demo2 -> origin/dap/schema-migration-better-demo2
4762024-05-03T21:16:29.198Z * [new branch] dap/schema-migration-better-merged -> origin/dap/schema-migration-better-merged
4772024-05-03T21:16:29.198Z * [new branch] dap/silo-external-dns -> origin/dap/silo-external-dns
4782024-05-03T21:16:29.198Z * [new branch] dap/tls-sni -> origin/dap/tls-sni
4792024-05-03T21:16:29.198Z * [new branch] dap/update-control -> origin/dap/update-control
4802024-05-03T21:16:29.198Z * [new branch] dap/update-unused-code -> origin/dap/update-unused-code
4812024-05-03T21:16:29.198Z * [new branch] dbg-print-timeseries-key -> origin/dbg-print-timeseries-key
4822024-05-03T21:16:29.198Z * [new branch] dead-roaches -> origin/dead-roaches
4832024-05-03T21:16:29.199Z * [new branch] debug-disk-space -> origin/debug-disk-space
4842024-05-03T21:16:29.199Z * [new branch] delete-specific-timeseries-during-upgrade -> origin/delete-specific-timeseries-during-upgrade
4852024-05-03T21:16:29.199Z * [new branch] demo -> origin/demo
4862024-05-03T21:16:29.199Z * [new branch] demo_m2 -> origin/demo_m2
4872024-05-03T21:16:29.199Z * [new branch] dendrite-integration -> origin/dendrite-integration
4882024-05-03T21:16:29.199Z * [new branch] dependabot/cargo/dropshot-0018f66 -> origin/dependabot/cargo/dropshot-0018f66
4892024-05-03T21:16:29.199Z * [new branch] dependabot/test/no/push -> origin/dependabot/test/no/push
4902024-05-03T21:16:29.199Z * [new branch] dns-dataset -> origin/dns-dataset
4912024-05-03T21:16:29.199Z * [new branch] document-external-internal -> origin/document-external-internal
4922024-05-03T21:16:29.199Z * [new branch] dropshot-local -> origin/dropshot-local
4932024-05-03T21:16:29.199Z * [new branch] duplicate-role-assignment-500 -> origin/duplicate-role-assignment-500
4942024-05-03T21:16:29.199Z * [new branch] eliza/instance-updater -> origin/eliza/instance-updater
4952024-05-03T21:16:29.199Z * [new branch] eliza/instance-watch-rpw -> origin/eliza/instance-watch-rpw
4962024-05-03T21:16:29.199Z * [new branch] eliza/nixos-build -> origin/eliza/nixos-build
4972024-05-03T21:16:29.199Z * [new branch] eliza/no-more-services -> origin/eliza/no-more-services
4982024-05-03T21:16:29.199Z * [new branch] eliza/oximeter-static-str -> origin/eliza/oximeter-static-str
4992024-05-03T21:16:29.199Z * [new branch] even-more-actions-runner-rimraf -> origin/even-more-actions-runner-rimraf
5002024-05-03T21:16:29.199Z * [new branch] executor-fake -> origin/executor-fake
5012024-05-03T21:16:29.199Z * [new branch] expunge-zones-with-expunged-disks -> origin/expunge-zones-with-expunged-disks
5022024-05-03T21:16:29.199Z * [new branch] external-service-allowlists -> origin/external-service-allowlists
5032024-05-03T21:16:29.199Z * [new branch] external_log -> origin/external_log
5042024-05-03T21:16:29.199Z * [new branch] felixmcfelix/opte-underlay-lock -> origin/felixmcfelix/opte-underlay-lock
5052024-05-03T21:16:29.199Z * [new branch] firewall-notify-sled -> origin/firewall-notify-sled
5062024-05-03T21:16:29.200Z * [new branch] firewall-vpc -> origin/firewall-vpc
5072024-05-03T21:16:29.200Z * [new branch] flaky-issue-templates -> origin/flaky-issue-templates
5082024-05-03T21:16:29.200Z * [new branch] folgers -> origin/folgers
5092024-05-03T21:16:29.200Z * [new branch] fromstr -> origin/fromstr
5102024-05-03T21:16:29.200Z * [new branch] gateway -> origin/gateway
5112024-05-03T21:16:29.221Z * [new branch] gateway_message_bump -> origin/gateway_message_bump
5122024-05-03T21:16:29.221Z * [new branch] host-fake -> origin/host-fake
5132024-05-03T21:16:29.221Z * [new branch] iliana/3430-hubris -> origin/iliana/3430-hubris
5142024-05-03T21:16:29.221Z * [new branch] iliana/baleeted -> origin/iliana/baleeted
5152024-05-03T21:16:29.221Z * [new branch] iliana/buildomat-sync -> origin/iliana/buildomat-sync
5162024-05-03T21:16:29.221Z * [new branch] iliana/crdb-cluster-version -> origin/iliana/crdb-cluster-version
5172024-05-03T21:16:29.221Z * [new branch] iliana/crdb-cluster-version-v2 -> origin/iliana/crdb-cluster-version-v2
5182024-05-03T21:16:29.221Z * [new branch] iliana/crdb-v22.2 -> origin/iliana/crdb-v22.2
5192024-05-03T21:16:29.221Z * [new branch] iliana/do-not-merge-libxmlsec-1.3 -> origin/iliana/do-not-merge-libxmlsec-1.3
5202024-05-03T21:16:29.221Z * [new branch] iliana/dont-merge -> origin/iliana/dont-merge
5212024-05-03T21:16:29.222Z * [new branch] iliana/for-linux-weirdos -> origin/iliana/for-linux-weirdos
5222024-05-03T21:16:29.222Z * [new branch] iliana/hack-do-not-merge -> origin/iliana/hack-do-not-merge
5232024-05-03T21:16:29.222Z * [new branch] iliana/it-keeps-happening-2 -> origin/iliana/it-keeps-happening-2
5242024-05-03T21:16:29.222Z * [new branch] iliana/keysmash -> origin/iliana/keysmash
5252024-05-03T21:16:29.222Z * [new branch] iliana/manifest-flatten -> origin/iliana/manifest-flatten
5262024-05-03T21:16:29.222Z * [new branch] iliana/split-package -> origin/iliana/split-package
5272024-05-03T21:16:29.222Z * [new branch] iliana/try -> origin/iliana/try
5282024-05-03T21:16:29.222Z * [new branch] iliana/wtf -> origin/iliana/wtf
5292024-05-03T21:16:29.222Z * [new branch] illumos-ci -> origin/illumos-ci
5302024-05-03T21:16:29.222Z * [new branch] installinator-fail-if-flaky-disk -> origin/installinator-fail-if-flaky-disk
5312024-05-03T21:16:29.222Z * [new branch] ipv6-testing -> origin/ipv6-testing
5322024-05-03T21:16:29.222Z * [new branch] issue-213-static -> origin/issue-213-static
5332024-05-03T21:16:29.222Z * [new branch] issue-3432 -> origin/issue-3432
5342024-05-03T21:16:29.222Z * [new branch] issue-5214-v2p-mapping-rpw -> origin/issue-5214-v2p-mapping-rpw
5352024-05-03T21:16:29.222Z * [new branch] jclulow -> origin/jclulow
5362024-05-03T21:16:29.223Z * [new branch] john/blueprint-store-sled-state -> origin/john/blueprint-store-sled-state
5372024-05-03T21:16:29.223Z * [new branch] john/deny-interior-mutable-const -> origin/john/deny-interior-mutable-const
5382024-05-03T21:16:29.223Z * [new branch] john/mark-sleds-decommissioned -> origin/john/mark-sleds-decommissioned
5392024-05-03T21:16:29.223Z * [new branch] john/omdb-fudge-serial -> origin/john/omdb-fudge-serial
5402024-05-03T21:16:29.223Z * [new branch] john/test-tuf-repo-trigger -> origin/john/test-tuf-repo-trigger
5412024-05-03T21:16:29.223Z * [new branch] keeplogs -> origin/keeplogs
5422024-05-03T21:16:29.223Z * [new branch] less-dns-panic -> origin/less-dns-panic
5432024-05-03T21:16:29.223Z * [new branch] less-explosive-sled-agent -> origin/less-explosive-sled-agent
5442024-05-03T21:16:29.223Z * [new branch] lookup-authorized -> origin/lookup-authorized
5452024-05-03T21:16:29.223Z * [new branch] low-rent-trust-quorum -> origin/low-rent-trust-quorum
5462024-05-03T21:16:29.223Z * [new branch] low-rent-trust-quorum-3 -> origin/low-rent-trust-quorum-3
5472024-05-03T21:16:29.223Z * [new branch] lrtq-fsms-experiment -> origin/lrtq-fsms-experiment
5482024-05-03T21:16:29.223Z * [new branch] lrtq-fsms-model-changes -> origin/lrtq-fsms-model-changes
5492024-05-03T21:16:29.223Z * [new branch] lrtq-fsms-multiple-tests -> origin/lrtq-fsms-multiple-tests
5502024-05-03T21:16:29.223Z * [new branch] lrtq-networking -> origin/lrtq-networking
5512024-05-03T21:16:29.224Z * [new branch] lrtq-networking-config -> origin/lrtq-networking-config
5522024-05-03T21:16:29.224Z * [new branch] lrtq-networking2 -> origin/lrtq-networking2
5532024-05-03T21:16:29.224Z * [new branch] lrtq-persistence -> origin/lrtq-persistence
5542024-05-03T21:16:29.224Z * [new branch] lrtq-protocol -> origin/lrtq-protocol
5552024-05-03T21:16:29.224Z * [new branch] lrtq-protocol-separate-state-handlers -> origin/lrtq-protocol-separate-state-handlers
5562024-05-03T21:16:29.224Z * [new branch] luqmana/nexus-opte -> origin/luqmana/nexus-opte
5572024-05-03T21:16:29.224Z * [new branch] luqmana/non-gimlet-gimlet -> origin/luqmana/non-gimlet-gimlet
5582024-05-03T21:16:29.224Z * [new branch] luqmana/scoped-ipv6-addr -> origin/luqmana/scoped-ipv6-addr
5592024-05-03T21:16:29.224Z * [new branch] luqmana/uplink-vid -> origin/luqmana/uplink-vid
5602024-05-03T21:16:29.224Z * [new branch] macos-test-concurrency -> origin/macos-test-concurrency
5612024-05-03T21:16:29.224Z * [new branch] maghemite-integration -> origin/maghemite-integration
5622024-05-03T21:16:29.224Z * [new branch] main -> origin/main
5632024-05-03T21:16:29.224Z * [new branch] metrics-experiments -> origin/metrics-experiments
5642024-05-03T21:16:29.224Z * [new branch] more-raw-cte-setup -> origin/more-raw-cte-setup
5652024-05-03T21:16:29.224Z * [new branch] mupdate-demo -> origin/mupdate-demo
5662024-05-03T21:16:29.224Z * [new branch] net-reorg -> origin/net-reorg
5672024-05-03T21:16:29.225Z * [new branch] new-lookup-proc-macro -> origin/new-lookup-proc-macro
5682024-05-03T21:16:29.225Z * [new branch] new-lookup-traits -> origin/new-lookup-traits
5692024-05-03T21:16:29.225Z * [new branch] new-toolchain -> origin/new-toolchain
5702024-05-03T21:16:29.225Z * [new branch] newfolgers -> origin/newfolgers
5712024-05-03T21:16:29.225Z * [new branch] nexus-add-sled-part-2 -> origin/nexus-add-sled-part-2
5722024-05-03T21:16:29.225Z * [new branch] nexus-update-refresh -> origin/nexus-update-refresh
5732024-05-03T21:16:29.225Z * [new branch] no-empty-filter-array -> origin/no-empty-filter-array
5742024-05-03T21:16:29.225Z * [new branch] omdb-physical-disks -> origin/omdb-physical-disks
5752024-05-03T21:16:29.225Z * [new branch] omdb-physical-disks-experimental-tables -> origin/omdb-physical-disks-experimental-tables
5762024-05-03T21:16:29.225Z * [new branch] omdb-services -> origin/omdb-services
5772024-05-03T21:16:29.225Z * [new branch] omicron_dev_ci -> origin/omicron_dev_ci
5782024-05-03T21:16:29.225Z * [new branch] opte-and-plumb-network-interface -> origin/opte-and-plumb-network-interface
5792024-05-03T21:16:29.225Z * [new branch] oxdb-dashboard -> origin/oxdb-dashboard
5802024-05-03T21:16:29.225Z * [new branch] oximeter-schema-id -> origin/oximeter-schema-id
5812024-05-03T21:16:29.225Z * [new branch] oxpop -> origin/oxpop
5822024-05-03T21:16:29.226Z * [new branch] pkg-config-install-note -> origin/pkg-config-install-note
5832024-05-03T21:16:29.226Z * [new branch] propagate-firewall-rules-to-sled -> origin/propagate-firewall-rules-to-sled
5842024-05-03T21:16:29.226Z * [new branch] prove-le-bug -> origin/prove-le-bug
5852024-05-03T21:16:29.226Z * [new branch] redirect-url-state -> origin/redirect-url-state
5862024-05-03T21:16:29.226Z * [new branch] refactor-bootstrap-client-sprockets-proxy -> origin/refactor-bootstrap-client-sprockets-proxy
5872024-05-03T21:16:29.226Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
5882024-05-03T21:16:29.226Z * [new branch] renovate/async-recursion-1.x -> origin/renovate/async-recursion-1.x
5892024-05-03T21:16:29.226Z * [new branch] renovate/flate2-1.x -> origin/renovate/flate2-1.x
5902024-05-03T21:16:29.226Z * [new branch] renovate/httptest-0.x -> origin/renovate/httptest-0.x
5912024-05-03T21:16:29.226Z * [new branch] renovate/hyper-rustls-0.x -> origin/renovate/hyper-rustls-0.x
5922024-05-03T21:16:29.226Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
5932024-05-03T21:16:29.226Z * [new branch] renovate/peg-0.x -> origin/renovate/peg-0.x
5942024-05-03T21:16:29.226Z * [new branch] renovate/rcgen-0.x -> origin/renovate/rcgen-0.x
5952024-05-03T21:16:29.226Z * [new branch] renovate/rustls-0.x -> origin/renovate/rustls-0.x
5962024-05-03T21:16:29.226Z * [new branch] renovate/zip-1.x -> origin/renovate/zip-1.x
5972024-05-03T21:16:29.227Z * [new branch] reservoir -> origin/reservoir
5982024-05-03T21:16:29.227Z * [new branch] resilient-nexus -> origin/resilient-nexus
5992024-05-03T21:16:29.227Z * [new branch] resource-identifier -> origin/resource-identifier
6002024-05-03T21:16:29.227Z * [new branch] retry-txn -> origin/retry-txn
6012024-05-03T21:16:29.227Z * [new branch] return-cert-pem -> origin/return-cert-pem
6022024-05-03T21:16:29.227Z * [new branch] rev-opte -> origin/rev-opte
6032024-05-03T21:16:29.227Z * [new branch] revert-936 -> origin/revert-936
6042024-05-03T21:16:29.227Z * [new branch] rfd-322-images -> origin/rfd-322-images
6052024-05-03T21:16:29.227Z * [new branch] rpz-ext-ip-hack -> origin/rpz-ext-ip-hack
6062024-05-03T21:16:29.227Z * [new branch] rpz-opte-sled-agent -> origin/rpz-opte-sled-agent
6072024-05-03T21:16:29.227Z * [new branch] rpz-use-oxide-vpc -> origin/rpz-use-oxide-vpc
6082024-05-03T21:16:29.227Z * [new branch] rss-testing -> origin/rss-testing
6092024-05-03T21:16:29.227Z * [new branch] self-assembling-nexus -> origin/self-assembling-nexus
6102024-05-03T21:16:29.227Z * [new branch] self-assembling-ntp -> origin/self-assembling-ntp
6112024-05-03T21:16:29.654Z * [new branch] service-management-and-rss-handoff -> origin/service-management-and-rss-handoff
6122024-05-03T21:16:29.654Z * [new branch] shatter-authn -> origin/shatter-authn
6132024-05-03T21:16:29.654Z * [new branch] short-term-disk-workaround -> origin/short-term-disk-workaround
6142024-05-03T21:16:29.654Z * [new branch] silo-create -> origin/silo-create
6152024-05-03T21:16:29.654Z * [new branch] silo-groups-and-metrics -> origin/silo-groups-and-metrics
6162024-05-03T21:16:29.654Z * [new branch] silo_groups_dap -> origin/silo_groups_dap
6172024-05-03T21:16:29.654Z * [new branch] silo_groups_dap_queries -> origin/silo_groups_dap_queries
6182024-05-03T21:16:29.654Z * [new branch] simple-cache -> origin/simple-cache
6192024-05-03T21:16:29.654Z * [new branch] sled-agent-lifecycle -> origin/sled-agent-lifecycle
6202024-05-03T21:16:29.654Z * [new branch] sled-agent-service-gen -> origin/sled-agent-service-gen
6212024-05-03T21:16:29.654Z * [new branch] sled-agent/register-as-producer -> origin/sled-agent/register-as-producer
6222024-05-03T21:16:29.654Z * [new branch] sled-hw-notification-simplification -> origin/sled-hw-notification-simplification
6232024-05-03T21:16:29.654Z * [new branch] sled-hw-notification-simplification-2 -> origin/sled-hw-notification-simplification-2
6242024-05-03T21:16:29.654Z * [new branch] sled-location -> origin/sled-location
6252024-05-03T21:16:29.654Z * [new branch] sp_v1.0.4 -> origin/sp_v1.0.4
6262024-05-03T21:16:29.654Z * [new branch] special-delivery -> origin/special-delivery
6272024-05-03T21:16:29.655Z * [new branch] staging_and_prod_diff -> origin/staging_and_prod_diff
6282024-05-03T21:16:29.655Z * [new branch] sunshowers/oxpop-wicket -> origin/sunshowers/oxpop-wicket
6292024-05-03T21:16:29.655Z * [new branch] sunshowers/spr/installinator-artifactd-accept-messages-with-generic-type-for-metadata -> origin/sunshowers/spr/installinator-artifactd-accept-messages-with-generic-type-for-metadata
6302024-05-03T21:16:29.655Z * [new branch] sunshowers/spr/installinator-wip-initial-stub-version -> origin/sunshowers/spr/installinator-wip-initial-stub-version
6312024-05-03T21:16:29.655Z * [new branch] sunshowers/spr/installinatorupdate-engine-some-reporting-improvements -> origin/sunshowers/spr/installinatorupdate-engine-some-reporting-improvements
6322024-05-03T21:16:29.655Z * [new branch] sunshowers/spr/main.internal-dns-move-zone-ids-to-typeduuid -> origin/sunshowers/spr/main.internal-dns-move-zone-ids-to-typeduuid
6332024-05-03T21:16:29.655Z * [new branch] sunshowers/spr/main.omdb-improve-cli-ux -> origin/sunshowers/spr/main.omdb-improve-cli-ux
6342024-05-03T21:16:29.655Z * [new branch] sunshowers/spr/main.omdb-show-sled-policy-and-state-allow-application-of-filter -> origin/sunshowers/spr/main.omdb-show-sled-policy-and-state-allow-application-of-filter
6352024-05-03T21:16:29.655Z * [new branch] sunshowers/spr/main.reconfigurator-turn-expunged-sleds-into-expunged-zones -> origin/sunshowers/spr/main.reconfigurator-turn-expunged-sleds-into-expunged-zones
6362024-05-03T21:16:29.655Z * [new branch] sunshowers/spr/main.rfc-nexus-types-more-validation-for-planninginput -> origin/sunshowers/spr/main.rfc-nexus-types-more-validation-for-planninginput
6372024-05-03T21:16:29.655Z * [new branch] sunshowers/spr/main.update-engine-track-root-and-leaf-total_elapsed-in-terminal-info -> origin/sunshowers/spr/main.update-engine-track-root-and-leaf-total_elapsed-in-terminal-info
6382024-05-03T21:16:29.655Z * [new branch] sunshowers/spr/main.wicket-add-scrolling-to-popups -> origin/sunshowers/spr/main.wicket-add-scrolling-to-popups
6392024-05-03T21:16:29.655Z * [new branch] sunshowers/spr/main.wicket-oxpop-wicket-work -> origin/sunshowers/spr/main.wicket-oxpop-wicket-work
6402024-05-03T21:16:29.655Z * [new branch] sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding -> origin/sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding
6412024-05-03T21:16:29.655Z * [new branch] sunshowers/spr/main.wicketd-add-a-test-update-step-if-an-env-var-is-set -> origin/sunshowers/spr/main.wicketd-add-a-test-update-step-if-an-env-var-is-set
6422024-05-03T21:16:29.655Z * [new branch] sunshowers/spr/meta-trust-dns-hickory-dns -> origin/sunshowers/spr/meta-trust-dns-hickory-dns
6432024-05-03T21:16:29.655Z * [new branch] sunshowers/spr/omdb-improve-cli-ux -> origin/sunshowers/spr/omdb-improve-cli-ux
6442024-05-03T21:16:29.655Z * [new branch] sunshowers/spr/password-login-drop-timeout-to-500ms -> origin/sunshowers/spr/password-login-drop-timeout-to-500ms
6452024-05-03T21:16:29.655Z * [new branch] sunshowers/spr/rfc-nexus-types-more-validation-for-planninginput-1 -> origin/sunshowers/spr/rfc-nexus-types-more-validation-for-planninginput-1
6462024-05-03T21:16:29.655Z * [new branch] sunshowers/spr/sled-agent-add-a-sled_shutdown-api-on-the-bootstrap-interface -> origin/sunshowers/spr/sled-agent-add-a-sled_shutdown-api-on-the-bootstrap-interface
6472024-05-03T21:16:29.655Z * [new branch] sunshowers/spr/test-do-not-merge-comment-out-vpc-instance-lookup -> origin/sunshowers/spr/test-do-not-merge-comment-out-vpc-instance-lookup
6482024-05-03T21:16:29.655Z * [new branch] sunshowers/spr/wicket-oxpop-wicket-work -> origin/sunshowers/spr/wicket-oxpop-wicket-work
6492024-05-03T21:16:29.655Z * [new branch] sunshowers/spr/wicket-transmit-errors-from-mgs-to-wicket-via-wicketd -> origin/sunshowers/spr/wicket-transmit-errors-from-mgs-to-wicket-via-wicketd
6502024-05-03T21:16:29.656Z * [new branch] sunshowers/spr/wip-example-of-trait-based-dropshot-server -> origin/sunshowers/spr/wip-example-of-trait-based-dropshot-server
6512024-05-03T21:16:29.656Z * [new branch] sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones -> origin/sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones
6522024-05-03T21:16:29.656Z * [new branch] sunshowers/spr/wip-wicketd-structured-updates -> origin/sunshowers/spr/wip-wicketd-structured-updates
6532024-05-03T21:16:29.656Z * [new branch] swap -> origin/swap
6542024-05-03T21:16:29.656Z * [new branch] temp-console-inventory-integration -> origin/temp-console-inventory-integration
6552024-05-03T21:16:29.656Z * [new branch] thing-flinger -> origin/thing-flinger
6562024-05-03T21:16:29.656Z * [new branch] tqv1 -> origin/tqv1
6572024-05-03T21:16:29.656Z * [new branch] trigger -> origin/trigger
6582024-05-03T21:16:29.656Z * [new branch] try-bench-gimlet -> origin/try-bench-gimlet
6592024-05-03T21:16:29.656Z * [new branch] u2-encryption -> origin/u2-encryption
6602024-05-03T21:16:29.656Z * [new branch] u2-encryption-2 -> origin/u2-encryption-2
6612024-05-03T21:16:29.656Z * [new branch] u2-encryption-3 -> origin/u2-encryption-3
6622024-05-03T21:16:29.656Z * [new branch] unify-hardware-ids -> origin/unify-hardware-ids
6632024-05-03T21:16:29.656Z * [new branch] unify-ip-range -> origin/unify-ip-range
6642024-05-03T21:16:29.656Z * [new branch] unify_services_datasets -> origin/unify_services_datasets
6652024-05-03T21:16:29.656Z * [new branch] unused-deps -> origin/unused-deps
6662024-05-03T21:16:29.656Z * [new branch] update-planning -> origin/update-planning
6672024-05-03T21:16:29.656Z * [new branch] usdt-probe-xtask -> origin/usdt-probe-xtask
6682024-05-03T21:16:29.656Z * [new branch] use-helios-netdev-publisher -> origin/use-helios-netdev-publisher
6692024-05-03T21:16:29.656Z * [new branch] use-incremental-build -> origin/use-incremental-build
6702024-05-03T21:16:29.656Z * [new branch] v1-cleanup -> origin/v1-cleanup
6712024-05-03T21:16:29.656Z * [new branch] v1-hardware-apis -> origin/v1-hardware-apis
6722024-05-03T21:16:29.656Z * [new branch] validate-ip-range-more-good -> origin/validate-ip-range-more-good
6732024-05-03T21:16:29.657Z * [new branch] vectorize-datasets -> origin/vectorize-datasets
6742024-05-03T21:16:29.657Z * [new branch] vmm-test-flex -> origin/vmm-test-flex
6752024-05-03T21:16:29.657Z * [new branch] wicket -> origin/wicket
6762024-05-03T21:16:29.657Z * [new branch] wicket-dbg -> origin/wicket-dbg
6772024-05-03T21:16:29.657Z * [new branch] wicket-dbg2 -> origin/wicket-dbg2
6782024-05-03T21:16:29.657Z * [new branch] wicket-menu -> origin/wicket-menu
6792024-05-03T21:16:29.657Z * [new branch] wicket-rack-update -> origin/wicket-rack-update
6802024-05-03T21:16:29.657Z * [new branch] wicket-update-integration -> origin/wicket-update-integration
6812024-05-03T21:16:29.657Z * [new branch] wicket-update-integration-2 -> origin/wicket-update-integration-2
6822024-05-03T21:16:29.657Z * [new branch] wicket-update-pane -> origin/wicket-update-pane
6832024-05-03T21:16:29.657Z * [new branch] wicket-update-status -> origin/wicket-update-status
6842024-05-03T21:16:29.657Z * [new branch] wicketd-get-compmonent-inventory -> origin/wicketd-get-compmonent-inventory
6852024-05-03T21:16:29.657Z * [new branch] wicketd-progenitor-derives -> origin/wicketd-progenitor-derives
6862024-05-03T21:16:29.657Z * [new branch] wicketd-update-deliver-trampoline -> origin/wicketd-update-deliver-trampoline
6872024-05-03T21:16:29.657Z * [new branch] wicketd-update-prototype -> origin/wicketd-update-prototype
6882024-05-03T21:16:29.657Z * [new branch] wip-add-pvt2-repo -> origin/wip-add-pvt2-repo
6892024-05-03T21:16:29.657Z * [new branch] xtask_ci_download -> origin/xtask_ci_download
6902024-05-03T21:16:29.657Z * [new branch] xtask_ci_download_replace -> origin/xtask_ci_download_replace
6912024-05-03T21:16:29.657Z * [new branch] zone-filesystems -> origin/zone-filesystems
6922024-05-03T21:16:29.657Z * [new ref] -> origin/HEAD
6932024-05-03T21:16:29.657Z * [new tag] dogfood -> dogfood
6942024-05-03T21:16:29.657Z * [new tag] v5 -> v5
6952024-05-03T21:16:29.657Z * [new tag] v6 -> v6
6962024-05-03T21:16:29.657Z * [new tag] v7 -> v7
6972024-05-03T21:16:29.661Z Updating git repository `https://github.com/oxidecomputer/opte`
6982024-05-03T21:16:30.492ZFrom https://github.com/oxidecomputer/opte
6992024-05-03T21:16:30.492Z * [new branch] 481-strawman -> origin/481-strawman
7002024-05-03T21:16:30.502Z * [new branch] all-perf-in-flight -> origin/all-perf-in-flight
7012024-05-03T21:16:30.502Z * [new branch] cheaper-flowid -> origin/cheaper-flowid
7022024-05-03T21:16:30.502Z * [new branch] config-dhcp-dns -> origin/config-dhcp-dns
7032024-05-03T21:16:30.502Z * [new branch] custom-subnet-routing -> origin/custom-subnet-routing
7042024-05-03T21:16:30.502Z * [new branch] demo-stuffs -> origin/demo-stuffs
7052024-05-03T21:16:30.502Z * [new branch] dont-proc-in-lock -> origin/dont-proc-in-lock
7062024-05-03T21:16:30.502Z * [new branch] goodbye-all-of-classification -> origin/goodbye-all-of-classification
7072024-05-03T21:16:30.502Z * [new branch] handle-pkt-chains -> origin/handle-pkt-chains
7082024-05-03T21:16:30.502Z * [new branch] helios-2.0 -> origin/helios-2.0
7092024-05-03T21:16:30.502Z * [new branch] ioctl-for-firewall-rules -> origin/ioctl-for-firewall-rules
7102024-05-03T21:16:30.503Z * [new branch] ipv6-home-and-two-tests-dev -> origin/ipv6-home-and-two-tests-dev
7112024-05-03T21:16:30.503Z * [new branch] kbench-zone-variant -> origin/kbench-zone-variant
7122024-05-03T21:16:30.503Z * [new branch] luqmana/ipv4-options -> origin/luqmana/ipv4-options
7132024-05-03T21:16:30.503Z * [new branch] luqmana/no-vnic -> origin/luqmana/no-vnic
7142024-05-03T21:16:30.503Z * [new branch] master -> origin/master
7152024-05-03T21:16:30.503Z * [new branch] noclass-best-flow -> origin/noclass-best-flow
7162024-05-03T21:16:30.503Z * [new branch] noclass-best-noflow -> origin/noclass-best-noflow
7172024-05-03T21:16:30.503Z * [new branch] opte-160-use-str-for-meta -> origin/opte-160-use-str-for-meta
7182024-05-03T21:16:30.503Z * [new branch] opte-161-api-vsn -> origin/opte-161-api-vsn
7192024-05-03T21:16:30.503Z * [new branch] opte-204-paused -> origin/opte-204-paused
7202024-05-03T21:16:30.503Z * [new branch] opte-214-rm-opte-drv -> origin/opte-214-rm-opte-drv
7212024-05-03T21:16:30.503Z * [new branch] opte-220 -> origin/opte-220
7222024-05-03T21:16:30.503Z * [new branch] opte-225 -> origin/opte-225
7232024-05-03T21:16:30.503Z * [new branch] opte-227 -> origin/opte-227
7242024-05-03T21:16:30.503Z * [new branch] opte-231-snat-panic-payload-trans-2 -> origin/opte-231-snat-panic-payload-trans-2
7252024-05-03T21:16:30.503Z * [new branch] opte-232 -> origin/opte-232
7262024-05-03T21:16:30.503Z * [new branch] opte-241-unwrap-panic-and-kstats -> origin/opte-241-unwrap-panic-and-kstats
7272024-05-03T21:16:30.503Z * [new branch] opte-261-rip-cstr-core -> origin/opte-261-rip-cstr-core
7282024-05-03T21:16:30.503Z * [new branch] opte-281-vpc-firewall -> origin/opte-281-vpc-firewall
7292024-05-03T21:16:30.503Z * [new branch] opte-88-codegen-units -> origin/opte-88-codegen-units
7302024-05-03T21:16:30.503Z * [new branch] opte-88-linker-failures -> origin/opte-88-linker-failures
7312024-05-03T21:16:30.503Z * [new branch] opteadm-library -> origin/opteadm-library
7322024-05-03T21:16:30.504Z * [new branch] partial-workspace -> origin/partial-workspace
7332024-05-03T21:16:30.504Z * [new branch] remove-duplicate-adm -> origin/remove-duplicate-adm
7342024-05-03T21:16:30.504Z * [new branch] renovate/libc-0.x-lockfile -> origin/renovate/libc-0.x-lockfile
7352024-05-03T21:16:30.504Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
7362024-05-03T21:16:30.504Z * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x
7372024-05-03T21:16:30.504Z * [new branch] renovate/serde-monorepo -> origin/renovate/serde-monorepo
7382024-05-03T21:16:30.504Z * [new branch] rm-fw-rule-error -> origin/rm-fw-rule-error
7392024-05-03T21:16:30.504Z * [new branch] route-cache -> origin/route-cache
7402024-05-03T21:16:30.504Z * [new branch] rpz-197-zero-pkt -> origin/rpz-197-zero-pkt
7412024-05-03T21:16:30.504Z * [new branch] rpz-207-rules-stats -> origin/rpz-207-rules-stats
7422024-05-03T21:16:30.504Z * [new branch] rpz-298-spoof-test -> origin/rpz-298-spoof-test
7432024-05-03T21:16:30.504Z * [new branch] rpz-301-layer-stats -> origin/rpz-301-layer-stats
7442024-05-03T21:16:30.504Z * [new branch] rpz-add-entry-refactor -> origin/rpz-add-entry-refactor
7452024-05-03T21:16:30.504Z * [new branch] rpz-ameta-own -> origin/rpz-ameta-own
7462024-05-03T21:16:30.504Z * [new branch] rpz-assert-drop -> origin/rpz-assert-drop
7472024-05-03T21:16:30.504Z * [new branch] rpz-csum-doc -> origin/rpz-csum-doc
7482024-05-03T21:16:30.504Z * [new branch] rpz-def-action -> origin/rpz-def-action
7492024-05-03T21:16:30.504Z * [new branch] rpz-doc-stuff -> origin/rpz-doc-stuff
7502024-05-03T21:16:30.504Z * [new branch] rpz-fix-docs -> origin/rpz-fix-docs
7512024-05-03T21:16:30.504Z * [new branch] rpz-gateway-layer -> origin/rpz-gateway-layer
7522024-05-03T21:16:30.504Z * [new branch] rpz-invalidation-broken-2 -> origin/rpz-invalidation-broken-2
7532024-05-03T21:16:30.504Z * [new branch] rpz-ioctl-dangle -> origin/rpz-ioctl-dangle
7542024-05-03T21:16:30.504Z * [new branch] rpz-less-alloc -> origin/rpz-less-alloc
7552024-05-03T21:16:30.505Z * [new branch] rpz-more-layer-stats -> origin/rpz-more-layer-stats
7562024-05-03T21:16:30.505Z * [new branch] rpz-move-stuff-to-ddi -> origin/rpz-move-stuff-to-ddi
7572024-05-03T21:16:30.505Z * [new branch] rpz-opte-294 -> origin/rpz-opte-294
7582024-05-03T21:16:30.505Z * [new branch] rpz-opteadm-tcp-flows -> origin/rpz-opteadm-tcp-flows
7592024-05-03T21:16:30.505Z * [new branch] rpz-packet-write-err -> origin/rpz-packet-write-err
7602024-05-03T21:16:30.505Z * [new branch] rpz-pkg-minor-vsn -> origin/rpz-pkg-minor-vsn
7612024-05-03T21:16:30.505Z * [new branch] rpz-predicate-module -> origin/rpz-predicate-module
7622024-05-03T21:16:30.505Z * [new branch] rpz-print-port-in-test -> origin/rpz-print-port-in-test
7632024-05-03T21:16:30.505Z * [new branch] rpz-rm-todo -> origin/rpz-rm-todo
7642024-05-03T21:16:30.505Z * [new branch] rpz-sanity-check -> origin/rpz-sanity-check
7652024-05-03T21:16:30.505Z * [new branch] rpz-simplify-test-state -> origin/rpz-simplify-test-state
7662024-05-03T21:16:30.505Z * [new branch] rpz-tcp-flows-hits -> origin/rpz-tcp-flows-hits
7672024-05-03T21:16:30.505Z * [new branch] rpz-tcp-inbound-test -> origin/rpz-tcp-inbound-test
7682024-05-03T21:16:30.505Z * [new branch] rpz-tcp-tests -> origin/rpz-tcp-tests
7692024-05-03T21:16:30.505Z * [new branch] rpz-test-common -> origin/rpz-test-common
7702024-05-03T21:16:30.505Z * [new branch] rpz-test-constants -> origin/rpz-test-constants
7712024-05-03T21:16:30.505Z * [new branch] rpz-uft-miss-stat -> origin/rpz-uft-miss-stat
7722024-05-03T21:16:30.513Z * [new branch] rpz-vpc-own-crate -> origin/rpz-vpc-own-crate
7732024-05-03T21:16:30.513Z * [new branch] spring-clean -> origin/spring-clean
7742024-05-03T21:16:30.513Z * [new branch] the-perf-cost-of-success -> origin/the-perf-cost-of-success
7752024-05-03T21:16:30.513Z * [new branch] underlay-lock -> origin/underlay-lock
7762024-05-03T21:16:30.513Z * [new branch] use-the-flow-luke-61 -> origin/use-the-flow-luke-61
7772024-05-03T21:16:30.513Z * [new ref] -> origin/HEAD
7782024-05-03T21:16:30.549Z Updating git repository `https://github.com/illumos/smf-rs`
7792024-05-03T21:16:30.936ZFrom https://github.com/illumos/smf-rs
7802024-05-03T21:16:30.936Z * [new branch] main -> origin/main
7812024-05-03T21:16:30.940Z * [new ref] -> origin/HEAD
7822024-05-03T21:16:30.982Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7832024-05-03T21:16:32.220ZFrom https://github.com/oxidecomputer/progenitor
7842024-05-03T21:16:32.220Z * [new branch] extension2 -> origin/extension2
7852024-05-03T21:16:32.227Z * [new branch] json-body-stdin-alias -> origin/json-body-stdin-alias
7862024-05-03T21:16:32.227Z * [new branch] main -> origin/main
7872024-05-03T21:16:32.227Z * [new branch] nexus-update -> origin/nexus-update
7882024-05-03T21:16:32.227Z * [new branch] owned-response-stream -> origin/owned-response-stream
7892024-05-03T21:16:32.227Z * [new branch] print-example -> origin/print-example
7902024-05-03T21:16:32.228Z * [new branch] query-arg-collision -> origin/query-arg-collision
7912024-05-03T21:16:32.228Z * [new branch] request-map -> origin/request-map
7922024-05-03T21:16:32.228Z * [new branch] response-value-content-length -> origin/response-value-content-length
7932024-05-03T21:16:32.228Z * [new branch] security-schemes -> origin/security-schemes
7942024-05-03T21:16:32.228Z * [new branch] sketch-multiple-reponse-types -> origin/sketch-multiple-reponse-types
7952024-05-03T21:16:32.229Z * [new branch] test-ci -> origin/test-ci
7962024-05-03T21:16:32.229Z * [new branch] test-v0.7.0 -> origin/test-v0.7.0
7972024-05-03T21:16:32.229Z * [new branch] untyped-responses -> origin/untyped-responses
7982024-05-03T21:16:32.229Z * [new branch] v41 -> origin/v41
7992024-05-03T21:16:32.229Z * [new ref] -> origin/HEAD
8002024-05-03T21:16:32.230Z * [new tag] v0.1.1 -> v0.1.1
8012024-05-03T21:16:32.230Z * [new tag] v0.2.0 -> v0.2.0
8022024-05-03T21:16:32.230Z * [new tag] v0.3.0 -> v0.3.0
8032024-05-03T21:16:32.230Z * [new tag] v0.4.0 -> v0.4.0
8042024-05-03T21:16:32.230Z * [new tag] v0.4.1 -> v0.4.1
8052024-05-03T21:16:32.230Z * [new tag] v0.5.0 -> v0.5.0
8062024-05-03T21:16:32.231Z * [new tag] v0.6.0 -> v0.6.0
8072024-05-03T21:16:32.301Z Updating git repository `https://github.com/oxidecomputer/zone`
8082024-05-03T21:16:32.803ZFrom https://github.com/oxidecomputer/zone
8092024-05-03T21:16:32.803Z * [new branch] main -> origin/main
8102024-05-03T21:16:32.807Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
8112024-05-03T21:16:32.808Z * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x
8122024-05-03T21:16:32.808Z * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash
8132024-05-03T21:16:32.808Z * [new ref] -> origin/HEAD
8142024-05-03T21:16:32.861Z Updating git repository `https://github.com/oxidecomputer/propolis`
8152024-05-03T21:16:33.923ZFrom https://github.com/oxidecomputer/propolis
8162024-05-03T21:16:33.924Z * [new branch] ata -> origin/ata
8172024-05-03T21:16:33.965Z * [new branch] gjcolombo/two-migration-statuses -> origin/gjcolombo/two-migration-statuses
8182024-05-03T21:16:33.966Z * [new branch] luqmana/libnet -> origin/luqmana/libnet
8192024-05-03T21:16:33.966Z * [new branch] master -> origin/master
8202024-05-03T21:16:33.966Z * [new branch] softnpu-table-counters -> origin/softnpu-table-counters
8212024-05-03T21:16:33.966Z * [new ref] -> origin/HEAD
8222024-05-03T21:16:34.035Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8232024-05-03T21:16:34.561ZFrom https://github.com/oxidecomputer/dlpi-sys
8242024-05-03T21:16:34.561Z * [new branch] gh-pages -> origin/gh-pages
8252024-05-03T21:16:34.567Z * [new branch] main -> origin/main
8262024-05-03T21:16:34.567Z * [new ref] -> origin/HEAD
8272024-05-03T21:16:34.575Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8282024-05-03T21:16:35.023ZFrom https://github.com/jmesmon/rust-libzfs
8292024-05-03T21:16:35.023Z * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140
8302024-05-03T21:16:35.033Z * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3
8312024-05-03T21:16:35.034Z * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26
8322024-05-03T21:16:35.034Z * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5
8332024-05-03T21:16:35.034Z * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4
8342024-05-03T21:16:35.034Z * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0
8352024-05-03T21:16:35.034Z * [new branch] dev -> origin/dev
8362024-05-03T21:16:35.034Z * [new branch] drr -> origin/drr
8372024-05-03T21:16:35.034Z * [new branch] f-types -> origin/f-types
8382024-05-03T21:16:35.035Z * [new branch] lookup-nvlist -> origin/lookup-nvlist
8392024-05-03T21:16:35.035Z * [new branch] master -> origin/master
8402024-05-03T21:16:35.035Z * [new branch] staging -> origin/staging
8412024-05-03T21:16:35.035Z * [new ref] -> origin/HEAD
8422024-05-03T21:16:35.035Z * [new tag] nvpair-0.5.0 -> nvpair-0.5.0
8432024-05-03T21:16:35.035Z * [new tag] v0.4.0 -> v0.4.0
8442024-05-03T21:16:35.035Z * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0
8452024-05-03T21:16:35.035Z * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0
8462024-05-03T21:16:35.045Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8472024-05-03T21:16:35.586ZFrom https://github.com/oxidecomputer/rusty-doors
8482024-05-03T21:16:35.586Z * [new branch] gh-pages -> origin/gh-pages
8492024-05-03T21:16:35.590Z * [new branch] main -> origin/main
8502024-05-03T21:16:35.590Z * [new branch] no-bindgen -> origin/no-bindgen
8512024-05-03T21:16:35.590Z * [new ref] -> origin/HEAD
8522024-05-03T21:16:35.615Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8532024-05-03T21:16:36.838ZFrom https://github.com/oxidecomputer/maghemite
8542024-05-03T21:16:36.839Z * [new branch] anycast -> origin/anycast
8552024-05-03T21:16:36.873Z * [new branch] ddm-track-session-duration -> origin/ddm-track-session-duration
8562024-05-03T21:16:36.873Z * [new branch] mac-build -> origin/mac-build
8572024-05-03T21:16:36.873Z * [new branch] main -> origin/main
8582024-05-03T21:16:36.873Z * [new branch] oxpop -> origin/oxpop
8592024-05-03T21:16:36.873Z * [new branch] renovate/anstyle-1.x -> origin/renovate/anstyle-1.x
8602024-05-03T21:16:36.873Z * [new branch] renovate/hostname-0.x -> origin/renovate/hostname-0.x
8612024-05-03T21:16:36.873Z * [new branch] renovate/http-1.x -> origin/renovate/http-1.x
8622024-05-03T21:16:36.873Z * [new branch] renovate/hyper-1.x -> origin/renovate/hyper-1.x
8632024-05-03T21:16:36.874Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
8642024-05-03T21:16:36.874Z * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x
8652024-05-03T21:16:36.874Z * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x
8662024-05-03T21:16:36.874Z * [new branch] renovate/schemars-0.x-lockfile -> origin/renovate/schemars-0.x-lockfile
8672024-05-03T21:16:36.874Z * [new branch] renovate/serde-monorepo -> origin/renovate/serde-monorepo
8682024-05-03T21:16:36.874Z * [new branch] renovate/socket2-0.x-lockfile -> origin/renovate/socket2-0.x-lockfile
8692024-05-03T21:16:36.874Z * [new ref] -> origin/HEAD
8702024-05-03T21:16:36.875Z * [new tag] rift -> rift
8712024-05-03T21:16:36.875Z * [new tag] srp -> srp
8722024-05-03T21:16:36.875Z * [new tag] tie-spf -> tie-spf
8732024-05-03T21:16:36.875Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8742024-05-03T21:16:36.875Zwarning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/
8752024-05-03T21:16:37.161ZFrom http://github.com/oxidecomputer/serde_human_bytes
8762024-05-03T21:16:37.161Z * [new branch] gh-pages -> origin/gh-pages
8772024-05-03T21:16:37.168Z * [new branch] main -> origin/main
8782024-05-03T21:16:37.169Z * [new branch] renovate/configure -> origin/renovate/configure
8792024-05-03T21:16:37.169Z * [new ref] -> origin/HEAD
8802024-05-03T21:16:37.179Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8812024-05-03T21:16:37.573ZFrom https://github.com/oxidecomputer/slog-error-chain
8822024-05-03T21:16:37.573Z * [new branch] main -> origin/main
8832024-05-03T21:16:37.580Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
8842024-05-03T21:16:37.580Z * [new branch] renovate/erased-serde-0.x -> origin/renovate/erased-serde-0.x
8852024-05-03T21:16:37.580Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
8862024-05-03T21:16:37.580Z * [new branch] renovate/proc-macro2-1.x-lockfile -> origin/renovate/proc-macro2-1.x-lockfile
8872024-05-03T21:16:37.580Z * [new branch] renovate/quote-1.x-lockfile -> origin/renovate/quote-1.x-lockfile
8882024-05-03T21:16:37.580Z * [new branch] renovate/syn-2.x-lockfile -> origin/renovate/syn-2.x-lockfile
8892024-05-03T21:16:37.580Z * [new ref] -> origin/HEAD
8902024-05-03T21:16:37.619Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8912024-05-03T21:16:38.074ZFrom https://github.com/oxidecomputer/poptrie
8922024-05-03T21:16:38.074Z * [new branch] main -> origin/main
8932024-05-03T21:16:38.087Z * [new branch] multipath -> origin/multipath
8942024-05-03T21:16:38.087Z * [new ref] -> origin/HEAD
8952024-05-03T21:16:38.116Z Updating git repository `https://github.com/illumos/libscf-sys.git`
8962024-05-03T21:16:38.545ZFrom https://github.com/illumos/libscf-sys
8972024-05-03T21:16:38.545Z * [new branch] main -> origin/main
8982024-05-03T21:16:38.558Z * [new ref] -> origin/HEAD
8992024-05-03T21:16:38.652Z Updating git repository `https://github.com/oxidecomputer/typify`
9002024-05-03T21:16:40.503ZFrom https://github.com/oxidecomputer/typify
9012024-05-03T21:16:40.504Z * [new branch] ipv6 -> origin/ipv6
9022024-05-03T21:16:40.507Z * [new branch] js-schema -> origin/js-schema
9032024-05-03T21:16:40.507Z * [new branch] main -> origin/main
9042024-05-03T21:16:40.507Z * [new branch] nested-newtype -> origin/nested-newtype
9052024-05-03T21:16:40.507Z * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error -> origin/sunshowers/spr/add-type-name-to-invalidschema-error
9062024-05-03T21:16:40.507Z * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error-1 -> origin/sunshowers/spr/add-type-name-to-invalidschema-error-1
9072024-05-03T21:16:40.507Z * [new ref] -> origin/HEAD
9082024-05-03T21:16:40.507Z * [new tag] v0.0.10 -> v0.0.10
9092024-05-03T21:16:40.507Z * [new tag] v0.0.11 -> v0.0.11
9102024-05-03T21:16:40.507Z * [new tag] v0.0.12 -> v0.0.12
9112024-05-03T21:16:40.507Z * [new tag] v0.0.13 -> v0.0.13
9122024-05-03T21:16:40.507Z * [new tag] v0.0.14 -> v0.0.14
9132024-05-03T21:16:40.508Z * [new tag] v0.0.15 -> v0.0.15
9142024-05-03T21:16:40.508Z * [new tag] v0.0.16 -> v0.0.16
9152024-05-03T21:16:40.508Z * [new tag] v0.0.4 -> v0.0.4
9162024-05-03T21:16:40.508Z * [new tag] v0.0.5 -> v0.0.5
9172024-05-03T21:16:40.508Z * [new tag] v0.0.6 -> v0.0.6
9182024-05-03T21:16:40.508Z * [new tag] v0.0.7 -> v0.0.7
9192024-05-03T21:16:40.508Z * [new tag] v0.0.8 -> v0.0.8
9202024-05-03T21:16:40.508Z * [new tag] v0.0.9 -> v0.0.9
9212024-05-03T21:16:40.621Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9222024-05-03T21:16:41.295ZFrom https://github.com/oxidecomputer/management-gateway-service
9232024-05-03T21:16:41.295Z * [new branch] af-temp-hash -> origin/af-temp-hash
9242024-05-03T21:16:41.299Z * [new branch] buildomat -> origin/buildomat
9252024-05-03T21:16:41.299Z * [new branch] bump-smoltcp -> origin/bump-smoltcp
9262024-05-03T21:16:41.299Z * [new branch] cached-bootloader-update -> origin/cached-bootloader-update
9272024-05-03T21:16:41.299Z * [new branch] dependabot/cargo/zerocopy-0.7.32 -> origin/dependabot/cargo/zerocopy-0.7.32
9282024-05-03T21:16:41.299Z * [new branch] image-board-check -> origin/image-board-check
9292024-05-03T21:16:41.299Z * [new branch] include-power-state-in-sp-state -> origin/include-power-state-in-sp-state
9302024-05-03T21:16:41.299Z * [new branch] lock_state -> origin/lock_state
9312024-05-03T21:16:41.299Z * [new branch] main -> origin/main
9322024-05-03T21:16:41.299Z * [new branch] more-expect-cleanup -> origin/more-expect-cleanup
9332024-05-03T21:16:41.299Z * [new branch] plumb-switch-default-image -> origin/plumb-switch-default-image
9342024-05-03T21:16:41.299Z * [new branch] read-rot-message -> origin/read-rot-message
9352024-05-03T21:16:41.299Z * [new branch] reexport-sp-component -> origin/reexport-sp-component
9362024-05-03T21:16:41.299Z * [new branch] remove-dumper-error -> origin/remove-dumper-error
9372024-05-03T21:16:41.299Z * [new branch] reset-component -> origin/reset-component
9382024-05-03T21:16:41.299Z * [new branch] revert-70-reset-component -> origin/revert-70-reset-component
9392024-05-03T21:16:41.300Z * [new branch] rhai -> origin/rhai
9402024-05-03T21:16:41.300Z * [new branch] rot-boot-info -> origin/rot-boot-info
9412024-05-03T21:16:41.300Z * [new branch] rot-update -> origin/rot-update
9422024-05-03T21:16:41.300Z * [new branch] rot-update-2 -> origin/rot-update-2
9432024-05-03T21:16:41.300Z * [new branch] rot-update-on-rot-status -> origin/rot-update-on-rot-status
9442024-05-03T21:16:41.300Z * [new branch] scope-id-shenanigans -> origin/scope-id-shenanigans
9452024-05-03T21:16:41.300Z * [new branch] sprot-attest -> origin/sprot-attest
9462024-05-03T21:16:41.300Z * [new branch] sprot-desync-error -> origin/sprot-desync-error
9472024-05-03T21:16:41.300Z * [new branch] sprot-errors -> origin/sprot-errors
9482024-05-03T21:16:41.300Z * [new branch] stage0-update-component -> origin/stage0-update-component
9492024-05-03T21:16:41.300Z * [new branch] update-rot-state-msg -> origin/update-rot-state-msg
9502024-05-03T21:16:41.300Z * [new branch] update-stage0 -> origin/update-stage0
9512024-05-03T21:16:41.300Z * [new ref] -> origin/HEAD
9522024-05-03T21:16:42.000Z Downloading crates ...
9532024-05-03T21:16:42.113Z Downloaded ahash v0.8.11
9542024-05-03T21:16:42.117Z Downloaded atomic-waker v1.1.2
9552024-05-03T21:16:42.121Z Downloaded anyhow v1.0.82
9562024-05-03T21:16:42.125Z Downloaded argon2 v0.5.3
9572024-05-03T21:16:42.129Z Downloaded allocator-api2 v0.2.18
9582024-05-03T21:16:42.137Z Downloaded async-stream-impl v0.3.5
9592024-05-03T21:16:42.140Z Downloaded quick-error v1.2.3
9602024-05-03T21:16:42.143Z Downloaded async-trait v0.1.80
9612024-05-03T21:16:42.147Z Downloaded bytecount v0.6.8
9622024-05-03T21:16:42.149Z Downloaded quote v1.0.36
9632024-05-03T21:16:42.153Z Downloaded clap v4.5.4
9642024-05-03T21:16:42.160Z Downloaded blake2 v0.10.6
9652024-05-03T21:16:42.163Z Downloaded anstyle-parse v0.2.4
9662024-05-03T21:16:42.166Z Downloaded bitflags v1.3.2
9672024-05-03T21:16:42.169Z Downloaded anstyle-query v1.0.3
9682024-05-03T21:16:42.172Z Downloaded ciborium v0.2.2
9692024-05-03T21:16:42.172Z Downloaded rand_core v0.6.4
9702024-05-03T21:16:42.176Z Downloaded rand_chacha v0.3.1
9712024-05-03T21:16:42.176Z Downloaded byteorder v1.5.0
9722024-05-03T21:16:42.179Z Downloaded rhai_codegen v2.1.0
9732024-05-03T21:16:42.188Z Downloaded rustversion v1.0.15
9742024-05-03T21:16:42.192Z Downloaded anstyle v1.0.7
9752024-05-03T21:16:42.195Z Downloaded scroll_derive v0.12.0
9762024-05-03T21:16:42.195Z Downloaded foreign-types-shared v0.3.1
9772024-05-03T21:16:42.198Z Downloaded const-random-macro v0.1.16
9782024-05-03T21:16:42.198Z Downloaded const-random v0.1.18
9792024-05-03T21:16:42.198Z Downloaded darling_macro v0.20.8
9802024-05-03T21:16:42.198Z Downloaded crunchy v0.2.2
9812024-05-03T21:16:42.202Z Downloaded resolv-conf v0.7.0
9822024-05-03T21:16:42.202Z Downloaded rustls-pemfile v2.1.2
9832024-05-03T21:16:42.205Z Downloaded fxhash v0.2.1
9842024-05-03T21:16:42.208Z Downloaded crc8 v0.1.1
9852024-05-03T21:16:42.208Z Downloaded rustc_version v0.1.7
9862024-05-03T21:16:42.208Z Downloaded bytes v1.6.0
9872024-05-03T21:16:42.215Z Downloaded base64ct v1.6.0
9882024-05-03T21:16:42.218Z Downloaded dirs-next v2.0.0
9892024-05-03T21:16:42.218Z Downloaded cobs v0.2.3
9902024-05-03T21:16:42.221Z Downloaded foreign-types-shared v0.1.1
9912024-05-03T21:16:42.221Z Downloaded ciborium-ll v0.2.2
9922024-05-03T21:16:42.221Z Downloaded cfg-if v1.0.0
9932024-05-03T21:16:42.244Z Downloaded openssl-probe v0.1.5
9942024-05-03T21:16:42.256Z Downloaded futures-core v0.3.30
9952024-05-03T21:16:42.256Z Downloaded dirs-sys-next v0.1.2
9962024-05-03T21:16:42.256Z Downloaded colorchoice v1.0.1
9972024-05-03T21:16:42.256Z Downloaded clap_lex v0.7.0
9982024-05-03T21:16:42.256Z Downloaded strum v0.26.2
9992024-05-03T21:16:42.256Z Downloaded scroll v0.12.0
10002024-05-03T21:16:42.256Z Downloaded slog-bunyan v2.5.0
10012024-05-03T21:16:42.256Z Downloaded usdt-attr-macro v0.5.0
10022024-05-03T21:16:42.257Z Downloaded generic-array v0.14.7
10032024-05-03T21:16:42.257Z Downloaded futures-io v0.3.30
10042024-05-03T21:16:42.265Z Downloaded futures-executor v0.3.30
10052024-05-03T21:16:42.266Z Downloaded form_urlencoded v1.2.1
10062024-05-03T21:16:42.266Z Downloaded fnv v1.0.7
10072024-05-03T21:16:42.266Z Downloaded errno v0.3.8
10082024-05-03T21:16:42.266Z Downloaded enum-as-inner v0.5.1
10092024-05-03T21:16:42.266Z Downloaded embedded-io v0.4.0
10102024-05-03T21:16:42.266Z Downloaded dyn-clone v1.0.17
10112024-05-03T21:16:42.266Z Downloaded defmt-parser v0.3.4
10122024-05-03T21:16:42.277Z Downloaded instant v0.1.12
10132024-05-03T21:16:42.277Z Downloaded time-core v0.1.2
10142024-05-03T21:16:42.277Z Downloaded take_mut v0.2.2
10152024-05-03T21:16:42.277Z Downloaded sync_wrapper v0.1.2
10162024-05-03T21:16:42.277Z Downloaded cc v1.0.96
10172024-05-03T21:16:42.278Z Downloaded futures-macro v0.3.30
10182024-05-03T21:16:42.285Z Downloaded ident_case v1.0.1
10192024-05-03T21:16:42.285Z Downloaded structmeta-derive v0.3.0
10202024-05-03T21:16:42.286Z Downloaded serde_urlencoded v0.7.1
10212024-05-03T21:16:42.286Z Downloaded sct v0.7.1
10222024-05-03T21:16:42.286Z Downloaded newline-converter v0.3.0
10232024-05-03T21:16:42.286Z Downloaded powerfmt v0.2.0
10242024-05-03T21:16:42.286Z Downloaded slog-scope v4.4.0
10252024-05-03T21:16:42.290Z Downloaded plain v0.2.3
10262024-05-03T21:16:42.290Z Downloaded percent-encoding v2.3.1
10272024-05-03T21:16:42.290Z Downloaded num_enum v0.5.11
10282024-05-03T21:16:42.293Z Downloaded slog-stdlog v4.1.1
10292024-05-03T21:16:42.296Z Downloaded slog-async v2.8.0
10302024-05-03T21:16:42.296Z Downloaded slab v0.4.9
10312024-05-03T21:16:42.299Z Downloaded thiserror-impl v1.0.59
10322024-05-03T21:16:42.300Z Downloaded usdt v0.5.0
10332024-05-03T21:16:42.303Z Downloaded static_assertions v1.1.0
10342024-05-03T21:16:42.303Z Downloaded sha1 v0.10.6
10352024-05-03T21:16:42.307Z Downloaded getopts v0.2.21
10362024-05-03T21:16:42.307Z Downloaded tabwriter v1.4.0
10372024-05-03T21:16:42.311Z Downloaded try-lock v0.2.5
10382024-05-03T21:16:42.311Z Downloaded pretty-hex v0.4.1
10392024-05-03T21:16:42.311Z Downloaded thiserror v1.0.59
10402024-05-03T21:16:42.319Z Downloaded heck v0.4.1
10412024-05-03T21:16:42.322Z Downloaded sha2 v0.10.8
10422024-05-03T21:16:42.322Z Downloaded num-iter v0.1.44
10432024-05-03T21:16:42.322Z Downloaded hubpack_derive v0.1.1
10442024-05-03T21:16:42.322Z Downloaded strum_macros v0.26.2
10452024-05-03T21:16:42.325Z Downloaded num-conv v0.1.0
10462024-05-03T21:16:42.328Z Downloaded tinyvec_macros v0.1.1
10472024-05-03T21:16:42.328Z Downloaded slog-dtrace v0.3.0
10482024-05-03T21:16:42.328Z Downloaded newtype_derive v0.1.6
10492024-05-03T21:16:42.332Z Downloaded strsim v0.10.0
10502024-05-03T21:16:42.332Z Downloaded serde_derive_internals v0.29.0
10512024-05-03T21:16:42.335Z Downloaded tokio-rustls v0.25.0
10522024-05-03T21:16:42.335Z Downloaded tokio-macros v2.2.0
10532024-05-03T21:16:42.338Z Downloaded tiny-keccak v2.0.2
10542024-05-03T21:16:42.338Z Downloaded thread_local v1.1.8
10552024-05-03T21:16:42.342Z Downloaded humantime v2.1.0
10562024-05-03T21:16:42.342Z Downloaded want v0.3.1
10572024-05-03T21:16:42.346Z Downloaded smartstring v1.0.1
10582024-05-03T21:16:42.346Z Downloaded futures v0.3.30
10592024-05-03T21:16:42.350Z Downloaded match_cfg v0.1.0
10602024-05-03T21:16:42.354Z Downloaded usdt-macro v0.5.0
10612024-05-03T21:16:42.354Z Downloaded spin v0.9.8
10622024-05-03T21:16:42.357Z Downloaded smallvec v1.13.2
10632024-05-03T21:16:42.357Z Downloaded slog-envlogger v2.2.0
10642024-05-03T21:16:42.360Z Downloaded heck v0.5.0
10652024-05-03T21:16:42.363Z Downloaded matches v0.1.10
10662024-05-03T21:16:42.363Z Downloaded term v0.7.0
10672024-05-03T21:16:42.366Z Downloaded linked-hash-map v0.5.6
10682024-05-03T21:16:42.366Z Downloaded is-terminal v0.4.12
10692024-05-03T21:16:42.369Z Downloaded is_terminal_polyfill v1.70.0
10702024-05-03T21:16:42.369Z Downloaded getrandom v0.2.14
10712024-05-03T21:16:42.373Z Downloaded waitgroup v0.1.2
10722024-05-03T21:16:42.373Z Downloaded thin-vec v0.2.13
10732024-05-03T21:16:42.376Z Downloaded strum_macros v0.25.3
10742024-05-03T21:16:42.379Z Downloaded serde_repr v0.1.19
10752024-05-03T21:16:42.379Z Downloaded omicron-workspace-hack v0.1.0
10762024-05-03T21:16:42.382Z Downloaded num_threads v0.1.7
10772024-05-03T21:16:42.382Z Downloaded http-body v0.4.6
10782024-05-03T21:16:42.382Z Downloaded newtype-uuid v1.1.0
10792024-05-03T21:16:42.385Z Downloaded native-tls v0.2.11
10802024-05-03T21:16:42.388Z Downloaded num-integer v0.1.46
10812024-05-03T21:16:42.388Z Downloaded postcard v1.0.8
10822024-05-03T21:16:42.392Z Downloaded num-derive v0.3.3
10832024-05-03T21:16:42.395Z Downloaded ucd-trie v0.1.6
10842024-05-03T21:16:42.395Z Downloaded tracing-attributes v0.1.27
10852024-05-03T21:16:42.398Z Downloaded parking_lot v0.11.2
10862024-05-03T21:16:42.404Z Downloaded time-macros v0.2.18
10872024-05-03T21:16:42.407Z Downloaded pretty-hex v0.2.1
10882024-05-03T21:16:42.407Z Downloaded untrusted v0.9.0
10892024-05-03T21:16:42.407Z Downloaded tower-service v0.3.2
10902024-05-03T21:16:42.407Z Downloaded serde_derive v1.0.200
10912024-05-03T21:16:42.410Z Downloaded pin-utils v0.1.0
10922024-05-03T21:16:42.410Z Downloaded pest_generator v2.7.10
10932024-05-03T21:16:42.413Z Downloaded utf8parse v0.2.1
10942024-05-03T21:16:42.413Z Downloaded toml_datetime v0.6.5
10952024-05-03T21:16:42.413Z Downloaded pkg-config v0.3.30
10962024-05-03T21:16:42.416Z Downloaded socket2 v0.4.10
10972024-05-03T21:16:42.419Z Downloaded similar v2.5.0
10982024-05-03T21:16:42.422Z Downloaded openssl-macros v0.1.1
10992024-05-03T21:16:42.425Z Downloaded managed v0.8.0
11002024-05-03T21:16:42.425Z Downloaded macaddr v1.0.1
11012024-05-03T21:16:42.425Z Downloaded lru-cache v0.1.2
11022024-05-03T21:16:42.429Z Downloaded lock_api v0.4.12
11032024-05-03T21:16:42.429Z Downloaded tokio-native-tls v0.3.1
11042024-05-03T21:16:42.435Z Downloaded hex v0.4.3
11052024-05-03T21:16:42.435Z Downloaded zeroize v1.7.0
11062024-05-03T21:16:42.435Z Downloaded num_enum_derive v0.5.11
11072024-05-03T21:16:42.435Z Downloaded schemars v0.8.17
11082024-05-03T21:16:42.447Z Downloaded num_enum_derive v0.7.2
11092024-05-03T21:16:42.450Z Downloaded num v0.4.2
11102024-05-03T21:16:42.450Z Downloaded num-complex v0.4.5
11112024-05-03T21:16:42.454Z Downloaded httparse v1.8.0
11122024-05-03T21:16:42.455Z Downloaded zerocopy-derive v0.7.32
11132024-05-03T21:16:42.467Z Downloaded proc-macro-crate v3.1.0
11142024-05-03T21:16:42.467Z Downloaded paste v1.0.14
11152024-05-03T21:16:42.473Z Downloaded parse-display-derive v0.9.0
11162024-05-03T21:16:42.474Z Downloaded proc-macro-error-attr v1.0.4
11172024-05-03T21:16:42.474Z Downloaded proc-macro-crate v1.3.1
11182024-05-03T21:16:42.474Z Downloaded hyper-rustls v0.24.2
11192024-05-03T21:16:42.474Z Downloaded mime v0.3.17
11202024-05-03T21:16:42.474Z Downloaded uuid v0.8.2
11212024-05-03T21:16:42.479Z Downloaded socket2 v0.5.7
11222024-05-03T21:16:42.479Z Downloaded parse-display v0.9.0
11232024-05-03T21:16:42.479Z Downloaded version_check v0.9.4
11242024-05-03T21:16:42.479Z Downloaded lazy_static v1.4.0
11252024-05-03T21:16:42.488Z Downloaded itoa v1.0.11
11262024-05-03T21:16:42.488Z Downloaded pin-project-lite v0.2.14
11272024-05-03T21:16:42.501Z Downloaded hostname v0.3.1
11282024-05-03T21:16:42.501Z Downloaded ipnetwork v0.20.0
11292024-05-03T21:16:42.501Z Downloaded pest_derive v2.7.10
11302024-05-03T21:16:42.501Z Downloaded proc-macro2 v1.0.81
11312024-05-03T21:16:42.502Z Downloaded num-rational v0.4.1
11322024-05-03T21:16:42.506Z Downloaded tokio-rustls v0.24.1
11332024-05-03T21:16:42.506Z Downloaded openssl-sys v0.9.102
11342024-05-03T21:16:42.506Z Downloaded proc-macro-error v1.0.4
11352024-05-03T21:16:42.509Z Downloaded ppv-lite86 v0.2.17
11362024-05-03T21:16:42.509Z Downloaded unicode-width v0.1.12
11372024-05-03T21:16:42.515Z Downloaded password-hash v0.5.0
11382024-05-03T21:16:42.515Z Downloaded unicode-bidi v0.3.15
11392024-05-03T21:16:42.518Z Downloaded uuid v1.8.0
11402024-05-03T21:16:42.518Z Downloaded parking_lot_core v0.9.10
11412024-05-03T21:16:42.521Z Downloaded hostname v0.4.0
11422024-05-03T21:16:42.521Z Downloaded unicode-ident v1.0.12
11432024-05-03T21:16:42.524Z Downloaded iana-time-zone v0.1.60
11442024-05-03T21:16:42.527Z Downloaded toml v0.8.12
11452024-05-03T21:16:42.530Z Downloaded hashbrown v0.14.5
11462024-05-03T21:16:42.537Z Downloaded zerocopy v0.6.6
11472024-05-03T21:16:42.540Z Downloaded num-traits v0.2.18
11482024-05-03T21:16:42.543Z Downloaded expectorate v1.1.0
11492024-05-03T21:16:42.546Z Downloaded pest_meta v2.7.10
11502024-05-03T21:16:42.546Z Downloaded parking_lot_core v0.8.6
11512024-05-03T21:16:42.549Z Downloaded indexmap v1.9.3
11522024-05-03T21:16:42.552Z Downloaded heapless v0.8.0
11532024-05-03T21:16:42.555Z Downloaded hashbrown v0.12.3
11542024-05-03T21:16:42.560Z Downloaded tokio-util v0.7.10
11552024-05-03T21:16:42.567Z Downloaded steno v0.4.0
11562024-05-03T21:16:42.571Z Downloaded toml_edit v0.22.12
11572024-05-03T21:16:42.595Z Downloaded tracing-core v0.1.32
11582024-05-03T21:16:42.598Z Downloaded papergrid v0.11.0
11592024-05-03T21:16:42.601Z Downloaded unsafe-libyaml v0.2.11
11602024-05-03T21:16:42.606Z Downloaded memchr v2.7.2
11612024-05-03T21:16:42.610Z Downloaded trust-dns-resolver v0.22.0
11622024-05-03T21:16:42.615Z Downloaded unicode-segmentation v1.11.0
11632024-05-03T21:16:42.619Z Downloaded ipnet v2.9.0
11642024-05-03T21:16:42.622Z Downloaded unicode-normalization v0.1.23
11652024-05-03T21:16:42.627Z Downloaded clap_builder v4.5.2
11662024-05-03T21:16:42.633Z Downloaded http v0.2.12
11672024-05-03T21:16:42.636Z Downloaded tracing v0.1.40
11682024-05-03T21:16:42.640Z Downloaded mio v0.8.11
11692024-05-03T21:16:42.647Z Downloaded time v0.3.36
11702024-05-03T21:16:42.655Z Downloaded goblin v0.8.2
11712024-05-03T21:16:42.660Z Downloaded indexmap v2.2.6
11722024-05-03T21:16:42.667Z Downloaded zerocopy v0.7.32
11732024-05-03T21:16:42.688Z Downloaded toml_edit v0.21.1
11742024-05-03T21:16:42.709Z Downloaded vcpkg v0.2.15
11752024-05-03T21:16:42.750Z Downloaded idna v0.5.0
11762024-05-03T21:16:42.765Z Downloaded libm v0.2.8
11772024-05-03T21:16:42.776Z Downloaded idna v0.2.3
11782024-05-03T21:16:42.776Z Downloaded trust-dns-proto v0.22.0
11792024-05-03T21:16:42.785Z Downloaded winnow v0.6.7
11802024-05-03T21:16:42.795Z Downloaded openapiv3 v2.0.0
11812024-05-03T21:16:42.807Z Downloaded zerocopy-derive v0.6.6
11822024-05-03T21:16:42.818Z Downloaded petgraph v0.6.4
11832024-05-03T21:16:42.834Z Downloaded tabled v0.15.0
11842024-05-03T21:16:42.851Z Downloaded regex v1.10.4
11852024-05-03T21:16:42.864Z Downloaded rustls-webpki v0.102.3
11862024-05-03T21:16:42.880Z Downloaded syn v1.0.109
11872024-05-03T21:16:42.891Z Downloaded encoding_rs v0.8.34
11882024-05-03T21:16:43.315Z Downloaded syn v2.0.60
11892024-05-03T21:16:43.315Z Downloaded webpki-roots v0.25.4
11902024-05-03T21:16:43.315Z Downloaded rhai v1.18.0
11912024-05-03T21:16:43.315Z Downloaded openssl v0.10.64
11922024-05-03T21:16:43.316Z Downloaded smoltcp v0.11.0
11932024-05-03T21:16:43.316Z Downloaded rustls v0.22.4
11942024-05-03T21:16:43.316Z Downloaded rustix v0.38.34
11952024-05-03T21:16:43.316Z Downloaded regress v0.9.1
11962024-05-03T21:16:43.316Z Downloaded rustls v0.21.12
11972024-05-03T21:16:43.316Z Downloaded sled v0.34.7
11982024-05-03T21:16:43.316Z Downloaded regex-syntax v0.8.3
11992024-05-03T21:16:43.317Z Downloaded regex-automata v0.4.6
12002024-05-03T21:16:43.317Z Downloaded itertools v0.12.1
12012024-05-03T21:16:43.317Z Downloaded hyper v0.14.28
12022024-05-03T21:16:43.317Z Downloaded serde_json v1.0.116
12032024-05-03T21:16:43.317Z Downloaded rustls-webpki v0.101.7
12042024-05-03T21:16:43.317Z Downloaded libc v0.2.154
12052024-05-03T21:16:43.318Z Downloaded tokio v1.37.0
12062024-05-03T21:16:43.318Z Downloaded http v1.1.0
12072024-05-03T21:16:43.318Z Downloaded nom v7.1.3
12082024-05-03T21:16:43.318Z Downloaded h2 v0.3.26
12092024-05-03T21:16:43.318Z Downloaded chrono v0.4.38
12102024-05-03T21:16:43.318Z Downloaded minimal-lexical v0.2.1
12112024-05-03T21:16:43.318Z Downloaded serde_with v3.8.1
12122024-05-03T21:16:43.318Z Downloaded reqwest v0.11.27
12132024-05-03T21:16:43.319Z Downloaded pest v2.7.10
12142024-05-03T21:16:43.319Z Downloaded winnow v0.5.40
12152024-05-03T21:16:43.319Z Downloaded futures-util v0.3.30
12162024-05-03T21:16:43.319Z Downloaded toml_edit v0.19.15
12172024-05-03T21:16:43.319Z Downloaded log v0.4.21
12182024-05-03T21:16:43.319Z Downloaded parking_lot v0.12.2
12192024-05-03T21:16:43.319Z Downloaded multer v3.0.0
12202024-05-03T21:16:43.320Z Downloaded url v2.5.0
12212024-05-03T21:16:43.320Z Downloaded serde_yaml v0.9.34+deprecated
12222024-05-03T21:16:43.320Z Downloaded crossbeam-channel v0.5.12
12232024-05-03T21:16:43.320Z Downloaded tinyvec v1.6.0
12242024-05-03T21:16:43.320Z Downloaded slog v2.7.0
12252024-05-03T21:16:43.320Z Downloaded serde v1.0.200
12262024-05-03T21:16:43.321Z Downloaded num_enum v0.7.2
12272024-05-03T21:16:43.321Z Downloaded num_cpus v1.16.0
12282024-05-03T21:16:43.321Z Downloaded ryu v1.0.17
12292024-05-03T21:16:43.321Z Downloaded usdt-impl v0.5.0
12302024-05-03T21:16:43.321Z Downloaded hyper-tls v0.5.0
12312024-05-03T21:16:43.321Z Downloaded darling_core v0.20.8
12322024-05-03T21:16:43.321Z Downloaded typenum v1.17.0
12332024-05-03T21:16:43.321Z Downloaded hubpack v0.1.2
12342024-05-03T21:16:43.321Z Downloaded httpdate v1.0.3
12352024-05-03T21:16:43.321Z Downloaded slog-term v2.9.1
12362024-05-03T21:16:43.321Z Downloaded rustls-pki-types v1.5.0
12372024-05-03T21:16:43.322Z Downloaded serde_path_to_error v0.1.16
12382024-05-03T21:16:43.322Z Downloaded base64 v0.21.7
12392024-05-03T21:16:43.322Z Downloaded half v2.4.1
12402024-05-03T21:16:43.322Z Downloaded thread-id v4.2.1
12412024-05-03T21:16:43.322Z Downloaded structmeta v0.3.0
12422024-05-03T21:16:43.322Z Downloaded strsim v0.11.1
12432024-05-03T21:16:43.323Z Downloaded crossbeam-utils v0.8.19
12442024-05-03T21:16:43.323Z Downloaded console v0.15.8
12452024-05-03T21:16:43.323Z Downloaded memmap v0.7.0
12462024-05-03T21:16:43.323Z Downloaded once_cell v1.19.0
12472024-05-03T21:16:43.323Z Downloaded rand v0.8.5
12482024-05-03T21:16:43.323Z Downloaded serde_with_macros v3.8.1
12492024-05-03T21:16:43.324Z Downloaded serde_tokenstream v0.2.0
12502024-05-03T21:16:43.324Z Downloaded semver v1.0.22
12512024-05-03T21:16:43.324Z Downloaded futures-channel v0.3.30
12522024-05-03T21:16:43.324Z Downloaded defmt v0.3.6
12532024-05-03T21:16:43.335Z Downloaded crc32fast v1.4.0
12542024-05-03T21:16:43.336Z Downloaded crossbeam-epoch v0.9.18
12552024-05-03T21:16:43.336Z Downloaded tabled_derive v0.7.0
12562024-05-03T21:16:43.336Z Downloaded subtle v2.5.0
12572024-05-03T21:16:43.336Z Downloaded camino v1.1.6
12582024-05-03T21:16:43.336Z Downloaded bitflags v2.5.0
12592024-05-03T21:16:43.336Z Downloaded stable_deref_trait v1.2.0
12602024-05-03T21:16:43.336Z Downloaded slog-json v2.6.1
12612024-05-03T21:16:43.336Z Downloaded digest v0.10.7
12622024-05-03T21:16:43.336Z Downloaded schemars_derive v0.8.17
12632024-05-03T21:16:43.336Z Downloaded clap_derive v4.5.4
12642024-05-03T21:16:43.336Z Downloaded signal-hook-registry v1.4.2
12652024-05-03T21:16:43.347Z Downloaded serde_spanned v0.6.5
12662024-05-03T21:16:43.347Z Downloaded darling v0.20.8
12672024-05-03T21:16:43.347Z Downloaded colored v2.1.0
12682024-05-03T21:16:43.347Z Downloaded semver v0.1.20
12692024-05-03T21:16:43.347Z Downloaded ring v0.17.8
12702024-05-03T21:16:43.410Z Downloaded scopeguard v1.2.0
12712024-05-03T21:16:43.415Z Downloaded foreign-types v0.5.0
12722024-05-03T21:16:43.415Z Downloaded crypto-common v0.1.6
12732024-05-03T21:16:43.415Z Downloaded rustls-pemfile v1.0.4
12742024-05-03T21:16:43.415Z Downloaded hash32 v0.3.1
12752024-05-03T21:16:43.431Z Downloaded futures-sink v0.3.30
12762024-05-03T21:16:43.432Z Downloaded debug-ignore v1.0.5
12772024-05-03T21:16:43.432Z Downloaded defmt-macros v0.3.7
12782024-05-03T21:16:43.432Z Downloaded terminal_size v0.3.0
12792024-05-03T21:16:43.436Z Downloaded anstream v0.6.14
12802024-05-03T21:16:43.436Z Downloaded data-encoding v2.6.0
12812024-05-03T21:16:43.436Z Downloaded base64 v0.22.1
12822024-05-03T21:16:43.436Z Downloaded arc-swap v1.7.1
12832024-05-03T21:16:43.436Z Downloaded either v1.11.0
12842024-05-03T21:16:43.436Z Downloaded futures-task v0.3.30
12852024-05-03T21:16:43.436Z Downloaded fixedbitset v0.4.2
12862024-05-03T21:16:43.436Z Downloaded equivalent v1.0.1
12872024-05-03T21:16:43.437Z Downloaded deranged v0.3.11
12882024-05-03T21:16:43.437Z Downloaded cpufeatures v0.2.12
12892024-05-03T21:16:43.437Z Downloaded foreign-types-macros v0.2.3
12902024-05-03T21:16:43.440Z Downloaded foreign-types v0.3.2
12912024-05-03T21:16:43.440Z Downloaded dtrace-parser v0.2.0
12922024-05-03T21:16:43.440Z Downloaded dof v0.3.0
12932024-05-03T21:16:43.440Z Downloaded cstr-argument v0.1.2
12942024-05-03T21:16:43.440Z Downloaded block-buffer v0.10.4
12952024-05-03T21:16:43.443Z Downloaded backoff v0.4.0
12962024-05-03T21:16:43.443Z Downloaded ciborium-io v0.2.2
12972024-05-03T21:16:43.443Z Downloaded autocfg v1.2.0
12982024-05-03T21:16:43.446Z Downloaded async-stream v0.3.5
12992024-05-03T21:16:43.446Z Downloaded aho-corasick v1.1.3
13002024-05-03T21:16:43.668Z Compiling proc-macro2 v1.0.81
13012024-05-03T21:16:43.668Z Compiling unicode-ident v1.0.12
13022024-05-03T21:16:43.672Z Compiling libc v0.2.154
13032024-05-03T21:16:43.672Z Compiling version_check v0.9.4
13042024-05-03T21:16:43.672Z Compiling cfg-if v1.0.0
13052024-05-03T21:16:43.697Z Compiling serde v1.0.200
13062024-05-03T21:16:43.702Z Compiling autocfg v1.2.0
13072024-05-03T21:16:43.703Z Compiling once_cell v1.19.0
13082024-05-03T21:16:43.958Z Compiling itoa v1.0.11
13092024-05-03T21:16:44.079Z Compiling thiserror v1.0.59
13102024-05-03T21:16:44.119Z Compiling byteorder v1.5.0
13112024-05-03T21:16:44.257Z Compiling memchr v2.7.2
13122024-05-03T21:16:45.149Z Compiling libm v0.2.8
13132024-05-03T21:16:45.268Z Compiling pin-project-lite v0.2.14
13142024-05-03T21:16:45.372Z Compiling num-traits v0.2.18
13152024-05-03T21:16:45.548Z Compiling ryu v1.0.17
13162024-05-03T21:16:45.589Z Compiling serde_json v1.0.116
13172024-05-03T21:16:45.740Z Compiling cc v1.0.96
13182024-05-03T21:16:46.066Z Compiling quote v1.0.36
13192024-05-03T21:16:51.766Z Compiling syn v2.0.60
13202024-05-03T21:16:52.102Z Compiling getrandom v0.2.14
13212024-05-03T21:16:52.102Z Compiling lock_api v0.4.12
13222024-05-03T21:16:52.149Z Compiling crunchy v0.2.2
13232024-05-03T21:16:52.149Z Compiling tiny-keccak v2.0.2
13242024-05-03T21:16:52.167Z Compiling log v0.4.21
13252024-05-03T21:16:52.167Z Compiling scopeguard v1.2.0
13262024-05-03T21:16:52.167Z Compiling parking_lot_core v0.9.10
13272024-05-03T21:16:52.167Z Compiling ahash v0.8.11
13282024-05-03T21:16:52.167Z Compiling socket2 v0.5.7
13292024-05-03T21:16:52.167Z Compiling const-random-macro v0.1.16
13302024-05-03T21:16:52.167Z Compiling mio v0.8.11
13312024-05-03T21:16:52.167Z Compiling signal-hook-registry v1.4.2
13322024-05-03T21:16:52.168Z Compiling num_cpus v1.16.0
13332024-05-03T21:16:52.168Z Compiling allocator-api2 v0.2.18
13342024-05-03T21:16:52.168Z Compiling const-random v0.1.18
13352024-05-03T21:16:52.168Z Compiling futures-core v0.3.30
13362024-05-03T21:16:52.168Z Compiling slab v0.4.9
13372024-05-03T21:16:52.168Z Compiling futures-sink v0.3.30
13382024-05-03T21:16:52.168Z Compiling iana-time-zone v0.1.60
13392024-05-03T21:16:52.168Z Compiling ring v0.17.8
13402024-05-03T21:16:52.168Z Compiling schemars v0.8.17
13412024-05-03T21:16:52.169Z Compiling futures-channel v0.3.30
13422024-05-03T21:16:52.169Z Compiling fnv v1.0.7
13432024-05-03T21:16:52.169Z Compiling futures-io v0.3.30
13442024-05-03T21:16:52.169Z Compiling pin-utils v0.1.0
13452024-05-03T21:16:52.169Z Compiling equivalent v1.0.1
13462024-05-03T21:16:52.169Z Compiling futures-task v0.3.30
13472024-05-03T21:16:52.169Z Compiling uuid v0.8.2
13482024-05-03T21:16:52.169Z Compiling dyn-clone v1.0.17
13492024-05-03T21:16:52.169Z Compiling tracing-core v0.1.32
13502024-05-03T21:16:52.169Z Compiling spin v0.9.8
13512024-05-03T21:16:52.169Z Compiling untrusted v0.9.0
13522024-05-03T21:16:52.169Z Compiling slog v2.7.0
13532024-05-03T21:16:52.170Z Compiling syn v1.0.109
13542024-05-03T21:16:52.170Z Compiling pkg-config v0.3.30
13552024-05-03T21:16:52.170Z Compiling vcpkg v0.2.15
13562024-05-03T21:16:52.170Z Compiling bitflags v2.5.0
13572024-05-03T21:16:52.170Z Compiling unicode-width v0.1.12
13582024-05-03T21:16:52.511Z Compiling tinyvec_macros v0.1.1
13592024-05-03T21:16:52.579Z Compiling openssl-sys v0.9.102
13602024-05-03T21:16:52.596Z Compiling heck v0.5.0
13612024-05-03T21:16:52.993Z Compiling serde_derive_internals v0.29.0
13622024-05-03T21:16:53.037Z Compiling httparse v1.8.0
13632024-05-03T21:16:53.930Z Compiling chrono v0.4.38
13642024-05-03T21:16:54.798Z Compiling tinyvec v1.6.0
13652024-05-03T21:16:54.954Z Compiling uuid v1.8.0
13662024-05-03T21:16:55.228Z Compiling percent-encoding v2.3.1
13672024-05-03T21:16:55.620Z Compiling ucd-trie v0.1.6
13682024-05-03T21:16:55.626Z Compiling form_urlencoded v1.2.1
13692024-05-03T21:16:56.107Z Compiling foreign-types-shared v0.1.1
13702024-05-03T21:16:56.231Z Compiling unicode-normalization v0.1.23
13712024-05-03T21:16:56.597Z Compiling openssl v0.10.64
13722024-05-03T21:16:56.751Z Compiling try-lock v0.2.5
13732024-05-03T21:16:56.909Z Compiling unicode-bidi v0.3.15
13742024-05-03T21:16:57.077Z Compiling want v0.3.1
13752024-05-03T21:16:57.118Z Compiling foreign-types v0.3.2
13762024-05-03T21:16:57.377Z Compiling aho-corasick v1.1.3
13772024-05-03T21:16:57.482Z Compiling rustls v0.21.12
13782024-05-03T21:16:57.715Z Compiling serde_derive v1.0.200
13792024-05-03T21:16:57.811Z Compiling zerocopy-derive v0.7.32
13802024-05-03T21:16:58.544Z Compiling thiserror-impl v1.0.59
13812024-05-03T21:16:59.842Z Compiling schemars_derive v0.8.17
13822024-05-03T21:16:59.949Z Compiling zerocopy v0.7.32
13832024-05-03T21:17:01.495Z Compiling tokio-macros v2.2.0
13842024-05-03T21:17:01.791Z Compiling futures-macro v0.3.30
13852024-05-03T21:17:01.953Z Compiling hashbrown v0.14.5
13862024-05-03T21:17:03.010Z Compiling tracing-attributes v0.1.27
13872024-05-03T21:17:03.079Z Compiling pest v2.7.10
13882024-05-03T21:17:03.211Z Compiling regress v0.9.1
13892024-05-03T21:17:03.729Z Compiling futures-util v0.3.30
13902024-05-03T21:17:05.706Z Compiling pest_meta v2.7.10
13912024-05-03T21:17:06.474Z Compiling tracing v0.1.40
13922024-05-03T21:17:07.188Z Compiling openssl-macros v0.1.1
13932024-05-03T21:17:07.683Z Compiling httpdate v1.0.3
13942024-05-03T21:17:08.040Z Compiling typenum v1.17.0
13952024-05-03T21:17:08.499Z Compiling tower-service v0.3.2
13962024-05-03T21:17:08.629Z Compiling regex-syntax v0.8.3
13972024-05-03T21:17:09.006Z Compiling native-tls v0.2.11
13982024-05-03T21:17:09.654Z Compiling rustls-webpki v0.101.7
13992024-05-03T21:17:09.745Z Compiling sct v0.7.1
14002024-05-03T21:17:10.352Z Compiling pest_generator v2.7.10
14012024-05-03T21:17:11.102Z Compiling bytes v1.6.0
14022024-05-03T21:17:11.335Z Compiling smallvec v1.13.2
14032024-05-03T21:17:12.881Z Compiling parking_lot v0.12.2
14042024-05-03T21:17:13.845Z Compiling tokio v1.37.0
14052024-05-03T21:17:15.244Z Compiling indexmap v2.2.6
14062024-05-03T21:17:15.476Z Compiling serde_tokenstream v0.2.0
14072024-05-03T21:17:15.971Z Compiling http v0.2.12
14082024-05-03T21:17:18.170Z Compiling http-body v0.4.6
14092024-05-03T21:17:18.697Z Compiling regex-automata v0.4.6
14102024-05-03T21:17:20.533Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#08a53a7e)
14112024-05-03T21:17:20.824Z Compiling idna v0.5.0
14122024-05-03T21:17:23.237Z Compiling tokio-util v0.7.10
14132024-05-03T21:17:25.446Z Compiling h2 v0.3.26
14142024-05-03T21:17:26.538Z Compiling generic-array v0.14.7
14152024-05-03T21:17:26.904Z Compiling strsim v0.10.0
14162024-05-03T21:17:27.509Z Compiling heck v0.4.1
14172024-05-03T21:17:27.855Z Compiling ident_case v1.0.1
14182024-05-03T21:17:27.913Z Compiling openssl-probe v0.1.5
14192024-05-03T21:17:28.018Z Compiling darling_core v0.20.8
14202024-05-03T21:17:29.537Z Compiling regex v1.10.4
14212024-05-03T21:17:30.501Z Compiling hyper v0.14.28
14222024-05-03T21:17:31.473Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#08a53a7e)
14232024-05-03T21:17:36.053Z Compiling url v2.5.0
14242024-05-03T21:17:40.733Z Compiling pest_derive v2.7.10
14252024-05-03T21:17:41.764Z Compiling rand_core v0.6.4
14262024-05-03T21:17:42.224Z Compiling encoding_rs v0.8.34
14272024-05-03T21:17:43.115Z Compiling omicron-workspace-hack v0.1.0
14282024-05-03T21:17:43.447Z Compiling mime v0.3.17
14292024-05-03T21:17:43.572Z Compiling ipnet v2.9.0
14302024-05-03T21:17:44.736Z Compiling subtle v2.5.0
14312024-05-03T21:17:44.739Z Compiling tokio-rustls v0.24.1
14322024-05-03T21:17:46.048Z Compiling darling_macro v0.20.8
14332024-05-03T21:17:46.265Z Compiling tokio-native-tls v0.3.1
14342024-05-03T21:17:46.560Z Compiling serde_urlencoded v0.7.1
14352024-05-03T21:17:48.160Z Compiling crossbeam-utils v0.8.19
14362024-05-03T21:17:48.244Z Compiling base64 v0.21.7
14372024-05-03T21:17:48.522Z Compiling getopts v0.2.21
14382024-05-03T21:17:48.758Z Compiling rustls-pemfile v1.0.4
14392024-05-03T21:17:49.357Z Compiling darling v0.20.8
14402024-05-03T21:17:49.472Z Compiling hyper-tls v0.5.0
14412024-05-03T21:17:49.527Z Compiling hyper-rustls v0.24.2
14422024-05-03T21:17:50.037Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#08a53a7e)
14432024-05-03T21:17:50.037Z Compiling openapiv3 v2.0.0
14442024-05-03T21:17:50.037Z Compiling scroll_derive v0.12.0
14452024-05-03T21:17:51.579Z Compiling usdt-impl v0.5.0
14462024-05-03T21:17:52.003Z Compiling lazy_static v1.4.0
14472024-05-03T21:17:52.158Z Compiling sync_wrapper v0.1.2
14482024-05-03T21:17:52.285Z Compiling time-core v0.1.2
14492024-05-03T21:17:52.458Z Compiling unsafe-libyaml v0.2.11
14502024-05-03T21:17:54.053Z Compiling anyhow v1.0.82
14512024-05-03T21:17:54.191Z Compiling rustversion v1.0.15
14522024-05-03T21:17:54.293Z Compiling powerfmt v0.2.0
14532024-05-03T21:17:54.655Z Compiling ppv-lite86 v0.2.17
14542024-05-03T21:17:54.773Z Compiling webpki-roots v0.25.4
14552024-05-03T21:17:54.859Z Compiling num-conv v0.1.0
14562024-05-03T21:17:54.931Z Compiling reqwest v0.11.27
14572024-05-03T21:17:55.142Z Compiling time-macros v0.2.18
14582024-05-03T21:17:55.470Z Compiling rand_chacha v0.3.1
14592024-05-03T21:17:55.782Z Compiling deranged v0.3.11
14602024-05-03T21:17:56.158Z Compiling serde_yaml v0.9.34+deprecated
14612024-05-03T21:17:57.121Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
14622024-05-03T21:17:58.087Z Compiling scroll v0.12.0
14632024-05-03T21:17:58.666Z Compiling block-buffer v0.10.4
14642024-05-03T21:17:58.897Z Compiling crypto-common v0.1.6
14652024-05-03T21:17:59.101Z Compiling dtrace-parser v0.2.0
14662024-05-03T21:18:00.126Z Compiling dof v0.3.0
14672024-05-03T21:18:00.611Z Compiling thread-id v4.2.1
14682024-05-03T21:18:00.851Z Compiling plain v0.2.3
14692024-05-03T21:18:01.267Z Compiling num_threads v0.1.7
14702024-05-03T21:18:01.389Z Compiling time v0.3.36
14712024-05-03T21:18:02.350Z Compiling goblin v0.8.2
14722024-05-03T21:18:03.639Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
14732024-05-03T21:18:07.162Z Compiling digest v0.10.7
14742024-05-03T21:18:07.625Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
14752024-05-03T21:18:09.258Z Compiling rand v0.8.5
14762024-05-03T21:18:11.927Z Compiling dirs-sys-next v0.1.2
14772024-05-03T21:18:12.897Z Compiling rustls-pki-types v1.5.0
14782024-05-03T21:18:13.076Z Compiling match_cfg v0.1.0
14792024-05-03T21:18:13.177Z Compiling pretty-hex v0.4.1
14802024-05-03T21:18:13.800Z Compiling hostname v0.3.1
14812024-05-03T21:18:14.186Z Compiling dirs-next v2.0.0
14822024-05-03T21:18:14.498Z Compiling ipnetwork v0.20.0
14832024-05-03T21:18:18.444Z Compiling async-trait v0.1.80
14842024-05-03T21:18:19.233Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
14852024-05-03T21:18:19.425Z Compiling thread_local v1.1.8
14862024-05-03T21:18:19.429Z Compiling instant v0.1.12
14872024-05-03T21:18:19.602Z Compiling cpufeatures v0.2.12
14882024-05-03T21:18:19.704Z Compiling slog-async v2.8.0
14892024-05-03T21:18:20.210Z Compiling rustls v0.22.4
14902024-05-03T21:18:20.240Z Compiling paste v1.0.14
14912024-05-03T21:18:20.680Z Compiling term v0.7.0
14922024-05-03T21:18:20.791Z Compiling rustls-webpki v0.102.3
14932024-05-03T21:18:20.844Z Compiling usdt-macro v0.5.0
14942024-05-03T21:18:22.227Z Compiling usdt-attr-macro v0.5.0
14952024-05-03T21:18:23.758Z Compiling crossbeam-channel v0.5.12
14962024-05-03T21:18:25.039Z Compiling toml_datetime v0.6.5
14972024-05-03T21:18:25.411Z Compiling serde_spanned v0.6.5
14982024-05-03T21:18:25.472Z Compiling futures-executor v0.3.30
14992024-05-03T21:18:25.650Z Compiling structmeta-derive v0.3.0
15002024-05-03T21:18:25.712Z Compiling is-terminal v0.4.12
15012024-05-03T21:18:25.840Z Compiling memmap v0.7.0
15022024-05-03T21:18:26.663Z Compiling multer v3.0.0
15032024-05-03T21:18:26.678Z Compiling winnow v0.6.7
15042024-05-03T21:18:26.678Z Compiling camino v1.1.6
15052024-05-03T21:18:27.786Z Compiling zeroize v1.7.0
15062024-05-03T21:18:27.786Z Compiling take_mut v0.2.2
15072024-05-03T21:18:27.786Z Compiling base64 v0.22.1
15082024-05-03T21:18:28.418Z Compiling structmeta v0.3.0
15092024-05-03T21:18:28.861Z Compiling usdt v0.5.0
15102024-05-03T21:18:29.573Z Compiling slog-term v2.9.1
15112024-05-03T21:18:30.447Z Compiling toml_edit v0.22.12
15122024-05-03T21:18:37.996Z Compiling futures v0.3.30
15132024-05-03T21:18:38.095Z Compiling slog-json v2.6.1
15142024-05-03T21:18:38.095Z Compiling serde_with_macros v3.8.1
15152024-05-03T21:18:38.164Z Compiling http v1.1.0
15162024-05-03T21:18:38.164Z Compiling async-stream-impl v0.3.5
15172024-05-03T21:18:38.164Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#33e158ba)
15182024-05-03T21:18:38.164Z Compiling atomic-waker v1.1.2
15192024-05-03T21:18:38.164Z Compiling semver v1.0.22
15202024-05-03T21:18:38.164Z Compiling waitgroup v0.1.2
15212024-05-03T21:18:38.165Z Compiling serde_with v3.8.1
15222024-05-03T21:18:38.165Z Compiling async-stream v0.3.5
15232024-05-03T21:18:38.165Z Compiling toml v0.8.12
15242024-05-03T21:18:38.334Z Compiling tokio-rustls v0.25.0
15252024-05-03T21:18:38.763Z Compiling slog-bunyan v2.5.0
15262024-05-03T21:18:39.051Z Compiling parse-display-derive v0.9.0
15272024-05-03T21:18:39.422Z Compiling rustls-pemfile v2.1.2
15282024-05-03T21:18:40.158Z Compiling sha1 v0.10.6
15292024-05-03T21:18:40.854Z Compiling strum_macros v0.26.2
15302024-05-03T21:18:41.039Z Compiling newtype-uuid v1.1.0
15312024-05-03T21:18:41.374Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#33e158ba)
15322024-05-03T21:18:42.718Z Compiling hex v0.4.3
15332024-05-03T21:18:43.245Z Compiling serde_path_to_error v0.1.16
15342024-05-03T21:18:43.353Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15352024-05-03T21:18:43.483Z Compiling hostname v0.4.0
15362024-05-03T21:18:43.743Z Compiling debug-ignore v1.0.5
15372024-05-03T21:18:43.885Z Compiling bitflags v1.3.2
15382024-05-03T21:18:44.197Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15392024-05-03T21:18:44.208Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15402024-05-03T21:18:44.360Z Compiling parse-display v0.9.0
15412024-05-03T21:18:44.412Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
15422024-05-03T21:18:45.407Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
15432024-05-03T21:18:45.562Z Compiling strum v0.26.2
15442024-05-03T21:18:45.744Z Compiling backoff v0.4.0
15452024-05-03T21:18:46.089Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
15462024-05-03T21:18:46.276Z Compiling macaddr v1.0.1
15472024-05-03T21:18:46.289Z Compiling proc-macro-error-attr v1.0.4
15482024-05-03T21:18:46.387Z Compiling semver v0.1.20
15492024-05-03T21:18:46.649Z Compiling rustix v0.38.34
15502024-05-03T21:18:46.868Z Compiling rustc_version v0.1.7
15512024-05-03T21:18:47.009Z Compiling num-integer v0.1.46
15522024-05-03T21:18:47.245Z Compiling errno v0.3.8
15532024-05-03T21:18:47.452Z Compiling num-rational v0.4.1
15542024-05-03T21:18:47.503Z Compiling proc-macro-error v1.0.4
15552024-05-03T21:18:47.808Z Compiling utf8parse v0.2.1
15562024-05-03T21:18:47.852Z Compiling unicode-segmentation v1.11.0
15572024-05-03T21:18:48.134Z Compiling winnow v0.5.40
15582024-05-03T21:18:48.350Z Compiling anstyle-parse v0.2.4
15592024-05-03T21:18:48.747Z Compiling newline-converter v0.3.0
15602024-05-03T21:18:49.269Z Compiling newtype_derive v0.1.6
15612024-05-03T21:18:49.736Z Compiling console v0.15.8
15622024-05-03T21:18:50.504Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
15632024-05-03T21:18:51.586Z Compiling toml_edit v0.19.15
15642024-05-03T21:18:51.696Z Compiling hubpack_derive v0.1.1
15652024-05-03T21:18:52.677Z Compiling zerocopy-derive v0.6.6
15662024-05-03T21:18:52.720Z Compiling similar v2.5.0
15672024-05-03T21:18:54.737Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15682024-05-03T21:18:55.151Z Compiling is_terminal_polyfill v1.70.0
15692024-05-03T21:18:55.290Z Compiling base64ct v1.6.0
15702024-05-03T21:18:55.986Z Compiling anstyle-query v1.0.3
15712024-05-03T21:18:56.131Z Compiling anstyle v1.0.7
15722024-05-03T21:18:56.693Z Compiling colorchoice v1.0.1
15732024-05-03T21:18:56.858Z Compiling heapless v0.8.0
15742024-05-03T21:18:57.704Z Compiling anstream v0.6.14
15752024-05-03T21:18:57.726Z Compiling password-hash v0.5.0
15762024-05-03T21:18:57.829Z Compiling zerocopy v0.6.6
15772024-05-03T21:18:58.711Z Compiling proc-macro-crate v1.3.1
15782024-05-03T21:18:58.753Z Compiling expectorate v1.1.0
15792024-05-03T21:18:58.936Z Compiling hubpack v0.1.2
15802024-05-03T21:18:59.396Z Compiling terminal_size v0.3.0
15812024-05-03T21:18:59.543Z Compiling num-iter v0.1.44
15822024-05-03T21:18:59.605Z Compiling strum_macros v0.25.3
15832024-05-03T21:18:59.719Z Compiling blake2 v0.10.6
15842024-05-03T21:18:59.916Z Compiling serde_repr v0.1.19
15852024-05-03T21:19:00.018Z Compiling num-complex v0.4.5
15862024-05-03T21:19:01.074Z Compiling hash32 v0.3.1
15872024-05-03T21:19:01.209Z Compiling bytecount v0.6.8
15882024-05-03T21:19:01.288Z Compiling clap_lex v0.7.0
15892024-05-03T21:19:01.317Z Compiling strsim v0.11.1
15902024-05-03T21:19:01.510Z Compiling stable_deref_trait v1.2.0
15912024-05-03T21:19:01.617Z Compiling static_assertions v1.1.0
15922024-05-03T21:19:01.718Z Compiling matches v0.1.10
15932024-05-03T21:19:01.812Z Compiling smoltcp v0.11.0
15942024-05-03T21:19:02.039Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15952024-05-03T21:19:02.047Z Compiling fixedbitset v0.4.2
15962024-05-03T21:19:02.400Z Compiling petgraph v0.6.4
15972024-05-03T21:19:02.494Z Compiling idna v0.2.3
15982024-05-03T21:19:02.956Z Compiling clap_builder v4.5.2
15992024-05-03T21:19:03.409Z Compiling papergrid v0.11.0
16002024-05-03T21:19:03.434Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16012024-05-03T21:19:03.929Z Compiling num v0.4.2
16022024-05-03T21:19:04.038Z Compiling argon2 v0.5.3
16032024-05-03T21:19:06.020Z Compiling tabled_derive v0.7.0
16042024-05-03T21:19:06.765Z Compiling num_enum_derive v0.5.11
16052024-05-03T21:19:06.892Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
16062024-05-03T21:19:08.413Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
16072024-05-03T21:19:09.243Z Compiling enum-as-inner v0.5.1
16082024-05-03T21:19:09.626Z Compiling clap_derive v4.5.4
16092024-05-03T21:19:10.407Z Compiling foreign-types-macros v0.2.3
16102024-05-03T21:19:10.724Z Compiling foreign-types-shared v0.3.1
16112024-05-03T21:19:10.834Z Compiling quick-error v1.2.3
16122024-05-03T21:19:10.976Z Compiling cobs v0.2.3
16132024-05-03T21:19:11.422Z Compiling embedded-io v0.4.0
16142024-05-03T21:19:11.649Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16152024-05-03T21:19:11.743Z Compiling linked-hash-map v0.5.6
16162024-05-03T21:19:12.002Z Compiling managed v0.8.0
16172024-05-03T21:19:12.555Z Compiling data-encoding v2.6.0
16182024-05-03T21:19:13.216Z Compiling trust-dns-proto v0.22.0
16192024-05-03T21:19:13.225Z Compiling lru-cache v0.1.2
16202024-05-03T21:19:13.225Z Compiling foreign-types v0.5.0
16212024-05-03T21:19:13.636Z Compiling postcard v1.0.8
16222024-05-03T21:19:14.103Z Compiling resolv-conf v0.7.0
16232024-05-03T21:19:14.199Z Compiling clap v4.5.4
16242024-05-03T21:19:14.329Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
16252024-05-03T21:19:15.695Z Compiling num_enum v0.5.11
16262024-05-03T21:19:15.873Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
16272024-05-03T21:19:17.046Z Compiling tabled v0.15.0
16282024-05-03T21:19:20.159Z Compiling steno v0.4.0
16292024-05-03T21:19:20.953Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
16302024-05-03T21:19:21.705Z Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
16312024-05-03T21:19:29.243Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16322024-05-03T21:19:30.178Z Compiling cstr-argument v0.1.2
16332024-05-03T21:19:30.441Z Compiling slog-dtrace v0.3.0
16342024-05-03T21:19:30.814Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
16352024-05-03T21:19:31.187Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
16362024-05-03T21:19:31.363Z Compiling humantime v2.1.0
16372024-05-03T21:19:31.693Z Compiling pretty-hex v0.2.1
16382024-05-03T21:19:31.911Z Compiling libnet v0.1.0 (https://www.github.com/oxidecomputer/netadm-sys.git?branch=main#4ceaf96e)
16392024-05-03T21:19:32.176Z Compiling parking_lot_core v0.8.6
16402024-05-03T21:19:32.290Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16412024-05-03T21:19:32.307Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
16422024-05-03T21:19:32.681Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
16432024-05-03T21:19:32.825Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16442024-05-03T21:19:33.652Z Compiling trust-dns-resolver v0.22.0
16452024-05-03T21:19:33.686Z Compiling colored v2.1.0
16462024-05-03T21:19:34.983Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
16472024-05-03T21:19:35.982Z Compiling num-derive v0.3.3
16482024-05-03T21:19:36.160Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
16492024-05-03T21:19:37.132Z Compiling tabwriter v1.4.0
16502024-05-03T21:19:37.906Z Compiling socket2 v0.4.10
16512024-05-03T21:19:38.362Z Compiling crc32fast v1.4.0
16522024-05-03T21:19:39.265Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
16532024-05-03T21:19:39.526Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
16542024-05-03T21:19:40.616Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16552024-05-03T21:19:41.002Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
16562024-05-03T21:19:41.128Z Compiling parking_lot v0.11.2
16572024-05-03T21:19:43.448Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
16582024-05-03T21:19:43.767Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#3b84ea65)
16592024-05-03T21:19:43.969Z Compiling crossbeam-epoch v0.9.18
16602024-05-03T21:19:44.976Z Compiling fxhash v0.2.1
16612024-05-03T21:19:45.184Z Compiling arc-swap v1.7.1
16622024-05-03T21:19:45.270Z Compiling crc8 v0.1.1
16632024-05-03T21:19:45.557Z Compiling sled v0.34.7
16642024-05-03T21:19:45.900Z Compiling slog-scope v4.4.0
16652024-05-03T21:19:46.828Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#3b84ea65)
16662024-05-03T21:19:47.060Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
16672024-05-03T21:19:49.955Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
16682024-05-03T21:19:56.147Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
16692024-05-03T21:19:56.639Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
16702024-05-03T21:19:57.040Z Compiling slog-stdlog v4.1.1
16712024-05-03T21:19:57.935Z Compiling slog-envlogger v2.2.0
16722024-05-03T21:19:59.728Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
16732024-05-03T21:20:01.065Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
16742024-05-03T21:20:02.124Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
16752024-05-03T21:20:42.331Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
16762024-05-03T21:20:42.331Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
16772024-05-03T21:20:50.665Z Finished release [optimized] target(s) in 4m 30s
16782024-05-03T21:20:50.881Z+ banner trio
16792024-05-03T21:20:50.884Z
16802024-05-03T21:20:50.884Z ##### ##### # ####
16812024-05-03T21:20:50.884Z # # # # # #
16822024-05-03T21:20:50.885Z # # # # # #
16832024-05-03T21:20:50.885Z # ##### # # #
16842024-05-03T21:20:50.885Z # # # # # #
16852024-05-03T21:20:50.885Z # # # # ####
16862024-05-03T21:20:50.885Z
16872024-05-03T21:20:50.885Z+ pfexec cargo test --release -p mg-tests test_trio_v2 -- --nocapture
16882024-05-03T21:20:51.268Z Compiling cfg-if v1.0.0
16892024-05-03T21:20:51.269Z Compiling once_cell v1.19.0
16902024-05-03T21:20:51.277Z Compiling libc v0.2.154
16912024-05-03T21:20:51.277Z Compiling zerocopy v0.7.32
16922024-05-03T21:20:51.312Z Compiling syn v2.0.60
16932024-05-03T21:20:51.329Z Compiling itoa v1.0.11
16942024-05-03T21:20:51.330Z Compiling serde v1.0.200
16952024-05-03T21:20:51.330Z Compiling bytes v1.6.0
16962024-05-03T21:20:51.359Z Compiling pin-project-lite v0.2.14
16972024-05-03T21:20:51.366Z Compiling smallvec v1.13.2
16982024-05-03T21:20:51.458Z Compiling scopeguard v1.2.0
16992024-05-03T21:20:51.505Z Compiling ahash v0.8.11
17002024-05-03T21:20:51.557Z Compiling lock_api v0.4.12
17012024-05-03T21:20:51.710Z Compiling log v0.4.21
17022024-05-03T21:20:51.821Z Compiling allocator-api2 v0.2.18
17032024-05-03T21:20:52.014Z Compiling parking_lot_core v0.9.10
17042024-05-03T21:20:52.069Z Compiling num_cpus v1.16.0
17052024-05-03T21:20:52.187Z Compiling socket2 v0.5.7
17062024-05-03T21:20:52.290Z Compiling mio v0.8.11
17072024-05-03T21:20:52.395Z Compiling hashbrown v0.14.5
17082024-05-03T21:20:52.654Z Compiling parking_lot v0.12.2
17092024-05-03T21:20:52.720Z Compiling signal-hook-registry v1.4.2
17102024-05-03T21:20:52.929Z Compiling getrandom v0.2.14
17112024-05-03T21:20:53.279Z Compiling memchr v2.7.2
17122024-05-03T21:20:53.991Z Compiling tracing-core v0.1.32
17132024-05-03T21:20:54.336Z Compiling ryu v1.0.17
17142024-05-03T21:20:54.449Z Compiling equivalent v1.0.1
17152024-05-03T21:20:54.496Z Compiling fnv v1.0.7
17162024-05-03T21:20:54.614Z Compiling futures-core v0.3.30
17172024-05-03T21:20:54.643Z Compiling http v0.2.12
17182024-05-03T21:20:54.852Z Compiling serde_json v1.0.116
17192024-05-03T21:20:54.866Z Compiling untrusted v0.9.0
17202024-05-03T21:20:54.947Z Compiling spin v0.9.8
17212024-05-03T21:20:55.424Z Compiling regress v0.9.1
17222024-05-03T21:20:55.424Z Compiling ring v0.17.8
17232024-05-03T21:20:55.424Z Compiling futures-sink v0.3.30
17242024-05-03T21:20:55.424Z Compiling pin-utils v0.1.0
17252024-05-03T21:20:55.424Z Compiling futures-task v0.3.30
17262024-05-03T21:20:55.424Z Compiling foreign-types-shared v0.1.1
17272024-05-03T21:20:55.457Z Compiling futures-util v0.3.30
17282024-05-03T21:20:55.901Z Compiling foreign-types v0.3.2
17292024-05-03T21:20:55.905Z Compiling slab v0.4.9
17302024-05-03T21:20:55.906Z Compiling openssl-sys v0.9.102
17312024-05-03T21:20:56.380Z Compiling num-traits v0.2.18
17322024-05-03T21:20:56.542Z Compiling unicode-ident v1.0.12
17332024-05-03T21:20:56.727Z Compiling tinyvec_macros v0.1.1
17342024-05-03T21:20:56.809Z Compiling slog v2.7.0
17352024-05-03T21:20:57.142Z Compiling try-lock v0.2.5
17362024-05-03T21:20:57.267Z Compiling serde_derive_internals v0.29.0
17372024-05-03T21:20:57.279Z Compiling bitflags v2.5.0
17382024-05-03T21:20:57.361Z Compiling want v0.3.1
17392024-05-03T21:20:57.636Z Compiling rustls-webpki v0.101.7
17402024-05-03T21:20:57.651Z Compiling sct v0.7.1
17412024-05-03T21:21:03.340Z Compiling tinyvec v1.6.0
17422024-05-03T21:21:03.469Z Compiling proc-macro2 v1.0.81
17432024-05-03T21:21:03.469Z Compiling http-body v0.4.6
17442024-05-03T21:21:03.469Z Compiling httparse v1.8.0
17452024-05-03T21:21:03.469Z Compiling futures-channel v0.3.30
17462024-05-03T21:21:03.469Z Compiling openssl-probe v0.1.5
17472024-05-03T21:21:03.469Z Compiling percent-encoding v2.3.1
17482024-05-03T21:21:03.469Z Compiling httpdate v1.0.3
17492024-05-03T21:21:03.469Z Compiling tower-service v0.3.2
17502024-05-03T21:21:03.469Z Compiling form_urlencoded v1.2.1
17512024-05-03T21:21:03.470Z Compiling quote v1.0.36
17522024-05-03T21:21:03.470Z Compiling unicode-normalization v0.1.23
17532024-05-03T21:21:03.470Z Compiling chrono v0.4.38
17542024-05-03T21:21:03.470Z Compiling rustls v0.21.12
17552024-05-03T21:21:03.480Z Compiling aho-corasick v1.1.3
17562024-05-03T21:21:03.480Z Compiling serde_derive v1.0.200
17572024-05-03T21:21:03.480Z Compiling thiserror-impl v1.0.59
17582024-05-03T21:21:03.480Z Compiling tokio-macros v2.2.0
17592024-05-03T21:21:04.827Z Compiling tokio v1.37.0
17602024-05-03T21:21:04.967Z Compiling schemars_derive v0.8.17
17612024-05-03T21:21:05.732Z Compiling tracing-attributes v0.1.27
17622024-05-03T21:21:05.862Z Compiling thiserror v1.0.59
17632024-05-03T21:21:06.124Z Compiling openssl-macros v0.1.1
17642024-05-03T21:21:06.320Z Compiling schemars v0.8.17
17652024-05-03T21:21:06.334Z Compiling unicode-bidi v0.3.15
17662024-05-03T21:21:06.964Z Compiling openssl v0.10.64
17672024-05-03T21:21:08.177Z Compiling regex-syntax v0.8.3
17682024-05-03T21:21:09.156Z Compiling tracing v0.1.40
17692024-05-03T21:21:09.468Z Compiling dyn-clone v1.0.17
17702024-05-03T21:21:09.663Z Compiling lazy_static v1.4.0
17712024-05-03T21:21:09.787Z Compiling regex-automata v0.4.6
17722024-05-03T21:21:09.927Z Compiling idna v0.5.0
17732024-05-03T21:21:16.473Z Compiling indexmap v2.2.6
17742024-05-03T21:21:17.920Z Compiling serde_tokenstream v0.2.0
17752024-05-03T21:21:18.414Z Compiling tokio-util v0.7.10
17762024-05-03T21:21:18.665Z Compiling toml_edit v0.19.15
17772024-05-03T21:21:22.030Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#08a53a7e)
17782024-05-03T21:21:22.133Z Compiling h2 v0.3.26
17792024-05-03T21:21:23.450Z Compiling uuid v1.8.0
17802024-05-03T21:21:24.277Z Compiling native-tls v0.2.11
17812024-05-03T21:21:24.868Z Compiling tokio-native-tls v0.3.1
17822024-05-03T21:21:25.436Z Compiling proc-macro-crate v1.3.1
17832024-05-03T21:21:26.274Z Compiling tokio-rustls v0.24.1
17842024-05-03T21:21:27.517Z Compiling hyper v0.14.28
17852024-05-03T21:21:34.123Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#08a53a7e)
17862024-05-03T21:21:37.457Z Compiling heck v0.5.0
17872024-05-03T21:21:38.081Z Compiling base64 v0.21.7
17882024-05-03T21:21:38.707Z Compiling crossbeam-utils v0.8.19
17892024-05-03T21:21:38.815Z Compiling rustls-pemfile v1.0.4
17902024-05-03T21:21:39.282Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#08a53a7e)
17912024-05-03T21:21:39.823Z Compiling hyper-rustls v0.24.2
17922024-05-03T21:21:39.842Z Compiling hyper-tls v0.5.0
17932024-05-03T21:21:39.842Z Compiling regex v1.10.4
17942024-05-03T21:21:39.843Z Compiling num_enum_derive v0.5.11
17952024-05-03T21:21:40.155Z Compiling serde_urlencoded v0.7.1
17962024-05-03T21:21:40.721Z Compiling openapiv3 v2.0.0
17972024-05-03T21:21:42.076Z Compiling url v2.5.0
17982024-05-03T21:21:42.333Z Compiling foreign-types-macros v0.2.3
17992024-05-03T21:21:42.460Z Compiling dirs-sys-next v0.1.2
18002024-05-03T21:21:43.532Z Compiling encoding_rs v0.8.34
18012024-05-03T21:21:43.663Z Compiling mime v0.3.17
18022024-05-03T21:21:43.671Z Compiling powerfmt v0.2.0
18032024-05-03T21:21:44.116Z Compiling foreign-types-shared v0.3.1
18042024-05-03T21:21:44.221Z Compiling webpki-roots v0.25.4
18052024-05-03T21:21:44.369Z Compiling sync_wrapper v0.1.2
18062024-05-03T21:21:44.496Z Compiling ipnet v2.9.0
18072024-05-03T21:21:44.763Z Compiling unicode-width v0.1.12
18082024-05-03T21:21:45.003Z Compiling getopts v0.2.21
18092024-05-03T21:21:45.009Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
18102024-05-03T21:21:47.134Z Compiling reqwest v0.11.27
18112024-05-03T21:21:47.184Z Compiling foreign-types v0.5.0
18122024-05-03T21:21:47.283Z Compiling deranged v0.3.11
18132024-05-03T21:21:47.951Z Compiling serde_yaml v0.9.34+deprecated
18142024-05-03T21:21:49.467Z Compiling dirs-next v2.0.0
18152024-05-03T21:21:49.729Z Compiling num_enum v0.5.11
18162024-05-03T21:21:51.671Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18172024-05-03T21:21:51.800Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18182024-05-03T21:21:51.959Z Compiling cstr-argument v0.1.2
18192024-05-03T21:21:51.996Z Compiling thread_local v1.1.8
18202024-05-03T21:21:52.188Z Compiling arc-swap v1.7.1
18212024-05-03T21:21:52.759Z Compiling num-conv v0.1.0
18222024-05-03T21:21:52.904Z Compiling either v1.11.0
18232024-05-03T21:21:53.009Z Compiling time-core v0.1.2
18242024-05-03T21:21:53.185Z Compiling pretty-hex v0.2.1
18252024-05-03T21:21:53.336Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18262024-05-03T21:21:53.390Z Compiling itertools v0.12.1
18272024-05-03T21:21:53.681Z Compiling time v0.3.36
18282024-05-03T21:21:55.772Z Compiling slog-scope v4.4.0
18292024-05-03T21:21:57.097Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
18302024-05-03T21:21:59.067Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18312024-05-03T21:21:59.071Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18322024-05-03T21:21:59.071Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
18332024-05-03T21:21:59.604Z Compiling crossbeam-channel v0.5.12
18342024-05-03T21:22:01.308Z Compiling term v0.7.0
18352024-05-03T21:22:03.027Z Compiling anyhow v1.0.82
18362024-05-03T21:22:04.250Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
18372024-05-03T21:22:04.568Z Compiling colored v2.1.0
18382024-05-03T21:22:05.859Z Compiling is-terminal v0.4.12
18392024-05-03T21:22:05.975Z Compiling socket2 v0.4.10
18402024-05-03T21:22:06.236Z Compiling take_mut v0.2.2
18412024-05-03T21:22:06.333Z Compiling slog-term v2.9.1
18422024-05-03T21:22:06.382Z Compiling slog-async v2.8.0
18432024-05-03T21:22:07.614Z Compiling libnet v0.1.0 (https://www.github.com/oxidecomputer/netadm-sys.git?branch=main#4ceaf96e)
18442024-05-03T21:22:09.306Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
18452024-05-03T21:22:09.798Z Compiling slog-stdlog v4.1.1
18462024-05-03T21:22:10.691Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#34609623)
18472024-05-03T21:22:13.121Z Compiling slog-envlogger v2.2.0
18482024-05-03T21:22:14.386Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
18492024-05-03T21:22:14.581Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
18502024-05-03T21:22:29.179Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
18512024-05-03T21:22:33.944Z Finished release [optimized] target(s) in 1m 43s
18522024-05-03T21:22:33.974Z Running unittests src/lib.rs (target/release/deps/mg_tests-88e69a846abe2efd)
18532024-05-03T21:22:33.997Z
18542024-05-03T21:22:33.997Zrunning 1 test
18552024-05-03T21:22:34.196Zconfigure zone
18562024-05-03T21:22:34.293Zinstall zone
18572024-05-03T21:23:34.007Ztest ddm::test_trio_v2 has been running for over 60 seconds
18582024-05-03T21:23:44.613Zboot zone
18592024-05-03T21:23:45.486Zstart zone s1
18602024-05-03T21:23:45.486Zconfigure zone
18612024-05-03T21:23:45.493Zinstall zone
18622024-05-03T21:24:41.640Zboot zone
18632024-05-03T21:24:41.647Zstart zone s2
18642024-05-03T21:24:41.647Zconfigure zone
18652024-05-03T21:24:41.647Zinstall zone
18662024-05-03T21:25:35.139Zboot zone
18672024-05-03T21:25:35.901Zstart zone t1
18682024-05-03T21:25:35.901Zconfigure zone
18692024-05-03T21:25:35.910Zinstall zone
18702024-05-03T21:26:30.205Zboot zone
18712024-05-03T21:26:31.103Zwaiting for zones to come up
18722024-05-03T21:26:41.120Z[sidecar.trio] svcs milestone/network
18732024-05-03T21:26:41.162ZSTATE STIME FMRI
18742024-05-03T21:26:41.162Zonline 14:24:04 svc:/milestone/network:default
18752024-05-03T21:26:41.162Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
18762024-05-03T21:26:41.192Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
18772024-05-03T21:26:41.248Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
18782024-05-03T21:26:41.305Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
18792024-05-03T21:26:41.305Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
18802024-05-03T21:26:41.320Z
18812024-05-03T21:26:41.321Zrunning zone s1.trio setup
18822024-05-03T21:26:41.321Z[s1.trio] svcs milestone/network
18832024-05-03T21:26:46.270ZSTATE STIME FMRI
18842024-05-03T21:26:46.270Zonline 14:25:00 svc:/milestone/network:default
18852024-05-03T21:26:46.270Z[s1.trio] dladm
18862024-05-03T21:26:46.270ZLINK CLASS MTU STATE BRIDGE OVER
18872024-05-03T21:26:46.270Zsl0 simnet 9000 up -- ?
18882024-05-03T21:26:46.270Zmg2 vnic 9000 up -- ?
18892024-05-03T21:26:46.270Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
18902024-05-03T21:26:46.270Z
18912024-05-03T21:26:46.270Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
18922024-05-03T21:26:46.289Z
18932024-05-03T21:26:46.289Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
18942024-05-03T21:26:46.289Z
18952024-05-03T21:26:46.290Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
18962024-05-03T21:26:46.290Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
18972024-05-03T21:26:46.290Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid c5366636-936d-449e-842a-63c29ccf113f --sled-uuid 5293a5a3-5818-499c-b3e1-bf079ac2235d -a sl0/v6 &> /opt/ddmd.log &
18982024-05-03T21:26:46.290Z
18992024-05-03T21:26:46.290Zrunning zone s2.trio setup
19002024-05-03T21:26:46.290Z[s2.trio] svcs milestone/network
19012024-05-03T21:26:46.291ZSTATE STIME FMRI
19022024-05-03T21:26:46.291Zonline 14:25:54 svc:/milestone/network:default
19032024-05-03T21:26:46.292Z[s2.trio] dladm
19042024-05-03T21:26:46.292ZLINK CLASS MTU STATE BRIDGE OVER
19052024-05-03T21:26:46.293Zsl1 simnet 9000 up -- ?
19062024-05-03T21:26:46.293Zmg3 vnic 9000 up -- ?
19072024-05-03T21:26:46.293Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
19082024-05-03T21:26:46.293Z
19092024-05-03T21:26:46.293Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
19102024-05-03T21:26:46.294Z
19112024-05-03T21:26:46.294Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
19122024-05-03T21:26:46.294Z
19132024-05-03T21:26:46.294Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
19142024-05-03T21:26:46.295Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
19152024-05-03T21:26:46.295Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 7a7f1505-0282-4b54-9fcb-d6a1d82150af --sled-uuid 2db6bc27-6c0f-4c0e-b3c2-e3d596204757 -a sl1/v6 &> /opt/ddmd.log &
19162024-05-03T21:26:46.295Z
19172024-05-03T21:26:46.295Zrunning zone t1.trio setup
19182024-05-03T21:26:46.295Z[t1.trio] svcs milestone/network
19192024-05-03T21:26:46.296ZSTATE STIME FMRI
19202024-05-03T21:26:46.296Z- - svc:/milestone/network:default
19212024-05-03T21:26:46.296Z[t1.trio] svcs milestone/network
19222024-05-03T21:26:46.296ZSTATE STIME FMRI
19232024-05-03T21:26:46.296Z- - svc:/milestone/network:default
19242024-05-03T21:26:46.296Z[t1.trio] svcs milestone/network
19252024-05-03T21:26:46.296ZSTATE STIME FMRI
19262024-05-03T21:26:46.296Z- - svc:/milestone/network:default
19272024-05-03T21:26:46.297Z[t1.trio] svcs milestone/network
19282024-05-03T21:26:46.297ZSTATE STIME FMRI
19292024-05-03T21:26:46.297Z- - svc:/milestone/network:default
19302024-05-03T21:26:46.767Z[t1.trio] svcs milestone/network
19312024-05-03T21:26:46.791ZSTATE STIME FMRI
19322024-05-03T21:26:46.792Z- - svc:/milestone/network:default
19332024-05-03T21:26:47.789Z[t1.trio] svcs milestone/network
19342024-05-03T21:26:47.807ZSTATE STIME FMRI
19352024-05-03T21:26:47.808Z- - svc:/milestone/network:default
19362024-05-03T21:26:48.808Z[t1.trio] svcs milestone/network
19372024-05-03T21:26:48.830ZSTATE STIME FMRI
19382024-05-03T21:26:48.830Z- - svc:/milestone/network:default
19392024-05-03T21:26:49.828Z[t1.trio] svcs milestone/network
19402024-05-03T21:26:49.858ZSTATE STIME FMRI
19412024-05-03T21:26:49.858Zoffline 14:26:48 svc:/milestone/network:default
19422024-05-03T21:26:50.856Z[t1.trio] svcs milestone/network
19432024-05-03T21:26:50.879ZSTATE STIME FMRI
19442024-05-03T21:26:50.879Zonline 14:26:49 svc:/milestone/network:default
19452024-05-03T21:26:50.880Z[t1.trio] dladm
19462024-05-03T21:26:50.895ZLINK CLASS MTU STATE BRIDGE OVER
19472024-05-03T21:26:50.895Ztfportrear0_0 simnet 9000 up -- ?
19482024-05-03T21:26:50.896Ztfportrear1_0 simnet 9000 up -- ?
19492024-05-03T21:26:50.896Zmg1 vnic 9000 up -- ?
19502024-05-03T21:26:50.896Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
19512024-05-03T21:26:51.494Z
19522024-05-03T21:26:51.494Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
19532024-05-03T21:26:51.934Z
19542024-05-03T21:26:51.934Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
19552024-05-03T21:26:52.357Z
19562024-05-03T21:26:52.357Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
19572024-05-03T21:26:52.357Z
19582024-05-03T21:26:52.357Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
19592024-05-03T21:26:52.357Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
19602024-05-03T21:26:52.357Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
19612024-05-03T21:26:52.358Zwaiting 3s for copy of files to zone to complete ...
19622024-05-03T21:26:54.773Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
19632024-05-03T21:26:54.815Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
19642024-05-03T21:26:54.835Z[t1.trio] svcadm enable dendrite
19652024-05-03T21:26:54.877Z
19662024-05-03T21:26:54.877Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
19672024-05-03T21:26:54.928Z
19682024-05-03T21:26:54.928Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
19692024-05-03T21:26:54.966Z
19702024-05-03T21:26:54.966Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
19712024-05-03T21:26:55.010Z
19722024-05-03T21:26:55.010Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
19732024-05-03T21:26:55.070Z
19742024-05-03T21:26:55.070Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
19752024-05-03T21:26:55.099Z
19762024-05-03T21:26:55.099Z[t1.trio] svcadm refresh dendrite:default
19772024-05-03T21:26:55.133Z
19782024-05-03T21:26:55.133Z[t1.trio] svcadm restart dendrite:default
19792024-05-03T21:26:55.169Z
19802024-05-03T21:26:55.169Zwait 10s for dendrite to come up ...
19812024-05-03T21:27:05.174Z[t1.trio] svcadm enable tfport
19822024-05-03T21:27:05.218Z
19832024-05-03T21:27:05.218Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 2b973c51-40a9-4d16-a80e-1e6d8eb7267d --sled-uuid d79ee896-ccaf-4649-9312-75e15efde635 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
19842024-05-03T21:27:05.236Z
19852024-05-03T21:27:05.236Z[t1.trio] ipadm
19862024-05-03T21:27:05.255ZADDROBJ TYPE STATE ADDR
19872024-05-03T21:27:05.255Zlo0/v4 static ok 127.0.0.1/8
19882024-05-03T21:27:05.255Zmg1/v4 static ok 10.0.0.3/24
19892024-05-03T21:27:05.255Zlo0/v6 static ok ::1/128
19902024-05-03T21:27:05.255Zlo0/u6 static ok fd00:3::1/64
19912024-05-03T21:27:05.255Ztfportrear0_0/v6 addrconf ok fe80::689d:3eff:fe18:6ef5%tfportrear0_0/10
19922024-05-03T21:27:05.255Ztfportrear1_0/v6 addrconf ok fe80::24df:aaff:fe9d:ff9e%tfportrear1_0/10
19932024-05-03T21:27:07.366Zinitial peering test passed
19942024-05-03T21:27:08.775Zadvertise from one passed
19952024-05-03T21:27:09.366Zadvertise from two passed
19962024-05-03T21:27:09.367Z[s1.trio] ping fd00:2::1
19972024-05-03T21:27:09.393Zfd00:2::1 is alive
19982024-05-03T21:27:09.393Z[s2.trio] ping fd00:1::1
19992024-05-03T21:27:09.412Zfd00:1::1 is alive
20002024-05-03T21:27:09.412Zconnectivity test passed
20012024-05-03T21:27:09.413Z[t1.trio] pkill ddmd
20022024-05-03T21:27:09.432Z
20032024-05-03T21:27:15.436Z[t1.trio] svcadm enable dendrite
20042024-05-03T21:27:15.478Z
20052024-05-03T21:27:15.478Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
20062024-05-03T21:27:15.524Z
20072024-05-03T21:27:15.524Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
20082024-05-03T21:27:15.569Z
20092024-05-03T21:27:15.569Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
20102024-05-03T21:27:15.625Z
20112024-05-03T21:27:15.625Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
20122024-05-03T21:27:15.670Z
20132024-05-03T21:27:15.670Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
20142024-05-03T21:27:16.103Z
20152024-05-03T21:27:16.103Z[t1.trio] svcadm refresh dendrite:default
20162024-05-03T21:27:16.107Z
20172024-05-03T21:27:16.107Z[t1.trio] svcadm restart dendrite:default
20182024-05-03T21:27:16.107Z
20192024-05-03T21:27:16.107Zwait 10s for dendrite to come up ...
20202024-05-03T21:27:25.777Z[t1.trio] svcadm enable tfport
20212024-05-03T21:27:25.826Z
20222024-05-03T21:27:25.826Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 565a3f6f-660d-43c3-9451-0d1f0cef9ea1 --sled-uuid b7bd2ea5-b390-49f9-bd2d-216f81ea194b -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
20232024-05-03T21:27:25.841Z
20242024-05-03T21:27:25.841Z[t1.trio] ipadm
20252024-05-03T21:27:25.861ZADDROBJ TYPE STATE ADDR
20262024-05-03T21:27:25.861Zlo0/v4 static ok 127.0.0.1/8
20272024-05-03T21:27:25.861Zmg1/v4 static ok 10.0.0.3/24
20282024-05-03T21:27:25.862Zlo0/v6 static ok ::1/128
20292024-05-03T21:27:25.862Zlo0/u6 static ok fd00:3::1/64
20302024-05-03T21:27:25.862Ztfportrear0_0/v6 addrconf ok fe80::689d:3eff:fe18:6ef5%tfportrear0_0/10
20312024-05-03T21:27:25.862Ztfportrear1_0/v6 addrconf ok fe80::24df:aaff:fe9d:ff9e%tfportrear1_0/10
20322024-05-03T21:27:28.864Z[s1.trio] ping fd00:2::1
20332024-05-03T21:27:28.885Zfd00:2::1 is alive
20342024-05-03T21:27:28.886Z[s2.trio] ping fd00:1::1
20352024-05-03T21:27:28.905Zfd00:1::1 is alive
20362024-05-03T21:27:28.905Ztransit router restart passed
20372024-05-03T21:27:28.905Z[s1.trio] pkill ddmd
20382024-05-03T21:27:28.924Z
20392024-05-03T21:27:33.930Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 92f6e277-80c9-43a0-bd45-00e5f3886580 --sled-uuid 2d133f52-c970-4aa3-ae5a-5226df1ac140 -a sl0/v6 &> /opt/ddmd.log &
20402024-05-03T21:27:33.956Z
20412024-05-03T21:27:37.382Z[s1.trio] ping fd00:2::1
20422024-05-03T21:27:37.823Zfd00:2::1 is alive
20432024-05-03T21:27:37.823Z[s2.trio] ping fd00:1::1
20442024-05-03T21:27:37.824Zfd00:1::1 is alive
20452024-05-03T21:27:37.824Zserver router restart passed
20462024-05-03T21:27:40.012Zpeer expiration recovery passed
20472024-05-03T21:27:41.008Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
20482024-05-03T21:27:41.032Z3
20492024-05-03T21:27:41.032Zredundant advertise passed
20502024-05-03T21:27:42.030Ztunnel endpoint advertise passed
20512024-05-03T21:27:47.032Zredundant tunnel endpoint advertise passed
20522024-05-03T21:27:47.032Z[s1.trio] pkill ddmd
20532024-05-03T21:27:47.066Z
20542024-05-03T21:27:52.054Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 34653da1-fcdb-4dd5-b725-e19fe1a3200a --sled-uuid 75161fe3-e297-4d48-912d-1db3e93c2f04 -a sl0/v6 &> /opt/ddmd.log &
20552024-05-03T21:27:52.074Z
20562024-05-03T21:27:59.185Ztunnel router restart passed
20572024-05-03T21:27:59.185Ztunnel endpoint withdraw passed
20582024-05-03T21:27:59.185Z[t1.trio] pkill ddmd
20592024-05-03T21:27:59.185Z
20602024-05-03T21:27:59.185Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
20612024-05-03T21:27:59.185Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
20622024-05-03T21:28:00.701Z[s2.trio] pkill ddmd
20632024-05-03T21:28:00.721Z
20642024-05-03T21:28:00.721Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
20652024-05-03T21:28:03.229Z[s1.trio] pkill ddmd
20662024-05-03T21:28:03.248Z
20672024-05-03T21:28:03.248Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
20682024-05-03T21:28:05.632Z[sidecar.trio] pkill softnpu
20692024-05-03T21:28:06.066Z
20702024-05-03T21:28:06.066Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
20712024-05-03T21:28:08.446Ztest ddm::test_trio_v2 ... ok
20722024-05-03T21:28:08.446Z
20732024-05-03T21:28:08.446Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 334.44s
20742024-05-03T21:28:08.446Z
20752024-05-03T21:28:08.471Z+ cleanup
20762024-05-03T21:28:08.477Z++ id -un
20772024-05-03T21:28:08.477Z++ id -gn
20782024-05-03T21:28:08.477Z+ pfexec chown -R build:build .
20792024-05-03T21:28:08.536Zprocess exited: duration 805400 ms, exit code 0
 
20802024-05-03T21:28:08.545Zfound 4 output files
20812024-05-03T21:28:08.545Zuploading: /work/s1.trio.log (4235 bytes)
20822024-05-03T21:28:09.559Zuploaded: /work/s1.trio.log
20832024-05-03T21:28:09.559Zuploading: /work/s2.trio.log (9701 bytes)
20842024-05-03T21:28:10.594Zuploaded: /work/s2.trio.log
20852024-05-03T21:28:10.595Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
20862024-05-03T21:28:11.626Zuploaded: /work/sidecar.trio-softnpu.log
20872024-05-03T21:28:11.627Zuploading: /work/t1.trio.log (25906 bytes)
20882024-05-03T21:28:12.646Zuploaded: /work/t1.trio.log