01HSKE8QFF378DNN26HPZPGQ5K: test-ddm-quartet

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: 01HSKEAA8SGNZCH5Z18Y828MHT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-22T16:08:31.638Zjob assigned to worker 01HSKEKMMYE3TP3JR57CDF0F1K (queued for 7 m 13 s)
 
22024-03-22T16:08:38.716Zstarting task 0: "setup"
32024-03-22T16:08:38.756Z++ uname -s
42024-03-22T16:08:38.761Z+ kern=SunOS
52024-03-22T16:08:38.761Z+ case "$kern" in
62024-03-22T16:08:38.761Z+ groupadd -g 12345 build
72024-03-22T16:08:38.791Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-22T16:08:40.809Z+ zfs create -o mountpoint=/work rpool/work
92024-03-22T16:08:40.934Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-22T16:08:40.938Z+ home_fs=zfs
112024-03-22T16:08:40.938Z+ [[ zfs == autofs ]]
122024-03-22T16:08:40.938Z+ mkdir -p /home/build
132024-03-22T16:08:40.938Z+ chown build:build /home/build /work
142024-03-22T16:08:42.941Z+ chmod 0700 /home/build /work
152024-03-22T16:08:42.945Zprocess exited: duration 4225 ms, exit code 0
 
162024-03-22T16:08:42.953Zstarting task 1: "rust-toolchain"
172024-03-22T16:08:42.961Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-22T16:08:42.967Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192024-03-22T16:08:43.075Zinfo: downloading installer
202024-03-22T16:08:44.260Zwarning: it looks like you have an existing installation of Rust at:
212024-03-22T16:08:44.260Zwarning: /opt/ooce/bin
222024-03-22T16:08:44.260Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-22T16:08:44.260Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-22T16:08:44.260Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-22T16:08:44.261Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-22T16:08:44.261Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-22T16:08:44.261Zerror: cannot install while Rust is installed
282024-03-22T16:08:44.261Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-22T16:08:44.589Zinfo: profile set to 'default'
302024-03-22T16:08:44.589Zinfo: default host triple is x86_64-unknown-illumos
312024-03-22T16:08:44.594Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322024-03-22T16:08:44.707Zinfo: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17)
332024-03-22T16:08:44.707Zinfo: downloading component 'cargo'
342024-03-22T16:08:45.336Zinfo: downloading component 'clippy'
352024-03-22T16:08:45.541Zinfo: downloading component 'rust-docs'
362024-03-22T16:08:46.374Zinfo: downloading component 'rust-std'
372024-03-22T16:08:47.765Zinfo: downloading component 'rustc'
382024-03-22T16:08:51.086Zinfo: downloading component 'rustfmt'
392024-03-22T16:08:51.265Zinfo: installing component 'cargo'
402024-03-22T16:08:52.076Zinfo: installing component 'clippy'
412024-03-22T16:08:52.415Zinfo: installing component 'rust-docs'
422024-03-22T16:08:53.909Zinfo: installing component 'rust-std'
432024-03-22T16:08:55.701Zinfo: installing component 'rustc'
442024-03-22T16:08:59.741Zinfo: installing component 'rustfmt'
452024-03-22T16:09:00.084Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462024-03-22T16:09:00.084Z
472024-03-22T16:09:00.372Z stable-x86_64-unknown-illumos installed - rustc 1.77.0 (aedd173a2 2024-03-17)
482024-03-22T16:09:00.372Z
492024-03-22T16:09:00.376Z
502024-03-22T16:09:00.376ZRust is installed now. Great!
512024-03-22T16:09:00.376Z
522024-03-22T16:09:00.376ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-22T16:09:00.376Zenvironment variable. This has not been done automatically.
542024-03-22T16:09:00.376Z
552024-03-22T16:09:00.376ZTo configure your current shell, you need to source
562024-03-22T16:09:00.377Zthe corresponding env file under $HOME/.cargo.
572024-03-22T16:09:00.377Z
582024-03-22T16:09:00.377ZThis is usually done by running one of the following (note the leading DOT):
592024-03-22T16:09:00.377Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-22T16:09:00.377Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-22T16:09:00.480Z+ rustc --version
622024-03-22T16:09:00.544Zrustc 1.77.0 (aedd173a2 2024-03-17)
632024-03-22T16:09:00.548Zprocess exited: duration 17586 ms, exit code 0
 
642024-03-22T16:09:00.555Zstarting task 2: "authentication"
652024-03-22T16:09:00.579Zprocess exited: duration 22 ms, exit code 0
 
662024-03-22T16:09:00.589Zstarting task 3: "clone repository"
672024-03-22T16:09:00.593Z+ mkdir -p /work/oxidecomputer/maghemite
682024-03-22T16:09:00.596Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
692024-03-22T16:09:00.962ZCloning into '/work/oxidecomputer/maghemite'...
702024-03-22T16:09:02.174Z+ cd /work/oxidecomputer/maghemite
712024-03-22T16:09:02.174Z+ git fetch origin 9cefc93888607000469c062652364ba1ce5bd54e
722024-03-22T16:09:02.471ZFrom https://github.com/oxidecomputer/maghemite
732024-03-22T16:09:02.471Z * branch 9cefc93888607000469c062652364ba1ce5bd54e -> FETCH_HEAD
742024-03-22T16:09:02.478Z+ [[ -n ddm-track-session-duration ]]
752024-03-22T16:09:02.482Z++ git branch --show-current
762024-03-22T16:09:02.482Z+ current=main
772024-03-22T16:09:02.482Z+ [[ main != ddm-track-session-duration ]]
782024-03-22T16:09:02.482Z+ git branch -f ddm-track-session-duration 9cefc93888607000469c062652364ba1ce5bd54e
792024-03-22T16:09:02.486Z+ git checkout -f ddm-track-session-duration
802024-03-22T16:09:02.497ZSwitched to branch 'ddm-track-session-duration'
812024-03-22T16:09:02.500Z+ git reset --hard 9cefc93888607000469c062652364ba1ce5bd54e
822024-03-22T16:09:02.505ZHEAD is now at 9cefc93 cleanup
832024-03-22T16:09:02.505Zprocess exited: duration 1916 ms, exit code 0
 
842024-03-22T16:09:02.515Zstarting task 4: "build"
852024-03-22T16:09:02.521Z++ cargo --version
862024-03-22T16:09:02.526Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-03-22T16:09:02.648Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-03-22T16:09:02.648Zinfo: downloading component 'cargo'
892024-03-22T16:09:03.284Zinfo: downloading component 'clippy'
902024-03-22T16:09:03.480Zinfo: downloading component 'rust-docs'
912024-03-22T16:09:04.265Zinfo: downloading component 'rust-std'
922024-03-22T16:09:05.543Zinfo: downloading component 'rustc'
932024-03-22T16:09:08.676Zinfo: downloading component 'rustfmt'
942024-03-22T16:09:08.860Zinfo: installing component 'cargo'
952024-03-22T16:09:09.753Zinfo: installing component 'clippy'
962024-03-22T16:09:10.089Zinfo: installing component 'rust-docs'
972024-03-22T16:09:11.519Zinfo: installing component 'rust-std'
982024-03-22T16:09:13.275Zinfo: installing component 'rustc'
992024-03-22T16:09:17.467Zinfo: installing component 'rustfmt'
1002024-03-22T16:09:17.867Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-03-22T16:09:17.871Z++ rustc --version
1022024-03-22T16:09:17.932Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-03-22T16:09:17.936Z++ dladm
1042024-03-22T16:09:17.950ZLINK CLASS MTU STATE BRIDGE OVER
1052024-03-22T16:09:17.950Zena0 phys 9216 up -- --
1062024-03-22T16:09:17.954Z++ ipadm
1072024-03-22T16:09:17.955ZADDROBJ TYPE STATE ADDR
1082024-03-22T16:09:17.955Zlo0/v4 static ok 127.0.0.1/8
1092024-03-22T16:09:17.955Zena0/dhcp dhcp ok 10.150.1.56/24
1102024-03-22T16:09:17.955Zlo0/v6 static ok ::1/128
1112024-03-22T16:09:17.955Z++ banner collect
1122024-03-22T16:09:17.961Z
1132024-03-22T16:09:17.961Z #### #### # # ###### #### #####
1142024-03-22T16:09:17.961Z # # # # # # # # # #
1152024-03-22T16:09:17.961Z # # # # # ##### # #
1162024-03-22T16:09:17.961Z # # # # # # # #
1172024-03-22T16:09:17.961Z # # # # # # # # # #
1182024-03-22T16:09:17.962Z #### #### ###### ###### ###### #### #
1192024-03-22T16:09:17.962Z
1202024-03-22T16:09:17.962Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1212024-03-22T16:09:17.962Z++ repo=softnpu
1222024-03-22T16:09:17.962Z++ series=image
1232024-03-22T16:09:17.962Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1242024-03-22T16:09:17.962Z++ name=softnpu
1252024-03-22T16:09:17.962Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1262024-03-22T16:09:17.962Z++ mkdir -p download
1272024-03-22T16:09:17.969Z++ pushd download
1282024-03-22T16:09:17.969Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1292024-03-22T16:09:17.969Z++ [[ ! -f softnpu ]]
1302024-03-22T16:09:17.969Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1312024-03-22T16:09:17.969Z % Total % Received % Xferd Average Speed Time Time Time Current
1322024-03-22T16:09:17.969Z Dload Upload Total Spent Left Speed
1332024-03-22T16:09:24.410Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 21.8M 6 1475k 0 0 1784k 0 0:00:12 --:--:-- 0:00:12 1784k 29 21.8M 29 6639k 0 0 3232k 0 0:00:06 0:00:02 0:00:04 3234k 61 21.8M 61 13.4M 0 0 4601k 0 0:00:04 0:00:02 0:00:02 4601k 79 21.8M 79 17.2M 0 0 4504k 0 0:00:04 0:00:03 0:00:01 4504k 88 21.8M 88 19.2M 0 0 4091k 0 0:00:05 0:00:04 0:00:01 4091k 95 21.8M 95 20.8M 0 0 3607k 0 0:00:06 0:00:05 0:00:01 3904k 100 21.8M 100 21.8M 0 0 3472k 0 0:00:06 0:00:06 --:--:-- 3585k
1342024-03-22T16:09:24.414Z++ popd
1352024-03-22T16:09:24.414Z/work/oxidecomputer/maghemite
1362024-03-22T16:09:24.414Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1372024-03-22T16:09:24.414Z++ repo=sidecar-lite
1382024-03-22T16:09:24.414Z++ series=release
1392024-03-22T16:09:24.414Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1402024-03-22T16:09:24.414Z++ name=libsidecar_lite.so
1412024-03-22T16:09:24.414Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1422024-03-22T16:09:24.414Z++ mkdir -p download
1432024-03-22T16:09:24.418Z++ pushd download
1442024-03-22T16:09:24.418Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1452024-03-22T16:09:24.418Z++ [[ ! -f libsidecar_lite.so ]]
1462024-03-22T16:09:24.418Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1472024-03-22T16:09:24.424Z % Total % Received % Xferd Average Speed Time Time Time Current
1482024-03-22T16:09:24.424Z Dload Upload Total Spent Left Speed
1492024-03-22T16:09:27.319Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 20.3M 1 367k 0 0 514k 0 0:00:40 --:--:-- 0:00:40 513k 15 20.3M 15 3231k 0 0 2009k 0 0:00:10 0:00:01 0:00:09 2008k 58 20.3M 58 11.8M 0 0 4557k 0 0:00:04 0:00:02 0:00:02 4557k 100 20.3M 100 20.3M 0 0 7187k 0 0:00:02 0:00:02 --:--:-- 7187k
1502024-03-22T16:09:27.324Z++ popd
1512024-03-22T16:09:27.324Z/work/oxidecomputer/maghemite
1522024-03-22T16:09:27.324Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1532024-03-22T16:09:27.324Z++ repo=sidecar-lite
1542024-03-22T16:09:27.324Z++ series=release
1552024-03-22T16:09:27.324Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1562024-03-22T16:09:27.324Z++ name=scadm
1572024-03-22T16:09:27.324Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1582024-03-22T16:09:27.324Z++ mkdir -p download
1592024-03-22T16:09:27.328Z++ pushd download
1602024-03-22T16:09:27.328Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1612024-03-22T16:09:27.328Z++ [[ ! -f scadm ]]
1622024-03-22T16:09:27.329Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1632024-03-22T16:09:27.333Z % Total % Received % Xferd Average Speed Time Time Time Current
1642024-03-22T16:09:27.333Z Dload Upload Total Spent Left Speed
1652024-03-22T16:09:31.831Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 22.7M 1 435k 0 0 591k 0 0:00:39 --:--:-- 0:00:39 591k 16 22.7M 16 3963k 0 0 2344k 0 0:00:09 0:00:01 0:00:08 2344k 25 22.7M 25 6047k 0 0 2346k 0 0:00:09 0:00:02 0:00:07 2345k 34 22.7M 34 8111k 0 0 2333k 0 0:00:10 0:00:03 0:00:07 2332k 89 22.7M 89 20.4M 0 0 4698k 0 0:00:04 0:00:04 --:--:-- 4697k 100 22.7M 100 22.7M 0 0 5192k 0 0:00:04 0:00:04 --:--:-- 6094k
1662024-03-22T16:09:31.837Z++ popd
1672024-03-22T16:09:31.837Z/work/oxidecomputer/maghemite
1682024-03-22T16:09:31.844Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1692024-03-22T16:09:31.844Z++ repo=dendrite
1702024-03-22T16:09:31.844Z++ series=image
1712024-03-22T16:09:31.844Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1722024-03-22T16:09:31.844Z++ name=dendrite-softnpu.tar.gz
1732024-03-22T16:09:31.844Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1742024-03-22T16:09:31.844Z++ mkdir -p download
1752024-03-22T16:09:31.844Z++ pushd download
1762024-03-22T16:09:31.844Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1772024-03-22T16:09:31.844Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1782024-03-22T16:09:31.844Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1792024-03-22T16:09:31.848Z % Total % Received % Xferd Average Speed Time Time Time Current
1802024-03-22T16:09:31.848Z Dload Upload Total Spent Left Speed
1812024-03-22T16:09:40.574Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 37.5M 14 5539k 0 0 5806k 0 0:00:06 --:--:-- 0:00:06 5806k 30 37.5M 30 11.4M 0 0 5854k 0 0:00:06 0:00:01 0:00:05 5854k 44 37.5M 44 16.5M 0 0 5520k 0 0:00:06 0:00:03 0:00:03 5521k 48 37.5M 48 18.1M 0 0 4692k 0 0:00:08 0:00:03 0:00:05 4692k 68 37.5M 68 25.6M 0 0 5188k 0 0:00:07 0:00:05 0:00:02 5188k 72 37.5M 72 27.0M 0 0 4660k 0 0:00:08 0:00:05 0:00:03 4441k 82 37.5M 82 31.1M 0 0 4586k 0 0:00:08 0:00:06 0:00:02 4075k 88 37.5M 88 33.1M 0 0 4141k 0 0:00:09 0:00:08 0:00:01 3314k 100 37.5M 100 37.5M 0 0 4408k 0 0:00:08 0:00:08 --:--:-- 4173k
1822024-03-22T16:09:40.579Z++ popd
1832024-03-22T16:09:40.579Z/work/oxidecomputer/maghemite
1842024-03-22T16:09:40.579Z++ get_artifact maghemite release e76dc67706beb806b2f0ecfd6d51097c6c06d534 ddmd
1852024-03-22T16:09:40.579Z++ repo=maghemite
1862024-03-22T16:09:40.579Z++ series=release
1872024-03-22T16:09:40.579Z++ commit=e76dc67706beb806b2f0ecfd6d51097c6c06d534
1882024-03-22T16:09:40.579Z++ name=ddmd
1892024-03-22T16:09:40.579Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1902024-03-22T16:09:40.579Z++ mkdir -p download
1912024-03-22T16:09:40.583Z++ pushd download
1922024-03-22T16:09:40.583Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1932024-03-22T16:09:40.583Z++ [[ ! -f ddmd ]]
1942024-03-22T16:09:40.583Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/e76dc67706beb806b2f0ecfd6d51097c6c06d534/ddmd
1952024-03-22T16:09:40.587Z % Total % Received % Xferd Average Speed Time Time Time Current
1962024-03-22T16:09:40.587Z Dload Upload Total Spent Left Speed
1972024-03-22T16:09:48.413Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 27.6M 0 8018 0 0 37164 0 0:12:59 --:--:-- 0:12:59 37120 9 27.6M 9 2707k 0 0 1408k 0 0:00:20 0:00:01 0:00:19 1408k 18 27.6M 18 5295k 0 0 2210k 0 0:00:12 0:00:02 0:00:10 2210k 24 27.6M 24 6979k 0 0 2162k 0 0:00:13 0:00:03 0:00:10 2162k 66 27.6M 66 18.4M 0 0 4125k 0 0:00:06 0:00:04 0:00:02 4125k 68 27.6M 68 19.0M 0 0 3532k 0 0:00:08 0:00:05 0:00:03 3675k 75 27.6M 75 20.7M 0 0 3338k 0 0:00:08 0:00:06 0:00:02 4172k 77 27.6M 77 21.4M 0 0 3043k 0 0:00:09 0:00:07 0:00:02 3458k 100 27.6M 100 27.6M 0 0 3618k 0 0:00:07 0:00:07 --:--:-- 4642k
1982024-03-22T16:09:48.417Z++ popd
1992024-03-22T16:09:48.418Z/work/oxidecomputer/maghemite
2002024-03-22T16:09:48.418Z++ get_artifact maghemite release e76dc67706beb806b2f0ecfd6d51097c6c06d534 ddmadm
2012024-03-22T16:09:48.418Z++ repo=maghemite
2022024-03-22T16:09:48.418Z++ series=release
2032024-03-22T16:09:48.418Z++ commit=e76dc67706beb806b2f0ecfd6d51097c6c06d534
2042024-03-22T16:09:48.418Z++ name=ddmadm
2052024-03-22T16:09:48.418Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2062024-03-22T16:09:48.418Z++ mkdir -p download
2072024-03-22T16:09:48.418Z++ pushd download
2082024-03-22T16:09:48.418Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2092024-03-22T16:09:48.418Z++ [[ ! -f ddmadm ]]
2102024-03-22T16:09:48.418Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/e76dc67706beb806b2f0ecfd6d51097c6c06d534/ddmadm
2112024-03-22T16:09:48.424Z % Total % Received % Xferd Average Speed Time Time Time Current
2122024-03-22T16:09:48.424Z Dload Upload Total Spent Left Speed
2132024-03-22T16:09:57.896Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 30.5M 4 1275k 0 0 1713k 0 0:00:18 --:--:-- 0:00:18 1712k 10 30.5M 10 3287k 0 0 1986k 0 0:00:15 0:00:01 0:00:14 1985k 21 30.5M 21 6643k 0 0 2545k 0 0:00:12 0:00:02 0:00:10 2545k 28 30.5M 28 8811k 0 0 2492k 0 0:00:12 0:00:03 0:00:09 2492k 43 30.5M 43 13.1M 0 0 3002k 0 0:00:10 0:00:04 0:00:06 3002k 45 30.5M 45 13.9M 0 0 2646k 0 0:00:11 0:00:05 0:00:06 2795k 53 30.5M 53 16.2M 0 0 2448k 0 0:00:12 0:00:06 0:00:06 2597k 55 30.5M 55 16.8M 0 0 2143k 0 0:00:14 0:00:08 0:00:06 1950k 60 30.5M 60 18.3M 0 0 2197k 0 0:00:14 0:00:08 0:00:06 1989k 99 30.5M 99 30.5M 0 0 3306k 0 0:00:09 0:00:09 --:--:-- 3580k 100 30.5M 100 30.5M 0 0 3305k 0 0:00:09 0:00:09 --:--:-- 4175k
2142024-03-22T16:09:58.318Z++ popd
2152024-03-22T16:09:58.318Z/work/oxidecomputer/maghemite
2162024-03-22T16:09:58.318Z++ pushd download
2172024-03-22T16:09:58.318Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182024-03-22T16:09:58.318Z++ chmod +x softnpu
2192024-03-22T16:09:58.318Z++ chmod +x scadm
2202024-03-22T16:09:58.319Z++ chmod +x ddmadm
2212024-03-22T16:09:58.319Z++ chmod +x ddmd
2222024-03-22T16:09:58.322Z++ mv ddmadm ddmadm-v1
2232024-03-22T16:09:58.322Z++ mv ddmd ddmd-v1
2242024-03-22T16:09:58.322Z++ rm -rf zones/dendrite
2252024-03-22T16:09:58.322Z++ mkdir -p zones/dendrite
2262024-03-22T16:09:58.322Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2272024-03-22T16:09:59.077Z++ popd
2282024-03-22T16:09:59.078Z/work/oxidecomputer/maghemite
2292024-03-22T16:09:59.078Z++ banner install
2302024-03-22T16:09:59.084Z
2312024-03-22T16:09:59.084Z # # # #### ##### ## # #
2322024-03-22T16:09:59.084Z # ## # # # # # # #
2332024-03-22T16:09:59.085Z # # # # #### # # # # #
2342024-03-22T16:09:59.085Z # # # # # # ###### # #
2352024-03-22T16:09:59.085Z # # ## # # # # # # #
2362024-03-22T16:09:59.085Z # # # #### # # # ###### ######
2372024-03-22T16:09:59.085Z
2382024-03-22T16:09:59.085Z++ pkg info brand/sparse
2392024-03-22T16:09:59.085Z++ grep -qi installed
2402024-03-22T16:10:11.797Zpkg: info: no packages matching the following patterns you specified are
2412024-03-22T16:10:11.797Zinstalled on the system. Try querying remotely instead:
2422024-03-22T16:10:11.797Z
2432024-03-22T16:10:11.797Z brand/sparse
2442024-03-22T16:10:11.801Z++ [[ 1 != 0 ]]
2452024-03-22T16:10:11.801Z++ set -o errexit
2462024-03-22T16:10:11.801Z++ pfexec pkg install brand/sparse
2472024-03-22T16:10:18.198Z Startup: Refreshing catalog 'helios-dev' ... Done
2482024-03-22T16:10:19.681Z Startup: Caching catalogs ... Done
2492024-03-22T16:10:21.325ZPlanning: Solver setup ... Done
2502024-03-22T16:10:21.347ZPlanning: Running solver ... Done
2512024-03-22T16:10:21.625ZPlanning: Finding local manifests ... Done
2522024-03-22T16:10:21.641ZPlanning: Fetching manifests: 0/1 0% complete
2532024-03-22T16:10:21.872ZPlanning: Fetching manifests: 1/1 100% complete
2542024-03-22T16:10:21.906ZPlanning: Package planning ... Done
2552024-03-22T16:10:21.924ZPlanning: Merging actions ... Done
2562024-03-22T16:10:22.542ZPlanning: Checking for conflicting actions ... Done
2572024-03-22T16:10:22.545ZPlanning: Consolidating action changes ... Done
2582024-03-22T16:10:34.900ZPlanning: Evaluating mediators ... Done
2592024-03-22T16:10:34.904ZPlanning: Planning completed in 15.16 seconds
2602024-03-22T16:10:34.919Z Packages to install: 1
2612024-03-22T16:10:34.920Z Create boot environment: No
2622024-03-22T16:10:34.924ZCreate backup boot environment: No
2632024-03-22T16:10:35.055Z
2642024-03-22T16:10:35.056ZDownload: 0/16 items 0.0/0.0MB 0% complete
2652024-03-22T16:10:35.119ZDownload: Completed 23.56 kB in 0.07 seconds (350k/s)
2662024-03-22T16:10:35.195Z Actions: 1/32 actions (Installing new actions)
2672024-03-22T16:10:35.199Z Actions: Completed 32 actions in 0.01 seconds.
2682024-03-22T16:10:35.382Z Done
2692024-03-22T16:10:35.382Z Done
2702024-03-22T16:10:35.615Z Done
2712024-03-22T16:10:41.640Z Done
2722024-03-22T16:10:42.048Z Done
2732024-03-22T16:10:42.051Z Done
2742024-03-22T16:10:42.152Z Done
2752024-03-22T16:10:42.364Z++ set -o errexit
2762024-03-22T16:10:42.364Z++ set -o pipefail
2772024-03-22T16:10:42.364Z++ banner build
2782024-03-22T16:10:42.369Z
2792024-03-22T16:10:42.369Z ##### # # # # #####
2802024-03-22T16:10:42.369Z # # # # # # # #
2812024-03-22T16:10:42.369Z ##### # # # # # #
2822024-03-22T16:10:42.369Z # # # # # # # #
2832024-03-22T16:10:42.369Z # # # # # # # #
2842024-03-22T16:10:42.369Z ##### #### # ###### #####
2852024-03-22T16:10:42.369Z
2862024-03-22T16:10:42.369Z++ cargo build --release --bin ddmd --bin ddmadm
2872024-03-22T16:10:42.508Z Updating crates.io index
2882024-03-22T16:10:42.569Z Updating git repository `https://github.com/oxidecomputer/falcon`
2892024-03-22T16:10:43.521ZFrom https://github.com/oxidecomputer/falcon
2902024-03-22T16:10:43.521Z * [new branch] main -> origin/main
2912024-03-22T16:10:43.534Z * [new ref] -> origin/HEAD
2922024-03-22T16:10:43.629Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2932024-03-22T16:10:44.673ZFrom https://github.com/oxidecomputer/dendrite
2942024-03-22T16:10:44.673Z * [new branch] add-link-id-to-link-create -> origin/add-link-id-to-link-create
2952024-03-22T16:10:44.711Z * [new branch] bugfix-omicron-4589 -> origin/bugfix-omicron-4589
2962024-03-22T16:10:44.712Z * [new branch] clippy_and_fmt_updates -> origin/clippy_and_fmt_updates
2972024-03-22T16:10:44.712Z * [new branch] compliance -> origin/compliance
2982024-03-22T16:10:44.712Z * [new branch] dev -> origin/dev
2992024-03-22T16:10:44.712Z * [new branch] dpd-softnpu-smf -> origin/dpd-softnpu-smf
3002024-03-22T16:10:44.712Z * [new branch] external_log -> origin/external_log
3012024-03-22T16:10:44.712Z * [new branch] fix-address-race -> origin/fix-address-race
3022024-03-22T16:10:44.712Z * [new branch] helios2 -> origin/helios2
3032024-03-22T16:10:44.712Z * [new branch] mac_ensure -> origin/mac_ensure
3042024-03-22T16:10:44.712Z * [new branch] main -> origin/main
3052024-03-22T16:10:44.712Z * [new branch] map-all-the-things -> origin/map-all-the-things
3062024-03-22T16:10:44.712Z * [new branch] nat_rpw -> origin/nat_rpw
3072024-03-22T16:10:44.712Z * [new branch] nexthop-counters -> origin/nexthop-counters
3082024-03-22T16:10:44.713Z * [new branch] port-id -> origin/port-id
3092024-03-22T16:10:44.713Z * [new branch] reflection-tests -> origin/reflection-tests
3102024-03-22T16:10:44.713Z * [new branch] remove-routes-from-port-settings -> origin/remove-routes-from-port-settings
3112024-03-22T16:10:44.713Z * [new branch] rust-177-lints -> origin/rust-177-lints
3122024-03-22T16:10:44.713Z * [new branch] rust-toolchain -> origin/rust-toolchain
3132024-03-22T16:10:44.713Z * [new branch] softnpu-tfportd-support -> origin/softnpu-tfportd-support
3142024-03-22T16:10:44.713Z * [new branch] solo -> origin/solo
3152024-03-22T16:10:44.713Z * [new branch] split-sff-access-too -> origin/split-sff-access-too
3162024-03-22T16:10:44.713Z * [new branch] updates -> origin/updates
3172024-03-22T16:10:44.713Z * [new ref] -> origin/HEAD
3182024-03-22T16:10:44.727Z Updating git repository `https://github.com/oxidecomputer/dropshot`
3192024-03-22T16:10:45.441ZFrom https://github.com/oxidecomputer/dropshot
3202024-03-22T16:10:45.441Z * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push
3212024-03-22T16:10:45.447Z * [new branch] async -> origin/async
3222024-03-22T16:10:45.447Z * [new branch] build-o-mat -> origin/build-o-mat
3232024-03-22T16:10:45.447Z * [new branch] camel -> origin/camel
3242024-03-22T16:10:45.447Z * [new branch] carets -> origin/carets
3252024-03-22T16:10:45.447Z * [new branch] changes -> origin/changes
3262024-03-22T16:10:45.447Z * [new branch] ci-version -> origin/ci-version
3272024-03-22T16:10:45.447Z * [new branch] cleanup-tweak -> origin/cleanup-tweak
3282024-03-22T16:10:45.447Z * [new branch] clippy -> origin/clippy
3292024-03-22T16:10:45.447Z * [new branch] clippy-enforcement -> origin/clippy-enforcement
3302024-03-22T16:10:45.447Z * [new branch] clone -> origin/clone
3312024-03-22T16:10:45.447Z * [new branch] dependabot/cargo/base64-0.22.0 -> origin/dependabot/cargo/base64-0.22.0
3322024-03-22T16:10:45.447Z * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0
3332024-03-22T16:10:45.447Z * [new branch] dependabot/cargo/hyper-1.2.0 -> origin/dependabot/cargo/hyper-1.2.0
3342024-03-22T16:10:45.447Z * [new branch] dependabot/cargo/hyper-rustls-0.26.0 -> origin/dependabot/cargo/hyper-rustls-0.26.0
3352024-03-22T16:10:45.447Z * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0
3362024-03-22T16:10:45.447Z * [new branch] doc -> origin/doc
3372024-03-22T16:10:45.447Z * [new branch] err -> origin/err
3382024-03-22T16:10:45.447Z * [new branch] example-resumable-download -> origin/example-resumable-download
3392024-03-22T16:10:45.447Z * [new branch] expectorate -> origin/expectorate
3402024-03-22T16:10:45.447Z * [new branch] extracted -> origin/extracted
3412024-03-22T16:10:45.448Z * [new branch] fix_tests -> origin/fix_tests
3422024-03-22T16:10:45.448Z * [new branch] fmt2 -> origin/fmt2
3432024-03-22T16:10:45.448Z * [new branch] infinite_type_resolve -> origin/infinite_type_resolve
3442024-03-22T16:10:45.448Z * [new branch] kulakowski/tls -> origin/kulakowski/tls
3452024-03-22T16:10:45.448Z * [new branch] main -> origin/main
3462024-03-22T16:10:45.448Z * [new branch] maintainer-docs -> origin/maintainer-docs
3472024-03-22T16:10:45.448Z * [new branch] multi-api -> origin/multi-api
3482024-03-22T16:10:45.448Z * [new branch] multiverse -> origin/multiverse
3492024-03-22T16:10:45.448Z * [new branch] openapi -> origin/openapi
3502024-03-22T16:10:45.448Z * [new branch] openapi2 -> origin/openapi2
3512024-03-22T16:10:45.448Z * [new branch] port-fix-better -> origin/port-fix-better
3522024-03-22T16:10:45.448Z * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x
3532024-03-22T16:10:45.448Z * [new branch] rmp-page-token -> origin/rmp-page-token
3542024-03-22T16:10:45.448Z * [new branch] rustfmt-m1 -> origin/rustfmt-m1
3552024-03-22T16:10:45.448Z * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only
3562024-03-22T16:10:45.448Z * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options
3572024-03-22T16:10:45.448Z * [new branch] server-log -> origin/server-log
3582024-03-22T16:10:45.448Z * [new branch] simple-headers -> origin/simple-headers
3592024-03-22T16:10:45.448Z * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor
3602024-03-22T16:10:45.448Z * [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
3612024-03-22T16:10:45.448Z * [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
3622024-03-22T16:10:45.448Z * [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
3632024-03-22T16:10:45.448Z * [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
3642024-03-22T16:10:45.448Z * [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
3652024-03-22T16:10:45.449Z * [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
3662024-03-22T16:10:45.449Z * [new branch] test-skip-deserialize -> origin/test-skip-deserialize
3672024-03-22T16:10:45.449Z * [new branch] update-usdt-dep -> origin/update-usdt-dep
3682024-03-22T16:10:45.449Z * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody
3692024-03-22T16:10:45.449Z * [new branch] websockets -> origin/websockets
3702024-03-22T16:10:45.449Z * [new branch] x-forwarded-for -> origin/x-forwarded-for
3712024-03-22T16:10:45.453Z * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD
3722024-03-22T16:10:45.453Z * [new ref] -> origin/HEAD
3732024-03-22T16:10:45.453Z * [new tag] v0.10.0 -> v0.10.0
3742024-03-22T16:10:45.453Z * [new tag] v0.3.0 -> v0.3.0
3752024-03-22T16:10:45.453Z * [new tag] v0.4.0 -> v0.4.0
3762024-03-22T16:10:45.453Z * [new tag] v0.5.0 -> v0.5.0
3772024-03-22T16:10:45.453Z * [new tag] v0.5.1 -> v0.5.1
3782024-03-22T16:10:45.454Z * [new tag] v0.6.0 -> v0.6.0
3792024-03-22T16:10:45.454Z * [new tag] v0.7.0 -> v0.7.0
3802024-03-22T16:10:45.454Z * [new tag] v0.8.0 -> v0.8.0
3812024-03-22T16:10:45.454Z * [new tag] v0.9.0 -> v0.9.0
3822024-03-22T16:10:45.493Z Updating git repository `https://github.com/oxidecomputer/ispf`
3832024-03-22T16:10:45.912ZFrom https://github.com/oxidecomputer/ispf
3842024-03-22T16:10:45.912Z * [new branch] main -> origin/main
3852024-03-22T16:10:45.916Z * [new ref] -> origin/HEAD
3862024-03-22T16:10:45.922Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3872024-03-22T16:10:47.972ZFrom https://github.com/oxidecomputer/netadm-sys
3882024-03-22T16:10:47.972Z * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25
3892024-03-22T16:10:47.976Z * [new branch] gh-pages -> origin/gh-pages
3902024-03-22T16:10:47.976Z * [new branch] main -> origin/main
3912024-03-22T16:10:47.976Z * [new branch] siocgnds -> origin/siocgnds
3922024-03-22T16:10:47.976Z * [new ref] -> origin/HEAD
3932024-03-22T16:10:47.986Z Updating git repository `https://github.com/oxidecomputer/omicron`
3942024-03-22T16:10:53.558ZFrom https://github.com/oxidecomputer/omicron
3952024-03-22T16:10:53.558Z * [new branch] 267 -> origin/267
3962024-03-22T16:10:53.562Z * [new branch] 686-and-717-in-a-blender -> origin/686-and-717-in-a-blender
3972024-03-22T16:10:53.562Z * [new branch] abandoned/disallow-full-scan -> origin/abandoned/disallow-full-scan
3982024-03-22T16:10:53.562Z * [new branch] actions-on-push-only -> origin/actions-on-push-only
3992024-03-22T16:10:53.563Z * [new branch] actually-provision-multiple-crdbs -> origin/actually-provision-multiple-crdbs
4002024-03-22T16:10:53.563Z * [new branch] add-global-api -> origin/add-global-api
4012024-03-22T16:10:53.563Z * [new branch] ajs/deployment-config-schema -> origin/ajs/deployment-config-schema
4022024-03-22T16:10:53.563Z * [new branch] alan/a-gimlet-under-every-tree -> origin/alan/a-gimlet-under-every-tree
4032024-03-22T16:10:53.563Z * [new branch] alan/merge-main-megarepo -> origin/alan/merge-main-megarepo
4042024-03-22T16:10:53.563Z * [new branch] alan/omdb-instances-running -> origin/alan/omdb-instances-running
4052024-03-22T16:10:53.563Z * [new branch] archived/actix-configurable -> origin/archived/actix-configurable
4062024-03-22T16:10:53.563Z * [new branch] archived/backend-rewrite -> origin/archived/backend-rewrite
4072024-03-22T16:10:53.563Z * [new branch] archived/disks -> origin/archived/disks
4082024-03-22T16:10:53.563Z * [new branch] archived/dropshot-consumer-cleanup -> origin/archived/dropshot-consumer-cleanup
4092024-03-22T16:10:53.563Z * [new branch] archived/extractors -> origin/archived/extractors
4102024-03-22T16:10:53.563Z * [new branch] archived/handler-return-rewrite -> origin/archived/handler-return-rewrite
4112024-03-22T16:10:53.563Z * [new branch] archived/http-rewrite -> origin/archived/http-rewrite
4122024-03-22T16:10:53.563Z * [new branch] archived/http-submodule-rewrite -> origin/archived/http-submodule-rewrite
4132024-03-22T16:10:53.563Z * [new branch] archived/httpapi-extract -> origin/archived/httpapi-extract
4142024-03-22T16:10:53.563Z * [new branch] archived/httpapi-rename -> origin/archived/httpapi-rename
4152024-03-22T16:10:53.563Z * [new branch] archived/instance-reboot -> origin/archived/instance-reboot
4162024-03-22T16:10:53.564Z * [new branch] archived/instance-simulation -> origin/archived/instance-simulation
4172024-03-22T16:10:53.564Z * [new branch] archived/instance-work -> origin/archived/instance-work
4182024-03-22T16:10:53.564Z * [new branch] archived/logging -> origin/archived/logging
4192024-03-22T16:10:53.564Z * [new branch] archived/logging-move -> origin/archived/logging-move
4202024-03-22T16:10:53.564Z * [new branch] archived/model-rewrite -> origin/archived/model-rewrite
4212024-03-22T16:10:53.564Z * [new branch] archived/openapi-exec-tests -> origin/archived/openapi-exec-tests
4222024-03-22T16:10:53.564Z * [new branch] archived/router-rewrite -> origin/archived/router-rewrite
4232024-03-22T16:10:53.564Z * [new branch] archived/rustfmt-test -> origin/archived/rustfmt-test
4242024-03-22T16:10:53.564Z * [new branch] archived/rustfmt-without-wrap_comments -> origin/archived/rustfmt-without-wrap_comments
4252024-03-22T16:10:53.564Z * [new branch] archived/server-controller-extraction -> origin/archived/server-controller-extraction
4262024-03-22T16:10:53.564Z * [new branch] artemis/crucible-set-primarycache -> origin/artemis/crucible-set-primarycache
4272024-03-22T16:10:53.564Z * [new branch] attach-by-name-or-id -> origin/attach-by-name-or-id
4282024-03-22T16:10:53.570Z * [new branch] authz-role-test -> origin/authz-role-test
4292024-03-22T16:10:53.570Z * [new branch] bg-task-testbed -> origin/bg-task-testbed
4302024-03-22T16:10:53.570Z * [new branch] bigger-disks -> origin/bigger-disks
4312024-03-22T16:10:53.570Z * [new branch] bootstore-2 -> origin/bootstore-2
4322024-03-22T16:10:53.570Z * [new branch] bootstore-early-networking -> origin/bootstore-early-networking
4332024-03-22T16:10:53.570Z * [new branch] bootstore-integration -> origin/bootstore-integration
4342024-03-22T16:10:53.571Z * [new branch] bootstrap-agent-cancel-safety -> origin/bootstrap-agent-cancel-safety
4352024-03-22T16:10:53.571Z * [new branch] bump_dendrite -> origin/bump_dendrite
4362024-03-22T16:10:53.571Z * [new branch] catch-eexist-dladm -> origin/catch-eexist-dladm
4372024-03-22T16:10:53.571Z * [new branch] cfg-out-the-whole-shebang -> origin/cfg-out-the-whole-shebang
4382024-03-22T16:10:53.571Z * [new branch] clickhouse-21.10.4.26 -> origin/clickhouse-21.10.4.26
4392024-03-22T16:10:53.571Z * [new branch] clippy -> origin/clippy
4402024-03-22T16:10:53.571Z * [new branch] clippy-unused-async -> origin/clippy-unused-async
4412024-03-22T16:10:53.571Z * [new branch] cockroach-v22.2 -> origin/cockroach-v22.2
4422024-03-22T16:10:53.571Z * [new branch] concurrent-disk-new -> origin/concurrent-disk-new
4432024-03-22T16:10:53.571Z * [new branch] conform-m2 -> origin/conform-m2
4442024-03-22T16:10:53.571Z * [new branch] convert-new-lookup-rest -> origin/convert-new-lookup-rest
4452024-03-22T16:10:53.571Z * [new branch] convert-virtual-provisioning -> origin/convert-virtual-provisioning
4462024-03-22T16:10:53.571Z * [new branch] crucible-sled-agent -> origin/crucible-sled-agent
4472024-03-22T16:10:53.571Z * [new branch] dap-loop-debugging -> origin/dap-loop-debugging
4482024-03-22T16:10:53.572Z * [new branch] dap-loop-debugging-rebased -> origin/dap-loop-debugging-rebased
4492024-03-22T16:10:53.572Z * [new branch] dap/ci-debug -> origin/dap/ci-debug
4502024-03-22T16:10:53.572Z * [new branch] dap/cockroach-init -> origin/dap/cockroach-init
4512024-03-22T16:10:53.572Z * [new branch] dap/dns-preview -> origin/dap/dns-preview
4522024-03-22T16:10:53.572Z * [new branch] dap/dns-work -> origin/dap/dns-work
4532024-03-22T16:10:53.572Z * [new branch] dap/dnsping -> origin/dap/dnsping
4542024-03-22T16:10:53.572Z * [new branch] dap/nexus-inventory -> origin/dap/nexus-inventory
4552024-03-22T16:10:53.572Z * [new branch] dap/schema-migration-better-demo1 -> origin/dap/schema-migration-better-demo1
4562024-03-22T16:10:53.572Z * [new branch] dap/schema-migration-better-demo2 -> origin/dap/schema-migration-better-demo2
4572024-03-22T16:10:53.572Z * [new branch] dap/schema-migration-better-merged -> origin/dap/schema-migration-better-merged
4582024-03-22T16:10:53.572Z * [new branch] dap/silo-external-dns -> origin/dap/silo-external-dns
4592024-03-22T16:10:53.572Z * [new branch] dap/tls-sni -> origin/dap/tls-sni
4602024-03-22T16:10:53.572Z * [new branch] dap/update-control -> origin/dap/update-control
4612024-03-22T16:10:53.572Z * [new branch] dap/update-unused-code -> origin/dap/update-unused-code
4622024-03-22T16:10:53.572Z * [new branch] dbg-print-timeseries-key -> origin/dbg-print-timeseries-key
4632024-03-22T16:10:53.572Z * [new branch] debug-disk-space -> origin/debug-disk-space
4642024-03-22T16:10:53.572Z * [new branch] delete-specific-timeseries-during-upgrade -> origin/delete-specific-timeseries-during-upgrade
4652024-03-22T16:10:53.572Z * [new branch] demo -> origin/demo
4662024-03-22T16:10:53.572Z * [new branch] demo_m2 -> origin/demo_m2
4672024-03-22T16:10:53.572Z * [new branch] dependabot/cargo/dropshot-0018f66 -> origin/dependabot/cargo/dropshot-0018f66
4682024-03-22T16:10:53.572Z * [new branch] dependabot/test/no/push -> origin/dependabot/test/no/push
4692024-03-22T16:10:53.572Z * [new branch] disk-disable -> origin/disk-disable
4702024-03-22T16:10:53.572Z * [new branch] dns-dataset -> origin/dns-dataset
4712024-03-22T16:10:53.572Z * [new branch] document-external-internal -> origin/document-external-internal
4722024-03-22T16:10:53.573Z * [new branch] dropshot-local -> origin/dropshot-local
4732024-03-22T16:10:53.573Z * [new branch] duplicate-role-assignment-500 -> origin/duplicate-role-assignment-500
4742024-03-22T16:10:53.573Z * [new branch] eliza/nixos-build -> origin/eliza/nixos-build
4752024-03-22T16:10:53.573Z * [new branch] eliza/no-more-services -> origin/eliza/no-more-services
4762024-03-22T16:10:53.573Z * [new branch] even-more-actions-runner-rimraf -> origin/even-more-actions-runner-rimraf
4772024-03-22T16:10:53.573Z * [new branch] executor-fake -> origin/executor-fake
4782024-03-22T16:10:53.573Z * [new branch] external_log -> origin/external_log
4792024-03-22T16:10:53.573Z * [new branch] falcon-nextest -> origin/falcon-nextest
4802024-03-22T16:10:53.573Z * [new branch] firewall-notify-sled -> origin/firewall-notify-sled
4812024-03-22T16:10:53.573Z * [new branch] firewall-vpc -> origin/firewall-vpc
4822024-03-22T16:10:53.579Z * [new branch] flaky-issue-templates -> origin/flaky-issue-templates
4832024-03-22T16:10:53.579Z * [new branch] folgers -> origin/folgers
4842024-03-22T16:10:53.579Z * [new branch] fromstr -> origin/fromstr
4852024-03-22T16:10:53.579Z * [new branch] gateway -> origin/gateway
4862024-03-22T16:10:53.579Z * [new branch] host-fake -> origin/host-fake
4872024-03-22T16:10:53.579Z * [new branch] iliana/3430-hubris -> origin/iliana/3430-hubris
4882024-03-22T16:10:53.579Z * [new branch] iliana/baleeted -> origin/iliana/baleeted
4892024-03-22T16:10:53.579Z * [new branch] iliana/buildomat-sync -> origin/iliana/buildomat-sync
4902024-03-22T16:10:53.579Z * [new branch] iliana/do-not-merge-libxmlsec-1.3 -> origin/iliana/do-not-merge-libxmlsec-1.3
4912024-03-22T16:10:53.579Z * [new branch] iliana/dont-merge -> origin/iliana/dont-merge
4922024-03-22T16:10:53.580Z * [new branch] iliana/for-linux-weirdos -> origin/iliana/for-linux-weirdos
4932024-03-22T16:10:53.580Z * [new branch] iliana/hack-do-not-merge -> origin/iliana/hack-do-not-merge
4942024-03-22T16:10:53.580Z * [new branch] iliana/it-keeps-happening-2 -> origin/iliana/it-keeps-happening-2
4952024-03-22T16:10:53.580Z * [new branch] iliana/keysmash -> origin/iliana/keysmash
4962024-03-22T16:10:53.580Z * [new branch] iliana/manifest-flatten -> origin/iliana/manifest-flatten
4972024-03-22T16:10:53.580Z * [new branch] iliana/split-package -> origin/iliana/split-package
4982024-03-22T16:10:53.580Z * [new branch] iliana/try -> origin/iliana/try
4992024-03-22T16:10:53.580Z * [new branch] iliana/wtf -> origin/iliana/wtf
5002024-03-22T16:10:53.580Z * [new branch] illumos-ci -> origin/illumos-ci
5012024-03-22T16:10:53.580Z * [new branch] installinator-fail-if-flaky-disk -> origin/installinator-fail-if-flaky-disk
5022024-03-22T16:10:53.580Z * [new branch] ipv6-testing -> origin/ipv6-testing
5032024-03-22T16:10:53.580Z * [new branch] issue-213-static -> origin/issue-213-static
5042024-03-22T16:10:53.580Z * [new branch] issue-3432 -> origin/issue-3432
5052024-03-22T16:10:53.580Z * [new branch] jclulow -> origin/jclulow
5062024-03-22T16:10:53.580Z * [new branch] john/nexus-capabilities -> origin/john/nexus-capabilities
5072024-03-22T16:10:53.580Z * [new branch] john/oximeter-producer-gc -> origin/john/oximeter-producer-gc
5082024-03-22T16:10:53.580Z * [new branch] john/remove-service-table -> origin/john/remove-service-table
5092024-03-22T16:10:53.580Z * [new branch] john/test-tuf-repo-trigger -> origin/john/test-tuf-repo-trigger
5102024-03-22T16:10:53.580Z * [new branch] keeplogs -> origin/keeplogs
5112024-03-22T16:10:53.580Z * [new branch] less-dns-panic -> origin/less-dns-panic
5122024-03-22T16:10:53.581Z * [new branch] less-explosive-sled-agent -> origin/less-explosive-sled-agent
5132024-03-22T16:10:53.581Z * [new branch] lookup-authorized -> origin/lookup-authorized
5142024-03-22T16:10:53.581Z * [new branch] low-rent-trust-quorum -> origin/low-rent-trust-quorum
5152024-03-22T16:10:53.581Z * [new branch] low-rent-trust-quorum-3 -> origin/low-rent-trust-quorum-3
5162024-03-22T16:10:53.581Z * [new branch] lrtq-fsms-experiment -> origin/lrtq-fsms-experiment
5172024-03-22T16:10:53.581Z * [new branch] lrtq-fsms-model-changes -> origin/lrtq-fsms-model-changes
5182024-03-22T16:10:53.581Z * [new branch] lrtq-fsms-multiple-tests -> origin/lrtq-fsms-multiple-tests
5192024-03-22T16:10:53.581Z * [new branch] lrtq-networking -> origin/lrtq-networking
5202024-03-22T16:10:53.581Z * [new branch] lrtq-networking-config -> origin/lrtq-networking-config
5212024-03-22T16:10:53.581Z * [new branch] lrtq-networking2 -> origin/lrtq-networking2
5222024-03-22T16:10:53.581Z * [new branch] lrtq-persistence -> origin/lrtq-persistence
5232024-03-22T16:10:53.581Z * [new branch] lrtq-protocol -> origin/lrtq-protocol
5242024-03-22T16:10:53.581Z * [new branch] lrtq-protocol-separate-state-handlers -> origin/lrtq-protocol-separate-state-handlers
5252024-03-22T16:10:53.581Z * [new branch] luqmana/nexus-opte -> origin/luqmana/nexus-opte
5262024-03-22T16:10:53.581Z * [new branch] luqmana/non-gimlet-gimlet -> origin/luqmana/non-gimlet-gimlet
5272024-03-22T16:10:53.581Z * [new branch] luqmana/scoped-ipv6-addr -> origin/luqmana/scoped-ipv6-addr
5282024-03-22T16:10:53.581Z * [new branch] macos-test-concurrency -> origin/macos-test-concurrency
5292024-03-22T16:10:53.581Z * [new branch] maghemite-integration -> origin/maghemite-integration
5302024-03-22T16:10:53.581Z * [new branch] main -> origin/main
5312024-03-22T16:10:53.581Z * [new branch] metrics-experiments -> origin/metrics-experiments
5322024-03-22T16:10:53.581Z * [new branch] more-raw-cte-setup -> origin/more-raw-cte-setup
5332024-03-22T16:10:53.581Z * [new branch] mupdate-demo -> origin/mupdate-demo
5342024-03-22T16:10:53.581Z * [new branch] net-reorg -> origin/net-reorg
5352024-03-22T16:10:53.582Z * [new branch] new-lookup-proc-macro -> origin/new-lookup-proc-macro
5362024-03-22T16:10:53.582Z * [new branch] new-lookup-traits -> origin/new-lookup-traits
5372024-03-22T16:10:53.582Z * [new branch] new-toolchain -> origin/new-toolchain
5382024-03-22T16:10:53.582Z * [new branch] newfolgers -> origin/newfolgers
5392024-03-22T16:10:53.582Z * [new branch] nexus-add-sled-part-2 -> origin/nexus-add-sled-part-2
5402024-03-22T16:10:53.582Z * [new branch] nexus-update-refresh -> origin/nexus-update-refresh
5412024-03-22T16:10:53.582Z * [new branch] no-empty-filter-array -> origin/no-empty-filter-array
5422024-03-22T16:10:53.582Z * [new branch] omdb-services -> origin/omdb-services
5432024-03-22T16:10:53.582Z * [new branch] omicron_dev_ci -> origin/omicron_dev_ci
5442024-03-22T16:10:53.582Z * [new branch] opte-and-plumb-network-interface -> origin/opte-and-plumb-network-interface
5452024-03-22T16:10:53.582Z * [new branch] oxdb-dashboard -> origin/oxdb-dashboard
5462024-03-22T16:10:53.582Z * [new branch] oximeter-query-language -> origin/oximeter-query-language
5472024-03-22T16:10:53.582Z * [new branch] oximeter-schema-id -> origin/oximeter-schema-id
5482024-03-22T16:10:53.582Z * [new branch] pkg-config-install-note -> origin/pkg-config-install-note
5492024-03-22T16:10:53.582Z * [new branch] propagate-firewall-rules-to-sled -> origin/propagate-firewall-rules-to-sled
5502024-03-22T16:10:53.582Z * [new branch] prove-le-bug -> origin/prove-le-bug
5512024-03-22T16:10:53.582Z * [new branch] raw-ctes -> origin/raw-ctes
5522024-03-22T16:10:53.582Z * [new branch] redirect-url-state -> origin/redirect-url-state
5532024-03-22T16:10:53.582Z * [new branch] refactor-bootstrap-client-sprockets-proxy -> origin/refactor-bootstrap-client-sprockets-proxy
5542024-03-22T16:10:53.582Z * [new branch] renovate/argon2alt-2.x -> origin/renovate/argon2alt-2.x
5552024-03-22T16:10:53.582Z * [new branch] renovate/heck-0.x -> origin/renovate/heck-0.x
5562024-03-22T16:10:53.582Z * [new branch] renovate/http-1.x -> origin/renovate/http-1.x
5572024-03-22T16:10:53.583Z * [new branch] renovate/hyper-1.x -> origin/renovate/hyper-1.x
5582024-03-22T16:10:53.589Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
5592024-03-22T16:10:53.589Z * [new branch] renovate/rustls-0.x -> origin/renovate/rustls-0.x
5602024-03-22T16:10:53.589Z * [new branch] renovate/tokio-tungstenite-0.x -> origin/renovate/tokio-tungstenite-0.x
5612024-03-22T16:10:53.589Z * [new branch] renovate/toml-0.x -> origin/renovate/toml-0.x
5622024-03-22T16:10:53.589Z * [new branch] renovate/toml_edit-0.x -> origin/renovate/toml_edit-0.x
5632024-03-22T16:10:53.589Z * [new branch] renovate/tui-tree-widget-0.x -> origin/renovate/tui-tree-widget-0.x
5642024-03-22T16:10:53.589Z * [new branch] reservoir -> origin/reservoir
5652024-03-22T16:10:53.589Z * [new branch] resilient-nexus -> origin/resilient-nexus
5662024-03-22T16:10:53.589Z * [new branch] resource-identifier -> origin/resource-identifier
5672024-03-22T16:10:53.589Z * [new branch] retry-txn -> origin/retry-txn
5682024-03-22T16:10:53.589Z * [new branch] return-cert-pem -> origin/return-cert-pem
5692024-03-22T16:10:53.589Z * [new branch] rev-opte -> origin/rev-opte
5702024-03-22T16:10:53.589Z * [new branch] revert-936 -> origin/revert-936
5712024-03-22T16:10:53.589Z * [new branch] rfd-322-images -> origin/rfd-322-images
5722024-03-22T16:10:53.590Z * [new branch] rpz-ext-ip-hack -> origin/rpz-ext-ip-hack
5732024-03-22T16:10:53.590Z * [new branch] rpz-opte-sled-agent -> origin/rpz-opte-sled-agent
5742024-03-22T16:10:53.590Z * [new branch] rpz-use-oxide-vpc -> origin/rpz-use-oxide-vpc
5752024-03-22T16:10:53.590Z * [new branch] rss-testing -> origin/rss-testing
5762024-03-22T16:10:53.590Z * [new branch] self-assembling-nexus -> origin/self-assembling-nexus
5772024-03-22T16:10:53.590Z * [new branch] self-assembling-ntp -> origin/self-assembling-ntp
5782024-03-22T16:10:53.590Z * [new branch] service-management-and-rss-handoff -> origin/service-management-and-rss-handoff
5792024-03-22T16:10:53.590Z * [new branch] shatter-authn -> origin/shatter-authn
5802024-03-22T16:10:53.590Z * [new branch] short-term-disk-workaround -> origin/short-term-disk-workaround
5812024-03-22T16:10:53.590Z * [new branch] silo-create -> origin/silo-create
5822024-03-22T16:10:53.590Z * [new branch] silo-groups-and-metrics -> origin/silo-groups-and-metrics
5832024-03-22T16:10:53.590Z * [new branch] silo_groups_dap -> origin/silo_groups_dap
5842024-03-22T16:10:53.590Z * [new branch] silo_groups_dap_queries -> origin/silo_groups_dap_queries
5852024-03-22T16:10:53.590Z * [new branch] simple-cache -> origin/simple-cache
5862024-03-22T16:10:53.590Z * [new branch] sled-agent-api-to-manage-phys-disks -> origin/sled-agent-api-to-manage-phys-disks
5872024-03-22T16:10:53.590Z * [new branch] sled-agent-lifecycle -> origin/sled-agent-lifecycle
5882024-03-22T16:10:53.590Z * [new branch] sled-agent-service-gen -> origin/sled-agent-service-gen
5892024-03-22T16:10:53.591Z * [new branch] sled-agent/register-as-producer -> origin/sled-agent/register-as-producer
5902024-03-22T16:10:53.591Z * [new branch] sled-hw-notification-simplification -> origin/sled-hw-notification-simplification
5912024-03-22T16:10:53.591Z * [new branch] sled-hw-notification-simplification-2 -> origin/sled-hw-notification-simplification-2
5922024-03-22T16:10:53.591Z * [new branch] sled-location -> origin/sled-location
5932024-03-22T16:10:53.591Z * [new branch] sp_v1.0.4 -> origin/sp_v1.0.4
5942024-03-22T16:10:53.591Z * [new branch] special-delivery -> origin/special-delivery
5952024-03-22T16:10:53.591Z * [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
5962024-03-22T16:10:53.591Z * [new branch] sunshowers/spr/installinator-wip-initial-stub-version -> origin/sunshowers/spr/installinator-wip-initial-stub-version
5972024-03-22T16:10:53.591Z * [new branch] sunshowers/spr/installinatorupdate-engine-some-reporting-improvements -> origin/sunshowers/spr/installinatorupdate-engine-some-reporting-improvements
5982024-03-22T16:10:53.591Z * [new branch] sunshowers/spr/main.authz-macros-accept-an-optional-input_key-argument -> origin/sunshowers/spr/main.authz-macros-accept-an-optional-input_key-argument
5992024-03-22T16:10:53.591Z * [new branch] sunshowers/spr/main.reconfigurator-use-tabled-to-display-blueprints-and-diffs -> origin/sunshowers/spr/main.reconfigurator-use-tabled-to-display-blueprints-and-diffs
6002024-03-22T16:10:53.591Z * [new branch] sunshowers/spr/main.tufaceous-make-fake-manifests-sp-and-rot-manifests-the-same-as-sp-sim -> origin/sunshowers/spr/main.tufaceous-make-fake-manifests-sp-and-rot-manifests-the-same-as-sp-sim
6012024-03-22T16:10:53.591Z * [new branch] sunshowers/spr/main.update-engine-move-terminal-executionstatus-into-its-own-type -> origin/sunshowers/spr/main.update-engine-move-terminal-executionstatus-into-its-own-type
6022024-03-22T16:10:53.591Z * [new branch] sunshowers/spr/main.update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state -> origin/sunshowers/spr/main.update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state
6032024-03-22T16:10:53.591Z * [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
6042024-03-22T16:10:53.591Z * [new branch] sunshowers/spr/main.wicket-add-rack-update-clear -> origin/sunshowers/spr/main.wicket-add-rack-update-clear
6052024-03-22T16:10:53.591Z * [new branch] sunshowers/spr/main.wicket-add-scrolling-to-popups -> origin/sunshowers/spr/main.wicket-add-scrolling-to-popups
6062024-03-22T16:10:53.591Z * [new branch] sunshowers/spr/main.wicket-command-line-interface-to-mupdate -> origin/sunshowers/spr/main.wicket-command-line-interface-to-mupdate
6072024-03-22T16:10:53.591Z * [new branch] sunshowers/spr/main.wicket-make-cli-more-usable-in-wicketd-integration-tests -> origin/sunshowers/spr/main.wicket-make-cli-more-usable-in-wicketd-integration-tests
6082024-03-22T16:10:53.591Z * [new branch] sunshowers/spr/main.wicket-require-that-update-state-be-cleared -> origin/sunshowers/spr/main.wicket-require-that-update-state-be-cleared
6092024-03-22T16:10:53.591Z * [new branch] sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding -> origin/sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding
6102024-03-22T16:10:53.591Z * [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
6112024-03-22T16:10:53.592Z * [new branch] sunshowers/spr/main.wip-nexus-add-support-for-ingesting-tuf-repos -> origin/sunshowers/spr/main.wip-nexus-add-support-for-ingesting-tuf-repos
6122024-03-22T16:10:53.592Z * [new branch] sunshowers/spr/meta-trust-dns-hickory-dns -> origin/sunshowers/spr/meta-trust-dns-hickory-dns
6132024-03-22T16:10:53.592Z * [new branch] sunshowers/spr/password-login-drop-timeout-to-500ms -> origin/sunshowers/spr/password-login-drop-timeout-to-500ms
6142024-03-22T16:10:53.592Z * [new branch] sunshowers/spr/reconfigurator-use-tabled-to-display-blueprints-and-diffs -> origin/sunshowers/spr/reconfigurator-use-tabled-to-display-blueprints-and-diffs
6152024-03-22T16:10:53.592Z * [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
6162024-03-22T16:10:53.592Z * [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
6172024-03-22T16:10:53.592Z * [new branch] sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones -> origin/sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones
6182024-03-22T16:10:53.592Z * [new branch] sunshowers/spr/wip-replace-blueprintzones_in_service-with-a-policy-enum-next-to-each-zone -> origin/sunshowers/spr/wip-replace-blueprintzones_in_service-with-a-policy-enum-next-to-each-zone
6192024-03-22T16:10:53.592Z * [new branch] sunshowers/spr/wip-wicketd-structured-updates -> origin/sunshowers/spr/wip-wicketd-structured-updates
6202024-03-22T16:10:53.592Z * [new branch] swap -> origin/swap
6212024-03-22T16:10:53.592Z * [new branch] temp-console-inventory-integration -> origin/temp-console-inventory-integration
6222024-03-22T16:10:53.592Z * [new branch] thing-flinger -> origin/thing-flinger
6232024-03-22T16:10:53.592Z * [new branch] tqv1 -> origin/tqv1
6242024-03-22T16:10:53.592Z * [new branch] try-bench-gimlet -> origin/try-bench-gimlet
6252024-03-22T16:10:53.592Z * [new branch] u2-encryption -> origin/u2-encryption
6262024-03-22T16:10:53.592Z * [new branch] u2-encryption-2 -> origin/u2-encryption-2
6272024-03-22T16:10:53.592Z * [new branch] u2-encryption-3 -> origin/u2-encryption-3
6282024-03-22T16:10:53.592Z * [new branch] unify-hardware-ids -> origin/unify-hardware-ids
6292024-03-22T16:10:53.592Z * [new branch] unify-ip-range -> origin/unify-ip-range
6302024-03-22T16:10:53.592Z * [new branch] unify_services_datasets -> origin/unify_services_datasets
6312024-03-22T16:10:53.592Z * [new branch] unused-deps -> origin/unused-deps
6322024-03-22T16:10:53.592Z * [new branch] update-planning -> origin/update-planning
6332024-03-22T16:10:53.592Z * [new branch] usdt-probe-xtask -> origin/usdt-probe-xtask
6342024-03-22T16:10:53.592Z * [new branch] use-helios-netdev-publisher -> origin/use-helios-netdev-publisher
6352024-03-22T16:10:53.592Z * [new branch] use-incremental-build -> origin/use-incremental-build
6362024-03-22T16:10:53.593Z * [new branch] v1-cleanup -> origin/v1-cleanup
6372024-03-22T16:10:53.593Z * [new branch] v1-hardware-apis -> origin/v1-hardware-apis
6382024-03-22T16:10:53.593Z * [new branch] validate-ip-range-more-good -> origin/validate-ip-range-more-good
6392024-03-22T16:10:53.593Z * [new branch] vectorize-datasets -> origin/vectorize-datasets
6402024-03-22T16:10:53.593Z * [new branch] wicket -> origin/wicket
6412024-03-22T16:10:53.601Z * [new branch] wicket-dbg -> origin/wicket-dbg
6422024-03-22T16:10:53.601Z * [new branch] wicket-dbg2 -> origin/wicket-dbg2
6432024-03-22T16:10:53.601Z * [new branch] wicket-menu -> origin/wicket-menu
6442024-03-22T16:10:53.601Z * [new branch] wicket-rack-update -> origin/wicket-rack-update
6452024-03-22T16:10:53.601Z * [new branch] wicket-update-integration -> origin/wicket-update-integration
6462024-03-22T16:10:53.601Z * [new branch] wicket-update-integration-2 -> origin/wicket-update-integration-2
6472024-03-22T16:10:53.601Z * [new branch] wicket-update-pane -> origin/wicket-update-pane
6482024-03-22T16:10:53.601Z * [new branch] wicket-update-status -> origin/wicket-update-status
6492024-03-22T16:10:53.601Z * [new branch] wicketd-get-compmonent-inventory -> origin/wicketd-get-compmonent-inventory
6502024-03-22T16:10:53.601Z * [new branch] wicketd-progenitor-derives -> origin/wicketd-progenitor-derives
6512024-03-22T16:10:53.601Z * [new branch] wicketd-update-deliver-trampoline -> origin/wicketd-update-deliver-trampoline
6522024-03-22T16:10:53.601Z * [new branch] wicketd-update-prototype -> origin/wicketd-update-prototype
6532024-03-22T16:10:53.602Z * [new branch] wip-add-pvt2-repo -> origin/wip-add-pvt2-repo
6542024-03-22T16:10:53.602Z * [new branch] zone-filesystems -> origin/zone-filesystems
6552024-03-22T16:10:53.602Z * [new ref] -> origin/HEAD
6562024-03-22T16:10:53.602Z * [new tag] dogfood -> dogfood
6572024-03-22T16:10:53.602Z * [new tag] v5 -> v5
6582024-03-22T16:10:53.602Z * [new tag] v6 -> v6
6592024-03-22T16:10:53.870Z Updating git repository `https://github.com/oxidecomputer/opte`
6602024-03-22T16:10:54.914ZFrom https://github.com/oxidecomputer/opte
6612024-03-22T16:10:54.914Z * [new branch] bench-tpcof -> origin/bench-tpcof
6622024-03-22T16:10:54.920Z * [new branch] cheaper-flowid -> origin/cheaper-flowid
6632024-03-22T16:10:54.920Z * [new branch] config-dhcp-dns -> origin/config-dhcp-dns
6642024-03-22T16:10:54.920Z * [new branch] demo-stuffs -> origin/demo-stuffs
6652024-03-22T16:10:54.920Z * [new branch] dont-proc-in-lock -> origin/dont-proc-in-lock
6662024-03-22T16:10:54.920Z * [new branch] helios-2.0 -> origin/helios-2.0
6672024-03-22T16:10:54.920Z * [new branch] ioctl-for-firewall-rules -> origin/ioctl-for-firewall-rules
6682024-03-22T16:10:54.920Z * [new branch] ipv6-home-and-two-tests-dev -> origin/ipv6-home-and-two-tests-dev
6692024-03-22T16:10:54.920Z * [new branch] luqmana/ipv4-options -> origin/luqmana/ipv4-options
6702024-03-22T16:10:54.920Z * [new branch] luqmana/no-vnic -> origin/luqmana/no-vnic
6712024-03-22T16:10:54.920Z * [new branch] master -> origin/master
6722024-03-22T16:10:54.920Z * [new branch] opte-160-use-str-for-meta -> origin/opte-160-use-str-for-meta
6732024-03-22T16:10:54.920Z * [new branch] opte-161-api-vsn -> origin/opte-161-api-vsn
6742024-03-22T16:10:54.920Z * [new branch] opte-204-paused -> origin/opte-204-paused
6752024-03-22T16:10:54.920Z * [new branch] opte-214-rm-opte-drv -> origin/opte-214-rm-opte-drv
6762024-03-22T16:10:54.920Z * [new branch] opte-220 -> origin/opte-220
6772024-03-22T16:10:54.920Z * [new branch] opte-225 -> origin/opte-225
6782024-03-22T16:10:54.920Z * [new branch] opte-227 -> origin/opte-227
6792024-03-22T16:10:54.921Z * [new branch] opte-231-snat-panic-payload-trans-2 -> origin/opte-231-snat-panic-payload-trans-2
6802024-03-22T16:10:54.921Z * [new branch] opte-232 -> origin/opte-232
6812024-03-22T16:10:54.921Z * [new branch] opte-241-unwrap-panic-and-kstats -> origin/opte-241-unwrap-panic-and-kstats
6822024-03-22T16:10:54.921Z * [new branch] opte-261-rip-cstr-core -> origin/opte-261-rip-cstr-core
6832024-03-22T16:10:54.921Z * [new branch] opte-281-vpc-firewall -> origin/opte-281-vpc-firewall
6842024-03-22T16:10:54.921Z * [new branch] opte-88-codegen-units -> origin/opte-88-codegen-units
6852024-03-22T16:10:54.921Z * [new branch] opte-88-linker-failures -> origin/opte-88-linker-failures
6862024-03-22T16:10:54.921Z * [new branch] opteadm-library -> origin/opteadm-library
6872024-03-22T16:10:54.921Z * [new branch] partial-workspace -> origin/partial-workspace
6882024-03-22T16:10:54.921Z * [new branch] remove-duplicate-adm -> origin/remove-duplicate-adm
6892024-03-22T16:10:54.921Z * [new branch] rm-fw-rule-error -> origin/rm-fw-rule-error
6902024-03-22T16:10:54.921Z * [new branch] rpz-197-zero-pkt -> origin/rpz-197-zero-pkt
6912024-03-22T16:10:54.921Z * [new branch] rpz-207-rules-stats -> origin/rpz-207-rules-stats
6922024-03-22T16:10:54.921Z * [new branch] rpz-298-spoof-test -> origin/rpz-298-spoof-test
6932024-03-22T16:10:54.921Z * [new branch] rpz-301-layer-stats -> origin/rpz-301-layer-stats
6942024-03-22T16:10:54.921Z * [new branch] rpz-add-entry-refactor -> origin/rpz-add-entry-refactor
6952024-03-22T16:10:54.921Z * [new branch] rpz-ameta-own -> origin/rpz-ameta-own
6962024-03-22T16:10:54.921Z * [new branch] rpz-assert-drop -> origin/rpz-assert-drop
6972024-03-22T16:10:54.921Z * [new branch] rpz-csum-doc -> origin/rpz-csum-doc
6982024-03-22T16:10:54.926Z * [new branch] rpz-def-action -> origin/rpz-def-action
6992024-03-22T16:10:54.926Z * [new branch] rpz-doc-stuff -> origin/rpz-doc-stuff
7002024-03-22T16:10:54.926Z * [new branch] rpz-fix-docs -> origin/rpz-fix-docs
7012024-03-22T16:10:54.926Z * [new branch] rpz-gateway-layer -> origin/rpz-gateway-layer
7022024-03-22T16:10:54.926Z * [new branch] rpz-invalidation-broken-2 -> origin/rpz-invalidation-broken-2
7032024-03-22T16:10:54.926Z * [new branch] rpz-ioctl-dangle -> origin/rpz-ioctl-dangle
7042024-03-22T16:10:54.926Z * [new branch] rpz-less-alloc -> origin/rpz-less-alloc
7052024-03-22T16:10:54.926Z * [new branch] rpz-more-layer-stats -> origin/rpz-more-layer-stats
7062024-03-22T16:10:54.926Z * [new branch] rpz-move-stuff-to-ddi -> origin/rpz-move-stuff-to-ddi
7072024-03-22T16:10:54.926Z * [new branch] rpz-opte-294 -> origin/rpz-opte-294
7082024-03-22T16:10:54.926Z * [new branch] rpz-opteadm-tcp-flows -> origin/rpz-opteadm-tcp-flows
7092024-03-22T16:10:54.926Z * [new branch] rpz-packet-write-err -> origin/rpz-packet-write-err
7102024-03-22T16:10:54.926Z * [new branch] rpz-pkg-minor-vsn -> origin/rpz-pkg-minor-vsn
7112024-03-22T16:10:54.926Z * [new branch] rpz-predicate-module -> origin/rpz-predicate-module
7122024-03-22T16:10:54.926Z * [new branch] rpz-print-port-in-test -> origin/rpz-print-port-in-test
7132024-03-22T16:10:54.926Z * [new branch] rpz-rm-todo -> origin/rpz-rm-todo
7142024-03-22T16:10:54.927Z * [new branch] rpz-sanity-check -> origin/rpz-sanity-check
7152024-03-22T16:10:54.927Z * [new branch] rpz-simplify-test-state -> origin/rpz-simplify-test-state
7162024-03-22T16:10:54.927Z * [new branch] rpz-tcp-flows-hits -> origin/rpz-tcp-flows-hits
7172024-03-22T16:10:54.927Z * [new branch] rpz-tcp-inbound-test -> origin/rpz-tcp-inbound-test
7182024-03-22T16:10:54.927Z * [new branch] rpz-tcp-tests -> origin/rpz-tcp-tests
7192024-03-22T16:10:54.927Z * [new branch] rpz-test-common -> origin/rpz-test-common
7202024-03-22T16:10:54.927Z * [new branch] rpz-test-constants -> origin/rpz-test-constants
7212024-03-22T16:10:54.927Z * [new branch] rpz-uft-miss-stat -> origin/rpz-uft-miss-stat
7222024-03-22T16:10:54.927Z * [new branch] rpz-vpc-own-crate -> origin/rpz-vpc-own-crate
7232024-03-22T16:10:54.927Z * [new branch] the-perf-cost-of-success -> origin/the-perf-cost-of-success
7242024-03-22T16:10:54.927Z * [new branch] use-the-flow-luke-61 -> origin/use-the-flow-luke-61
7252024-03-22T16:10:54.927Z * [new ref] -> origin/HEAD
7262024-03-22T16:10:54.968Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7272024-03-22T16:10:56.497ZFrom https://github.com/oxidecomputer/progenitor
7282024-03-22T16:10:56.498Z * [new branch] dependabot/cargo/hyper-1.2.0 -> origin/dependabot/cargo/hyper-1.2.0
7292024-03-22T16:10:56.502Z * [new branch] dependabot/cargo/wasm-bindgen-test-0.3.42 -> origin/dependabot/cargo/wasm-bindgen-test-0.3.42
7302024-03-22T16:10:56.502Z * [new branch] extension2 -> origin/extension2
7312024-03-22T16:10:56.502Z * [new branch] json-body-stdin-alias -> origin/json-body-stdin-alias
7322024-03-22T16:10:56.503Z * [new branch] main -> origin/main
7332024-03-22T16:10:56.503Z * [new branch] nexus-update -> origin/nexus-update
7342024-03-22T16:10:56.503Z * [new branch] owned-response-stream -> origin/owned-response-stream
7352024-03-22T16:10:56.503Z * [new branch] print-example -> origin/print-example
7362024-03-22T16:10:56.503Z * [new branch] query-arg-collision -> origin/query-arg-collision
7372024-03-22T16:10:56.503Z * [new branch] response-value-content-length -> origin/response-value-content-length
7382024-03-22T16:10:56.503Z * [new branch] security-schemes -> origin/security-schemes
7392024-03-22T16:10:56.503Z * [new branch] sketch-multiple-reponse-types -> origin/sketch-multiple-reponse-types
7402024-03-22T16:10:56.503Z * [new branch] test-ci -> origin/test-ci
7412024-03-22T16:10:56.503Z * [new branch] untyped-responses -> origin/untyped-responses
7422024-03-22T16:10:56.503Z * [new branch] v41 -> origin/v41
7432024-03-22T16:10:56.503Z * [new ref] -> origin/HEAD
7442024-03-22T16:10:56.503Z * [new tag] v0.1.1 -> v0.1.1
7452024-03-22T16:10:56.503Z * [new tag] v0.2.0 -> v0.2.0
7462024-03-22T16:10:56.503Z * [new tag] v0.3.0 -> v0.3.0
7472024-03-22T16:10:56.503Z * [new tag] v0.4.0 -> v0.4.0
7482024-03-22T16:10:56.503Z * [new tag] v0.4.1 -> v0.4.1
7492024-03-22T16:10:56.503Z * [new tag] v0.5.0 -> v0.5.0
7502024-03-22T16:10:56.503Z * [new tag] v0.6.0 -> v0.6.0
7512024-03-22T16:10:56.610Z Updating git repository `https://github.com/oxidecomputer/zone`
7522024-03-22T16:10:57.319ZFrom https://github.com/oxidecomputer/zone
7532024-03-22T16:10:57.319Z * [new branch] main -> origin/main
7542024-03-22T16:10:57.323Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
7552024-03-22T16:10:57.324Z * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x
7562024-03-22T16:10:57.324Z * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash
7572024-03-22T16:10:57.324Z * [new ref] -> origin/HEAD
7582024-03-22T16:10:57.364Z Updating git repository `https://github.com/oxidecomputer/propolis`
7592024-03-22T16:10:58.374ZFrom https://github.com/oxidecomputer/propolis
7602024-03-22T16:10:58.374Z * [new branch] ata -> origin/ata
7612024-03-22T16:10:58.381Z * [new branch] eliza/dude-wheres-my-instance -> origin/eliza/dude-wheres-my-instance
7622024-03-22T16:10:58.381Z * [new branch] eliza/intr-dun -> origin/eliza/intr-dun
7632024-03-22T16:10:58.381Z * [new branch] eliza/intr-pins-nice -> origin/eliza/intr-pins-nice
7642024-03-22T16:10:58.381Z * [new branch] eliza/migrate-dirty-pages -> origin/eliza/migrate-dirty-pages
7652024-03-22T16:10:58.381Z * [new branch] eliza/no-restart-me -> origin/eliza/no-restart-me
7662024-03-22T16:10:58.381Z * [new branch] eliza/phd-parallel -> origin/eliza/phd-parallel
7672024-03-22T16:10:58.381Z * [new branch] eliza/split-borrows -> origin/eliza/split-borrows
7682024-03-22T16:10:58.381Z * [new branch] gjcolombo/two-migration-statuses -> origin/gjcolombo/two-migration-statuses
7692024-03-22T16:10:58.381Z * [new branch] luqmana/libnet -> origin/luqmana/libnet
7702024-03-22T16:10:58.381Z * [new branch] master -> origin/master
7712024-03-22T16:10:58.381Z * [new branch] softnpu-table-counters -> origin/softnpu-table-counters
7722024-03-22T16:10:58.381Z * [new branch] sunshowers/spr/meta-patch-whoami -> origin/sunshowers/spr/meta-patch-whoami
7732024-03-22T16:10:58.381Z * [new ref] -> origin/HEAD
7742024-03-22T16:10:58.492Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7752024-03-22T16:10:59.165ZFrom https://github.com/oxidecomputer/dlpi-sys
7762024-03-22T16:10:59.165Z * [new branch] gh-pages -> origin/gh-pages
7772024-03-22T16:10:59.168Z * [new branch] main -> origin/main
7782024-03-22T16:10:59.168Z * [new ref] -> origin/HEAD
7792024-03-22T16:10:59.176Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7802024-03-22T16:10:59.662ZFrom https://github.com/jmesmon/rust-libzfs
7812024-03-22T16:10:59.662Z * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140
7822024-03-22T16:10:59.666Z * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3
7832024-03-22T16:10:59.666Z * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26
7842024-03-22T16:10:59.666Z * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5
7852024-03-22T16:10:59.667Z * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4
7862024-03-22T16:10:59.667Z * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0
7872024-03-22T16:10:59.667Z * [new branch] dev -> origin/dev
7882024-03-22T16:10:59.667Z * [new branch] drr -> origin/drr
7892024-03-22T16:10:59.667Z * [new branch] f-types -> origin/f-types
7902024-03-22T16:10:59.667Z * [new branch] lookup-nvlist -> origin/lookup-nvlist
7912024-03-22T16:10:59.667Z * [new branch] master -> origin/master
7922024-03-22T16:10:59.667Z * [new branch] staging -> origin/staging
7932024-03-22T16:10:59.667Z * [new ref] -> origin/HEAD
7942024-03-22T16:10:59.667Z * [new tag] nvpair-0.5.0 -> nvpair-0.5.0
7952024-03-22T16:10:59.667Z * [new tag] v0.4.0 -> v0.4.0
7962024-03-22T16:10:59.667Z * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0
7972024-03-22T16:10:59.667Z * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0
7982024-03-22T16:10:59.681Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7992024-03-22T16:11:00.207ZFrom https://github.com/oxidecomputer/rusty-doors
8002024-03-22T16:11:00.207Z * [new branch] gh-pages -> origin/gh-pages
8012024-03-22T16:11:00.211Z * [new branch] main -> origin/main
8022024-03-22T16:11:00.211Z * [new branch] no-bindgen -> origin/no-bindgen
8032024-03-22T16:11:00.211Z * [new ref] -> origin/HEAD
8042024-03-22T16:11:00.227Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8052024-03-22T16:11:00.435Zwarning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/
8062024-03-22T16:11:01.259ZFrom http://github.com/oxidecomputer/serde_human_bytes
8072024-03-22T16:11:01.259Z * [new branch] gh-pages -> origin/gh-pages
8082024-03-22T16:11:01.263Z * [new branch] main -> origin/main
8092024-03-22T16:11:01.263Z * [new branch] renovate/configure -> origin/renovate/configure
8102024-03-22T16:11:01.263Z * [new ref] -> origin/HEAD
8112024-03-22T16:11:01.294Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8122024-03-22T16:11:01.940ZFrom https://github.com/oxidecomputer/slog-error-chain
8132024-03-22T16:11:01.940Z * [new branch] main -> origin/main
8142024-03-22T16:11:01.945Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
8152024-03-22T16:11:01.945Z * [new branch] renovate/erased-serde-0.x -> origin/renovate/erased-serde-0.x
8162024-03-22T16:11:01.945Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
8172024-03-22T16:11:01.945Z * [new ref] -> origin/HEAD
8182024-03-22T16:11:01.979Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8192024-03-22T16:11:02.408ZFrom https://github.com/oxidecomputer/poptrie
8202024-03-22T16:11:02.408Z * [new branch] main -> origin/main
8212024-03-22T16:11:02.412Z * [new branch] multipath -> origin/multipath
8222024-03-22T16:11:02.412Z * [new ref] -> origin/HEAD
8232024-03-22T16:11:02.594Z Updating git repository `https://github.com/oxidecomputer/typify`
8242024-03-22T16:11:04.209ZFrom https://github.com/oxidecomputer/typify
8252024-03-22T16:11:04.209Z * [new branch] default-fault -> origin/default-fault
8262024-03-22T16:11:04.217Z * [new branch] ipv6 -> origin/ipv6
8272024-03-22T16:11:04.217Z * [new branch] js-schema -> origin/js-schema
8282024-03-22T16:11:04.217Z * [new branch] main -> origin/main
8292024-03-22T16:11:04.218Z * [new branch] nested-newtype -> origin/nested-newtype
8302024-03-22T16:11:04.218Z * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error -> origin/sunshowers/spr/add-type-name-to-invalidschema-error
8312024-03-22T16:11:04.218Z * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error-1 -> origin/sunshowers/spr/add-type-name-to-invalidschema-error-1
8322024-03-22T16:11:04.218Z * [new ref] -> origin/HEAD
8332024-03-22T16:11:04.218Z * [new tag] v0.0.10 -> v0.0.10
8342024-03-22T16:11:04.218Z * [new tag] v0.0.11 -> v0.0.11
8352024-03-22T16:11:04.218Z * [new tag] v0.0.12 -> v0.0.12
8362024-03-22T16:11:04.218Z * [new tag] v0.0.13 -> v0.0.13
8372024-03-22T16:11:04.218Z * [new tag] v0.0.14 -> v0.0.14
8382024-03-22T16:11:04.218Z * [new tag] v0.0.15 -> v0.0.15
8392024-03-22T16:11:04.218Z * [new tag] v0.0.16 -> v0.0.16
8402024-03-22T16:11:04.219Z * [new tag] v0.0.4 -> v0.0.4
8412024-03-22T16:11:04.219Z * [new tag] v0.0.5 -> v0.0.5
8422024-03-22T16:11:04.219Z * [new tag] v0.0.6 -> v0.0.6
8432024-03-22T16:11:04.219Z * [new tag] v0.0.7 -> v0.0.7
8442024-03-22T16:11:04.219Z * [new tag] v0.0.8 -> v0.0.8
8452024-03-22T16:11:04.219Z * [new tag] v0.0.9 -> v0.0.9
8462024-03-22T16:11:04.324Z Updating git repository `https://github.com/oxidecomputer/rfb`
8472024-03-22T16:11:04.825ZFrom https://github.com/oxidecomputer/rfb
8482024-03-22T16:11:04.825Z * [new branch] jhendricks/ps2mouse -> origin/jhendricks/ps2mouse
8492024-03-22T16:11:04.829Z * [new branch] luqmana/stop-for-real -> origin/luqmana/stop-for-real
8502024-03-22T16:11:04.829Z * [new branch] main -> origin/main
8512024-03-22T16:11:04.829Z * [new ref] -> origin/HEAD
8522024-03-22T16:11:04.843Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8532024-03-22T16:11:05.450ZFrom https://github.com/oxidecomputer/management-gateway-service
8542024-03-22T16:11:05.450Z * [new branch] af-temp-hash -> origin/af-temp-hash
8552024-03-22T16:11:05.455Z * [new branch] buildomat -> origin/buildomat
8562024-03-22T16:11:05.455Z * [new branch] bump-smoltcp -> origin/bump-smoltcp
8572024-03-22T16:11:05.455Z * [new branch] cached-bootloader-update -> origin/cached-bootloader-update
8582024-03-22T16:11:05.455Z * [new branch] image-board-check -> origin/image-board-check
8592024-03-22T16:11:05.455Z * [new branch] include-power-state-in-sp-state -> origin/include-power-state-in-sp-state
8602024-03-22T16:11:05.455Z * [new branch] lock_state -> origin/lock_state
8612024-03-22T16:11:05.455Z * [new branch] main -> origin/main
8622024-03-22T16:11:05.455Z * [new branch] more-expect-cleanup -> origin/more-expect-cleanup
8632024-03-22T16:11:05.455Z * [new branch] plumb-switch-default-image -> origin/plumb-switch-default-image
8642024-03-22T16:11:05.455Z * [new branch] read-rot-message -> origin/read-rot-message
8652024-03-22T16:11:05.455Z * [new branch] reexport-sp-component -> origin/reexport-sp-component
8662024-03-22T16:11:05.455Z * [new branch] remove-dumper-error -> origin/remove-dumper-error
8672024-03-22T16:11:05.456Z * [new branch] reset-component -> origin/reset-component
8682024-03-22T16:11:05.456Z * [new branch] revert-70-reset-component -> origin/revert-70-reset-component
8692024-03-22T16:11:05.456Z * [new branch] rot-boot-info -> origin/rot-boot-info
8702024-03-22T16:11:05.456Z * [new branch] rot-update -> origin/rot-update
8712024-03-22T16:11:05.456Z * [new branch] rot-update-2 -> origin/rot-update-2
8722024-03-22T16:11:05.456Z * [new branch] rot-update-on-rot-status -> origin/rot-update-on-rot-status
8732024-03-22T16:11:05.456Z * [new branch] scope-id-shenanigans -> origin/scope-id-shenanigans
8742024-03-22T16:11:05.456Z * [new branch] sprot-attest -> origin/sprot-attest
8752024-03-22T16:11:05.456Z * [new branch] sprot-desync-error -> origin/sprot-desync-error
8762024-03-22T16:11:05.456Z * [new branch] sprot-errors -> origin/sprot-errors
8772024-03-22T16:11:05.456Z * [new branch] stage0-update-component -> origin/stage0-update-component
8782024-03-22T16:11:05.456Z * [new branch] update-rot-state-msg -> origin/update-rot-state-msg
8792024-03-22T16:11:05.456Z * [new branch] update-stage0 -> origin/update-stage0
8802024-03-22T16:11:05.456Z * [new ref] -> origin/HEAD
8812024-03-22T16:11:07.014Z Downloading crates ...
8822024-03-22T16:11:07.085Z Downloaded ahash v0.8.11
8832024-03-22T16:11:07.093Z Downloaded cobs v0.2.3
8842024-03-22T16:11:07.097Z Downloaded cstr-argument v0.1.2
8852024-03-22T16:11:07.097Z Downloaded clap_derive v4.5.3
8862024-03-22T16:11:07.103Z Downloaded ciborium v0.2.2
8872024-03-22T16:11:07.108Z Downloaded base64ct v1.6.0
8882024-03-22T16:11:07.108Z Downloaded argon2 v0.5.3
8892024-03-22T16:11:07.108Z Downloaded darling v0.20.8
8902024-03-22T16:11:07.112Z Downloaded rustls-pemfile v2.1.1
8912024-03-22T16:11:07.117Z Downloaded clap_lex v0.7.0
8922024-03-22T16:11:07.117Z Downloaded anstyle-parse v0.2.3
8932024-03-22T16:11:07.117Z Downloaded crc32fast v1.4.0
8942024-03-22T16:11:07.121Z Downloaded rustversion v1.0.14
8952024-03-22T16:11:07.121Z Downloaded darling_core v0.20.8
8962024-03-22T16:11:07.125Z Downloaded dof v0.3.0
8972024-03-22T16:11:07.132Z Downloaded rustls-pemfile v1.0.4
8982024-03-22T16:11:07.132Z Downloaded rustls-pki-types v1.3.1
8992024-03-22T16:11:07.136Z Downloaded dirs-sys-next v0.1.2
9002024-03-22T16:11:07.136Z Downloaded colorchoice v1.0.0
9012024-03-22T16:11:07.136Z Downloaded ciborium-io v0.2.2
9022024-03-22T16:11:07.136Z Downloaded cpufeatures v0.2.12
9032024-03-22T16:11:07.136Z Downloaded async-stream-impl v0.3.5
9042024-03-22T16:11:07.141Z Downloaded bitflags v1.3.2
9052024-03-22T16:11:07.141Z Downloaded digest v0.10.7
9062024-03-22T16:11:07.159Z Downloaded heck v0.4.1
9072024-03-22T16:11:07.159Z Downloaded ryu v1.0.17
9082024-03-22T16:11:07.166Z Downloaded crc8 v0.1.1
9092024-03-22T16:11:07.166Z Downloaded cfg-if v1.0.0
9102024-03-22T16:11:07.166Z Downloaded dtrace-parser v0.2.0
9112024-03-22T16:11:07.166Z Downloaded async-stream v0.3.5
9122024-03-22T16:11:07.166Z Downloaded http v0.2.12
9132024-03-22T16:11:07.166Z Downloaded sha2 v0.10.8
9142024-03-22T16:11:07.171Z Downloaded foreign-types v0.3.2
9152024-03-22T16:11:07.171Z Downloaded darling_macro v0.20.8
9162024-03-22T16:11:07.172Z Downloaded serde_repr v0.1.18
9172024-03-22T16:11:07.172Z Downloaded strsim v0.11.0
9182024-03-22T16:11:07.172Z Downloaded spin v0.9.8
9192024-03-22T16:11:07.176Z Downloaded foreign-types-shared v0.3.1
9202024-03-22T16:11:07.176Z Downloaded foreign-types-shared v0.1.1
9212024-03-22T16:11:07.176Z Downloaded scroll_derive v0.12.0
9222024-03-22T16:11:07.176Z Downloaded slog-term v2.9.1
9232024-03-22T16:11:07.198Z Downloaded rustls-webpki v0.101.7
9242024-03-22T16:11:07.203Z Downloaded hubpack_derive v0.1.1
9252024-03-22T16:11:07.203Z Downloaded want v0.3.1
9262024-03-22T16:11:07.203Z Downloaded strum v0.26.2
9272024-03-22T16:11:07.203Z Downloaded deranged v0.3.11
9282024-03-22T16:11:07.203Z Downloaded defmt-macros v0.3.7
9292024-03-22T16:11:07.210Z Downloaded ident_case v1.0.1
9302024-03-22T16:11:07.210Z Downloaded num-conv v0.1.0
9312024-03-22T16:11:07.210Z Downloaded crossbeam-utils v0.8.19
9322024-03-22T16:11:07.214Z Downloaded slab v0.4.9
9332024-03-22T16:11:07.214Z Downloaded byteorder v1.5.0
9342024-03-22T16:11:07.214Z Downloaded slog-scope v4.4.0
9352024-03-22T16:11:07.219Z Downloaded strum_macros v0.25.3
9362024-03-22T16:11:07.219Z Downloaded slog-async v2.8.0
9372024-03-22T16:11:07.228Z Downloaded hash32 v0.3.1
9382024-03-22T16:11:07.228Z Downloaded hostname v0.3.1
9392024-03-22T16:11:07.232Z Downloaded sct v0.7.1
9402024-03-22T16:11:07.233Z Downloaded resolv-conf v0.7.0
9412024-03-22T16:11:07.233Z Downloaded hex v0.4.3
9422024-03-22T16:11:07.233Z Downloaded take_mut v0.2.2
9432024-03-22T16:11:07.233Z Downloaded sync_wrapper v0.1.2
9442024-03-22T16:11:07.237Z Downloaded defmt v0.3.6
9452024-03-22T16:11:07.239Z Downloaded camino v1.1.6
9462024-03-22T16:11:07.245Z Downloaded try-lock v0.2.5
9472024-03-22T16:11:07.245Z Downloaded time-core v0.1.2
9482024-03-22T16:11:07.245Z Downloaded ppv-lite86 v0.2.17
9492024-03-22T16:11:07.245Z Downloaded rustc_version v0.1.7
9502024-03-22T16:11:07.245Z Downloaded proc-macro-crate v3.1.0
9512024-03-22T16:11:07.245Z Downloaded tower-service v0.3.2
9522024-03-22T16:11:07.249Z Downloaded tinyvec_macros v0.1.1
9532024-03-22T16:11:07.249Z Downloaded async-trait v0.1.78
9542024-03-22T16:11:07.253Z Downloaded instant v0.1.12
9552024-03-22T16:11:07.253Z Downloaded usdt-macro v0.5.0
9562024-03-22T16:11:07.254Z Downloaded structmeta v0.3.0
9572024-03-22T16:11:07.254Z Downloaded stable_deref_trait v1.2.0
9582024-03-22T16:11:07.254Z Downloaded slog-envlogger v2.2.0
9592024-03-22T16:11:07.260Z Downloaded macaddr v1.0.1
9602024-03-22T16:11:07.260Z Downloaded thread-id v4.2.1
9612024-03-22T16:11:07.264Z Downloaded subtle v2.5.0
9622024-03-22T16:11:07.264Z Downloaded slog-bunyan v2.5.0
9632024-03-22T16:11:07.264Z Downloaded sha1 v0.10.6
9642024-03-22T16:11:07.265Z Downloaded memmap v0.7.0
9652024-03-22T16:11:07.265Z Downloaded proc-macro-error v1.0.4
9662024-03-22T16:11:07.269Z Downloaded toml_datetime v0.6.5
9672024-03-22T16:11:07.269Z Downloaded thread_local v1.1.8
9682024-03-22T16:11:07.275Z Downloaded plain v0.2.3
9692024-03-22T16:11:07.275Z Downloaded futures-channel v0.3.30
9702024-03-22T16:11:07.275Z Downloaded matches v0.1.10
9712024-03-22T16:11:07.275Z Downloaded strum_macros v0.26.2
9722024-03-22T16:11:07.283Z Downloaded strsim v0.10.0
9732024-03-22T16:11:07.283Z Downloaded crossbeam-epoch v0.9.18
9742024-03-22T16:11:07.289Z Downloaded serde_derive_internals v0.26.0
9752024-03-22T16:11:07.289Z Downloaded openssl-macros v0.1.1
9762024-03-22T16:11:07.289Z Downloaded serde_with_macros v3.7.0
9772024-03-22T16:11:07.289Z Downloaded clap v4.5.3
9782024-03-22T16:11:07.295Z Downloaded pretty-hex v0.4.1
9792024-03-22T16:11:07.300Z Downloaded pretty-hex v0.2.1
9802024-03-22T16:11:07.300Z Downloaded tokio-macros v2.2.0
9812024-03-22T16:11:07.300Z Downloaded tabwriter v1.4.0
9822024-03-22T16:11:07.300Z Downloaded slog-dtrace v0.3.0
9832024-03-22T16:11:07.300Z Downloaded num_cpus v1.16.0
9842024-03-22T16:11:07.306Z Downloaded unicode-width v0.1.11
9852024-03-22T16:11:07.306Z Downloaded num-complex v0.4.5
9862024-03-22T16:11:07.306Z Downloaded blake2 v0.10.6
9872024-03-22T16:11:07.311Z Downloaded omicron-workspace-hack v0.1.0
9882024-03-22T16:11:07.311Z Downloaded num_threads v0.1.7
9892024-03-22T16:11:07.312Z Downloaded time-macros v0.2.17
9902024-03-22T16:11:07.312Z Downloaded slog-json v2.6.1
9912024-03-22T16:11:07.316Z Downloaded pin-utils v0.1.0
9922024-03-22T16:11:07.316Z Downloaded pkg-config v0.3.30
9932024-03-22T16:11:07.317Z Downloaded pest_generator v2.7.8
9942024-03-22T16:11:07.317Z Downloaded version_check v0.9.4
9952024-03-22T16:11:07.321Z Downloaded parking_lot_core v0.8.6
9962024-03-22T16:11:07.321Z Downloaded once_cell v1.19.0
9972024-03-22T16:11:07.337Z Downloaded tokio-native-tls v0.3.1
9982024-03-22T16:11:07.338Z Downloaded proc-macro-crate v1.3.1
9992024-03-22T16:11:07.338Z Downloaded ipnetwork v0.20.0
10002024-03-22T16:11:07.342Z Downloaded uuid v0.8.2
10012024-03-22T16:11:07.342Z Downloaded tokio-rustls v0.25.0
10022024-03-22T16:11:07.342Z Downloaded is-terminal v0.4.12
10032024-03-22T16:11:07.342Z Downloaded socket2 v0.5.6
10042024-03-22T16:11:07.342Z Downloaded waitgroup v0.1.2
10052024-03-22T16:11:07.342Z Downloaded managed v0.8.0
10062024-03-22T16:11:07.342Z Downloaded lru-cache v0.1.2
10072024-03-22T16:11:07.343Z Downloaded socket2 v0.4.10
10082024-03-22T16:11:07.343Z Downloaded openssl-probe v0.1.5
10092024-03-22T16:11:07.343Z Downloaded zerocopy-derive v0.7.32
10102024-03-22T16:11:07.350Z Downloaded powerfmt v0.2.0
10112024-03-22T16:11:07.350Z Downloaded rand_core v0.6.4
10122024-03-22T16:11:07.350Z Downloaded proc-macro-error-attr v1.0.4
10132024-03-22T16:11:07.355Z Downloaded rand_chacha v0.3.1
10142024-03-22T16:11:07.356Z Downloaded ipnet v2.9.0
10152024-03-22T16:11:07.356Z Downloaded tracing-attributes v0.1.27
10162024-03-22T16:11:07.356Z Downloaded tokio-rustls v0.24.1
10172024-03-22T16:11:07.356Z Downloaded half v2.4.0
10182024-03-22T16:11:07.360Z Downloaded num_enum v0.5.11
10192024-03-22T16:11:07.364Z Downloaded num_enum v0.7.2
10202024-03-22T16:11:07.370Z Downloaded pin-project-lite v0.2.13
10212024-03-22T16:11:07.374Z Downloaded http-body v0.4.6
10222024-03-22T16:11:07.374Z Downloaded mime v0.3.17
10232024-03-22T16:11:07.374Z Downloaded num_enum_derive v0.5.11
10242024-03-22T16:11:07.379Z Downloaded native-tls v0.2.11
10252024-03-22T16:11:07.379Z Downloaded lock_api v0.4.11
10262024-03-22T16:11:07.379Z Downloaded hashbrown v0.14.3
10272024-03-22T16:11:07.384Z Downloaded newtype-uuid v1.0.1
10282024-03-22T16:11:07.387Z Downloaded linked-hash-map v0.5.6
10292024-03-22T16:11:07.387Z Downloaded lazy_static v1.4.0
10302024-03-22T16:11:07.388Z Downloaded num-traits v0.2.18
10312024-03-22T16:11:07.395Z Downloaded heapless v0.8.0
10322024-03-22T16:11:07.400Z Downloaded hyper-tls v0.5.0
10332024-03-22T16:11:07.400Z Downloaded unicode-ident v1.0.12
10342024-03-22T16:11:07.400Z Downloaded ucd-trie v0.1.6
10352024-03-22T16:11:07.401Z Downloaded pest_meta v2.7.8
10362024-03-22T16:11:07.404Z Downloaded zeroize v1.7.0
10372024-03-22T16:11:07.404Z Downloaded num-rational v0.4.1
10382024-03-22T16:11:07.405Z Downloaded utf8parse v0.2.1
10392024-03-22T16:11:07.405Z Downloaded usdt-impl v0.5.0
10402024-03-22T16:11:07.410Z Downloaded httparse v1.8.0
10412024-03-22T16:11:07.411Z Downloaded zerocopy v0.6.6
10422024-03-22T16:11:07.420Z Downloaded num_enum_derive v0.7.2
10432024-03-22T16:11:07.420Z Downloaded schemars v0.8.16
10442024-03-22T16:11:07.426Z Downloaded itoa v1.0.10
10452024-03-22T16:11:07.429Z Downloaded usdt v0.5.0
10462024-03-22T16:11:07.430Z Downloaded serde v1.0.197
10472024-03-22T16:11:07.430Z Downloaded multer v3.0.0
10482024-03-22T16:11:07.435Z Downloaded hashbrown v0.13.2
10492024-03-22T16:11:07.438Z Downloaded toml v0.8.12
10502024-03-22T16:11:07.443Z Downloaded hashbrown v0.12.3
10512024-03-22T16:11:07.447Z Downloaded unsafe-libyaml v0.2.11
10522024-03-22T16:11:07.451Z Downloaded unicode-bidi v0.3.15
10532024-03-22T16:11:07.455Z Downloaded iana-time-zone v0.1.60
10542024-03-22T16:11:07.455Z Downloaded rand v0.8.5
10552024-03-22T16:11:07.462Z Downloaded tracing-core v0.1.32
10562024-03-22T16:11:07.466Z Downloaded openssl-sys v0.9.101
10572024-03-22T16:11:07.470Z Downloaded trust-dns-resolver v0.22.0
10582024-03-22T16:11:07.475Z Downloaded postcard v1.0.8
10592024-03-22T16:11:07.479Z Downloaded tracing v0.1.40
10602024-03-22T16:11:07.488Z Downloaded steno v0.4.0
10612024-03-22T16:11:07.488Z Downloaded proc-macro2 v1.0.79
10622024-03-22T16:11:07.488Z Downloaded indexmap v1.9.3
10632024-03-22T16:11:07.492Z Downloaded parking_lot v0.12.1
10642024-03-22T16:11:07.496Z Downloaded pest v2.7.8
10652024-03-22T16:11:07.500Z Downloaded minimal-lexical v0.2.1
10662024-03-22T16:11:07.504Z Downloaded http v1.1.0
10672024-03-22T16:11:07.509Z Downloaded zerocopy v0.7.32
10682024-03-22T16:11:07.525Z Downloaded uuid v1.8.0
10692024-03-22T16:11:07.528Z Downloaded h2 v0.3.25
10702024-03-22T16:11:07.536Z Downloaded nom v7.1.3
10712024-03-22T16:11:07.540Z Downloaded itertools v0.12.1
10722024-03-22T16:11:07.548Z Downloaded url v2.5.0
10732024-03-22T16:11:07.552Z Downloaded memchr v2.7.1
10742024-03-22T16:11:07.560Z Downloaded petgraph v0.6.4
10752024-03-22T16:11:07.575Z Downloaded mio v0.8.11
10762024-03-22T16:11:07.578Z Downloaded libm v0.2.8
10772024-03-22T16:11:07.587Z Downloaded time v0.3.34
10782024-03-22T16:11:07.595Z Downloaded unicode-normalization v0.1.23
10792024-03-22T16:11:07.605Z Downloaded tokio-util v0.7.10
10802024-03-22T16:11:07.610Z Downloaded rustls v0.22.2
10812024-03-22T16:11:07.619Z Downloaded webpki-roots v0.25.4
10822024-03-22T16:11:07.624Z Downloaded idna v0.5.0
10832024-03-22T16:11:07.630Z Downloaded winnow v0.6.5
10842024-03-22T16:11:07.639Z Downloaded regress v0.9.0
10852024-03-22T16:11:07.648Z Downloaded regex-syntax v0.8.2
10862024-03-22T16:11:07.657Z Downloaded reqwest v0.11.26
10872024-03-22T16:11:07.670Z Downloaded openapiv3 v2.0.0
10882024-03-22T16:11:07.679Z Downloaded winnow v0.5.40
10892024-03-22T16:11:07.687Z Downloaded openssl v0.10.64
10902024-03-22T16:11:07.698Z Downloaded syn v2.0.53
10912024-03-22T16:11:07.709Z Downloaded regex-automata v0.4.6
10922024-03-22T16:11:07.727Z Downloaded regress v0.6.0
10932024-03-22T16:11:07.735Z Downloaded vcpkg v0.2.15
10942024-03-22T16:11:07.773Z Downloaded rustls v0.21.10
10952024-03-22T16:11:07.785Z Downloaded regex v1.10.3
10962024-03-22T16:11:07.799Z Downloaded trust-dns-proto v0.22.0
10972024-03-22T16:11:07.811Z Downloaded sled v0.34.7
10982024-03-22T16:11:07.825Z Downloaded smoltcp v0.11.0
10992024-03-22T16:11:07.841Z Downloaded zerocopy-derive v0.6.6
11002024-03-22T16:11:07.849Z Downloaded encoding_rs v0.8.33
11012024-03-22T16:11:07.870Z Downloaded syn v1.0.109
11022024-03-22T16:11:07.881Z Downloaded libc v0.2.153
11032024-03-22T16:11:07.905Z Downloaded tokio v1.36.0
11042024-03-22T16:11:07.945Z Downloaded hyper v0.14.28
11052024-03-22T16:11:07.950Z Downloaded idna v0.2.3
11062024-03-22T16:11:07.955Z Downloaded serde_with v3.7.0
11072024-03-22T16:11:07.963Z Downloaded serde_json v1.0.114
11082024-03-22T16:11:07.970Z Downloaded toml_edit v0.21.1
11092024-03-22T16:11:07.991Z Downloaded toml_edit v0.22.8
11102024-03-22T16:11:08.012Z Downloaded toml_edit v0.19.15
11112024-03-22T16:11:08.028Z Downloaded goblin v0.8.0
11122024-03-22T16:11:08.034Z Downloaded aho-corasick v1.1.2
11132024-03-22T16:11:08.039Z Downloaded futures-util v0.3.30
11142024-03-22T16:11:08.054Z Downloaded clap_builder v4.5.2
11152024-03-22T16:11:08.058Z Downloaded indexmap v2.2.5
11162024-03-22T16:11:08.067Z Downloaded chrono v0.4.35
11172024-03-22T16:11:08.071Z Downloaded ring v0.17.8
11182024-03-22T16:11:08.156Z Downloaded log v0.4.21
11192024-03-22T16:11:08.163Z Downloaded quote v1.0.35
11202024-03-22T16:11:08.163Z Downloaded pest_derive v2.7.8
11212024-03-22T16:11:08.163Z Downloaded parking_lot_core v0.9.9
11222024-03-22T16:11:08.164Z Downloaded parking_lot v0.11.2
11232024-03-22T16:11:08.164Z Downloaded cc v1.0.90
11242024-03-22T16:11:08.164Z Downloaded rustls-webpki v0.102.2
11252024-03-22T16:11:08.171Z Downloaded crossbeam-channel v0.5.12
11262024-03-22T16:11:08.176Z Downloaded password-hash v0.5.0
11272024-03-22T16:11:08.176Z Downloaded hyper-rustls v0.24.2
11282024-03-22T16:11:08.176Z Downloaded typenum v1.17.0
11292024-03-22T16:11:08.182Z Downloaded slog v2.7.0
11302024-03-22T16:11:08.182Z Downloaded serde_derive v1.0.197
11312024-03-22T16:11:08.182Z Downloaded tinyvec v1.6.0
11322024-03-22T16:11:08.189Z Downloaded static_assertions v1.1.0
11332024-03-22T16:11:08.189Z Downloaded base64 v0.21.7
11342024-03-22T16:11:08.195Z Downloaded num-iter v0.1.44
11352024-03-22T16:11:08.195Z Downloaded num v0.4.1
11362024-03-22T16:11:08.195Z Downloaded humantime v2.1.0
11372024-03-22T16:11:08.195Z Downloaded hubpack v0.1.2
11382024-03-22T16:11:08.195Z Downloaded httpdate v1.0.3
11392024-03-22T16:11:08.195Z Downloaded quick-error v1.2.3
11402024-03-22T16:11:08.195Z Downloaded parse-display v0.9.0
11412024-03-22T16:11:08.211Z Downloaded untrusted v0.9.0
11422024-03-22T16:11:08.211Z Downloaded serde_yaml v0.9.33
11432024-03-22T16:11:08.211Z Downloaded base64 v0.22.0
11442024-03-22T16:11:08.215Z Downloaded term v0.7.0
11452024-03-22T16:11:08.216Z Downloaded num-integer v0.1.46
11462024-03-22T16:11:08.216Z Downloaded paste v1.0.14
11472024-03-22T16:11:08.216Z Downloaded parse-display-derive v0.9.0
11482024-03-22T16:11:08.216Z Downloaded newtype_derive v0.1.6
11492024-03-22T16:11:08.216Z Downloaded usdt-attr-macro v0.5.0
11502024-03-22T16:11:08.216Z Downloaded bitflags v2.5.0
11512024-03-22T16:11:08.216Z Downloaded anyhow v1.0.81
11522024-03-22T16:11:08.220Z Downloaded smallvec v1.13.1
11532024-03-22T16:11:08.220Z Downloaded signal-hook-registry v1.4.1
11542024-03-22T16:11:08.220Z Downloaded semver v1.0.22
11552024-03-22T16:11:08.228Z Downloaded match_cfg v0.1.0
11562024-03-22T16:11:08.228Z Downloaded percent-encoding v2.3.1
11572024-03-22T16:11:08.228Z Downloaded futures v0.3.30
11582024-03-22T16:11:08.233Z Downloaded anstream v0.6.13
11592024-03-22T16:11:08.233Z Downloaded thiserror-impl v1.0.58
11602024-03-22T16:11:08.233Z Downloaded thiserror v1.0.58
11612024-03-22T16:11:08.238Z Downloaded structmeta-derive v0.3.0
11622024-03-22T16:11:08.238Z Downloaded slog-stdlog v4.1.1
11632024-03-22T16:11:08.238Z Downloaded fixedbitset v0.4.2
11642024-03-22T16:11:08.243Z Downloaded backoff v0.4.0
11652024-03-22T16:11:08.243Z Downloaded serde_urlencoded v0.7.1
11662024-03-22T16:11:08.243Z Downloaded serde_tokenstream v0.2.0
11672024-03-22T16:11:08.250Z Downloaded serde_spanned v0.6.5
11682024-03-22T16:11:08.250Z Downloaded serde_path_to_error v0.1.16
11692024-03-22T16:11:08.250Z Downloaded scopeguard v1.2.0
11702024-03-22T16:11:08.250Z Downloaded getrandom v0.2.12
11712024-03-22T16:11:08.255Z Downloaded arc-swap v1.7.0
11722024-03-22T16:11:08.255Z Downloaded schemars_derive v0.8.16
11732024-03-22T16:11:08.255Z Downloaded semver v0.1.20
11742024-03-22T16:11:08.269Z Downloaded heck v0.5.0
11752024-03-22T16:11:08.270Z Downloaded futures-macro v0.3.30
11762024-03-22T16:11:08.270Z Downloaded futures-executor v0.3.30
11772024-03-22T16:11:08.270Z Downloaded futures-core v0.3.30
11782024-03-22T16:11:08.270Z Downloaded enum-as-inner v0.5.1
11792024-03-22T16:11:08.270Z Downloaded either v1.10.0
11802024-03-22T16:11:08.275Z Downloaded dyn-clone v1.0.17
11812024-03-22T16:11:08.275Z Downloaded form_urlencoded v1.2.1
11822024-03-22T16:11:08.275Z Downloaded bytes v1.5.0
11832024-03-22T16:11:08.275Z Downloaded futures-task v0.3.30
11842024-03-22T16:11:08.275Z Downloaded futures-sink v0.3.30
11852024-03-22T16:11:08.275Z Downloaded scroll v0.12.0
11862024-03-22T16:11:08.276Z Downloaded getopts v0.2.21
11872024-03-22T16:11:08.276Z Downloaded generic-array v0.14.7
11882024-03-22T16:11:08.276Z Downloaded futures-io v0.3.30
11892024-03-22T16:11:08.276Z Downloaded foreign-types-macros v0.2.3
11902024-03-22T16:11:08.276Z Downloaded foreign-types v0.5.0
11912024-03-22T16:11:08.276Z Downloaded fnv v1.0.7
11922024-03-22T16:11:08.276Z Downloaded embedded-io v0.4.0
11932024-03-22T16:11:08.284Z Downloaded dirs-next v2.0.0
11942024-03-22T16:11:08.284Z Downloaded defmt-parser v0.3.4
11952024-03-22T16:11:08.284Z Downloaded debug-ignore v1.0.5
11962024-03-22T16:11:08.284Z Downloaded data-encoding v2.5.0
11972024-03-22T16:11:08.284Z Downloaded colored v2.1.0
11982024-03-22T16:11:08.284Z Downloaded block-buffer v0.10.4
11992024-03-22T16:11:08.301Z Downloaded atomic-waker v1.1.2
12002024-03-22T16:11:08.301Z Downloaded crypto-common v0.1.6
12012024-03-22T16:11:08.301Z Downloaded ciborium-ll v0.2.2
12022024-03-22T16:11:08.301Z Downloaded autocfg v1.1.0
12032024-03-22T16:11:08.301Z Downloaded anstyle-query v1.0.2
12042024-03-22T16:11:08.301Z Downloaded anstyle v1.0.6
12052024-03-22T16:11:08.301Z Downloaded allocator-api2 v0.2.16
12062024-03-22T16:11:08.308Z Downloaded fxhash v0.2.1
12072024-03-22T16:11:08.308Z Downloaded equivalent v1.0.1
12082024-03-22T16:11:08.488Z Compiling proc-macro2 v1.0.79
12092024-03-22T16:11:08.495Z Compiling unicode-ident v1.0.12
12102024-03-22T16:11:08.495Z Compiling libc v0.2.153
12112024-03-22T16:11:08.495Z Compiling cfg-if v1.0.0
12122024-03-22T16:11:08.495Z Compiling version_check v0.9.4
12132024-03-22T16:11:08.495Z Compiling serde v1.0.197
12142024-03-22T16:11:08.515Z Compiling autocfg v1.1.0
12152024-03-22T16:11:08.520Z Compiling serde_json v1.0.114
12162024-03-22T16:11:08.667Z Compiling itoa v1.0.10
12172024-03-22T16:11:08.690Z Compiling byteorder v1.5.0
12182024-03-22T16:11:08.868Z Compiling syn v1.0.109
12192024-03-22T16:11:09.085Z Compiling once_cell v1.19.0
12202024-03-22T16:11:09.123Z Compiling thiserror v1.0.58
12212024-03-22T16:11:09.127Z Compiling ahash v0.8.11
12222024-03-22T16:11:09.389Z Compiling memchr v2.7.1
12232024-03-22T16:11:10.070Z Compiling pin-project-lite v0.2.13
12242024-03-22T16:11:10.187Z Compiling lock_api v0.4.11
12252024-03-22T16:11:10.310Z Compiling ryu v1.0.17
12262024-03-22T16:11:10.400Z Compiling smallvec v1.13.1
12272024-03-22T16:11:10.511Z Compiling cc v1.0.90
12282024-03-22T16:11:10.673Z Compiling scopeguard v1.2.0
12292024-03-22T16:11:10.774Z Compiling getrandom v0.2.12
12302024-03-22T16:11:10.793Z Compiling libm v0.2.8
12312024-03-22T16:11:10.897Z Compiling quote v1.0.35
12322024-03-22T16:11:11.174Z Compiling num-traits v0.2.18
12332024-03-22T16:11:11.197Z Compiling parking_lot_core v0.9.9
12342024-03-22T16:11:11.358Z Compiling syn v2.0.53
12352024-03-22T16:11:11.514Z Compiling log v0.4.21
12362024-03-22T16:11:12.263Z Compiling parking_lot v0.12.1
12372024-03-22T16:11:12.298Z Compiling socket2 v0.5.6
12382024-03-22T16:11:12.439Z Compiling signal-hook-registry v1.4.1
12392024-03-22T16:11:13.273Z Compiling num_cpus v1.16.0
12402024-03-22T16:11:13.410Z Compiling mio v0.8.11
12412024-03-22T16:11:14.172Z Compiling allocator-api2 v0.2.16
12422024-03-22T16:11:14.543Z Compiling futures-core v0.3.30
12432024-03-22T16:11:14.841Z Compiling slab v0.4.9
12442024-03-22T16:11:14.948Z Compiling futures-sink v0.3.30
12452024-03-22T16:11:15.078Z Compiling iana-time-zone v0.1.60
12462024-03-22T16:11:15.104Z Compiling ring v0.17.8
12472024-03-22T16:11:15.331Z Compiling schemars v0.8.16
12482024-03-22T16:11:15.440Z Compiling futures-channel v0.3.30
12492024-03-22T16:11:15.458Z Compiling tracing-core v0.1.32
12502024-03-22T16:11:15.632Z Compiling heck v0.4.1
12512024-03-22T16:11:15.729Z Compiling uuid v0.8.2
12522024-03-22T16:11:15.785Z Compiling dyn-clone v1.0.17
12532024-03-22T16:11:15.865Z Compiling pin-utils v0.1.0
12542024-03-22T16:11:15.951Z Compiling futures-task v0.3.30
12552024-03-22T16:11:15.984Z Compiling futures-io v0.3.30
12562024-03-22T16:11:16.015Z Compiling equivalent v1.0.1
12572024-03-22T16:11:16.131Z Compiling fnv v1.0.7
12582024-03-22T16:11:16.234Z Compiling spin v0.9.8
12592024-03-22T16:11:16.305Z Compiling slog v2.7.0
12602024-03-22T16:11:16.465Z Compiling untrusted v0.9.0
12612024-03-22T16:11:16.502Z Compiling vcpkg v0.2.15
12622024-03-22T16:11:16.623Z Compiling pkg-config v0.3.30
12632024-03-22T16:11:17.596Z Compiling serde_derive_internals v0.26.0
12642024-03-22T16:11:17.879Z Compiling ucd-trie v0.1.6
12652024-03-22T16:11:18.059Z Compiling openssl-sys v0.9.101
12662024-03-22T16:11:18.346Z Compiling tinyvec_macros v0.1.1
12672024-03-22T16:11:18.411Z Compiling httparse v1.8.0
12682024-03-22T16:11:19.534Z Compiling chrono v0.4.35
12692024-03-22T16:11:19.678Z Compiling tinyvec v1.6.0
12702024-03-22T16:11:20.345Z Compiling uuid v1.8.0
12712024-03-22T16:11:20.917Z Compiling percent-encoding v2.3.1
12722024-03-22T16:11:20.985Z Compiling unicode-normalization v0.1.23
12732024-03-22T16:11:21.222Z Compiling form_urlencoded v1.2.1
12742024-03-22T16:11:21.944Z Compiling openssl v0.10.64
12752024-03-22T16:11:22.113Z Compiling unicode-bidi v0.3.15
12762024-03-22T16:11:22.156Z Compiling typenum v1.17.0
12772024-03-22T16:11:22.390Z Compiling foreign-types-shared v0.1.1
12782024-03-22T16:11:22.620Z Compiling try-lock v0.2.5
12792024-03-22T16:11:22.768Z Compiling want v0.3.1
12802024-03-22T16:11:22.844Z Compiling schemars_derive v0.8.16
12812024-03-22T16:11:22.858Z Compiling foreign-types v0.3.2
12822024-03-22T16:11:23.029Z Compiling aho-corasick v1.1.2
12832024-03-22T16:11:23.282Z Compiling generic-array v0.14.7
12842024-03-22T16:11:23.446Z Compiling serde_derive v1.0.197
12852024-03-22T16:11:23.636Z Compiling zerocopy-derive v0.7.32
12862024-03-22T16:11:24.427Z Compiling thiserror-impl v1.0.58
12872024-03-22T16:11:25.178Z Compiling tokio-macros v2.2.0
12882024-03-22T16:11:25.781Z Compiling zerocopy v0.7.32
12892024-03-22T16:11:26.779Z Compiling futures-macro v0.3.30
12902024-03-22T16:11:27.520Z Compiling tracing-attributes v0.1.27
12912024-03-22T16:11:27.621Z Compiling pest v2.7.8
12922024-03-22T16:11:27.909Z Compiling hashbrown v0.14.3
12932024-03-22T16:11:28.854Z Compiling futures-util v0.3.30
12942024-03-22T16:11:29.266Z Compiling regress v0.9.0
12952024-03-22T16:11:29.463Z Compiling openssl-macros v0.1.1
12962024-03-22T16:11:30.171Z Compiling pest_meta v2.7.8
12972024-03-22T16:11:30.268Z Compiling strsim v0.10.0
12982024-03-22T16:11:30.867Z Compiling tracing v0.1.40
12992024-03-22T16:11:30.934Z Compiling native-tls v0.2.11
13002024-03-22T16:11:31.559Z Compiling pest_generator v2.7.8
13012024-03-22T16:11:33.505Z Compiling httpdate v1.0.3
13022024-03-22T16:11:33.922Z Compiling bitflags v2.5.0
13032024-03-22T16:11:34.279Z Compiling tower-service v0.3.2
13042024-03-22T16:11:34.298Z Compiling ident_case v1.0.1
13052024-03-22T16:11:34.303Z Compiling unicode-width v0.1.11
13062024-03-22T16:11:34.418Z Compiling rustls v0.21.10
13072024-03-22T16:11:34.458Z Compiling regex-syntax v0.8.2
13082024-03-22T16:11:34.477Z Compiling darling_core v0.20.8
13092024-03-22T16:11:34.747Z Compiling pest_derive v2.7.8
13102024-03-22T16:11:35.600Z Compiling rustls-webpki v0.101.7
13112024-03-22T16:11:35.703Z Compiling sct v0.7.1
13122024-03-22T16:11:37.591Z Compiling bytes v1.5.0
13132024-03-22T16:11:39.494Z Compiling tokio v1.36.0
13142024-03-22T16:11:41.083Z Compiling indexmap v2.2.5
13152024-03-22T16:11:41.720Z Compiling serde_tokenstream v0.2.0
13162024-03-22T16:11:42.547Z Compiling http v0.2.12
13172024-03-22T16:11:43.965Z Compiling regex-automata v0.4.6
13182024-03-22T16:11:46.080Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f)
13192024-03-22T16:11:47.558Z Compiling http-body v0.4.6
13202024-03-22T16:11:49.560Z Compiling tokio-util v0.7.10
13212024-03-22T16:11:49.733Z Compiling idna v0.5.0
13222024-03-22T16:11:51.729Z Compiling h2 v0.3.25
13232024-03-22T16:11:52.099Z Compiling rand_core v0.6.4
13242024-03-22T16:11:53.120Z Compiling subtle v2.5.0
13252024-03-22T16:11:53.474Z Compiling openssl-probe v0.1.5
13262024-03-22T16:11:53.988Z Compiling omicron-workspace-hack v0.1.0
13272024-03-22T16:11:54.306Z Compiling base64 v0.21.7
13282024-03-22T16:11:55.449Z Compiling url v2.5.0
13292024-03-22T16:11:57.113Z Compiling hyper v0.14.28
13302024-03-22T16:11:57.724Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f)
13312024-03-22T16:12:02.290Z Compiling regex v1.10.3
13322024-03-22T16:12:03.295Z Compiling darling_macro v0.20.8
13332024-03-22T16:12:07.386Z Compiling encoding_rs v0.8.33
13342024-03-22T16:12:08.140Z Compiling crossbeam-utils v0.8.19
13352024-03-22T16:12:08.699Z Compiling mime v0.3.17
13362024-03-22T16:12:09.795Z Compiling ipnet v2.9.0
13372024-03-22T16:12:10.252Z Compiling tokio-rustls v0.24.1
13382024-03-22T16:12:10.982Z Compiling darling v0.20.8
13392024-03-22T16:12:11.092Z Compiling tokio-native-tls v0.3.1
13402024-03-22T16:12:11.377Z Compiling serde_urlencoded v0.7.1
13412024-03-22T16:12:12.444Z Compiling scroll_derive v0.12.0
13422024-03-22T16:12:13.592Z Compiling usdt-impl v0.5.0
13432024-03-22T16:12:13.698Z Compiling anyhow v1.0.81
13442024-03-22T16:12:14.001Z Compiling rustversion v1.0.14
13452024-03-22T16:12:14.367Z Compiling ppv-lite86 v0.2.17
13462024-03-22T16:12:15.092Z Compiling num-conv v0.1.0
13472024-03-22T16:12:15.149Z Compiling time-core v0.1.2
13482024-03-22T16:12:15.317Z Compiling powerfmt v0.2.0
13492024-03-22T16:12:15.380Z Compiling time-macros v0.2.17
13502024-03-22T16:12:15.818Z Compiling deranged v0.3.11
13512024-03-22T16:12:18.183Z Compiling rand_chacha v0.3.1
13522024-03-22T16:12:19.597Z Compiling getopts v0.2.21
13532024-03-22T16:12:20.025Z Compiling scroll v0.12.0
13542024-03-22T16:12:20.146Z Compiling hyper-tls v0.5.0
13552024-03-22T16:12:20.428Z Compiling thread-id v4.2.1
13562024-03-22T16:12:20.530Z Compiling hyper-rustls v0.24.2
13572024-03-22T16:12:20.615Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f)
13582024-03-22T16:12:20.748Z Compiling block-buffer v0.10.4
13592024-03-22T16:12:20.881Z Compiling crypto-common v0.1.6
13602024-03-22T16:12:20.913Z Compiling rustls-pemfile v1.0.4
13612024-03-22T16:12:20.980Z Compiling openapiv3 v2.0.0
13622024-03-22T16:12:21.050Z Compiling dof v0.3.0
13632024-03-22T16:12:21.681Z Compiling dtrace-parser v0.2.0
13642024-03-22T16:12:21.951Z Compiling sync_wrapper v0.1.2
13652024-03-22T16:12:22.084Z Compiling plain v0.2.3
13662024-03-22T16:12:22.269Z Compiling num_threads v0.1.7
13672024-03-22T16:12:22.402Z Compiling async-trait v0.1.78
13682024-03-22T16:12:23.088Z Compiling webpki-roots v0.25.4
13692024-03-22T16:12:23.250Z Compiling unsafe-libyaml v0.2.11
13702024-03-22T16:12:23.629Z Compiling time v0.3.34
13712024-03-22T16:12:23.889Z Compiling reqwest v0.11.26
13722024-03-22T16:12:24.947Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
13732024-03-22T16:12:25.273Z Compiling serde_yaml v0.9.33
13742024-03-22T16:12:30.560Z Compiling goblin v0.8.0
13752024-03-22T16:12:30.630Z Compiling digest v0.10.7
13762024-03-22T16:12:32.156Z Compiling rand v0.8.5
13772024-03-22T16:12:32.861Z Compiling dirs-sys-next v0.1.2
13782024-03-22T16:12:33.713Z Compiling pretty-hex v0.4.1
13792024-03-22T16:12:33.937Z Compiling match_cfg v0.1.0
13802024-03-22T16:12:33.984Z Compiling lazy_static v1.4.0
13812024-03-22T16:12:34.021Z Compiling rustls-pki-types v1.3.1
13822024-03-22T16:12:34.036Z Compiling hostname v0.3.1
13832024-03-22T16:12:34.257Z Compiling dirs-next v2.0.0
13842024-03-22T16:12:34.516Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
13852024-03-22T16:12:39.728Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
13862024-03-22T16:12:41.412Z Compiling ipnetwork v0.20.0
13872024-03-22T16:12:43.843Z Compiling thread_local v1.1.8
13882024-03-22T16:12:44.287Z Compiling instant v0.1.12
13892024-03-22T16:12:44.457Z Compiling slog-async v2.8.0
13902024-03-22T16:12:44.679Z Compiling cpufeatures v0.2.12
13912024-03-22T16:12:44.776Z Compiling rustls v0.22.2
13922024-03-22T16:12:45.214Z Compiling rustls-webpki v0.102.2
13932024-03-22T16:12:45.474Z Compiling term v0.7.0
13942024-03-22T16:12:49.650Z Compiling usdt-macro v0.5.0
13952024-03-22T16:12:50.192Z Compiling usdt-attr-macro v0.5.0
13962024-03-22T16:12:50.318Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
13972024-03-22T16:12:50.537Z Compiling crossbeam-channel v0.5.12
13982024-03-22T16:12:51.025Z Compiling serde_spanned v0.6.5
13992024-03-22T16:12:51.286Z Compiling toml_datetime v0.6.5
14002024-03-22T16:12:51.686Z Compiling futures-executor v0.3.30
14012024-03-22T16:12:51.995Z Compiling structmeta-derive v0.3.0
14022024-03-22T16:12:52.200Z Compiling is-terminal v0.4.12
14032024-03-22T16:12:52.332Z Compiling memmap v0.7.0
14042024-03-22T16:12:52.751Z Compiling multer v3.0.0
14052024-03-22T16:12:53.235Z Compiling winnow v0.6.5
14062024-03-22T16:12:53.241Z Compiling zeroize v1.7.0
14072024-03-22T16:12:53.439Z Compiling paste v1.0.14
14082024-03-22T16:12:53.933Z Compiling camino v1.1.6
14092024-03-22T16:12:54.514Z Compiling take_mut v0.2.2
14102024-03-22T16:12:54.882Z Compiling structmeta v0.3.0
14112024-03-22T16:12:55.279Z Compiling usdt v0.5.0
14122024-03-22T16:12:55.312Z Compiling slog-term v2.9.1
14132024-03-22T16:12:56.786Z Compiling toml_edit v0.22.8
14142024-03-22T16:12:57.242Z Compiling futures v0.3.30
14152024-03-22T16:12:57.476Z Compiling slog-json v2.6.1
14162024-03-22T16:12:57.958Z Compiling serde_with_macros v3.7.0
14172024-03-22T16:12:57.982Z Compiling http v1.1.0
14182024-03-22T16:12:58.236Z Compiling async-stream-impl v0.3.5
14192024-03-22T16:12:59.560Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2d9b9065)
14202024-03-22T16:12:59.903Z Compiling atomic-waker v1.1.2
14212024-03-22T16:13:00.090Z Compiling semver v1.0.22
14222024-03-22T16:13:00.651Z Compiling waitgroup v0.1.2
14232024-03-22T16:13:00.835Z Compiling serde_with v3.7.0
14242024-03-22T16:13:00.887Z Compiling toml v0.8.12
14252024-03-22T16:13:02.945Z Compiling tokio-rustls v0.25.0
14262024-03-22T16:13:05.381Z Compiling async-stream v0.3.5
14272024-03-22T16:13:05.694Z Compiling slog-bunyan v2.5.0
14282024-03-22T16:13:05.953Z Compiling parse-display-derive v0.9.0
14292024-03-22T16:13:08.299Z Compiling sha1 v0.10.6
14302024-03-22T16:13:08.369Z Compiling rustls-pemfile v2.1.1
14312024-03-22T16:13:09.083Z Compiling strum_macros v0.26.2
14322024-03-22T16:13:09.217Z Compiling newtype-uuid v1.0.1
14332024-03-22T16:13:09.237Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2d9b9065)
14342024-03-22T16:13:09.568Z Compiling serde_path_to_error v0.1.16
14352024-03-22T16:13:10.177Z Compiling hex v0.4.3
14362024-03-22T16:13:10.571Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14372024-03-22T16:13:10.876Z Compiling bitflags v1.3.2
14382024-03-22T16:13:10.979Z Compiling debug-ignore v1.0.5
14392024-03-22T16:13:11.135Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
14402024-03-22T16:13:11.282Z Compiling parse-display v0.9.0
14412024-03-22T16:13:11.395Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14422024-03-22T16:13:11.591Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
14432024-03-22T16:13:12.264Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
14442024-03-22T16:13:13.073Z Compiling backoff v0.4.0
14452024-03-22T16:13:13.354Z Compiling macaddr v1.0.1
14462024-03-22T16:13:13.422Z Compiling semver v0.1.20
14472024-03-22T16:13:13.526Z Compiling num-integer v0.1.46
14482024-03-22T16:13:13.825Z Compiling strum v0.26.2
14492024-03-22T16:13:13.940Z Compiling rustc_version v0.1.7
14502024-03-22T16:13:13.986Z Compiling num-rational v0.4.1
14512024-03-22T16:13:14.001Z Compiling winnow v0.5.40
14522024-03-22T16:13:14.322Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14532024-03-22T16:13:14.466Z Compiling newtype_derive v0.1.6
14542024-03-22T16:13:14.718Z Compiling zerocopy-derive v0.6.6
14552024-03-22T16:13:14.742Z Compiling hubpack_derive v0.1.1
14562024-03-22T16:13:14.812Z Compiling heapless v0.8.0
14572024-03-22T16:13:14.908Z Compiling base64ct v1.6.0
14582024-03-22T16:13:15.578Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
14592024-03-22T16:13:15.648Z Compiling password-hash v0.5.0
14602024-03-22T16:13:15.694Z Compiling hubpack v0.1.2
14612024-03-22T16:13:16.780Z Compiling zerocopy v0.6.6
14622024-03-22T16:13:17.753Z Compiling toml_edit v0.19.15
14632024-03-22T16:13:17.861Z Compiling num-iter v0.1.44
14642024-03-22T16:13:17.909Z Compiling strum_macros v0.25.3
14652024-03-22T16:13:18.063Z Compiling blake2 v0.10.6
14662024-03-22T16:13:18.688Z Compiling serde_repr v0.1.18
14672024-03-22T16:13:19.433Z Compiling num-complex v0.4.5
14682024-03-22T16:13:19.886Z Compiling hash32 v0.3.1
14692024-03-22T16:13:20.135Z Compiling proc-macro-crate v1.3.1
14702024-03-22T16:13:20.675Z Compiling fixedbitset v0.4.2
14712024-03-22T16:13:21.038Z Compiling smoltcp v0.11.0
14722024-03-22T16:13:21.446Z Compiling stable_deref_trait v1.2.0
14732024-03-22T16:13:21.556Z Compiling static_assertions v1.1.0
14742024-03-22T16:13:21.653Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14752024-03-22T16:13:21.898Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
14762024-03-22T16:13:22.005Z Compiling petgraph v0.6.4
14772024-03-22T16:13:26.610Z Compiling num v0.4.1
14782024-03-22T16:13:26.740Z Compiling argon2 v0.5.3
14792024-03-22T16:13:26.762Z Compiling num_enum_derive v0.5.11
14802024-03-22T16:13:26.762Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
14812024-03-22T16:13:26.762Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
14822024-03-22T16:13:26.762Z Compiling foreign-types-macros v0.2.3
14832024-03-22T16:13:26.762Z Compiling embedded-io v0.4.0
14842024-03-22T16:13:26.895Z Compiling base64 v0.22.0
14852024-03-22T16:13:26.922Z Compiling cobs v0.2.3
14862024-03-22T16:13:26.936Z Compiling utf8parse v0.2.1
14872024-03-22T16:13:27.083Z Compiling foreign-types-shared v0.3.1
14882024-03-22T16:13:27.234Z Compiling matches v0.1.10
14892024-03-22T16:13:27.341Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
14902024-03-22T16:13:27.397Z Compiling managed v0.8.0
14912024-03-22T16:13:27.715Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
14922024-03-22T16:13:28.007Z Compiling idna v0.2.3
14932024-03-22T16:13:28.036Z Compiling foreign-types v0.5.0
14942024-03-22T16:13:28.146Z Compiling postcard v1.0.8
14952024-03-22T16:13:29.070Z Compiling anstyle-parse v0.2.3
14962024-03-22T16:13:29.461Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
14972024-03-22T16:13:29.582Z Compiling num_enum v0.5.11
14982024-03-22T16:13:29.740Z Compiling steno v0.4.0
14992024-03-22T16:13:31.278Z Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
15002024-03-22T16:13:31.493Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
15012024-03-22T16:13:32.438Z Compiling enum-as-inner v0.5.1
15022024-03-22T16:13:33.502Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15032024-03-22T16:13:34.407Z Compiling cstr-argument v0.1.2
15042024-03-22T16:13:34.661Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
15052024-03-22T16:13:35.012Z Compiling slog-dtrace v0.3.0
15062024-03-22T16:13:35.370Z Compiling pretty-hex v0.2.1
15072024-03-22T16:13:35.591Z Compiling anstyle v1.0.6
15082024-03-22T16:13:36.138Z Compiling humantime v2.1.0
15092024-03-22T16:13:36.762Z Compiling anstyle-query v1.0.2
15102024-03-22T16:13:36.910Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
15112024-03-22T16:13:36.996Z Compiling linked-hash-map v0.5.6
15122024-03-22T16:13:37.069Z Compiling data-encoding v2.5.0
15132024-03-22T16:13:37.453Z Compiling colorchoice v1.0.0
15142024-03-22T16:13:37.620Z Compiling parking_lot_core v0.8.6
15152024-03-22T16:13:38.070Z Compiling quick-error v1.2.3
15162024-03-22T16:13:38.223Z Compiling resolv-conf v0.7.0
15172024-03-22T16:13:39.875Z Compiling trust-dns-proto v0.22.0
15182024-03-22T16:13:40.247Z Compiling anstream v0.6.13
15192024-03-22T16:13:41.345Z Compiling lru-cache v0.1.2
15202024-03-22T16:13:41.568Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
15212024-03-22T16:13:43.060Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15222024-03-22T16:13:43.568Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15232024-03-22T16:13:44.642Z Compiling colored v2.1.0
15242024-03-22T16:13:44.930Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
15252024-03-22T16:13:44.978Z Compiling tabwriter v1.4.0
15262024-03-22T16:13:45.796Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
15272024-03-22T16:13:45.907Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
15282024-03-22T16:13:46.049Z Compiling socket2 v0.4.10
15292024-03-22T16:13:46.840Z Compiling crc32fast v1.4.0
15302024-03-22T16:13:47.350Z Compiling strsim v0.11.0
15312024-03-22T16:13:47.690Z Compiling clap_lex v0.7.0
15322024-03-22T16:13:48.408Z Compiling heck v0.5.0
15332024-03-22T16:13:48.853Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#d44d9e08)
15342024-03-22T16:13:49.217Z Compiling clap_derive v4.5.3
15352024-03-22T16:13:49.475Z Compiling clap_builder v4.5.2
15362024-03-22T16:13:53.154Z Compiling trust-dns-resolver v0.22.0
15372024-03-22T16:13:55.509Z Compiling hashbrown v0.13.2
15382024-03-22T16:13:55.574Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
15392024-03-22T16:13:55.867Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
15402024-03-22T16:13:55.940Z Compiling parking_lot v0.11.2
15412024-03-22T16:13:56.254Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
15422024-03-22T16:13:56.808Z Compiling regress v0.6.0
15432024-03-22T16:13:58.375Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
15442024-03-22T16:13:58.792Z Compiling clap v4.5.3
15452024-03-22T16:13:59.989Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#41ddeab9)
15462024-03-22T16:14:07.819Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
15472024-03-22T16:14:07.824Z Compiling crossbeam-epoch v0.9.18
15482024-03-22T16:14:08.837Z Compiling fxhash v0.2.1
15492024-03-22T16:14:09.254Z Compiling arc-swap v1.7.0
15502024-03-22T16:14:09.798Z Compiling crc8 v0.1.1
15512024-03-22T16:14:10.088Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#41ddeab9)
15522024-03-22T16:14:15.500Z Compiling slog-scope v4.4.0
15532024-03-22T16:14:15.531Z Compiling sled v0.34.7
15542024-03-22T16:14:15.666Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
15552024-03-22T16:14:18.686Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15562024-03-22T16:14:19.174Z Compiling slog-stdlog v4.1.1
15572024-03-22T16:14:19.686Z Compiling slog-envlogger v2.2.0
15582024-03-22T16:14:20.097Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15592024-03-22T16:14:22.411Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
15602024-03-22T16:14:24.412Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
15612024-03-22T16:14:26.111Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15622024-03-22T16:15:03.347Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15632024-03-22T16:15:03.347Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15642024-03-22T16:15:10.863Z Finished release [optimized] target(s) in 4m 28s
15652024-03-22T16:15:11.066Z+ banner quartet
15662024-03-22T16:15:11.074Z
15672024-03-22T16:15:11.074Z #### # # ## ##### ##### ###### #####
15682024-03-22T16:15:11.074Z # # # # # # # # # # #
15692024-03-22T16:15:11.074Z # # # # # # # # # ##### #
15702024-03-22T16:15:11.074Z # # # # # ###### ##### # # #
15712024-03-22T16:15:11.074Z # # # # # # # # # # #
15722024-03-22T16:15:11.074Z ### # #### # # # # # ###### #
15732024-03-22T16:15:11.075Z
15742024-03-22T16:15:11.075Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
15752024-03-22T16:15:11.424Z Compiling cfg-if v1.0.0
15762024-03-22T16:15:11.429Z Compiling once_cell v1.19.0
15772024-03-22T16:15:11.429Z Compiling libc v0.2.153
15782024-03-22T16:15:11.429Z Compiling syn v2.0.53
15792024-03-22T16:15:11.430Z Compiling zerocopy v0.7.32
15802024-03-22T16:15:11.459Z Compiling itoa v1.0.10
15812024-03-22T16:15:11.469Z Compiling serde v1.0.197
15822024-03-22T16:15:11.474Z Compiling bytes v1.5.0
15832024-03-22T16:15:11.521Z Compiling pin-project-lite v0.2.13
15842024-03-22T16:15:11.528Z Compiling scopeguard v1.2.0
15852024-03-22T16:15:11.623Z Compiling smallvec v1.13.1
15862024-03-22T16:15:11.639Z Compiling lock_api v0.4.11
15872024-03-22T16:15:11.896Z Compiling log v0.4.21
15882024-03-22T16:15:12.086Z Compiling ahash v0.8.11
15892024-03-22T16:15:12.103Z Compiling parking_lot_core v0.9.9
15902024-03-22T16:15:12.138Z Compiling getrandom v0.2.12
15912024-03-22T16:15:12.594Z Compiling socket2 v0.5.6
15922024-03-22T16:15:12.598Z Compiling parking_lot v0.12.1
15932024-03-22T16:15:12.598Z Compiling signal-hook-registry v1.4.1
15942024-03-22T16:15:12.602Z Compiling hashbrown v0.14.3
15952024-03-22T16:15:13.006Z Compiling num_cpus v1.16.0
15962024-03-22T16:15:13.092Z Compiling mio v0.8.11
15972024-03-22T16:15:13.126Z Compiling allocator-api2 v0.2.16
15982024-03-22T16:15:13.299Z Compiling memchr v2.7.1
15992024-03-22T16:15:14.069Z Compiling tracing-core v0.1.32
16002024-03-22T16:15:19.886Z Compiling futures-core v0.3.30
16012024-03-22T16:15:19.887Z Compiling ryu v1.0.17
16022024-03-22T16:15:19.887Z Compiling fnv v1.0.7
16032024-03-22T16:15:19.887Z Compiling equivalent v1.0.1
16042024-03-22T16:15:19.887Z Compiling untrusted v0.9.0
16052024-03-22T16:15:19.887Z Compiling http v0.2.12
16062024-03-22T16:15:19.887Z Compiling spin v0.9.8
16072024-03-22T16:15:19.887Z Compiling regress v0.9.0
16082024-03-22T16:15:19.887Z Compiling ring v0.17.8
16092024-03-22T16:15:19.887Z Compiling foreign-types-shared v0.1.1
16102024-03-22T16:15:19.887Z Compiling futures-sink v0.3.30
16112024-03-22T16:15:19.887Z Compiling pin-utils v0.1.0
16122024-03-22T16:15:19.887Z Compiling futures-task v0.3.30
16132024-03-22T16:15:19.887Z Compiling foreign-types v0.3.2
16142024-03-22T16:15:19.887Z Compiling slab v0.4.9
16152024-03-22T16:15:19.887Z Compiling futures-util v0.3.30
16162024-03-22T16:15:19.887Z Compiling openssl-sys v0.9.101
16172024-03-22T16:15:19.887Z Compiling num-traits v0.2.18
16182024-03-22T16:15:19.887Z Compiling tinyvec_macros v0.1.1
16192024-03-22T16:15:19.888Z Compiling bitflags v2.5.0
16202024-03-22T16:15:19.888Z Compiling try-lock v0.2.5
16212024-03-22T16:15:19.888Z Compiling slog v2.7.0
16222024-03-22T16:15:19.888Z Compiling unicode-ident v1.0.12
16232024-03-22T16:15:19.888Z Compiling rustls-webpki v0.101.7
16242024-03-22T16:15:19.888Z Compiling sct v0.7.1
16252024-03-22T16:15:19.888Z Compiling proc-macro2 v1.0.79
16262024-03-22T16:15:20.019Z Compiling want v0.3.1
16272024-03-22T16:15:20.019Z Compiling http-body v0.4.6
16282024-03-22T16:15:20.019Z Compiling tinyvec v1.6.0
16292024-03-22T16:15:20.060Z Compiling httparse v1.8.0
16302024-03-22T16:15:20.204Z Compiling futures-channel v0.3.30
16312024-03-22T16:15:20.417Z Compiling tower-service v0.3.2
16322024-03-22T16:15:20.534Z Compiling percent-encoding v2.3.1
16332024-03-22T16:15:20.645Z Compiling openssl-probe v0.1.5
16342024-03-22T16:15:21.028Z Compiling httpdate v1.0.3
16352024-03-22T16:15:21.081Z Compiling form_urlencoded v1.2.1
16362024-03-22T16:15:21.191Z Compiling chrono v0.4.35
16372024-03-22T16:15:21.578Z Compiling unicode-normalization v0.1.23
16382024-03-22T16:15:21.585Z Compiling rustls v0.21.10
16392024-03-22T16:15:21.803Z Compiling quote v1.0.35
16402024-03-22T16:15:22.874Z Compiling aho-corasick v1.1.2
16412024-03-22T16:15:23.148Z Compiling schemars v0.8.16
16422024-03-22T16:15:23.161Z Compiling proc-macro-error-attr v1.0.4
16432024-03-22T16:15:23.489Z Compiling lazy_static v1.4.0
16442024-03-22T16:15:23.555Z Compiling serde_derive v1.0.197
16452024-03-22T16:15:23.610Z Compiling thiserror-impl v1.0.58
16462024-03-22T16:15:23.657Z Compiling tokio-macros v2.2.0
16472024-03-22T16:15:23.950Z Compiling tracing-attributes v0.1.27
16482024-03-22T16:15:25.300Z Compiling tokio v1.36.0
16492024-03-22T16:15:25.983Z Compiling openssl-macros v0.1.1
16502024-03-22T16:15:26.478Z Compiling thiserror v1.0.58
16512024-03-22T16:15:26.740Z Compiling dyn-clone v1.0.17
16522024-03-22T16:15:26.799Z Compiling openssl v0.10.64
16532024-03-22T16:15:26.933Z Compiling regex-syntax v0.8.2
16542024-03-22T16:15:27.378Z Compiling tracing v0.1.40
16552024-03-22T16:15:27.401Z Compiling unicode-bidi v0.3.15
16562024-03-22T16:15:28.104Z Compiling regex-automata v0.4.6
16572024-03-22T16:15:37.646Z Compiling indexmap v2.2.5
16582024-03-22T16:15:39.054Z Compiling serde_json v1.0.114
16592024-03-22T16:15:39.079Z Compiling serde_tokenstream v0.2.0
16602024-03-22T16:15:39.601Z Compiling tokio-util v0.7.10
16612024-03-22T16:15:42.040Z Compiling toml_edit v0.19.15
16622024-03-22T16:15:42.493Z Compiling native-tls v0.2.11
16632024-03-22T16:15:44.747Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f)
16642024-03-22T16:15:45.016Z Compiling h2 v0.3.25
16652024-03-22T16:15:45.457Z Compiling uuid v1.8.0
16662024-03-22T16:15:48.420Z Compiling proc-macro-crate v1.3.1
16672024-03-22T16:15:49.670Z Compiling tokio-native-tls v0.3.1
16682024-03-22T16:15:49.675Z Compiling tokio-rustls v0.24.1
16692024-03-22T16:15:49.959Z Compiling hyper v0.14.28
16702024-03-22T16:15:50.391Z Compiling idna v0.5.0
16712024-03-22T16:15:56.324Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f)
16722024-03-22T16:15:59.487Z Compiling proc-macro-error v1.0.4
16732024-03-22T16:15:59.852Z Compiling heck v0.4.1
16742024-03-22T16:16:00.792Z Compiling crossbeam-utils v0.8.19
16752024-03-22T16:16:00.974Z Compiling base64 v0.21.7
16762024-03-22T16:16:01.065Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f)
16772024-03-22T16:16:01.485Z Compiling rustls-pemfile v1.0.4
16782024-03-22T16:16:01.620Z Compiling hyper-tls v0.5.0
16792024-03-22T16:16:02.084Z Compiling hyper-rustls v0.24.2
16802024-03-22T16:16:02.358Z Compiling url v2.5.0
16812024-03-22T16:16:02.522Z Compiling num_enum_derive v0.5.11
16822024-03-22T16:16:02.951Z Compiling serde_urlencoded v0.7.1
16832024-03-22T16:16:03.528Z Compiling openapiv3 v2.0.0
16842024-03-22T16:16:03.594Z Compiling regex v1.10.3
16852024-03-22T16:16:05.022Z Compiling foreign-types-macros v0.2.3
16862024-03-22T16:16:06.089Z Compiling dirs-sys-next v0.1.2
16872024-03-22T16:16:06.378Z Compiling encoding_rs v0.8.33
16882024-03-22T16:16:07.300Z Compiling mime v0.3.17
16892024-03-22T16:16:07.330Z Compiling ipnet v2.9.0
16902024-03-22T16:16:08.048Z Compiling unicode-width v0.1.11
16912024-03-22T16:16:08.206Z Compiling powerfmt v0.2.0
16922024-03-22T16:16:08.404Z Compiling sync_wrapper v0.1.2
16932024-03-22T16:16:08.531Z Compiling foreign-types-shared v0.3.1
16942024-03-22T16:16:08.579Z Compiling webpki-roots v0.25.4
16952024-03-22T16:16:08.629Z Compiling foreign-types v0.5.0
16962024-03-22T16:16:08.675Z Compiling serde_yaml v0.9.33
16972024-03-22T16:16:08.717Z Compiling deranged v0.3.11
16982024-03-22T16:16:08.727Z Compiling getopts v0.2.21
16992024-03-22T16:16:09.793Z Compiling reqwest v0.11.26
17002024-03-22T16:16:10.073Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
17012024-03-22T16:16:10.977Z Compiling dirs-next v2.0.0
17022024-03-22T16:16:11.098Z Compiling num_enum v0.5.11
17032024-03-22T16:16:11.842Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17042024-03-22T16:16:11.981Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17052024-03-22T16:16:12.859Z Compiling cstr-argument v0.1.2
17062024-03-22T16:16:12.863Z Compiling thread_local v1.1.8
17072024-03-22T16:16:13.409Z Compiling time-core v0.1.2
17082024-03-22T16:16:13.575Z Compiling num-conv v0.1.0
17092024-03-22T16:16:13.579Z Compiling pretty-hex v0.2.1
17102024-03-22T16:16:13.778Z Compiling either v1.10.0
17112024-03-22T16:16:13.818Z Compiling arc-swap v1.7.0
17122024-03-22T16:16:14.198Z Compiling itertools v0.12.1
17132024-03-22T16:16:14.562Z Compiling slog-scope v4.4.0
17142024-03-22T16:16:15.537Z Compiling time v0.3.34
17152024-03-22T16:16:16.957Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
17162024-03-22T16:16:18.725Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17172024-03-22T16:16:19.092Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17182024-03-22T16:16:19.173Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17192024-03-22T16:16:19.255Z Compiling crossbeam-channel v0.5.12
17202024-03-22T16:16:20.093Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
17212024-03-22T16:16:21.011Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
17222024-03-22T16:16:21.600Z Compiling term v0.7.0
17232024-03-22T16:16:23.033Z Compiling anyhow v1.0.81
17242024-03-22T16:16:24.998Z Compiling colored v2.1.0
17252024-03-22T16:16:25.175Z Compiling is-terminal v0.4.12
17262024-03-22T16:16:25.290Z Compiling socket2 v0.4.10
17272024-03-22T16:16:25.945Z Compiling take_mut v0.2.2
17282024-03-22T16:16:26.095Z Compiling slog-async v2.8.0
17292024-03-22T16:16:26.694Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
17302024-03-22T16:16:27.014Z Compiling slog-term v2.9.1
17312024-03-22T16:16:29.633Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
17322024-03-22T16:16:30.020Z Compiling slog-stdlog v4.1.1
17332024-03-22T16:16:30.916Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#1b228b55)
17342024-03-22T16:16:32.484Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
17352024-03-22T16:16:32.677Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
17362024-03-22T16:16:33.468Z Compiling slog-envlogger v2.2.0
17372024-03-22T16:16:49.697Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
17382024-03-22T16:16:55.916Z Finished release [optimized] target(s) in 1m 44s
17392024-03-22T16:16:55.952Z Running unittests src/lib.rs (target/release/deps/mg_tests-ae032ad9f9dc47ef)
17402024-03-22T16:16:55.970Z
17412024-03-22T16:16:55.970Zrunning 1 test
17422024-03-22T16:16:56.104Zconfigure zone
17432024-03-22T16:16:56.126Zinstall zone
17442024-03-22T16:17:50.191Zboot zone
17452024-03-22T16:17:51.000Zstart zone s1
17462024-03-22T16:17:51.000Zconfigure zone
17472024-03-22T16:17:51.008Zinstall zone
17482024-03-22T16:17:55.989Ztest ddm::test_quartet has been running for over 60 seconds
17492024-03-22T16:18:39.966Zboot zone
17502024-03-22T16:18:40.801Zstart zone s2
17512024-03-22T16:18:40.801Zconfigure zone
17522024-03-22T16:18:40.809Zinstall zone
17532024-03-22T16:19:29.021Zboot zone
17542024-03-22T16:19:29.846Zstart zone s3
17552024-03-22T16:19:29.846Zconfigure zone
17562024-03-22T16:19:29.854Zinstall zone
17572024-03-22T16:20:19.421Zboot zone
17582024-03-22T16:20:20.278Zstart zone t1
17592024-03-22T16:20:20.278Zconfigure zone
17602024-03-22T16:20:20.287Zinstall zone
17612024-03-22T16:21:08.672Zboot zone
17622024-03-22T16:21:09.454Zwaiting for zones to come up
17632024-03-22T16:21:19.457Z[sidecar.quartet] svcs milestone/network
17642024-03-22T16:21:19.491ZSTATE STIME FMRI
17652024-03-22T16:21:19.491Zonline 9:18:08 svc:/milestone/network:default
17662024-03-22T16:21:19.491Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
17672024-03-22T16:21:19.540Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
17682024-03-22T16:21:19.592Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
17692024-03-22T16:21:19.638Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
17702024-03-22T16:21:19.642Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
17712024-03-22T16:21:19.662Z
17722024-03-22T16:21:19.663Zrunning zone s1.quartet setup
17732024-03-22T16:21:19.663Z[s1.quartet] svcs milestone/network
17742024-03-22T16:21:19.685ZSTATE STIME FMRI
17752024-03-22T16:21:19.685Zonline 9:18:58 svc:/milestone/network:default
17762024-03-22T16:21:19.686Z[s1.quartet] dladm
17772024-03-22T16:21:19.709ZLINK CLASS MTU STATE BRIDGE OVER
17782024-03-22T16:21:19.709Zsl0 simnet 9000 up -- ?
17792024-03-22T16:21:19.709Zmgs1 vnic 9000 up -- ?
17802024-03-22T16:21:19.709Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
17812024-03-22T16:21:20.284Z
17822024-03-22T16:21:20.284Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
17832024-03-22T16:21:20.306Z
17842024-03-22T16:21:20.306Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
17852024-03-22T16:21:20.325Z
17862024-03-22T16:21:20.326Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
17872024-03-22T16:21:20.373Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
17882024-03-22T16:21:20.401Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b68d76c5-3ec4-41da-8577-1546606c2e57 --sled-uuid c40ff9a3-d916-4408-9d4a-fb88175bd766 -a sl0/v6 &> /opt/ddmd.log &
17892024-03-22T16:21:20.421Z
17902024-03-22T16:21:20.421Zrunning zone s2.quartet setup
17912024-03-22T16:21:20.421Z[s2.quartet] svcs milestone/network
17922024-03-22T16:21:20.445ZSTATE STIME FMRI
17932024-03-22T16:21:20.445Zonline 9:19:47 svc:/milestone/network:default
17942024-03-22T16:21:20.446Z[s2.quartet] dladm
17952024-03-22T16:21:20.467ZLINK CLASS MTU STATE BRIDGE OVER
17962024-03-22T16:21:20.467Zsl1 simnet 9000 up -- ?
17972024-03-22T16:21:20.467Zmgs2 vnic 9000 up -- ?
17982024-03-22T16:21:20.467Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
17992024-03-22T16:21:21.089Z
18002024-03-22T16:21:21.089Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
18012024-03-22T16:21:21.113Z
18022024-03-22T16:21:21.113Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
18032024-03-22T16:21:21.134Z
18042024-03-22T16:21:21.134Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
18052024-03-22T16:21:21.193Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
18062024-03-22T16:21:21.211Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 665b2207-43c3-4b44-a873-e8f4766d3bee --sled-uuid 96ad550f-cf70-4033-9fed-7b2dba50ba96 -a sl1/v6 &> /opt/ddmd.log &
18072024-03-22T16:21:21.232Z
18082024-03-22T16:21:21.232Zrunning zone s3.quartet setup
18092024-03-22T16:21:21.232Z[s3.quartet] svcs milestone/network
18102024-03-22T16:21:21.256ZSTATE STIME FMRI
18112024-03-22T16:21:21.257Zonline 9:20:37 svc:/milestone/network:default
18122024-03-22T16:21:21.257Z[s3.quartet] dladm
18132024-03-22T16:21:21.279ZLINK CLASS MTU STATE BRIDGE OVER
18142024-03-22T16:21:21.279Zsl2 simnet 9000 up -- ?
18152024-03-22T16:21:21.279Zmgs3 vnic 9000 up -- ?
18162024-03-22T16:21:21.279Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
18172024-03-22T16:21:21.776Z
18182024-03-22T16:21:21.776Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
18192024-03-22T16:21:21.799Z
18202024-03-22T16:21:21.799Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
18212024-03-22T16:21:21.820Z
18222024-03-22T16:21:21.820Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
18232024-03-22T16:21:21.869Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
18242024-03-22T16:21:21.896Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 258275d1-4b70-4937-9e05-ecb53f5591d4 --sled-uuid da13ea5e-fb86-4b9f-97ee-3ca3eb2d75f5 -a sl2/v6 &> /opt/ddmd.log &
18252024-03-22T16:21:21.917Z
18262024-03-22T16:21:21.917Zrunning zone t1.quartet setup
18272024-03-22T16:21:21.918Z[t1.quartet] svcs milestone/network
18282024-03-22T16:21:21.941ZSTATE STIME FMRI
18292024-03-22T16:21:21.941Z- - svc:/milestone/network:default
18302024-03-22T16:21:22.941Z[t1.quartet] svcs milestone/network
18312024-03-22T16:21:22.965ZSTATE STIME FMRI
18322024-03-22T16:21:22.965Z- - svc:/milestone/network:default
18332024-03-22T16:21:23.962Z[t1.quartet] svcs milestone/network
18342024-03-22T16:21:23.983ZSTATE STIME FMRI
18352024-03-22T16:21:23.983Z- - svc:/milestone/network:default
18362024-03-22T16:21:24.984Z[t1.quartet] svcs milestone/network
18372024-03-22T16:21:25.006ZSTATE STIME FMRI
18382024-03-22T16:21:25.006Z- - svc:/milestone/network:default
18392024-03-22T16:21:26.007Z[t1.quartet] svcs milestone/network
18402024-03-22T16:21:26.027ZSTATE STIME FMRI
18412024-03-22T16:21:26.027Z- - svc:/milestone/network:default
18422024-03-22T16:21:27.028Z[t1.quartet] svcs milestone/network
18432024-03-22T16:21:27.048ZSTATE STIME FMRI
18442024-03-22T16:21:27.048Z- - svc:/milestone/network:default
18452024-03-22T16:21:28.049Z[t1.quartet] svcs milestone/network
18462024-03-22T16:21:28.070ZSTATE STIME FMRI
18472024-03-22T16:21:28.070Zoffline 9:21:25 svc:/milestone/network:default
18482024-03-22T16:21:29.071Z[t1.quartet] svcs milestone/network
18492024-03-22T16:21:29.094ZSTATE STIME FMRI
18502024-03-22T16:21:29.094Zonline 9:21:26 svc:/milestone/network:default
18512024-03-22T16:21:29.094Z[t1.quartet] dladm
18522024-03-22T16:21:29.115ZLINK CLASS MTU STATE BRIDGE OVER
18532024-03-22T16:21:29.115Ztfportrear0_0 simnet 9000 up -- ?
18542024-03-22T16:21:29.115Ztfportrear1_0 simnet 9000 up -- ?
18552024-03-22T16:21:29.115Ztfportrear2_0 simnet 9000 up -- ?
18562024-03-22T16:21:29.115Zmgt1 vnic 9000 up -- ?
18572024-03-22T16:21:29.115Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
18582024-03-22T16:21:29.698Z
18592024-03-22T16:21:29.698Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
18602024-03-22T16:21:29.721Z
18612024-03-22T16:21:29.721Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
18622024-03-22T16:21:29.743Z
18632024-03-22T16:21:29.743Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
18642024-03-22T16:21:29.765Z
18652024-03-22T16:21:29.765Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
18662024-03-22T16:21:29.784Z
18672024-03-22T16:21:29.784Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
18682024-03-22T16:21:29.999Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
18692024-03-22T16:21:30.004Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
18702024-03-22T16:21:30.011Zwaiting 3s for copy of files to zone to complete ...
18712024-03-22T16:21:33.075Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
18722024-03-22T16:21:33.079Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
18732024-03-22T16:21:33.079Z[t1.quartet] svcadm enable dendrite
18742024-03-22T16:21:33.121Z
18752024-03-22T16:21:33.122Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
18762024-03-22T16:21:33.169Z
18772024-03-22T16:21:33.169Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
18782024-03-22T16:21:33.215Z
18792024-03-22T16:21:33.215Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
18802024-03-22T16:21:33.259Z
18812024-03-22T16:21:33.259Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
18822024-03-22T16:21:33.303Z
18832024-03-22T16:21:33.303Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
18842024-03-22T16:21:33.346Z
18852024-03-22T16:21:33.346Z[t1.quartet] svcadm refresh dendrite:default
18862024-03-22T16:21:33.386Z
18872024-03-22T16:21:33.386Z[t1.quartet] svcadm restart dendrite:default
18882024-03-22T16:21:33.420Z
18892024-03-22T16:21:33.420Zwait 10s for dendrite to come up ...
18902024-03-22T16:21:43.424Z[t1.quartet] svcadm enable tfport
18912024-03-22T16:21:43.466Z
18922024-03-22T16:21:43.466Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 4b2d2830-7e1e-4d0d-ae2f-dc3bc51bd2f0 --sled-uuid e432ed3e-39d0-469b-bd10-3ad8c0537257 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
18932024-03-22T16:21:43.486Z
18942024-03-22T16:21:43.486Z[t1.quartet] ipadm
18952024-03-22T16:21:43.510ZADDROBJ TYPE STATE ADDR
18962024-03-22T16:21:43.511Zlo0/v4 static ok 127.0.0.1/8
18972024-03-22T16:21:43.511Zmgt1/v4 static ok 10.0.0.4/24
18982024-03-22T16:21:43.511Zlo0/v6 static ok ::1/128
18992024-03-22T16:21:43.511Zlo0/u6 static ok fd00:4::1/64
19002024-03-22T16:21:43.511Ztfportrear0_0/v6 addrconf ok fe80::18b7:34ff:fee1:8145%tfportrear0_0/10
19012024-03-22T16:21:43.511Ztfportrear1_0/v6 addrconf ok fe80::445b:8cff:feeb:d67d%tfportrear1_0/10
19022024-03-22T16:21:43.511Ztfportrear2_0/v6 addrconf ok fe80::d860:56ff:feb2:3312%tfportrear2_0/10
19032024-03-22T16:21:45.655Zinitial peering test passed
19042024-03-22T16:21:46.654Z[s3.quartet] ping fd00:1::1
19052024-03-22T16:21:46.681Zfd00:1::1 is alive
19062024-03-22T16:21:57.689Z[s3.quartet] ping fd00:1::1
19072024-03-22T16:21:57.712Zfd00:1::1 is alive
19082024-03-22T16:21:57.720Z[t1.quartet] pkill ddmd
19092024-03-22T16:21:57.743Z
19102024-03-22T16:21:57.743Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
19112024-03-22T16:21:57.747Zcp /mgtest/t1.quartet/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.quartet-dpd.log
19122024-03-22T16:22:00.258Z[s3.quartet] pkill ddmd
19132024-03-22T16:22:00.278Z
19142024-03-22T16:22:00.278Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
19152024-03-22T16:22:02.746Z[s2.quartet] pkill ddmd
19162024-03-22T16:22:02.767Z
19172024-03-22T16:22:02.767Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
19182024-03-22T16:22:05.324Z[s1.quartet] pkill ddmd
19192024-03-22T16:22:05.342Z
19202024-03-22T16:22:05.342Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
19212024-03-22T16:22:07.711Z[sidecar.quartet] pkill softnpu
19222024-03-22T16:22:07.731Z
19232024-03-22T16:22:07.731Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
19242024-03-22T16:22:10.203Ztest ddm::test_quartet ... ok
19252024-03-22T16:22:10.203Z
19262024-03-22T16:22:10.203Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 314.12s
19272024-03-22T16:22:10.203Z
19282024-03-22T16:22:10.220Z+ cleanup
19292024-03-22T16:22:10.224Z++ id -un
19302024-03-22T16:22:10.228Z++ id -gn
19312024-03-22T16:22:10.232Z+ pfexec chown -R build:build .
19322024-03-22T16:22:10.288Zprocess exited: duration 787476 ms, exit code 0
 
19332024-03-22T16:22:10.308Zfound 5 output files
19342024-03-22T16:22:10.308Zuploading: /work/s1.quartet.log (5069 bytes)
19352024-03-22T16:22:11.320Zuploaded: /work/s1.quartet.log
19362024-03-22T16:22:11.320Zuploading: /work/s2.quartet.log (4166 bytes)
19372024-03-22T16:22:12.341Zuploaded: /work/s2.quartet.log
19382024-03-22T16:22:12.341Zuploading: /work/s3.quartet.log (4305 bytes)
19392024-03-22T16:22:13.354Zuploaded: /work/s3.quartet.log
19402024-03-22T16:22:13.354Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
19412024-03-22T16:22:14.368Zuploaded: /work/sidecar.quartet-softnpu.log
19422024-03-22T16:22:14.368Zuploading: /work/t1.quartet.log (18126 bytes)
19432024-03-22T16:22:15.384Zuploaded: /work/t1.quartet.log