01HWY57HZ0BS7MQRH16N30VFXY: test-ddm-trio-v1-server

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

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-03T02:43:46.816Zjob assigned to worker 01HWY5889ZN8F8B5S1ZBCEW5PE (queued for 2 m 17 s)
 
22024-05-03T02:43:54.460Zstarting task 0: "setup"
32024-05-03T02:43:54.506Z++ uname -s
42024-05-03T02:43:54.509Z+ kern=SunOS
52024-05-03T02:43:54.509Z+ case "$kern" in
62024-05-03T02:43:54.509Z+ groupadd -g 12345 build
72024-05-03T02:43:54.545Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-03T02:43:56.966Z+ zfs create -o mountpoint=/work rpool/work
92024-05-03T02:43:56.974Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-03T02:43:56.974Z+ home_fs=zfs
112024-05-03T02:43:56.974Z+ [[ zfs == autofs ]]
122024-05-03T02:43:56.974Z+ mkdir -p /home/build
132024-05-03T02:43:56.974Z+ chown build:build /home/build /work
142024-05-03T02:43:57.788Z+ chmod 0700 /home/build /work
152024-05-03T02:43:57.791Zprocess exited: duration 3329 ms, exit code 0
 
162024-05-03T02:43:57.803Zstarting task 1: "rust-toolchain"
172024-05-03T02:43:59.087Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-03T02:43:59.087Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192024-05-03T02:43:59.087Zinfo: downloading installer
202024-05-03T02:44:00.034Zwarning: it looks like you have an existing installation of Rust at:
212024-05-03T02:44:00.034Zwarning: /opt/ooce/bin
222024-05-03T02:44:00.034Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-03T02:44:00.034Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-03T02:44:00.034Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-03T02:44:00.034Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-03T02:44:00.035Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-03T02:44:00.035Zerror: cannot install while Rust is installed
282024-05-03T02:44:00.035Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-03T02:44:00.301Zinfo: profile set to 'default'
302024-05-03T02:44:00.302Zinfo: default host triple is x86_64-unknown-illumos
312024-05-03T02:44:00.305Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322024-05-03T02:44:00.444Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-05-03T02:44:00.444Zinfo: downloading component 'cargo'
342024-05-03T02:44:01.258Zinfo: downloading component 'clippy'
352024-05-03T02:44:01.532Zinfo: downloading component 'rust-docs'
362024-05-03T02:44:02.620Zinfo: downloading component 'rust-std'
372024-05-03T02:44:04.362Zinfo: downloading component 'rustc'
382024-05-03T02:44:12.674Zinfo: downloading component 'rustfmt'
392024-05-03T02:44:12.712Zinfo: installing component 'cargo'
402024-05-03T02:44:12.712Zinfo: installing component 'clippy'
412024-05-03T02:44:12.712Zinfo: installing component 'rust-docs'
422024-05-03T02:44:12.712Zinfo: installing component 'rust-std'
432024-05-03T02:44:13.344Zinfo: installing component 'rustc'
442024-05-03T02:44:17.549Zinfo: installing component 'rustfmt'
452024-05-03T02:44:17.894Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462024-05-03T02:44:17.894Z
472024-05-03T02:44:18.157Z stable-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-05-03T02:44:18.157Z
492024-05-03T02:44:18.163Z
502024-05-03T02:44:18.163ZRust is installed now. Great!
512024-05-03T02:44:18.163Z
522024-05-03T02:44:18.164ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-03T02:44:18.164Zenvironment variable. This has not been done automatically.
542024-05-03T02:44:18.164Z
552024-05-03T02:44:18.164ZTo configure your current shell, you need to source
562024-05-03T02:44:18.164Zthe corresponding env file under $HOME/.cargo.
572024-05-03T02:44:18.164Z
582024-05-03T02:44:18.164ZThis is usually done by running one of the following (note the leading DOT):
592024-05-03T02:44:18.164Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-03T02:44:18.164Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-03T02:44:18.247Z+ rustc --version
622024-05-03T02:44:18.305Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-05-03T02:44:18.308Zprocess exited: duration 20508 ms, exit code 0
 
642024-05-03T02:44:18.317Zstarting task 2: "authentication"
652024-05-03T02:44:18.337Zprocess exited: duration 23 ms, exit code 0
 
662024-05-03T02:44:18.343Zstarting task 3: "clone repository"
672024-05-03T02:44:18.348Z+ mkdir -p /work/oxidecomputer/maghemite
682024-05-03T02:44:18.351Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
692024-05-03T02:44:18.611ZCloning into '/work/oxidecomputer/maghemite'...
702024-05-03T02:44:20.562Z+ cd /work/oxidecomputer/maghemite
712024-05-03T02:44:20.562Z+ git fetch origin 31bff50a6ead485354ca15249924331ae7a8423d
722024-05-03T02:44:20.976ZFrom https://github.com/oxidecomputer/maghemite
732024-05-03T02:44:20.976Z * branch 31bff50a6ead485354ca15249924331ae7a8423d -> FETCH_HEAD
742024-05-03T02:44:20.979Z+ [[ -n '' ]]
752024-05-03T02:44:20.979Z+ git reset --hard 31bff50a6ead485354ca15249924331ae7a8423d
762024-05-03T02:44:20.991ZHEAD is now at 31bff50 workaround
772024-05-03T02:44:20.994Zprocess exited: duration 2647 ms, exit code 0
 
782024-05-03T02:44:21.000Zstarting task 4: "build"
792024-05-03T02:44:21.010Z++ cargo --version
802024-05-03T02:44:21.010Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
812024-05-03T02:44:21.161Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
822024-05-03T02:44:21.161Zinfo: downloading component 'cargo'
832024-05-03T02:44:21.966Zinfo: downloading component 'clippy'
842024-05-03T02:44:22.221Zinfo: downloading component 'rust-docs'
852024-05-03T02:44:23.290Zinfo: downloading component 'rust-std'
862024-05-03T02:44:24.881Zinfo: downloading component 'rustc'
872024-05-03T02:44:29.122Zinfo: downloading component 'rustfmt'
882024-05-03T02:44:29.421Zinfo: installing component 'cargo'
892024-05-03T02:44:30.245Zinfo: installing component 'clippy'
902024-05-03T02:44:30.588Zinfo: installing component 'rust-docs'
912024-05-03T02:44:32.077Zinfo: installing component 'rust-std'
922024-05-03T02:44:33.767Zinfo: installing component 'rustc'
932024-05-03T02:44:37.788Zinfo: installing component 'rustfmt'
942024-05-03T02:44:38.190Zcargo 1.77.2 (e52e36006 2024-03-26)
952024-05-03T02:44:38.193Z++ rustc --version
962024-05-03T02:44:38.279Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
972024-05-03T02:44:38.298Z++ dladm
982024-05-03T02:44:38.321ZLINK CLASS MTU STATE BRIDGE OVER
992024-05-03T02:44:38.321Zena0 phys 9216 up -- --
1002024-05-03T02:44:38.322Z++ ipadm
1012024-05-03T02:44:38.322ZADDROBJ TYPE STATE ADDR
1022024-05-03T02:44:38.322Zlo0/v4 static ok 127.0.0.1/8
1032024-05-03T02:44:38.322Zena0/dhcp dhcp ok 10.150.1.25/24
1042024-05-03T02:44:38.322Zlo0/v6 static ok ::1/128
1052024-05-03T02:44:38.322Z++ banner collect
1062024-05-03T02:44:38.323Z
1072024-05-03T02:44:38.323Z #### #### # # ###### #### #####
1082024-05-03T02:44:38.323Z # # # # # # # # # #
1092024-05-03T02:44:38.323Z # # # # # ##### # #
1102024-05-03T02:44:38.323Z # # # # # # # #
1112024-05-03T02:44:38.323Z # # # # # # # # # #
1122024-05-03T02:44:38.323Z #### #### ###### ###### ###### #### #
1132024-05-03T02:44:38.324Z
1142024-05-03T02:44:38.324Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1152024-05-03T02:44:38.324Z++ repo=softnpu
1162024-05-03T02:44:38.324Z++ series=image
1172024-05-03T02:44:38.324Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1182024-05-03T02:44:38.324Z++ name=softnpu
1192024-05-03T02:44:38.325Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1202024-05-03T02:44:38.325Z++ mkdir -p download
1212024-05-03T02:44:38.325Z++ pushd download
1222024-05-03T02:44:38.325Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1232024-05-03T02:44:38.325Z++ [[ ! -f softnpu ]]
1242024-05-03T02:44:38.325Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1252024-05-03T02:44:38.340Z % Total % Received % Xferd Average Speed Time Time Time Current
1262024-05-03T02:44:38.340Z Dload Upload Total Spent Left Speed
1272024-05-03T02:44:46.440Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 10 21.8M 10 2251k 0 0 2608k 0 0:00:08 --:--:-- 0:00:08 2606k 25 21.8M 25 5683k 0 0 3039k 0 0:00:07 0:00:01 0:00:06 3039k 26 21.8M 26 5963k 0 0 1911k 0 0:00:11 0:00:03 0:00:08 1911k 30 21.8M 30 6887k 0 0 1726k 0 0:00:12 0:00:03 0:00:09 1726k 33 21.8M 33 7383k 0 0 1521k 0 0:00:14 0:00:04 0:00:10 1521k 47 21.8M 47 10.4M 0 0 1806k 0 0:00:12 0:00:05 0:00:07 1668k 86 21.8M 86 18.9M 0 0 2833k 0 0:00:07 0:00:06 0:00:01 2756k 93 21.8M 93 20.5M 0 0 2592k 0 0:00:08 0:00:08 --:--:-- 3018k 100 21.8M 100 21.8M 0 0 2750k 0 0:00:08 0:00:08 --:--:-- 3737k
1282024-05-03T02:44:46.444Z++ popd
1292024-05-03T02:44:46.444Z/work/oxidecomputer/maghemite
1302024-05-03T02:44:46.444Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1312024-05-03T02:44:46.444Z++ repo=sidecar-lite
1322024-05-03T02:44:46.444Z++ series=release
1332024-05-03T02:44:46.444Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1342024-05-03T02:44:46.444Z++ name=libsidecar_lite.so
1352024-05-03T02:44:46.444Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1362024-05-03T02:44:46.444Z++ mkdir -p download
1372024-05-03T02:44:46.444Z++ pushd download
1382024-05-03T02:44:46.444Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1392024-05-03T02:44:46.444Z++ [[ ! -f libsidecar_lite.so ]]
1402024-05-03T02:44:46.444Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1412024-05-03T02:44:46.451Z % Total % Received % Xferd Average Speed Time Time Time Current
1422024-05-03T02:44:46.451Z Dload Upload Total Spent Left Speed
1432024-05-03T02:44:51.424Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 16 20.3M 16 3535k 0 0 3643k 0 0:00:05 --:--:-- 0:00:05 3641k 25 20.3M 25 5359k 0 0 2831k 0 0:00:07 0:00:01 0:00:06 2831k 46 20.3M 46 9739k 0 0 3401k 0 0:00:06 0:00:02 0:00:04 3401k 55 20.3M 55 11.2M 0 0 3051k 0 0:00:06 0:00:03 0:00:03 3050k 81 20.3M 81 16.5M 0 0 3439k 0 0:00:06 0:00:04 0:00:02 3440k 100 20.3M 100 20.3M 0 0 4182k 0 0:00:04 0:00:04 --:--:-- 4313k
1442024-05-03T02:44:51.428Z++ popd
1452024-05-03T02:44:51.431Z/work/oxidecomputer/maghemite
1462024-05-03T02:44:51.431Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1472024-05-03T02:44:51.431Z++ repo=sidecar-lite
1482024-05-03T02:44:51.431Z++ series=release
1492024-05-03T02:44:51.431Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1502024-05-03T02:44:51.431Z++ name=scadm
1512024-05-03T02:44:51.431Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1522024-05-03T02:44:51.431Z++ mkdir -p download
1532024-05-03T02:44:51.431Z++ pushd download
1542024-05-03T02:44:51.431Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1552024-05-03T02:44:51.431Z++ [[ ! -f scadm ]]
1562024-05-03T02:44:51.431Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1572024-05-03T02:44:51.438Z % Total % Received % Xferd Average Speed Time Time Time Current
1582024-05-03T02:44:51.441Z Dload Upload Total Spent Left Speed
1592024-05-03T02:44:59.712Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 22.7M 2 507k 0 0 488k 0 0:00:47 0:00:01 0:00:46 488k 4 22.7M 4 983k 0 0 516k 0 0:00:45 0:00:01 0:00:44 516k 9 22.7M 9 2135k 0 0 674k 0 0:00:34 0:00:03 0:00:31 674k 35 22.7M 35 8179k 0 0 2127k 0 0:00:10 0:00:03 0:00:07 2127k 36 22.7M 36 8631k 0 0 1819k 0 0:00:12 0:00:04 0:00:08 1818k 77 22.7M 77 17.7M 0 0 3173k 0 0:00:07 0:00:05 0:00:02 3769k 87 22.7M 87 20.0M 0 0 2911k 0 0:00:08 0:00:07 0:00:01 3801k 95 22.7M 95 21.8M 0 0 2871k 0 0:00:08 0:00:07 0:00:01 4379k 100 22.7M 100 22.7M 0 0 2823k 0 0:00:08 0:00:08 --:--:-- 3427k
1602024-05-03T02:44:59.718Z++ popd
1612024-05-03T02:44:59.718Z/work/oxidecomputer/maghemite
1622024-05-03T02:44:59.719Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1632024-05-03T02:44:59.719Z++ repo=dendrite
1642024-05-03T02:44:59.719Z++ series=image
1652024-05-03T02:44:59.719Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1662024-05-03T02:44:59.719Z++ name=dendrite-softnpu.tar.gz
1672024-05-03T02:44:59.719Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1682024-05-03T02:44:59.719Z++ mkdir -p download
1692024-05-03T02:44:59.719Z++ pushd download
1702024-05-03T02:44:59.719Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1712024-05-03T02:44:59.719Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1722024-05-03T02:44:59.719Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1732024-05-03T02:44:59.725Z % Total % Received % Xferd Average Speed Time Time Time Current
1742024-05-03T02:44:59.725Z Dload Upload Total Spent Left Speed
1752024-05-03T02:45:11.142Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 37.5M 0 115k 0 0 216k 0 0:02:57 --:--:-- 0:02:57 216k 5 37.5M 5 2099k 0 0 1177k 0 0:00:32 0:00:01 0:00:31 1177k 10 37.5M 10 4091k 0 0 1305k 0 0:00:29 0:00:03 0:00:26 1305k 10 37.5M 10 4215k 0 0 1160k 0 0:00:33 0:00:03 0:00:30 1160k 21 37.5M 21 8227k 0 0 1806k 0 0:00:21 0:00:04 0:00:17 1806k 23 37.5M 23 9075k 0 0 1668k 0 0:00:23 0:00:05 0:00:18 1826k 30 37.5M 30 11.3M 0 0 1708k 0 0:00:22 0:00:06 0:00:16 1896k 49 37.5M 49 18.7M 0 0 2563k 0 0:00:15 0:00:07 0:00:08 3468k 87 37.5M 87 32.7M 0 0 3974k 0 0:00:09 0:00:08 0:00:01 6099k 87 37.5M 87 33.0M 0 0 3582k 0 0:00:10 0:00:09 0:00:01 5235k 99 37.5M 99 37.5M 0 0 3501k 0 0:00:10 0:00:10 --:--:-- 5302k 100 37.5M 100 37.5M 0 0 3369k 0 0:00:11 0:00:11 --:--:-- 5827k
1762024-05-03T02:45:11.146Z++ popd
1772024-05-03T02:45:11.146Z/work/oxidecomputer/maghemite
1782024-05-03T02:45:11.146Z++ get_artifact maghemite release e76dc67706beb806b2f0ecfd6d51097c6c06d534 ddmd
1792024-05-03T02:45:11.146Z++ repo=maghemite
1802024-05-03T02:45:11.146Z++ series=release
1812024-05-03T02:45:11.146Z++ commit=e76dc67706beb806b2f0ecfd6d51097c6c06d534
1822024-05-03T02:45:11.146Z++ name=ddmd
1832024-05-03T02:45:11.146Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1842024-05-03T02:45:11.146Z++ mkdir -p download
1852024-05-03T02:45:11.146Z++ pushd download
1862024-05-03T02:45:11.146Z++ [[ ! -f ddmd ]]
1872024-05-03T02:45:11.146Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1882024-05-03T02:45:11.146Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/e76dc67706beb806b2f0ecfd6d51097c6c06d534/ddmd
1892024-05-03T02:45:11.164Z % Total % Received % Xferd Average Speed Time Time Time Current
1902024-05-03T02:45:11.164Z Dload Upload Total Spent Left Speed
1912024-05-03T02:45:21.115Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 27.6M 4 1355k 0 0 1277k 0 0:00:22 0:00:01 0:00:21 1276k 10 27.6M 10 2991k 0 0 1458k 0 0:00:19 0:00:02 0:00:17 1457k 13 27.6M 13 3939k 0 0 1193k 0 0:00:23 0:00:03 0:00:20 1193k 16 27.6M 16 4567k 0 0 1001k 0 0:00:28 0:00:04 0:00:24 1001k 43 27.6M 43 12.0M 0 0 2140k 0 0:00:13 0:00:05 0:00:08 2155k 43 27.6M 43 12.0M 0 0 1998k 0 0:00:14 0:00:06 0:00:08 2148k 60 27.6M 60 16.8M 0 0 2301k 0 0:00:12 0:00:07 0:00:05 2620k 80 27.6M 80 22.1M 0 0 2638k 0 0:00:10 0:00:08 0:00:02 3538k 80 27.6M 80 22.1M 0 0 2496k 0 0:00:11 0:00:09 0:00:02 4000k 100 27.6M 100 27.6M 0 0 2841k 0 0:00:09 0:00:09 --:--:-- 3806k
1922024-05-03T02:45:21.119Z++ popd
1932024-05-03T02:45:21.119Z/work/oxidecomputer/maghemite
1942024-05-03T02:45:21.119Z++ get_artifact maghemite release e76dc67706beb806b2f0ecfd6d51097c6c06d534 ddmadm
1952024-05-03T02:45:21.119Z++ repo=maghemite
1962024-05-03T02:45:21.119Z++ series=release
1972024-05-03T02:45:21.120Z++ commit=e76dc67706beb806b2f0ecfd6d51097c6c06d534
1982024-05-03T02:45:21.120Z++ name=ddmadm
1992024-05-03T02:45:21.120Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2002024-05-03T02:45:21.120Z++ mkdir -p download
2012024-05-03T02:45:21.120Z++ pushd download
2022024-05-03T02:45:21.120Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2032024-05-03T02:45:21.120Z++ [[ ! -f ddmadm ]]
2042024-05-03T02:45:21.120Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/e76dc67706beb806b2f0ecfd6d51097c6c06d534/ddmadm
2052024-05-03T02:45:21.125Z % Total % Received % Xferd Average Speed Time Time Time Current
2062024-05-03T02:45:21.125Z Dload Upload Total Spent Left Speed
2072024-05-03T02:45:31.688Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 30.5M 0 299k 0 0 202k 0 0:02:34 0:00:01 0:02:33 202k 5 30.5M 5 1639k 0 0 673k 0 0:00:46 0:00:02 0:00:44 672k 9 30.5M 9 2995k 0 0 898k 0 0:00:34 0:00:03 0:00:31 898k 31 30.5M 31 9983k 0 0 2313k 0 0:00:13 0:00:04 0:00:09 2313k 48 30.5M 48 14.9M 0 0 3028k 0 0:00:10 0:00:05 0:00:05 3051k 68 30.5M 68 20.8M 0 0 3506k 0 0:00:08 0:00:06 0:00:02 4566k 80 30.5M 80 24.6M 0 0 3579k 0 0:00:08 0:00:07 0:00:01 5117k 86 30.5M 86 26.4M 0 0 3078k 0 0:00:10 0:00:08 0:00:02 4410k 92 30.5M 92 28.2M 0 0 3124k 0 0:00:10 0:00:09 0:00:01 3832k 94 30.5M 94 28.9M 0 0 2816k 0 0:00:11 0:00:10 0:00:01 2622k 100 30.5M 100 30.5M 0 0 2960k 0 0:00:10 0:00:10 --:--:-- 2219k
2082024-05-03T02:45:31.698Z++ popd
2092024-05-03T02:45:31.698Z/work/oxidecomputer/maghemite
2102024-05-03T02:45:31.699Z++ pushd download
2112024-05-03T02:45:31.699Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2122024-05-03T02:45:31.699Z++ chmod +x softnpu
2132024-05-03T02:45:31.699Z++ chmod +x scadm
2142024-05-03T02:45:31.707Z++ chmod +x ddmadm
2152024-05-03T02:45:31.707Z++ chmod +x ddmd
2162024-05-03T02:45:31.707Z++ mv ddmadm ddmadm-v1
2172024-05-03T02:45:31.708Z++ mv ddmd ddmd-v1
2182024-05-03T02:45:31.708Z++ rm -rf zones/dendrite
2192024-05-03T02:45:31.708Z++ mkdir -p zones/dendrite
2202024-05-03T02:45:31.715Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2212024-05-03T02:45:32.460Z++ popd
2222024-05-03T02:45:32.460Z++ banner install
2232024-05-03T02:45:32.460Z/work/oxidecomputer/maghemite
2242024-05-03T02:45:32.470Z
2252024-05-03T02:45:32.471Z # # # #### ##### ## # #
2262024-05-03T02:45:32.471Z # ## # # # # # # #
2272024-05-03T02:45:32.471Z # # # # #### # # # # #
2282024-05-03T02:45:32.471Z # # # # # # ###### # #
2292024-05-03T02:45:32.471Z # # ## # # # # # # #
2302024-05-03T02:45:32.471Z # # # #### # # # ###### ######
2312024-05-03T02:45:32.471Z
2322024-05-03T02:45:32.472Z++ pkg info brand/sparse
2332024-05-03T02:45:32.472Z++ grep -qi installed
2342024-05-03T02:45:42.928Zpkg: info: no packages matching the following patterns you specified are
2352024-05-03T02:45:42.928Zinstalled on the system. Try querying remotely instead:
2362024-05-03T02:45:42.928Z
2372024-05-03T02:45:42.928Z brand/sparse
2382024-05-03T02:45:42.970Z++ [[ 1 != 0 ]]
2392024-05-03T02:45:42.970Z++ set -o errexit
2402024-05-03T02:45:42.970Z++ pfexec pkg install brand/sparse
2412024-05-03T02:45:47.543Z Startup: Refreshing catalog 'helios-dev' ... Done
2422024-05-03T02:45:49.499Z Startup: Caching catalogs ... Done
2432024-05-03T02:45:52.238ZPlanning: Solver setup ... Done
2442024-05-03T02:45:52.283ZPlanning: Running solver ... Done
2452024-05-03T02:45:52.538ZPlanning: Finding local manifests ... Done
2462024-05-03T02:45:52.556ZPlanning: Fetching manifests: 0/1 0% complete
2472024-05-03T02:45:52.738ZPlanning: Fetching manifests: 1/1 100% complete
2482024-05-03T02:45:52.754ZPlanning: Package planning ... Done
2492024-05-03T02:45:52.757ZPlanning: Merging actions ... Done
2502024-05-03T02:45:53.843ZPlanning: Checking for conflicting actions ... Done
2512024-05-03T02:45:53.847ZPlanning: Consolidating action changes ... Done
2522024-05-03T02:46:01.639ZPlanning: Evaluating mediators ... Done
2532024-05-03T02:46:01.642ZPlanning: Planning completed in 12.08 seconds
2542024-05-03T02:46:01.650Z Packages to install: 1
2552024-05-03T02:46:01.650Z Create boot environment: No
2562024-05-03T02:46:01.650ZCreate backup boot environment: No
2572024-05-03T02:46:01.724Z
2582024-05-03T02:46:01.724ZDownload: 0/16 items 0.0/0.0MB 0% complete
2592024-05-03T02:46:02.190ZDownload: Completed 23.56 kB in 0.46 seconds (50.9k/s)
2602024-05-03T02:46:02.257Z Actions: 1/32 actions (Installing new actions)
2612024-05-03T02:46:02.262Z Actions: Completed 32 actions in 0.01 seconds.
2622024-05-03T02:46:02.464Z Done
2632024-05-03T02:46:02.465Z Done
2642024-05-03T02:46:02.727Z Done
2652024-05-03T02:46:08.839Z Done
2662024-05-03T02:46:09.057Z Done
2672024-05-03T02:46:09.060Z Done
2682024-05-03T02:46:09.159Z Done
2692024-05-03T02:46:09.406Z++ set -o errexit
2702024-05-03T02:46:09.406Z++ set -o pipefail
2712024-05-03T02:46:09.406Z++ banner build
2722024-05-03T02:46:09.409Z
2732024-05-03T02:46:09.410Z ##### # # # # #####
2742024-05-03T02:46:09.410Z # # # # # # # #
2752024-05-03T02:46:09.410Z ##### # # # # # #
2762024-05-03T02:46:09.410Z # # # # # # # #
2772024-05-03T02:46:09.410Z # # # # # # # #
2782024-05-03T02:46:09.410Z ##### #### # ###### #####
2792024-05-03T02:46:09.410Z
2802024-05-03T02:46:09.410Z++ cargo build --release --bin ddmd --bin ddmadm
2812024-05-03T02:46:09.549Z Updating crates.io index
2822024-05-03T02:46:09.552Z Updating git repository `https://github.com/oxidecomputer/falcon`
2832024-05-03T02:46:10.402ZFrom https://github.com/oxidecomputer/falcon
2842024-05-03T02:46:10.403Z * [new branch] main -> origin/main
2852024-05-03T02:46:10.403Z * [new ref] -> origin/HEAD
2862024-05-03T02:46:10.615Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2872024-05-03T02:46:11.930ZFrom https://github.com/oxidecomputer/dendrite
2882024-05-03T02:46:11.930Z * [new branch] add-link-id-to-link-create -> origin/add-link-id-to-link-create
2892024-05-03T02:46:11.934Z * [new branch] bugfix-omicron-4589 -> origin/bugfix-omicron-4589
2902024-05-03T02:46:11.935Z * [new branch] clippy_and_fmt_updates -> origin/clippy_and_fmt_updates
2912024-05-03T02:46:11.935Z * [new branch] compliance -> origin/compliance
2922024-05-03T02:46:11.935Z * [new branch] dependabot/cargo/h2-0.3.26 -> origin/dependabot/cargo/h2-0.3.26
2932024-05-03T02:46:11.935Z * [new branch] dependabot/cargo/rustls-0.21.12 -> origin/dependabot/cargo/rustls-0.21.12
2942024-05-03T02:46:11.935Z * [new branch] dpd-softnpu-smf -> origin/dpd-softnpu-smf
2952024-05-03T02:46:11.935Z * [new branch] helios2 -> origin/helios2
2962024-05-03T02:46:11.935Z * [new branch] mac-build -> origin/mac-build
2972024-05-03T02:46:11.935Z * [new branch] main -> origin/main
2982024-05-03T02:46:11.935Z * [new branch] map-all-the-things -> origin/map-all-the-things
2992024-05-03T02:46:11.935Z * [new branch] nat_rpw -> origin/nat_rpw
3002024-05-03T02:46:11.935Z * [new branch] nexthop-counters -> origin/nexthop-counters
3012024-05-03T02:46:11.935Z * [new branch] port-id -> origin/port-id
3022024-05-03T02:46:11.935Z * [new branch] reflection-tests -> origin/reflection-tests
3032024-05-03T02:46:11.935Z * [new branch] remove-routes-from-port-settings -> origin/remove-routes-from-port-settings
3042024-05-03T02:46:11.935Z * [new branch] renovate/anyhow-1.x-lockfile -> origin/renovate/anyhow-1.x-lockfile
3052024-05-03T02:46:11.935Z * [new branch] renovate/async-trait-0.x -> origin/renovate/async-trait-0.x
3062024-05-03T02:46:11.935Z * [new branch] renovate/cc-1.x-lockfile -> origin/renovate/cc-1.x-lockfile
3072024-05-03T02:46:11.936Z * [new branch] renovate/colored-2.x-lockfile -> origin/renovate/colored-2.x-lockfile
3082024-05-03T02:46:11.936Z * [new branch] renovate/http-1.x -> origin/renovate/http-1.x
3092024-05-03T02:46:11.936Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
3102024-05-03T02:46:11.936Z * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x
3112024-05-03T02:46:11.936Z * [new branch] renovate/socket2-0.x-lockfile -> origin/renovate/socket2-0.x-lockfile
3122024-05-03T02:46:11.936Z * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x
3132024-05-03T02:46:11.936Z * [new branch] renovate/tabwriter-1.x-lockfile -> origin/renovate/tabwriter-1.x-lockfile
3142024-05-03T02:46:11.936Z * [new branch] rust-toolchain -> origin/rust-toolchain
3152024-05-03T02:46:11.936Z * [new branch] softnpu-tfportd-support -> origin/softnpu-tfportd-support
3162024-05-03T02:46:11.936Z * [new branch] split-sff-access-too -> origin/split-sff-access-too
3172024-05-03T02:46:11.939Z * [new branch] update-oximeter -> origin/update-oximeter
3182024-05-03T02:46:11.939Z * [new branch] updates -> origin/updates
3192024-05-03T02:46:11.939Z * [new ref] -> origin/HEAD
3202024-05-03T02:46:11.974Z Updating git repository `https://github.com/oxidecomputer/dropshot`
3212024-05-03T02:46:12.733ZFrom https://github.com/oxidecomputer/dropshot
3222024-05-03T02:46:12.733Z * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push
3232024-05-03T02:46:12.738Z * [new branch] async -> origin/async
3242024-05-03T02:46:12.738Z * [new branch] build-o-mat -> origin/build-o-mat
3252024-05-03T02:46:12.738Z * [new branch] camel -> origin/camel
3262024-05-03T02:46:12.738Z * [new branch] carets -> origin/carets
3272024-05-03T02:46:12.738Z * [new branch] changes -> origin/changes
3282024-05-03T02:46:12.738Z * [new branch] ci-version -> origin/ci-version
3292024-05-03T02:46:12.738Z * [new branch] cleanup-tweak -> origin/cleanup-tweak
3302024-05-03T02:46:12.738Z * [new branch] clippy -> origin/clippy
3312024-05-03T02:46:12.738Z * [new branch] clippy-enforcement -> origin/clippy-enforcement
3322024-05-03T02:46:12.738Z * [new branch] clone -> origin/clone
3332024-05-03T02:46:12.738Z * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0
3342024-05-03T02:46:12.738Z * [new branch] dependabot/cargo/hyper-1.3.1 -> origin/dependabot/cargo/hyper-1.3.1
3352024-05-03T02:46:12.738Z * [new branch] dependabot/cargo/hyper-rustls-0.26.0 -> origin/dependabot/cargo/hyper-rustls-0.26.0
3362024-05-03T02:46:12.738Z * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0
3372024-05-03T02:46:12.738Z * [new branch] doc -> origin/doc
3382024-05-03T02:46:12.738Z * [new branch] err -> origin/err
3392024-05-03T02:46:12.738Z * [new branch] example-resumable-download -> origin/example-resumable-download
3402024-05-03T02:46:12.739Z * [new branch] expectorate -> origin/expectorate
3412024-05-03T02:46:12.739Z * [new branch] extracted -> origin/extracted
3422024-05-03T02:46:12.739Z * [new branch] fix_tests -> origin/fix_tests
3432024-05-03T02:46:12.739Z * [new branch] fmt2 -> origin/fmt2
3442024-05-03T02:46:12.739Z * [new branch] infinite_type_resolve -> origin/infinite_type_resolve
3452024-05-03T02:46:12.739Z * [new branch] kulakowski/tls -> origin/kulakowski/tls
3462024-05-03T02:46:12.739Z * [new branch] main -> origin/main
3472024-05-03T02:46:12.739Z * [new branch] maintainer-docs -> origin/maintainer-docs
3482024-05-03T02:46:12.739Z * [new branch] merge-server-config -> origin/merge-server-config
3492024-05-03T02:46:12.739Z * [new branch] multi-api -> origin/multi-api
3502024-05-03T02:46:12.739Z * [new branch] multiverse -> origin/multiverse
3512024-05-03T02:46:12.739Z * [new branch] openapi -> origin/openapi
3522024-05-03T02:46:12.739Z * [new branch] openapi2 -> origin/openapi2
3532024-05-03T02:46:12.739Z * [new branch] port-fix-better -> origin/port-fix-better
3542024-05-03T02:46:12.743Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
3552024-05-03T02:46:12.743Z * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x
3562024-05-03T02:46:12.743Z * [new branch] rmp-page-token -> origin/rmp-page-token
3572024-05-03T02:46:12.743Z * [new branch] rustfmt-m1 -> origin/rustfmt-m1
3582024-05-03T02:46:12.743Z * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only
3592024-05-03T02:46:12.743Z * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options
3602024-05-03T02:46:12.744Z * [new branch] server-log -> origin/server-log
3612024-05-03T02:46:12.744Z * [new branch] simple-headers -> origin/simple-headers
3622024-05-03T02:46:12.744Z * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor
3632024-05-03T02:46:12.744Z * [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
3642024-05-03T02:46:12.744Z * [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
3652024-05-03T02:46:12.744Z * [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
3662024-05-03T02:46:12.744Z * [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
3672024-05-03T02:46:12.744Z * [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
3682024-05-03T02:46:12.744Z * [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
3692024-05-03T02:46:12.744Z * [new branch] sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers -> origin/sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers
3702024-05-03T02:46:12.744Z * [new branch] test-skip-deserialize -> origin/test-skip-deserialize
3712024-05-03T02:46:12.744Z * [new branch] update-usdt-dep -> origin/update-usdt-dep
3722024-05-03T02:46:12.744Z * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody
3732024-05-03T02:46:12.744Z * [new branch] websockets -> origin/websockets
3742024-05-03T02:46:12.744Z * [new branch] x-forwarded-for -> origin/x-forwarded-for
3752024-05-03T02:46:12.744Z * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD
3762024-05-03T02:46:12.744Z * [new ref] -> origin/HEAD
3772024-05-03T02:46:12.744Z * [new tag] v0.10.0 -> v0.10.0
3782024-05-03T02:46:12.744Z * [new tag] v0.3.0 -> v0.3.0
3792024-05-03T02:46:12.744Z * [new tag] v0.4.0 -> v0.4.0
3802024-05-03T02:46:12.744Z * [new tag] v0.5.0 -> v0.5.0
3812024-05-03T02:46:12.744Z * [new tag] v0.5.1 -> v0.5.1
3822024-05-03T02:46:12.745Z * [new tag] v0.6.0 -> v0.6.0
3832024-05-03T02:46:12.745Z * [new tag] v0.7.0 -> v0.7.0
3842024-05-03T02:46:12.745Z * [new tag] v0.8.0 -> v0.8.0
3852024-05-03T02:46:12.745Z * [new tag] v0.9.0 -> v0.9.0
3862024-05-03T02:46:12.769Z Updating git repository `https://github.com/oxidecomputer/ispf`
3872024-05-03T02:46:13.178ZFrom https://github.com/oxidecomputer/ispf
3882024-05-03T02:46:13.178Z * [new branch] main -> origin/main
3892024-05-03T02:46:13.182Z * [new ref] -> origin/HEAD
3902024-05-03T02:46:13.201Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3912024-05-03T02:46:13.805ZFrom https://github.com/oxidecomputer/netadm-sys
3922024-05-03T02:46:13.805Z * [new branch] compile-macos -> origin/compile-macos
3932024-05-03T02:46:13.816Z * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25
3942024-05-03T02:46:13.816Z * [new branch] gh-pages -> origin/gh-pages
3952024-05-03T02:46:13.816Z * [new branch] main -> origin/main
3962024-05-03T02:46:13.817Z * [new branch] route-get-timeout -> origin/route-get-timeout
3972024-05-03T02:46:13.817Z * [new branch] siocgnds -> origin/siocgnds
3982024-05-03T02:46:13.817Z * [new ref] -> origin/HEAD
3992024-05-03T02:46:14.245Z Updating git repository `https://github.com/oxidecomputer/omicron`
4002024-05-03T02:46:19.360ZFrom https://github.com/oxidecomputer/omicron
4012024-05-03T02:46:19.360Z * [new branch] 267 -> origin/267
4022024-05-03T02:46:19.373Z * [new branch] 686-and-717-in-a-blender -> origin/686-and-717-in-a-blender
4032024-05-03T02:46:19.373Z * [new branch] a4x2 -> origin/a4x2
4042024-05-03T02:46:19.373Z * [new branch] abandoned/disallow-full-scan -> origin/abandoned/disallow-full-scan
4052024-05-03T02:46:19.374Z * [new branch] actions-on-push-only -> origin/actions-on-push-only
4062024-05-03T02:46:19.374Z * [new branch] actually-provision-multiple-crdbs -> origin/actually-provision-multiple-crdbs
4072024-05-03T02:46:19.374Z * [new branch] add-global-api -> origin/add-global-api
4082024-05-03T02:46:19.374Z * [new branch] ajs/deployment-config-schema -> origin/ajs/deployment-config-schema
4092024-05-03T02:46:19.374Z * [new branch] alan/a-gimlet-under-every-tree -> origin/alan/a-gimlet-under-every-tree
4102024-05-03T02:46:19.374Z * [new branch] alan/merge-main-megarepo -> origin/alan/merge-main-megarepo
4112024-05-03T02:46:19.374Z * [new branch] andy/chronylocal -> origin/andy/chronylocal
4122024-05-03T02:46:19.374Z * [new branch] andy/project -> origin/andy/project
4132024-05-03T02:46:19.374Z * [new branch] archived/actix-configurable -> origin/archived/actix-configurable
4142024-05-03T02:46:19.374Z * [new branch] archived/backend-rewrite -> origin/archived/backend-rewrite
4152024-05-03T02:46:19.374Z * [new branch] archived/disks -> origin/archived/disks
4162024-05-03T02:46:19.374Z * [new branch] archived/dropshot-consumer-cleanup -> origin/archived/dropshot-consumer-cleanup
4172024-05-03T02:46:19.374Z * [new branch] archived/extractors -> origin/archived/extractors
4182024-05-03T02:46:19.374Z * [new branch] archived/handler-return-rewrite -> origin/archived/handler-return-rewrite
4192024-05-03T02:46:19.374Z * [new branch] archived/http-rewrite -> origin/archived/http-rewrite
4202024-05-03T02:46:19.374Z * [new branch] archived/http-submodule-rewrite -> origin/archived/http-submodule-rewrite
4212024-05-03T02:46:19.374Z * [new branch] archived/httpapi-extract -> origin/archived/httpapi-extract
4222024-05-03T02:46:19.374Z * [new branch] archived/httpapi-rename -> origin/archived/httpapi-rename
4232024-05-03T02:46:19.374Z * [new branch] archived/instance-reboot -> origin/archived/instance-reboot
4242024-05-03T02:46:19.374Z * [new branch] archived/instance-simulation -> origin/archived/instance-simulation
4252024-05-03T02:46:19.375Z * [new branch] archived/instance-work -> origin/archived/instance-work
4262024-05-03T02:46:19.375Z * [new branch] archived/logging -> origin/archived/logging
4272024-05-03T02:46:19.375Z * [new branch] archived/logging-move -> origin/archived/logging-move
4282024-05-03T02:46:19.375Z * [new branch] archived/model-rewrite -> origin/archived/model-rewrite
4292024-05-03T02:46:19.375Z * [new branch] archived/openapi-exec-tests -> origin/archived/openapi-exec-tests
4302024-05-03T02:46:19.375Z * [new branch] archived/router-rewrite -> origin/archived/router-rewrite
4312024-05-03T02:46:19.375Z * [new branch] archived/rustfmt-test -> origin/archived/rustfmt-test
4322024-05-03T02:46:19.375Z * [new branch] archived/rustfmt-without-wrap_comments -> origin/archived/rustfmt-without-wrap_comments
4332024-05-03T02:46:19.375Z * [new branch] archived/server-controller-extraction -> origin/archived/server-controller-extraction
4342024-05-03T02:46:19.375Z * [new branch] artemis/crucible-set-primarycache -> origin/artemis/crucible-set-primarycache
4352024-05-03T02:46:19.375Z * [new branch] attach-by-name-or-id -> origin/attach-by-name-or-id
4362024-05-03T02:46:19.375Z * [new branch] attempt-to-repro-bb8-oddities -> origin/attempt-to-repro-bb8-oddities
4372024-05-03T02:46:19.375Z * [new branch] authz-role-test -> origin/authz-role-test
4382024-05-03T02:46:19.375Z * [new branch] bg-task-testbed -> origin/bg-task-testbed
4392024-05-03T02:46:19.375Z * [new branch] bigger-disks -> origin/bigger-disks
4402024-05-03T02:46:19.376Z * [new branch] bootstore-2 -> origin/bootstore-2
4412024-05-03T02:46:19.376Z * [new branch] bootstore-early-networking -> origin/bootstore-early-networking
4422024-05-03T02:46:19.376Z * [new branch] bootstore-integration -> origin/bootstore-integration
4432024-05-03T02:46:19.376Z * [new branch] bootstrap-agent-cancel-safety -> origin/bootstrap-agent-cancel-safety
4442024-05-03T02:46:19.376Z * [new branch] bump_dendrite -> origin/bump_dendrite
4452024-05-03T02:46:19.376Z * [new branch] catch-eexist-dladm -> origin/catch-eexist-dladm
4462024-05-03T02:46:19.376Z * [new branch] cfg-out-the-whole-shebang -> origin/cfg-out-the-whole-shebang
4472024-05-03T02:46:19.376Z * [new branch] clickhouse-21.10.4.26 -> origin/clickhouse-21.10.4.26
4482024-05-03T02:46:19.376Z * [new branch] clippy -> origin/clippy
4492024-05-03T02:46:19.376Z * [new branch] clippy-unused-async -> origin/clippy-unused-async
4502024-05-03T02:46:19.376Z * [new branch] cockroach-v22.2 -> origin/cockroach-v22.2
4512024-05-03T02:46:19.376Z * [new branch] concurrent-disk-new -> origin/concurrent-disk-new
4522024-05-03T02:46:19.376Z * [new branch] conform-m2 -> origin/conform-m2
4532024-05-03T02:46:19.377Z * [new branch] convert-new-lookup-rest -> origin/convert-new-lookup-rest
4542024-05-03T02:46:19.377Z * [new branch] convert-virtual-provisioning -> origin/convert-virtual-provisioning
4552024-05-03T02:46:19.377Z * [new branch] crucible-sled-agent -> origin/crucible-sled-agent
4562024-05-03T02:46:19.377Z * [new branch] dap-loop-debugging -> origin/dap-loop-debugging
4572024-05-03T02:46:19.377Z * [new branch] dap-loop-debugging-rebased -> origin/dap-loop-debugging-rebased
4582024-05-03T02:46:19.377Z * [new branch] dap/blueprint-builder-cleanup -> origin/dap/blueprint-builder-cleanup
4592024-05-03T02:46:19.377Z * [new branch] dap/ci-debug -> origin/dap/ci-debug
4602024-05-03T02:46:19.378Z * [new branch] dap/cockroach-init -> origin/dap/cockroach-init
4612024-05-03T02:46:19.378Z * [new branch] dap/dns-preview -> origin/dap/dns-preview
4622024-05-03T02:46:19.378Z * [new branch] dap/dns-work -> origin/dap/dns-work
4632024-05-03T02:46:19.378Z * [new branch] dap/dnsping -> origin/dap/dnsping
4642024-05-03T02:46:19.378Z * [new branch] dap/nexus-inventory -> origin/dap/nexus-inventory
4652024-05-03T02:46:19.378Z * [new branch] dap/schema-migration-better-demo1 -> origin/dap/schema-migration-better-demo1
4662024-05-03T02:46:19.379Z * [new branch] dap/schema-migration-better-demo2 -> origin/dap/schema-migration-better-demo2
4672024-05-03T02:46:19.379Z * [new branch] dap/schema-migration-better-merged -> origin/dap/schema-migration-better-merged
4682024-05-03T02:46:19.379Z * [new branch] dap/silo-external-dns -> origin/dap/silo-external-dns
4692024-05-03T02:46:19.379Z * [new branch] dap/tls-sni -> origin/dap/tls-sni
4702024-05-03T02:46:19.379Z * [new branch] dap/update-control -> origin/dap/update-control
4712024-05-03T02:46:19.379Z * [new branch] dap/update-unused-code -> origin/dap/update-unused-code
4722024-05-03T02:46:19.379Z * [new branch] dbg-print-timeseries-key -> origin/dbg-print-timeseries-key
4732024-05-03T02:46:19.380Z * [new branch] dead-roaches -> origin/dead-roaches
4742024-05-03T02:46:19.380Z * [new branch] debug-disk-space -> origin/debug-disk-space
4752024-05-03T02:46:19.380Z * [new branch] delete-specific-timeseries-during-upgrade -> origin/delete-specific-timeseries-during-upgrade
4762024-05-03T02:46:19.380Z * [new branch] demo -> origin/demo
4772024-05-03T02:46:19.380Z * [new branch] demo_m2 -> origin/demo_m2
4782024-05-03T02:46:19.380Z * [new branch] dendrite-integration -> origin/dendrite-integration
4792024-05-03T02:46:19.380Z * [new branch] dependabot/cargo/dropshot-0018f66 -> origin/dependabot/cargo/dropshot-0018f66
4802024-05-03T02:46:19.381Z * [new branch] dependabot/test/no/push -> origin/dependabot/test/no/push
4812024-05-03T02:46:19.381Z * [new branch] dns-dataset -> origin/dns-dataset
4822024-05-03T02:46:19.381Z * [new branch] document-external-internal -> origin/document-external-internal
4832024-05-03T02:46:19.381Z * [new branch] dropshot-local -> origin/dropshot-local
4842024-05-03T02:46:19.381Z * [new branch] duplicate-role-assignment-500 -> origin/duplicate-role-assignment-500
4852024-05-03T02:46:19.381Z * [new branch] eliza/instance-updater -> origin/eliza/instance-updater
4862024-05-03T02:46:19.381Z * [new branch] eliza/instance-watch-rpw -> origin/eliza/instance-watch-rpw
4872024-05-03T02:46:19.382Z * [new branch] eliza/nixos-build -> origin/eliza/nixos-build
4882024-05-03T02:46:19.382Z * [new branch] eliza/no-more-services -> origin/eliza/no-more-services
4892024-05-03T02:46:19.382Z * [new branch] eliza/oximeter-static-str -> origin/eliza/oximeter-static-str
4902024-05-03T02:46:19.382Z * [new branch] even-more-actions-runner-rimraf -> origin/even-more-actions-runner-rimraf
4912024-05-03T02:46:19.382Z * [new branch] executor-fake -> origin/executor-fake
4922024-05-03T02:46:19.382Z * [new branch] expunge-zones-with-expunged-disks -> origin/expunge-zones-with-expunged-disks
4932024-05-03T02:46:19.382Z * [new branch] external-service-allowlists -> origin/external-service-allowlists
4942024-05-03T02:46:19.382Z * [new branch] external_log -> origin/external_log
4952024-05-03T02:46:19.382Z * [new branch] felixmcfelix/opte-underlay-lock -> origin/felixmcfelix/opte-underlay-lock
4962024-05-03T02:46:19.383Z * [new branch] firewall-notify-sled -> origin/firewall-notify-sled
4972024-05-03T02:46:19.383Z * [new branch] firewall-vpc -> origin/firewall-vpc
4982024-05-03T02:46:19.383Z * [new branch] flaky-issue-templates -> origin/flaky-issue-templates
4992024-05-03T02:46:19.383Z * [new branch] folgers -> origin/folgers
5002024-05-03T02:46:19.383Z * [new branch] fromstr -> origin/fromstr
5012024-05-03T02:46:19.383Z * [new branch] gateway -> origin/gateway
5022024-05-03T02:46:19.398Z * [new branch] gateway_message_bump -> origin/gateway_message_bump
5032024-05-03T02:46:19.398Z * [new branch] host-fake -> origin/host-fake
5042024-05-03T02:46:19.398Z * [new branch] iliana/3430-hubris -> origin/iliana/3430-hubris
5052024-05-03T02:46:19.398Z * [new branch] iliana/baleeted -> origin/iliana/baleeted
5062024-05-03T02:46:19.398Z * [new branch] iliana/buildomat-sync -> origin/iliana/buildomat-sync
5072024-05-03T02:46:19.398Z * [new branch] iliana/crdb-cluster-version -> origin/iliana/crdb-cluster-version
5082024-05-03T02:46:19.399Z * [new branch] iliana/crdb-cluster-version-v2 -> origin/iliana/crdb-cluster-version-v2
5092024-05-03T02:46:19.399Z * [new branch] iliana/crdb-v22.2 -> origin/iliana/crdb-v22.2
5102024-05-03T02:46:19.399Z * [new branch] iliana/do-not-merge-libxmlsec-1.3 -> origin/iliana/do-not-merge-libxmlsec-1.3
5112024-05-03T02:46:19.399Z * [new branch] iliana/dont-merge -> origin/iliana/dont-merge
5122024-05-03T02:46:19.399Z * [new branch] iliana/for-linux-weirdos -> origin/iliana/for-linux-weirdos
5132024-05-03T02:46:19.399Z * [new branch] iliana/hack-do-not-merge -> origin/iliana/hack-do-not-merge
5142024-05-03T02:46:19.399Z * [new branch] iliana/it-keeps-happening-2 -> origin/iliana/it-keeps-happening-2
5152024-05-03T02:46:19.399Z * [new branch] iliana/keysmash -> origin/iliana/keysmash
5162024-05-03T02:46:19.399Z * [new branch] iliana/manifest-flatten -> origin/iliana/manifest-flatten
5172024-05-03T02:46:19.399Z * [new branch] iliana/split-package -> origin/iliana/split-package
5182024-05-03T02:46:19.400Z * [new branch] iliana/try -> origin/iliana/try
5192024-05-03T02:46:19.400Z * [new branch] iliana/wtf -> origin/iliana/wtf
5202024-05-03T02:46:19.400Z * [new branch] illumos-ci -> origin/illumos-ci
5212024-05-03T02:46:19.400Z * [new branch] installinator-fail-if-flaky-disk -> origin/installinator-fail-if-flaky-disk
5222024-05-03T02:46:19.400Z * [new branch] ipv6-testing -> origin/ipv6-testing
5232024-05-03T02:46:19.400Z * [new branch] issue-213-static -> origin/issue-213-static
5242024-05-03T02:46:19.400Z * [new branch] issue-3432 -> origin/issue-3432
5252024-05-03T02:46:19.400Z * [new branch] issue-5214-v2p-mapping-rpw -> origin/issue-5214-v2p-mapping-rpw
5262024-05-03T02:46:19.400Z * [new branch] jclulow -> origin/jclulow
5272024-05-03T02:46:19.400Z * [new branch] john/blueprint-store-sled-state -> origin/john/blueprint-store-sled-state
5282024-05-03T02:46:19.400Z * [new branch] john/deny-interior-mutable-const -> origin/john/deny-interior-mutable-const
5292024-05-03T02:46:19.400Z * [new branch] john/omdb-fudge-serial -> origin/john/omdb-fudge-serial
5302024-05-03T02:46:19.400Z * [new branch] john/test-tuf-repo-trigger -> origin/john/test-tuf-repo-trigger
5312024-05-03T02:46:19.400Z * [new branch] keeplogs -> origin/keeplogs
5322024-05-03T02:46:19.400Z * [new branch] less-dns-panic -> origin/less-dns-panic
5332024-05-03T02:46:19.400Z * [new branch] less-explosive-sled-agent -> origin/less-explosive-sled-agent
5342024-05-03T02:46:19.400Z * [new branch] lookup-authorized -> origin/lookup-authorized
5352024-05-03T02:46:19.400Z * [new branch] low-rent-trust-quorum -> origin/low-rent-trust-quorum
5362024-05-03T02:46:19.401Z * [new branch] low-rent-trust-quorum-3 -> origin/low-rent-trust-quorum-3
5372024-05-03T02:46:19.401Z * [new branch] lrtq-fsms-experiment -> origin/lrtq-fsms-experiment
5382024-05-03T02:46:19.401Z * [new branch] lrtq-fsms-model-changes -> origin/lrtq-fsms-model-changes
5392024-05-03T02:46:19.401Z * [new branch] lrtq-fsms-multiple-tests -> origin/lrtq-fsms-multiple-tests
5402024-05-03T02:46:19.401Z * [new branch] lrtq-networking -> origin/lrtq-networking
5412024-05-03T02:46:19.401Z * [new branch] lrtq-networking-config -> origin/lrtq-networking-config
5422024-05-03T02:46:19.401Z * [new branch] lrtq-networking2 -> origin/lrtq-networking2
5432024-05-03T02:46:19.401Z * [new branch] lrtq-persistence -> origin/lrtq-persistence
5442024-05-03T02:46:19.401Z * [new branch] lrtq-protocol -> origin/lrtq-protocol
5452024-05-03T02:46:19.401Z * [new branch] lrtq-protocol-separate-state-handlers -> origin/lrtq-protocol-separate-state-handlers
5462024-05-03T02:46:19.401Z * [new branch] luqmana/nexus-opte -> origin/luqmana/nexus-opte
5472024-05-03T02:46:19.401Z * [new branch] luqmana/non-gimlet-gimlet -> origin/luqmana/non-gimlet-gimlet
5482024-05-03T02:46:19.401Z * [new branch] luqmana/scoped-ipv6-addr -> origin/luqmana/scoped-ipv6-addr
5492024-05-03T02:46:19.401Z * [new branch] luqmana/uplink-vid -> origin/luqmana/uplink-vid
5502024-05-03T02:46:19.401Z * [new branch] macos-test-concurrency -> origin/macos-test-concurrency
5512024-05-03T02:46:19.401Z * [new branch] maghemite-integration -> origin/maghemite-integration
5522024-05-03T02:46:19.401Z * [new branch] main -> origin/main
5532024-05-03T02:46:19.401Z * [new branch] metrics-experiments -> origin/metrics-experiments
5542024-05-03T02:46:19.401Z * [new branch] more-raw-cte-setup -> origin/more-raw-cte-setup
5552024-05-03T02:46:19.401Z * [new branch] mupdate-demo -> origin/mupdate-demo
5562024-05-03T02:46:19.401Z * [new branch] net-reorg -> origin/net-reorg
5572024-05-03T02:46:19.401Z * [new branch] new-lookup-proc-macro -> origin/new-lookup-proc-macro
5582024-05-03T02:46:19.401Z * [new branch] new-lookup-traits -> origin/new-lookup-traits
5592024-05-03T02:46:19.402Z * [new branch] new-toolchain -> origin/new-toolchain
5602024-05-03T02:46:19.402Z * [new branch] newfolgers -> origin/newfolgers
5612024-05-03T02:46:19.402Z * [new branch] nexus-add-sled-part-2 -> origin/nexus-add-sled-part-2
5622024-05-03T02:46:19.402Z * [new branch] nexus-update-refresh -> origin/nexus-update-refresh
5632024-05-03T02:46:19.402Z * [new branch] no-empty-filter-array -> origin/no-empty-filter-array
5642024-05-03T02:46:19.402Z * [new branch] omdb-physical-disks -> origin/omdb-physical-disks
5652024-05-03T02:46:19.402Z * [new branch] omdb-physical-disks-experimental-tables -> origin/omdb-physical-disks-experimental-tables
5662024-05-03T02:46:19.402Z * [new branch] omdb-services -> origin/omdb-services
5672024-05-03T02:46:19.402Z * [new branch] omicron_dev_ci -> origin/omicron_dev_ci
5682024-05-03T02:46:19.402Z * [new branch] opte-and-plumb-network-interface -> origin/opte-and-plumb-network-interface
5692024-05-03T02:46:19.402Z * [new branch] oxdb-dashboard -> origin/oxdb-dashboard
5702024-05-03T02:46:19.402Z * [new branch] oximeter-schema-id -> origin/oximeter-schema-id
5712024-05-03T02:46:19.402Z * [new branch] oxpop -> origin/oxpop
5722024-05-03T02:46:19.402Z * [new branch] pkg-config-install-note -> origin/pkg-config-install-note
5732024-05-03T02:46:19.402Z * [new branch] propagate-firewall-rules-to-sled -> origin/propagate-firewall-rules-to-sled
5742024-05-03T02:46:19.402Z * [new branch] prove-le-bug -> origin/prove-le-bug
5752024-05-03T02:46:19.402Z * [new branch] redirect-url-state -> origin/redirect-url-state
5762024-05-03T02:46:19.402Z * [new branch] refactor-bootstrap-client-sprockets-proxy -> origin/refactor-bootstrap-client-sprockets-proxy
5772024-05-03T02:46:19.402Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
5782024-05-03T02:46:19.402Z * [new branch] renovate/async-recursion-1.x -> origin/renovate/async-recursion-1.x
5792024-05-03T02:46:19.402Z * [new branch] renovate/flate2-1.x -> origin/renovate/flate2-1.x
5802024-05-03T02:46:19.402Z * [new branch] renovate/httptest-0.x -> origin/renovate/httptest-0.x
5812024-05-03T02:46:19.402Z * [new branch] renovate/hyper-rustls-0.x -> origin/renovate/hyper-rustls-0.x
5822024-05-03T02:46:19.403Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
5832024-05-03T02:46:19.403Z * [new branch] renovate/peg-0.x -> origin/renovate/peg-0.x
5842024-05-03T02:46:19.403Z * [new branch] renovate/rcgen-0.x -> origin/renovate/rcgen-0.x
5852024-05-03T02:46:19.403Z * [new branch] renovate/rustls-0.x -> origin/renovate/rustls-0.x
5862024-05-03T02:46:19.403Z * [new branch] renovate/zip-1.x -> origin/renovate/zip-1.x
5872024-05-03T02:46:19.403Z * [new branch] reservoir -> origin/reservoir
5882024-05-03T02:46:19.403Z * [new branch] resilient-nexus -> origin/resilient-nexus
5892024-05-03T02:46:19.403Z * [new branch] resource-identifier -> origin/resource-identifier
5902024-05-03T02:46:19.403Z * [new branch] retry-txn -> origin/retry-txn
5912024-05-03T02:46:19.403Z * [new branch] return-cert-pem -> origin/return-cert-pem
5922024-05-03T02:46:19.403Z * [new branch] rev-opte -> origin/rev-opte
5932024-05-03T02:46:19.403Z * [new branch] revert-936 -> origin/revert-936
5942024-05-03T02:46:19.403Z * [new branch] rfd-322-images -> origin/rfd-322-images
5952024-05-03T02:46:19.403Z * [new branch] rpz-ext-ip-hack -> origin/rpz-ext-ip-hack
5962024-05-03T02:46:19.403Z * [new branch] rpz-opte-sled-agent -> origin/rpz-opte-sled-agent
5972024-05-03T02:46:19.403Z * [new branch] rpz-use-oxide-vpc -> origin/rpz-use-oxide-vpc
5982024-05-03T02:46:19.403Z * [new branch] rss-testing -> origin/rss-testing
5992024-05-03T02:46:19.403Z * [new branch] self-assembling-nexus -> origin/self-assembling-nexus
6002024-05-03T02:46:19.403Z * [new branch] self-assembling-ntp -> origin/self-assembling-ntp
6012024-05-03T02:46:19.403Z * [new branch] service-management-and-rss-handoff -> origin/service-management-and-rss-handoff
6022024-05-03T02:46:19.408Z * [new branch] shatter-authn -> origin/shatter-authn
6032024-05-03T02:46:19.409Z * [new branch] short-term-disk-workaround -> origin/short-term-disk-workaround
6042024-05-03T02:46:19.409Z * [new branch] silo-create -> origin/silo-create
6052024-05-03T02:46:19.409Z * [new branch] silo-groups-and-metrics -> origin/silo-groups-and-metrics
6062024-05-03T02:46:19.409Z * [new branch] silo_groups_dap -> origin/silo_groups_dap
6072024-05-03T02:46:19.409Z * [new branch] silo_groups_dap_queries -> origin/silo_groups_dap_queries
6082024-05-03T02:46:19.409Z * [new branch] simple-cache -> origin/simple-cache
6092024-05-03T02:46:19.409Z * [new branch] sled-agent-lifecycle -> origin/sled-agent-lifecycle
6102024-05-03T02:46:19.409Z * [new branch] sled-agent-service-gen -> origin/sled-agent-service-gen
6112024-05-03T02:46:19.409Z * [new branch] sled-agent/register-as-producer -> origin/sled-agent/register-as-producer
6122024-05-03T02:46:19.409Z * [new branch] sled-hw-notification-simplification -> origin/sled-hw-notification-simplification
6132024-05-03T02:46:19.409Z * [new branch] sled-hw-notification-simplification-2 -> origin/sled-hw-notification-simplification-2
6142024-05-03T02:46:19.409Z * [new branch] sled-location -> origin/sled-location
6152024-05-03T02:46:19.409Z * [new branch] snat-ip-respects-pool -> origin/snat-ip-respects-pool
6162024-05-03T02:46:19.409Z * [new branch] sp_v1.0.4 -> origin/sp_v1.0.4
6172024-05-03T02:46:19.409Z * [new branch] special-delivery -> origin/special-delivery
6182024-05-03T02:46:19.409Z * [new branch] staging_and_prod_diff -> origin/staging_and_prod_diff
6192024-05-03T02:46:19.409Z * [new branch] sunshowers/oxpop-wicket -> origin/sunshowers/oxpop-wicket
6202024-05-03T02:46:19.409Z * [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
6212024-05-03T02:46:19.409Z * [new branch] sunshowers/spr/installinator-wip-initial-stub-version -> origin/sunshowers/spr/installinator-wip-initial-stub-version
6222024-05-03T02:46:19.409Z * [new branch] sunshowers/spr/installinatorupdate-engine-some-reporting-improvements -> origin/sunshowers/spr/installinatorupdate-engine-some-reporting-improvements
6232024-05-03T02:46:19.409Z * [new branch] sunshowers/spr/main.internal-dns-move-zone-ids-to-typeduuid -> origin/sunshowers/spr/main.internal-dns-move-zone-ids-to-typeduuid
6242024-05-03T02:46:19.409Z * [new branch] sunshowers/spr/main.omdb-improve-cli-ux -> origin/sunshowers/spr/main.omdb-improve-cli-ux
6252024-05-03T02:46:19.409Z * [new branch] sunshowers/spr/main.omdb-show-sled-policy-and-state-allow-application-of-filter -> origin/sunshowers/spr/main.omdb-show-sled-policy-and-state-allow-application-of-filter
6262024-05-03T02:46:19.410Z * [new branch] sunshowers/spr/main.reconfigurator-turn-expunged-sleds-into-expunged-zones -> origin/sunshowers/spr/main.reconfigurator-turn-expunged-sleds-into-expunged-zones
6272024-05-03T02:46:19.410Z * [new branch] sunshowers/spr/main.rfc-nexus-types-more-validation-for-planninginput -> origin/sunshowers/spr/main.rfc-nexus-types-more-validation-for-planninginput
6282024-05-03T02:46:19.410Z * [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
6292024-05-03T02:46:19.410Z * [new branch] sunshowers/spr/main.wicket-add-scrolling-to-popups -> origin/sunshowers/spr/main.wicket-add-scrolling-to-popups
6302024-05-03T02:46:19.410Z * [new branch] sunshowers/spr/main.wicket-oxpop-wicket-work -> origin/sunshowers/spr/main.wicket-oxpop-wicket-work
6312024-05-03T02:46:19.410Z * [new branch] sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding -> origin/sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding
6322024-05-03T02:46:19.410Z * [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
6332024-05-03T02:46:19.410Z * [new branch] sunshowers/spr/meta-trust-dns-hickory-dns -> origin/sunshowers/spr/meta-trust-dns-hickory-dns
6342024-05-03T02:46:19.410Z * [new branch] sunshowers/spr/omdb-improve-cli-ux -> origin/sunshowers/spr/omdb-improve-cli-ux
6352024-05-03T02:46:19.410Z * [new branch] sunshowers/spr/password-login-drop-timeout-to-500ms -> origin/sunshowers/spr/password-login-drop-timeout-to-500ms
6362024-05-03T02:46:19.410Z * [new branch] sunshowers/spr/rfc-nexus-types-more-validation-for-planninginput-1 -> origin/sunshowers/spr/rfc-nexus-types-more-validation-for-planninginput-1
6372024-05-03T02:46:19.410Z * [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
6382024-05-03T02:46:19.410Z * [new branch] sunshowers/spr/test-do-not-merge-comment-out-vpc-instance-lookup -> origin/sunshowers/spr/test-do-not-merge-comment-out-vpc-instance-lookup
6392024-05-03T02:46:19.410Z * [new branch] sunshowers/spr/wicket-oxpop-wicket-work -> origin/sunshowers/spr/wicket-oxpop-wicket-work
6402024-05-03T02:46:19.410Z * [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
6412024-05-03T02:46:19.410Z * [new branch] sunshowers/spr/wip-example-of-trait-based-dropshot-server -> origin/sunshowers/spr/wip-example-of-trait-based-dropshot-server
6422024-05-03T02:46:19.410Z * [new branch] sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones -> origin/sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones
6432024-05-03T02:46:19.410Z * [new branch] sunshowers/spr/wip-wicketd-structured-updates -> origin/sunshowers/spr/wip-wicketd-structured-updates
6442024-05-03T02:46:19.410Z * [new branch] swap -> origin/swap
6452024-05-03T02:46:19.410Z * [new branch] temp-console-inventory-integration -> origin/temp-console-inventory-integration
6462024-05-03T02:46:19.410Z * [new branch] thing-flinger -> origin/thing-flinger
6472024-05-03T02:46:19.410Z * [new branch] tqv1 -> origin/tqv1
6482024-05-03T02:46:19.410Z * [new branch] trigger -> origin/trigger
6492024-05-03T02:46:19.410Z * [new branch] try-bench-gimlet -> origin/try-bench-gimlet
6502024-05-03T02:46:19.411Z * [new branch] u2-encryption -> origin/u2-encryption
6512024-05-03T02:46:19.411Z * [new branch] u2-encryption-2 -> origin/u2-encryption-2
6522024-05-03T02:46:19.411Z * [new branch] u2-encryption-3 -> origin/u2-encryption-3
6532024-05-03T02:46:19.411Z * [new branch] unify-hardware-ids -> origin/unify-hardware-ids
6542024-05-03T02:46:19.411Z * [new branch] unify-ip-range -> origin/unify-ip-range
6552024-05-03T02:46:19.411Z * [new branch] unify_services_datasets -> origin/unify_services_datasets
6562024-05-03T02:46:19.411Z * [new branch] unused-deps -> origin/unused-deps
6572024-05-03T02:46:19.411Z * [new branch] update-planning -> origin/update-planning
6582024-05-03T02:46:19.411Z * [new branch] usdt-probe-xtask -> origin/usdt-probe-xtask
6592024-05-03T02:46:19.411Z * [new branch] use-helios-netdev-publisher -> origin/use-helios-netdev-publisher
6602024-05-03T02:46:19.411Z * [new branch] use-incremental-build -> origin/use-incremental-build
6612024-05-03T02:46:19.411Z * [new branch] v1-cleanup -> origin/v1-cleanup
6622024-05-03T02:46:19.411Z * [new branch] v1-hardware-apis -> origin/v1-hardware-apis
6632024-05-03T02:46:19.411Z * [new branch] validate-ip-range-more-good -> origin/validate-ip-range-more-good
6642024-05-03T02:46:19.411Z * [new branch] vectorize-datasets -> origin/vectorize-datasets
6652024-05-03T02:46:19.411Z * [new branch] vmm-test-flex -> origin/vmm-test-flex
6662024-05-03T02:46:19.411Z * [new branch] wicket -> origin/wicket
6672024-05-03T02:46:19.411Z * [new branch] wicket-dbg -> origin/wicket-dbg
6682024-05-03T02:46:19.411Z * [new branch] wicket-dbg2 -> origin/wicket-dbg2
6692024-05-03T02:46:19.411Z * [new branch] wicket-menu -> origin/wicket-menu
6702024-05-03T02:46:19.412Z * [new branch] wicket-rack-update -> origin/wicket-rack-update
6712024-05-03T02:46:19.412Z * [new branch] wicket-update-integration -> origin/wicket-update-integration
6722024-05-03T02:46:19.412Z * [new branch] wicket-update-integration-2 -> origin/wicket-update-integration-2
6732024-05-03T02:46:19.412Z * [new branch] wicket-update-pane -> origin/wicket-update-pane
6742024-05-03T02:46:19.412Z * [new branch] wicket-update-status -> origin/wicket-update-status
6752024-05-03T02:46:19.412Z * [new branch] wicketd-get-compmonent-inventory -> origin/wicketd-get-compmonent-inventory
6762024-05-03T02:46:19.412Z * [new branch] wicketd-progenitor-derives -> origin/wicketd-progenitor-derives
6772024-05-03T02:46:19.412Z * [new branch] wicketd-update-deliver-trampoline -> origin/wicketd-update-deliver-trampoline
6782024-05-03T02:46:19.412Z * [new branch] wicketd-update-prototype -> origin/wicketd-update-prototype
6792024-05-03T02:46:19.412Z * [new branch] wip-add-pvt2-repo -> origin/wip-add-pvt2-repo
6802024-05-03T02:46:19.412Z * [new branch] xtask_ci_download -> origin/xtask_ci_download
6812024-05-03T02:46:19.412Z * [new branch] xtask_ci_download_replace -> origin/xtask_ci_download_replace
6822024-05-03T02:46:19.412Z * [new branch] zone-filesystems -> origin/zone-filesystems
6832024-05-03T02:46:19.412Z * [new ref] -> origin/HEAD
6842024-05-03T02:46:19.412Z * [new tag] dogfood -> dogfood
6852024-05-03T02:46:19.412Z * [new tag] v5 -> v5
6862024-05-03T02:46:19.412Z * [new tag] v6 -> v6
6872024-05-03T02:46:19.412Z * [new tag] v7 -> v7
6882024-05-03T02:46:19.652Z Updating git repository `https://github.com/oxidecomputer/opte`
6892024-05-03T02:46:21.378ZFrom https://github.com/oxidecomputer/opte
6902024-05-03T02:46:21.378Z * [new branch] 481-strawman -> origin/481-strawman
6912024-05-03T02:46:21.412Z * [new branch] all-perf-in-flight -> origin/all-perf-in-flight
6922024-05-03T02:46:21.412Z * [new branch] cheaper-flowid -> origin/cheaper-flowid
6932024-05-03T02:46:21.412Z * [new branch] config-dhcp-dns -> origin/config-dhcp-dns
6942024-05-03T02:46:21.412Z * [new branch] custom-subnet-routing -> origin/custom-subnet-routing
6952024-05-03T02:46:21.412Z * [new branch] demo-stuffs -> origin/demo-stuffs
6962024-05-03T02:46:21.412Z * [new branch] dont-proc-in-lock -> origin/dont-proc-in-lock
6972024-05-03T02:46:21.412Z * [new branch] goodbye-all-of-classification -> origin/goodbye-all-of-classification
6982024-05-03T02:46:21.412Z * [new branch] handle-pkt-chains -> origin/handle-pkt-chains
6992024-05-03T02:46:21.412Z * [new branch] helios-2.0 -> origin/helios-2.0
7002024-05-03T02:46:21.412Z * [new branch] ioctl-for-firewall-rules -> origin/ioctl-for-firewall-rules
7012024-05-03T02:46:21.412Z * [new branch] ipv6-home-and-two-tests-dev -> origin/ipv6-home-and-two-tests-dev
7022024-05-03T02:46:21.412Z * [new branch] kbench-zone-variant -> origin/kbench-zone-variant
7032024-05-03T02:46:21.412Z * [new branch] luqmana/ipv4-options -> origin/luqmana/ipv4-options
7042024-05-03T02:46:21.413Z * [new branch] luqmana/no-vnic -> origin/luqmana/no-vnic
7052024-05-03T02:46:21.413Z * [new branch] master -> origin/master
7062024-05-03T02:46:21.413Z * [new branch] noclass-best-flow -> origin/noclass-best-flow
7072024-05-03T02:46:21.413Z * [new branch] noclass-best-noflow -> origin/noclass-best-noflow
7082024-05-03T02:46:21.413Z * [new branch] opte-160-use-str-for-meta -> origin/opte-160-use-str-for-meta
7092024-05-03T02:46:21.413Z * [new branch] opte-161-api-vsn -> origin/opte-161-api-vsn
7102024-05-03T02:46:21.413Z * [new branch] opte-204-paused -> origin/opte-204-paused
7112024-05-03T02:46:21.413Z * [new branch] opte-214-rm-opte-drv -> origin/opte-214-rm-opte-drv
7122024-05-03T02:46:21.413Z * [new branch] opte-220 -> origin/opte-220
7132024-05-03T02:46:21.413Z * [new branch] opte-225 -> origin/opte-225
7142024-05-03T02:46:21.413Z * [new branch] opte-227 -> origin/opte-227
7152024-05-03T02:46:21.413Z * [new branch] opte-231-snat-panic-payload-trans-2 -> origin/opte-231-snat-panic-payload-trans-2
7162024-05-03T02:46:21.413Z * [new branch] opte-232 -> origin/opte-232
7172024-05-03T02:46:21.413Z * [new branch] opte-241-unwrap-panic-and-kstats -> origin/opte-241-unwrap-panic-and-kstats
7182024-05-03T02:46:21.413Z * [new branch] opte-261-rip-cstr-core -> origin/opte-261-rip-cstr-core
7192024-05-03T02:46:21.413Z * [new branch] opte-281-vpc-firewall -> origin/opte-281-vpc-firewall
7202024-05-03T02:46:21.413Z * [new branch] opte-88-codegen-units -> origin/opte-88-codegen-units
7212024-05-03T02:46:21.413Z * [new branch] opte-88-linker-failures -> origin/opte-88-linker-failures
7222024-05-03T02:46:21.413Z * [new branch] opteadm-library -> origin/opteadm-library
7232024-05-03T02:46:21.413Z * [new branch] partial-workspace -> origin/partial-workspace
7242024-05-03T02:46:21.413Z * [new branch] remove-duplicate-adm -> origin/remove-duplicate-adm
7252024-05-03T02:46:21.413Z * [new branch] renovate/libc-0.x-lockfile -> origin/renovate/libc-0.x-lockfile
7262024-05-03T02:46:21.413Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
7272024-05-03T02:46:21.414Z * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x
7282024-05-03T02:46:21.414Z * [new branch] renovate/serde-monorepo -> origin/renovate/serde-monorepo
7292024-05-03T02:46:21.414Z * [new branch] rm-fw-rule-error -> origin/rm-fw-rule-error
7302024-05-03T02:46:21.414Z * [new branch] route-cache -> origin/route-cache
7312024-05-03T02:46:21.414Z * [new branch] rpz-197-zero-pkt -> origin/rpz-197-zero-pkt
7322024-05-03T02:46:21.414Z * [new branch] rpz-207-rules-stats -> origin/rpz-207-rules-stats
7332024-05-03T02:46:21.414Z * [new branch] rpz-298-spoof-test -> origin/rpz-298-spoof-test
7342024-05-03T02:46:21.414Z * [new branch] rpz-301-layer-stats -> origin/rpz-301-layer-stats
7352024-05-03T02:46:21.414Z * [new branch] rpz-add-entry-refactor -> origin/rpz-add-entry-refactor
7362024-05-03T02:46:21.414Z * [new branch] rpz-ameta-own -> origin/rpz-ameta-own
7372024-05-03T02:46:21.414Z * [new branch] rpz-assert-drop -> origin/rpz-assert-drop
7382024-05-03T02:46:21.414Z * [new branch] rpz-csum-doc -> origin/rpz-csum-doc
7392024-05-03T02:46:21.414Z * [new branch] rpz-def-action -> origin/rpz-def-action
7402024-05-03T02:46:21.414Z * [new branch] rpz-doc-stuff -> origin/rpz-doc-stuff
7412024-05-03T02:46:21.414Z * [new branch] rpz-fix-docs -> origin/rpz-fix-docs
7422024-05-03T02:46:21.414Z * [new branch] rpz-gateway-layer -> origin/rpz-gateway-layer
7432024-05-03T02:46:21.414Z * [new branch] rpz-invalidation-broken-2 -> origin/rpz-invalidation-broken-2
7442024-05-03T02:46:21.414Z * [new branch] rpz-ioctl-dangle -> origin/rpz-ioctl-dangle
7452024-05-03T02:46:21.414Z * [new branch] rpz-less-alloc -> origin/rpz-less-alloc
7462024-05-03T02:46:21.414Z * [new branch] rpz-more-layer-stats -> origin/rpz-more-layer-stats
7472024-05-03T02:46:21.414Z * [new branch] rpz-move-stuff-to-ddi -> origin/rpz-move-stuff-to-ddi
7482024-05-03T02:46:21.414Z * [new branch] rpz-opte-294 -> origin/rpz-opte-294
7492024-05-03T02:46:21.414Z * [new branch] rpz-opteadm-tcp-flows -> origin/rpz-opteadm-tcp-flows
7502024-05-03T02:46:21.414Z * [new branch] rpz-packet-write-err -> origin/rpz-packet-write-err
7512024-05-03T02:46:21.415Z * [new branch] rpz-pkg-minor-vsn -> origin/rpz-pkg-minor-vsn
7522024-05-03T02:46:21.415Z * [new branch] rpz-predicate-module -> origin/rpz-predicate-module
7532024-05-03T02:46:21.415Z * [new branch] rpz-print-port-in-test -> origin/rpz-print-port-in-test
7542024-05-03T02:46:21.415Z * [new branch] rpz-rm-todo -> origin/rpz-rm-todo
7552024-05-03T02:46:21.415Z * [new branch] rpz-sanity-check -> origin/rpz-sanity-check
7562024-05-03T02:46:21.415Z * [new branch] rpz-simplify-test-state -> origin/rpz-simplify-test-state
7572024-05-03T02:46:21.415Z * [new branch] rpz-tcp-flows-hits -> origin/rpz-tcp-flows-hits
7582024-05-03T02:46:21.415Z * [new branch] rpz-tcp-inbound-test -> origin/rpz-tcp-inbound-test
7592024-05-03T02:46:21.415Z * [new branch] rpz-tcp-tests -> origin/rpz-tcp-tests
7602024-05-03T02:46:21.415Z * [new branch] rpz-test-common -> origin/rpz-test-common
7612024-05-03T02:46:21.415Z * [new branch] rpz-test-constants -> origin/rpz-test-constants
7622024-05-03T02:46:21.415Z * [new branch] rpz-uft-miss-stat -> origin/rpz-uft-miss-stat
7632024-05-03T02:46:21.415Z * [new branch] rpz-vpc-own-crate -> origin/rpz-vpc-own-crate
7642024-05-03T02:46:21.415Z * [new branch] spring-clean -> origin/spring-clean
7652024-05-03T02:46:21.415Z * [new branch] the-perf-cost-of-success -> origin/the-perf-cost-of-success
7662024-05-03T02:46:21.415Z * [new branch] underlay-lock -> origin/underlay-lock
7672024-05-03T02:46:21.415Z * [new branch] use-the-flow-luke-61 -> origin/use-the-flow-luke-61
7682024-05-03T02:46:21.415Z * [new ref] -> origin/HEAD
7692024-05-03T02:46:21.415Z Updating git repository `https://github.com/illumos/smf-rs`
7702024-05-03T02:46:21.415ZFrom https://github.com/illumos/smf-rs
7712024-05-03T02:46:21.415Z * [new branch] main -> origin/main
7722024-05-03T02:46:21.415Z * [new ref] -> origin/HEAD
7732024-05-03T02:46:21.416Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7742024-05-03T02:46:22.456ZFrom https://github.com/oxidecomputer/progenitor
7752024-05-03T02:46:22.456Z * [new branch] extension2 -> origin/extension2
7762024-05-03T02:46:22.460Z * [new branch] json-body-stdin-alias -> origin/json-body-stdin-alias
7772024-05-03T02:46:22.461Z * [new branch] main -> origin/main
7782024-05-03T02:46:22.461Z * [new branch] nexus-update -> origin/nexus-update
7792024-05-03T02:46:22.461Z * [new branch] owned-response-stream -> origin/owned-response-stream
7802024-05-03T02:46:22.461Z * [new branch] print-example -> origin/print-example
7812024-05-03T02:46:22.461Z * [new branch] query-arg-collision -> origin/query-arg-collision
7822024-05-03T02:46:22.461Z * [new branch] request-map -> origin/request-map
7832024-05-03T02:46:22.461Z * [new branch] response-value-content-length -> origin/response-value-content-length
7842024-05-03T02:46:22.461Z * [new branch] security-schemes -> origin/security-schemes
7852024-05-03T02:46:22.461Z * [new branch] sketch-multiple-reponse-types -> origin/sketch-multiple-reponse-types
7862024-05-03T02:46:22.461Z * [new branch] test-ci -> origin/test-ci
7872024-05-03T02:46:22.461Z * [new branch] test-v0.7.0 -> origin/test-v0.7.0
7882024-05-03T02:46:22.462Z * [new branch] untyped-responses -> origin/untyped-responses
7892024-05-03T02:46:22.462Z * [new branch] v41 -> origin/v41
7902024-05-03T02:46:22.462Z * [new ref] -> origin/HEAD
7912024-05-03T02:46:22.462Z * [new tag] v0.1.1 -> v0.1.1
7922024-05-03T02:46:22.462Z * [new tag] v0.2.0 -> v0.2.0
7932024-05-03T02:46:22.462Z * [new tag] v0.3.0 -> v0.3.0
7942024-05-03T02:46:22.462Z * [new tag] v0.4.0 -> v0.4.0
7952024-05-03T02:46:22.462Z * [new tag] v0.4.1 -> v0.4.1
7962024-05-03T02:46:22.462Z * [new tag] v0.5.0 -> v0.5.0
7972024-05-03T02:46:22.462Z * [new tag] v0.6.0 -> v0.6.0
7982024-05-03T02:46:22.559Z Updating git repository `https://github.com/oxidecomputer/zone`
7992024-05-03T02:46:22.992ZFrom https://github.com/oxidecomputer/zone
8002024-05-03T02:46:22.992Z * [new branch] main -> origin/main
8012024-05-03T02:46:23.009Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
8022024-05-03T02:46:23.010Z * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x
8032024-05-03T02:46:23.010Z * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash
8042024-05-03T02:46:23.010Z * [new ref] -> origin/HEAD
8052024-05-03T02:46:23.458Z Updating git repository `https://github.com/oxidecomputer/propolis`
8062024-05-03T02:46:24.037ZFrom https://github.com/oxidecomputer/propolis
8072024-05-03T02:46:24.037Z * [new branch] ata -> origin/ata
8082024-05-03T02:46:24.042Z * [new branch] gjcolombo/two-migration-statuses -> origin/gjcolombo/two-migration-statuses
8092024-05-03T02:46:24.042Z * [new branch] luqmana/libnet -> origin/luqmana/libnet
8102024-05-03T02:46:24.042Z * [new branch] master -> origin/master
8112024-05-03T02:46:24.042Z * [new branch] softnpu-table-counters -> origin/softnpu-table-counters
8122024-05-03T02:46:24.042Z * [new ref] -> origin/HEAD
8132024-05-03T02:46:24.151Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8142024-05-03T02:46:24.713ZFrom https://github.com/oxidecomputer/dlpi-sys
8152024-05-03T02:46:24.713Z * [new branch] gh-pages -> origin/gh-pages
8162024-05-03T02:46:24.738Z * [new branch] main -> origin/main
8172024-05-03T02:46:24.738Z * [new ref] -> origin/HEAD
8182024-05-03T02:46:24.812Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8192024-05-03T02:46:25.248ZFrom https://github.com/jmesmon/rust-libzfs
8202024-05-03T02:46:25.248Z * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140
8212024-05-03T02:46:25.264Z * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3
8222024-05-03T02:46:25.264Z * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26
8232024-05-03T02:46:25.264Z * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5
8242024-05-03T02:46:25.264Z * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4
8252024-05-03T02:46:25.264Z * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0
8262024-05-03T02:46:25.264Z * [new branch] dev -> origin/dev
8272024-05-03T02:46:25.264Z * [new branch] drr -> origin/drr
8282024-05-03T02:46:25.264Z * [new branch] f-types -> origin/f-types
8292024-05-03T02:46:25.264Z * [new branch] lookup-nvlist -> origin/lookup-nvlist
8302024-05-03T02:46:25.264Z * [new branch] master -> origin/master
8312024-05-03T02:46:25.264Z * [new branch] staging -> origin/staging
8322024-05-03T02:46:25.264Z * [new ref] -> origin/HEAD
8332024-05-03T02:46:25.264Z * [new tag] nvpair-0.5.0 -> nvpair-0.5.0
8342024-05-03T02:46:25.264Z * [new tag] v0.4.0 -> v0.4.0
8352024-05-03T02:46:25.264Z * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0
8362024-05-03T02:46:25.264Z * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0
8372024-05-03T02:46:25.271Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8382024-05-03T02:46:25.762ZFrom https://github.com/oxidecomputer/rusty-doors
8392024-05-03T02:46:25.762Z * [new branch] gh-pages -> origin/gh-pages
8402024-05-03T02:46:25.765Z * [new branch] main -> origin/main
8412024-05-03T02:46:25.765Z * [new branch] no-bindgen -> origin/no-bindgen
8422024-05-03T02:46:25.765Z * [new ref] -> origin/HEAD
8432024-05-03T02:46:25.806Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8442024-05-03T02:46:26.628ZFrom https://github.com/oxidecomputer/maghemite
8452024-05-03T02:46:26.628Z * [new branch] anycast -> origin/anycast
8462024-05-03T02:46:26.638Z * [new branch] ddm-track-session-duration -> origin/ddm-track-session-duration
8472024-05-03T02:46:26.638Z * [new branch] mac-build -> origin/mac-build
8482024-05-03T02:46:26.638Z * [new branch] main -> origin/main
8492024-05-03T02:46:26.639Z * [new branch] oxpop -> origin/oxpop
8502024-05-03T02:46:26.639Z * [new branch] renovate/hostname-0.x -> origin/renovate/hostname-0.x
8512024-05-03T02:46:26.639Z * [new branch] renovate/http-1.x -> origin/renovate/http-1.x
8522024-05-03T02:46:26.639Z * [new branch] renovate/hyper-1.x -> origin/renovate/hyper-1.x
8532024-05-03T02:46:26.639Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
8542024-05-03T02:46:26.639Z * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x
8552024-05-03T02:46:26.639Z * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x
8562024-05-03T02:46:26.639Z * [new branch] renovate/schemars-0.x-lockfile -> origin/renovate/schemars-0.x-lockfile
8572024-05-03T02:46:26.639Z * [new branch] renovate/serde-monorepo -> origin/renovate/serde-monorepo
8582024-05-03T02:46:26.639Z * [new branch] renovate/socket2-0.x-lockfile -> origin/renovate/socket2-0.x-lockfile
8592024-05-03T02:46:26.639Z * [new ref] -> origin/HEAD
8602024-05-03T02:46:26.639Z * [new tag] rift -> rift
8612024-05-03T02:46:26.639Z * [new tag] srp -> srp
8622024-05-03T02:46:26.639Z * [new tag] tie-spf -> tie-spf
8632024-05-03T02:46:26.662Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8642024-05-03T02:46:26.860Zwarning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/
8652024-05-03T02:46:27.323ZFrom http://github.com/oxidecomputer/serde_human_bytes
8662024-05-03T02:46:27.323Z * [new branch] gh-pages -> origin/gh-pages
8672024-05-03T02:46:27.326Z * [new branch] main -> origin/main
8682024-05-03T02:46:27.326Z * [new branch] renovate/configure -> origin/renovate/configure
8692024-05-03T02:46:27.326Z * [new ref] -> origin/HEAD
8702024-05-03T02:46:27.344Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8712024-05-03T02:46:27.767ZFrom https://github.com/oxidecomputer/slog-error-chain
8722024-05-03T02:46:27.768Z * [new branch] main -> origin/main
8732024-05-03T02:46:27.771Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
8742024-05-03T02:46:27.771Z * [new branch] renovate/erased-serde-0.x -> origin/renovate/erased-serde-0.x
8752024-05-03T02:46:27.771Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
8762024-05-03T02:46:27.771Z * [new branch] renovate/proc-macro2-1.x-lockfile -> origin/renovate/proc-macro2-1.x-lockfile
8772024-05-03T02:46:27.771Z * [new branch] renovate/quote-1.x-lockfile -> origin/renovate/quote-1.x-lockfile
8782024-05-03T02:46:27.771Z * [new branch] renovate/syn-2.x-lockfile -> origin/renovate/syn-2.x-lockfile
8792024-05-03T02:46:27.771Z * [new ref] -> origin/HEAD
8802024-05-03T02:46:27.826Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8812024-05-03T02:46:28.227ZFrom https://github.com/oxidecomputer/poptrie
8822024-05-03T02:46:28.227Z * [new branch] main -> origin/main
8832024-05-03T02:46:28.230Z * [new branch] multipath -> origin/multipath
8842024-05-03T02:46:28.230Z * [new ref] -> origin/HEAD
8852024-05-03T02:46:28.262Z Updating git repository `https://github.com/illumos/libscf-sys.git`
8862024-05-03T02:46:28.673ZFrom https://github.com/illumos/libscf-sys
8872024-05-03T02:46:28.673Z * [new branch] main -> origin/main
8882024-05-03T02:46:28.673Z * [new ref] -> origin/HEAD
8892024-05-03T02:46:28.804Z Updating git repository `https://github.com/oxidecomputer/typify`
8902024-05-03T02:46:30.631ZFrom https://github.com/oxidecomputer/typify
8912024-05-03T02:46:30.631Z * [new branch] ipv6 -> origin/ipv6
8922024-05-03T02:46:30.634Z * [new branch] js-schema -> origin/js-schema
8932024-05-03T02:46:30.634Z * [new branch] main -> origin/main
8942024-05-03T02:46:30.634Z * [new branch] nested-newtype -> origin/nested-newtype
8952024-05-03T02:46:30.634Z * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error -> origin/sunshowers/spr/add-type-name-to-invalidschema-error
8962024-05-03T02:46:30.634Z * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error-1 -> origin/sunshowers/spr/add-type-name-to-invalidschema-error-1
8972024-05-03T02:46:30.634Z * [new ref] -> origin/HEAD
8982024-05-03T02:46:30.634Z * [new tag] v0.0.10 -> v0.0.10
8992024-05-03T02:46:30.634Z * [new tag] v0.0.11 -> v0.0.11
9002024-05-03T02:46:30.634Z * [new tag] v0.0.12 -> v0.0.12
9012024-05-03T02:46:30.634Z * [new tag] v0.0.13 -> v0.0.13
9022024-05-03T02:46:30.634Z * [new tag] v0.0.14 -> v0.0.14
9032024-05-03T02:46:30.634Z * [new tag] v0.0.15 -> v0.0.15
9042024-05-03T02:46:30.634Z * [new tag] v0.0.16 -> v0.0.16
9052024-05-03T02:46:30.634Z * [new tag] v0.0.4 -> v0.0.4
9062024-05-03T02:46:30.635Z * [new tag] v0.0.5 -> v0.0.5
9072024-05-03T02:46:30.635Z * [new tag] v0.0.6 -> v0.0.6
9082024-05-03T02:46:30.635Z * [new tag] v0.0.7 -> v0.0.7
9092024-05-03T02:46:30.635Z * [new tag] v0.0.8 -> v0.0.8
9102024-05-03T02:46:30.635Z * [new tag] v0.0.9 -> v0.0.9
9112024-05-03T02:46:30.724Z Updating git repository `https://github.com/oxidecomputer/rfb`
9122024-05-03T02:46:31.199ZFrom https://github.com/oxidecomputer/rfb
9132024-05-03T02:46:31.199Z * [new branch] jhendricks/ps2mouse -> origin/jhendricks/ps2mouse
9142024-05-03T02:46:31.203Z * [new branch] luqmana/stop-for-real -> origin/luqmana/stop-for-real
9152024-05-03T02:46:31.203Z * [new branch] main -> origin/main
9162024-05-03T02:46:31.203Z * [new branch] pixfmts -> origin/pixfmts
9172024-05-03T02:46:31.203Z * [new ref] -> origin/HEAD
9182024-05-03T02:46:31.293Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9192024-05-03T02:46:31.904ZFrom https://github.com/oxidecomputer/management-gateway-service
9202024-05-03T02:46:31.904Z * [new branch] af-temp-hash -> origin/af-temp-hash
9212024-05-03T02:46:31.908Z * [new branch] buildomat -> origin/buildomat
9222024-05-03T02:46:31.908Z * [new branch] bump-smoltcp -> origin/bump-smoltcp
9232024-05-03T02:46:31.908Z * [new branch] cached-bootloader-update -> origin/cached-bootloader-update
9242024-05-03T02:46:31.908Z * [new branch] dependabot/cargo/zerocopy-0.7.32 -> origin/dependabot/cargo/zerocopy-0.7.32
9252024-05-03T02:46:31.908Z * [new branch] image-board-check -> origin/image-board-check
9262024-05-03T02:46:31.908Z * [new branch] include-power-state-in-sp-state -> origin/include-power-state-in-sp-state
9272024-05-03T02:46:31.908Z * [new branch] lock_state -> origin/lock_state
9282024-05-03T02:46:31.908Z * [new branch] main -> origin/main
9292024-05-03T02:46:31.908Z * [new branch] more-expect-cleanup -> origin/more-expect-cleanup
9302024-05-03T02:46:31.908Z * [new branch] plumb-switch-default-image -> origin/plumb-switch-default-image
9312024-05-03T02:46:31.908Z * [new branch] read-rot-message -> origin/read-rot-message
9322024-05-03T02:46:31.908Z * [new branch] reexport-sp-component -> origin/reexport-sp-component
9332024-05-03T02:46:31.908Z * [new branch] remove-dumper-error -> origin/remove-dumper-error
9342024-05-03T02:46:31.908Z * [new branch] reset-component -> origin/reset-component
9352024-05-03T02:46:31.908Z * [new branch] revert-70-reset-component -> origin/revert-70-reset-component
9362024-05-03T02:46:31.908Z * [new branch] rhai -> origin/rhai
9372024-05-03T02:46:31.908Z * [new branch] rot-boot-info -> origin/rot-boot-info
9382024-05-03T02:46:31.908Z * [new branch] rot-update -> origin/rot-update
9392024-05-03T02:46:31.908Z * [new branch] rot-update-2 -> origin/rot-update-2
9402024-05-03T02:46:31.909Z * [new branch] rot-update-on-rot-status -> origin/rot-update-on-rot-status
9412024-05-03T02:46:31.909Z * [new branch] scope-id-shenanigans -> origin/scope-id-shenanigans
9422024-05-03T02:46:31.909Z * [new branch] sprot-attest -> origin/sprot-attest
9432024-05-03T02:46:31.909Z * [new branch] sprot-desync-error -> origin/sprot-desync-error
9442024-05-03T02:46:31.909Z * [new branch] sprot-errors -> origin/sprot-errors
9452024-05-03T02:46:31.909Z * [new branch] stage0-update-component -> origin/stage0-update-component
9462024-05-03T02:46:31.909Z * [new branch] update-rot-state-msg -> origin/update-rot-state-msg
9472024-05-03T02:46:31.909Z * [new branch] update-stage0 -> origin/update-stage0
9482024-05-03T02:46:31.909Z * [new ref] -> origin/HEAD
9492024-05-03T02:46:32.539Z Downloading crates ...
9502024-05-03T02:46:32.646Z Downloaded anstyle-parse v0.2.3
9512024-05-03T02:46:32.650Z Downloaded allocator-api2 v0.2.16
9522024-05-03T02:46:32.659Z Downloaded rustls-pki-types v1.4.0
9532024-05-03T02:46:32.664Z Downloaded async-stream-impl v0.3.5
9542024-05-03T02:46:32.664Z Downloaded scopeguard v1.2.0
9552024-05-03T02:46:32.668Z Downloaded async-stream v0.3.5
9562024-05-03T02:46:32.672Z Downloaded anstyle v1.0.6
9572024-05-03T02:46:32.684Z Downloaded http v0.2.12
9582024-05-03T02:46:32.690Z Downloaded autocfg v1.1.0
9592024-05-03T02:46:32.690Z Downloaded rustversion v1.0.14
9602024-05-03T02:46:32.690Z Downloaded rustls-pemfile v1.0.4
9612024-05-03T02:46:32.690Z Downloaded async-trait v0.1.79
9622024-05-03T02:46:32.690Z Downloaded backoff v0.4.0
9632024-05-03T02:46:32.705Z Downloaded atomic-waker v1.1.2
9642024-05-03T02:46:32.706Z Downloaded schemars_derive v0.8.16
9652024-05-03T02:46:32.706Z Downloaded rustc_version v0.1.7
9662024-05-03T02:46:32.706Z Downloaded ciborium-io v0.2.2
9672024-05-03T02:46:32.706Z Downloaded resolv-conf v0.7.0
9682024-05-03T02:46:32.706Z Downloaded scroll v0.12.0
9692024-05-03T02:46:32.706Z Downloaded ryu v1.0.17
9702024-05-03T02:46:32.711Z Downloaded cfg-if v1.0.0
9712024-05-03T02:46:32.711Z Downloaded anstyle-query v1.0.2
9722024-05-03T02:46:32.711Z Downloaded block-buffer v0.10.4
9732024-05-03T02:46:32.711Z Downloaded anstream v0.6.13
9742024-05-03T02:46:32.711Z Downloaded fxhash v0.2.1
9752024-05-03T02:46:32.714Z Downloaded argon2 v0.5.3
9762024-05-03T02:46:32.718Z Downloaded schemars v0.8.16
9772024-05-03T02:46:32.745Z Downloaded serde_derive_internals v0.26.0
9782024-05-03T02:46:33.175Z Downloaded rustls-pemfile v2.1.1
9792024-05-03T02:46:33.175Z Downloaded dtrace-parser v0.2.0
9802024-05-03T02:46:33.175Z Downloaded futures-task v0.3.30
9812024-05-03T02:46:33.175Z Downloaded futures-channel v0.3.30
9822024-05-03T02:46:33.175Z Downloaded crc8 v0.1.1
9832024-05-03T02:46:33.175Z Downloaded sct v0.7.1
9842024-05-03T02:46:33.175Z Downloaded foreign-types v0.3.2
9852024-05-03T02:46:33.176Z Downloaded equivalent v1.0.1
9862024-05-03T02:46:33.176Z Downloaded cstr-argument v0.1.2
9872024-05-03T02:46:33.176Z Downloaded dirs-next v2.0.0
9882024-05-03T02:46:33.176Z Downloaded colorchoice v1.0.0
9892024-05-03T02:46:33.176Z Downloaded scroll_derive v0.12.0
9902024-05-03T02:46:33.176Z Downloaded cpufeatures v0.2.12
9912024-05-03T02:46:33.176Z Downloaded byteorder v1.5.0
9922024-05-03T02:46:33.177Z Downloaded futures-macro v0.3.30
9932024-05-03T02:46:33.177Z Downloaded colored v2.1.0
9942024-05-03T02:46:33.177Z Downloaded ciborium-ll v0.2.2
9952024-05-03T02:46:33.177Z Downloaded bitflags v1.3.2
9962024-05-03T02:46:33.177Z Downloaded serde_urlencoded v0.7.1
9972024-05-03T02:46:33.177Z Downloaded foreign-types-shared v0.1.1
9982024-05-03T02:46:33.177Z Downloaded semver v0.1.20
9992024-05-03T02:46:33.177Z Downloaded futures-sink v0.3.30
10002024-05-03T02:46:33.177Z Downloaded slog-bunyan v2.5.0
10012024-05-03T02:46:33.178Z Downloaded serde_repr v0.1.19
10022024-05-03T02:46:33.178Z Downloaded foreign-types-shared v0.3.1
10032024-05-03T02:46:33.178Z Downloaded darling_macro v0.20.8
10042024-05-03T02:46:33.178Z Downloaded rustls-webpki v0.101.7
10052024-05-03T02:46:33.178Z Downloaded rand_chacha v0.3.1
10062024-05-03T02:46:33.178Z Downloaded getopts v0.2.21
10072024-05-03T02:46:33.178Z Downloaded futures-io v0.3.30
10082024-05-03T02:46:33.178Z Downloaded futures-core v0.3.30
10092024-05-03T02:46:33.179Z Downloaded fixedbitset v0.4.2
10102024-05-03T02:46:33.179Z Downloaded dyn-clone v1.0.17
10112024-05-03T02:46:33.179Z Downloaded time-core v0.1.2
10122024-05-03T02:46:33.179Z Downloaded futures-executor v0.3.30
10132024-05-03T02:46:33.179Z Downloaded form_urlencoded v1.2.1
10142024-05-03T02:46:33.179Z Downloaded fnv v1.0.7
10152024-05-03T02:46:33.179Z Downloaded either v1.10.0
10162024-05-03T02:46:33.179Z Downloaded dof v0.3.0
10172024-05-03T02:46:33.179Z Downloaded crypto-common v0.1.6
10182024-05-03T02:46:33.180Z Downloaded sync_wrapper v0.1.2
10192024-05-03T02:46:33.180Z Downloaded slog-envlogger v2.2.0
10202024-05-03T02:46:33.180Z Downloaded base64 v0.22.0
10212024-05-03T02:46:33.180Z Downloaded base64ct v1.6.0
10222024-05-03T02:46:33.180Z Downloaded tower-service v0.3.2
10232024-05-03T02:46:33.180Z Downloaded hostname v0.3.1
10242024-05-03T02:46:33.180Z Downloaded enum-as-inner v0.5.1
10252024-05-03T02:46:33.180Z Downloaded tinyvec_macros v0.1.1
10262024-05-03T02:46:33.181Z Downloaded strum v0.26.2
10272024-05-03T02:46:33.181Z Downloaded hex v0.4.3
10282024-05-03T02:46:33.181Z Downloaded generic-array v0.14.7
10292024-05-03T02:46:33.181Z Downloaded try-lock v0.2.5
10302024-05-03T02:46:33.181Z Downloaded serde_path_to_error v0.1.16
10312024-05-03T02:46:33.181Z Downloaded hash32 v0.3.1
10322024-05-03T02:46:33.181Z Downloaded foreign-types-macros v0.2.3
10332024-05-03T02:46:33.181Z Downloaded defmt-parser v0.3.4
10342024-05-03T02:46:33.181Z Downloaded debug-ignore v1.0.5
10352024-05-03T02:46:33.181Z Downloaded static_assertions v1.1.0
10362024-05-03T02:46:33.182Z Downloaded usdt-attr-macro v0.5.0
10372024-05-03T02:46:33.182Z Downloaded bitflags v2.5.0
10382024-05-03T02:46:33.182Z Downloaded strsim v0.11.0
10392024-05-03T02:46:33.182Z Downloaded slog-dtrace v0.3.0
10402024-05-03T02:46:33.182Z Downloaded thiserror v1.0.59
10412024-05-03T02:46:33.182Z Downloaded hubpack_derive v0.1.1
10422024-05-03T02:46:33.182Z Downloaded hyper-tls v0.5.0
10432024-05-03T02:46:33.182Z Downloaded usdt-impl v0.5.0
10442024-05-03T02:46:33.182Z Downloaded tabwriter v1.4.0
10452024-05-03T02:46:33.182Z Downloaded embedded-io v0.4.0
10462024-05-03T02:46:33.182Z Downloaded dirs-sys-next v0.1.2
10472024-05-03T02:46:33.182Z Downloaded data-encoding v2.5.0
10482024-05-03T02:46:33.182Z Downloaded clap_derive v4.5.4
10492024-05-03T02:46:33.183Z Downloaded thiserror-impl v1.0.59
10502024-05-03T02:46:33.183Z Downloaded subtle v2.5.0
10512024-05-03T02:46:33.183Z Downloaded num-iter v0.1.44
10522024-05-03T02:46:33.183Z Downloaded parking_lot_core v0.8.6
10532024-05-03T02:46:33.183Z Downloaded num-integer v0.1.46
10542024-05-03T02:46:33.183Z Downloaded newtype_derive v0.1.6
10552024-05-03T02:46:33.183Z Downloaded strum_macros v0.25.3
10562024-05-03T02:46:33.183Z Downloaded semver v1.0.22
10572024-05-03T02:46:33.183Z Downloaded omicron-workspace-hack v0.1.0
10582024-05-03T02:46:33.183Z Downloaded plain v0.2.3
10592024-05-03T02:46:33.183Z Downloaded pkg-config v0.3.30
10602024-05-03T02:46:33.183Z Downloaded tokio-macros v2.2.0
10612024-05-03T02:46:33.183Z Downloaded thread_local v1.1.8
10622024-05-03T02:46:33.183Z Downloaded thread-id v4.2.1
10632024-05-03T02:46:33.183Z Downloaded pin-utils v0.1.0
10642024-05-03T02:46:33.183Z Downloaded usdt-macro v0.5.0
10652024-05-03T02:46:33.183Z Downloaded unicode-width v0.1.11
10662024-05-03T02:46:33.183Z Downloaded tokio-native-tls v0.3.1
10672024-05-03T02:46:33.183Z Downloaded heck v0.4.1
10682024-05-03T02:46:33.183Z Downloaded defmt v0.3.6
10692024-05-03T02:46:33.183Z Downloaded is-terminal v0.4.12
10702024-05-03T02:46:33.183Z Downloaded ident_case v1.0.1
10712024-05-03T02:46:33.183Z Downloaded usdt v0.5.0
10722024-05-03T02:46:33.184Z Downloaded lru-cache v0.1.2
10732024-05-03T02:46:33.184Z Downloaded version_check v0.9.4
10742024-05-03T02:46:33.184Z Downloaded serde_derive v1.0.199
10752024-05-03T02:46:33.184Z Downloaded toml_datetime v0.6.5
10762024-05-03T02:46:33.184Z Downloaded darling v0.20.8
10772024-05-03T02:46:33.184Z Downloaded pretty-hex v0.4.1
10782024-05-03T02:46:33.193Z Downloaded pretty-hex v0.2.1
10792024-05-03T02:46:33.193Z Downloaded rand_core v0.6.4
10802024-05-03T02:46:33.193Z Downloaded httpdate v1.0.3
10812024-05-03T02:46:33.193Z Downloaded pest_generator v2.7.8
10822024-05-03T02:46:33.193Z Downloaded mime v0.3.17
10832024-05-03T02:46:33.193Z Downloaded utf8parse v0.2.1
10842024-05-03T02:46:33.193Z Downloaded macaddr v1.0.1
10852024-05-03T02:46:33.194Z Downloaded serde_with_macros v3.7.0
10862024-05-03T02:46:33.194Z Downloaded percent-encoding v2.3.1
10872024-05-03T02:46:33.194Z Downloaded instant v0.1.12
10882024-05-03T02:46:33.194Z Downloaded openssl-macros v0.1.1
10892024-05-03T02:46:33.194Z Downloaded matches v0.1.10
10902024-05-03T02:46:33.194Z Downloaded hubpack v0.1.2
10912024-05-03T02:46:33.194Z Downloaded structmeta v0.3.0
10922024-05-03T02:46:33.194Z Downloaded spin v0.9.8
10932024-05-03T02:46:33.194Z Downloaded smallvec v1.13.2
10942024-05-03T02:46:33.194Z Downloaded match_cfg v0.1.0
10952024-05-03T02:46:33.194Z Downloaded http-body v0.4.6
10962024-05-03T02:46:33.194Z Downloaded strum_macros v0.26.2
10972024-05-03T02:46:33.194Z Downloaded socket2 v0.5.6
10982024-05-03T02:46:33.194Z Downloaded slog-term v2.9.1
10992024-05-03T02:46:33.194Z Downloaded openssl-probe v0.1.5
11002024-05-03T02:46:33.194Z Downloaded time-macros v0.2.17
11012024-05-03T02:46:33.194Z Downloaded tokio-rustls v0.24.1
11022024-05-03T02:46:33.194Z Downloaded half v2.4.0
11032024-05-03T02:46:33.194Z Downloaded waitgroup v0.1.2
11042024-05-03T02:46:33.194Z Downloaded proc-macro-error v1.0.4
11052024-05-03T02:46:33.194Z Downloaded linked-hash-map v0.5.6
11062024-05-03T02:46:33.194Z Downloaded lazy_static v1.4.0
11072024-05-03T02:46:33.195Z Downloaded itoa v1.0.10
11082024-05-03T02:46:33.195Z Downloaded paste v1.0.14
11092024-05-03T02:46:33.195Z Downloaded num_threads v0.1.7
11102024-05-03T02:46:33.195Z Downloaded zerocopy-derive v0.7.32
11112024-05-03T02:46:33.195Z Downloaded tracing-attributes v0.1.27
11122024-05-03T02:46:33.195Z Downloaded num-conv v0.1.0
11132024-05-03T02:46:33.195Z Downloaded parse-display v0.9.0
11142024-05-03T02:46:33.195Z Downloaded humantime v2.1.0
11152024-05-03T02:46:33.195Z Downloaded zeroize v1.7.0
11162024-05-03T02:46:33.195Z Downloaded cc v1.0.90
11172024-05-03T02:46:33.195Z Downloaded num v0.4.1
11182024-05-03T02:46:33.195Z Downloaded proc-macro-error-attr v1.0.4
11192024-05-03T02:46:33.195Z Downloaded quick-error v1.2.3
11202024-05-03T02:46:33.195Z Downloaded want v0.3.1
11212024-05-03T02:46:33.195Z Downloaded proc-macro-crate v1.3.1
11222024-05-03T02:46:33.195Z Downloaded parking_lot_core v0.9.9
11232024-05-03T02:46:33.195Z Downloaded pest_derive v2.7.8
11242024-05-03T02:46:33.196Z Downloaded memmap v0.7.0
11252024-05-03T02:46:33.196Z Downloaded num_enum v0.5.11
11262024-05-03T02:46:33.196Z Downloaded managed v0.8.0
11272024-05-03T02:46:33.196Z Downloaded postcard v1.0.8
11282024-05-03T02:46:33.196Z Downloaded tokio-rustls v0.25.0
11292024-05-03T02:46:33.196Z Downloaded once_cell v1.19.0
11302024-05-03T02:46:33.196Z Downloaded darling_core v0.20.8
11312024-05-03T02:46:33.196Z Downloaded num-rational v0.4.1
11322024-05-03T02:46:33.196Z Downloaded pin-project-lite v0.2.13
11332024-05-03T02:46:33.196Z Downloaded log v0.4.21
11342024-05-03T02:46:33.196Z Downloaded ipnetwork v0.20.0
11352024-05-03T02:46:33.196Z Downloaded ucd-trie v0.1.6
11362024-05-03T02:46:33.196Z Downloaded num_enum_derive v0.7.2
11372024-05-03T02:46:33.196Z Downloaded num_enum_derive v0.5.11
11382024-05-03T02:46:33.196Z Downloaded socket2 v0.4.10
11392024-05-03T02:46:33.196Z Downloaded ipnet v2.9.0
11402024-05-03T02:46:33.196Z Downloaded native-tls v0.2.11
11412024-05-03T02:46:33.196Z Downloaded num_enum v0.7.2
11422024-05-03T02:46:33.196Z Downloaded quote v1.0.35
11432024-05-03T02:46:33.196Z Downloaded hyper-rustls v0.24.2
11442024-05-03T02:46:33.196Z Downloaded lock_api v0.4.11
11452024-05-03T02:46:33.196Z Downloaded password-hash v0.5.0
11462024-05-03T02:46:33.197Z Downloaded unicode-bidi v0.3.15
11472024-05-03T02:46:33.197Z Downloaded multer v3.0.0
11482024-05-03T02:46:33.197Z Downloaded typenum v1.17.0
11492024-05-03T02:46:33.197Z Downloaded tracing-core v0.1.32
11502024-05-03T02:46:33.197Z Downloaded heapless v0.8.0
11512024-05-03T02:46:33.197Z Downloaded pest_meta v2.7.8
11522024-05-03T02:46:33.197Z Downloaded num-complex v0.4.5
11532024-05-03T02:46:33.197Z Downloaded iana-time-zone v0.1.60
11542024-05-03T02:46:33.197Z Downloaded crossbeam-channel v0.5.12
11552024-05-03T02:46:33.197Z Downloaded serde_with v3.7.0
11562024-05-03T02:46:33.197Z Downloaded proc-macro2 v1.0.79
11572024-05-03T02:46:33.197Z Downloaded steno v0.4.0
11582024-05-03T02:46:33.197Z Downloaded parking_lot v0.12.1
11592024-05-03T02:46:33.197Z Downloaded zerocopy v0.6.6
11602024-05-03T02:46:33.197Z Downloaded hashbrown v0.12.3
11612024-05-03T02:46:33.197Z Downloaded uuid v1.8.0
11622024-05-03T02:46:33.197Z Downloaded url v2.5.0
11632024-05-03T02:46:33.197Z Downloaded indexmap v2.2.6
11642024-05-03T02:46:33.197Z Downloaded trust-dns-resolver v0.22.0
11652024-05-03T02:46:33.197Z Downloaded toml_edit v0.22.9
11662024-05-03T02:46:33.197Z Downloaded openssl-sys v0.9.101
11672024-05-03T02:46:33.197Z Downloaded minimal-lexical v0.2.1
11682024-05-03T02:46:33.197Z Downloaded toml_edit v0.19.15
11692024-05-03T02:46:33.197Z Downloaded mio v0.8.11
11702024-05-03T02:46:33.198Z Downloaded unicode-normalization v0.1.23
11712024-05-03T02:46:33.198Z Downloaded serde_json v1.0.116
11722024-05-03T02:46:33.198Z Downloaded memchr v2.7.1
11732024-05-03T02:46:33.198Z Downloaded hashbrown v0.14.3
11742024-05-03T02:46:33.198Z Downloaded pest v2.7.8
11752024-05-03T02:46:33.198Z Downloaded libm v0.2.8
11762024-05-03T02:46:33.201Z Downloaded http v1.1.0
11772024-05-03T02:46:33.202Z Downloaded rustls v0.22.2
11782024-05-03T02:46:33.208Z Downloaded zerocopy v0.7.32
11792024-05-03T02:46:33.225Z Downloaded winnow v0.6.5
11802024-05-03T02:46:33.234Z Downloaded goblin v0.8.0
11812024-05-03T02:46:33.240Z Downloaded reqwest v0.11.27
11822024-05-03T02:46:33.252Z Downloaded chrono v0.4.38
11832024-05-03T02:46:33.257Z Downloaded itertools v0.12.1
11842024-05-03T02:46:33.265Z Downloaded syn v1.0.109
11852024-05-03T02:46:33.274Z Downloaded regress v0.6.0
11862024-05-03T02:46:33.281Z Downloaded vcpkg v0.2.15
11872024-05-03T02:46:33.320Z Downloaded idna v0.2.3
11882024-05-03T02:46:33.324Z Downloaded hyper v0.14.28
11892024-05-03T02:46:33.332Z Downloaded trust-dns-proto v0.22.0
11902024-05-03T02:46:33.347Z Downloaded webpki-roots v0.25.4
11912024-05-03T02:46:33.352Z Downloaded smoltcp v0.11.0
11922024-05-03T02:46:33.360Z Downloaded regex-syntax v0.8.2
11932024-05-03T02:46:33.367Z Downloaded sled v0.34.7
11942024-05-03T02:46:33.378Z Downloaded regex v1.10.4
11952024-05-03T02:46:33.395Z Downloaded regress v0.9.0
11962024-05-03T02:46:33.403Z Downloaded openapiv3 v2.0.0
11972024-05-03T02:46:33.411Z Downloaded openssl v0.10.64
11982024-05-03T02:46:33.425Z Downloaded tokio v1.37.0
11992024-05-03T02:46:33.456Z Downloaded idna v0.5.0
12002024-05-03T02:46:33.466Z Downloaded syn v2.0.55
12012024-05-03T02:46:33.473Z Downloaded zerocopy-derive v0.6.6
12022024-05-03T02:46:33.482Z Downloaded regex-automata v0.4.6
12032024-05-03T02:46:33.499Z Downloaded libc v0.2.153
12042024-05-03T02:46:33.526Z Downloaded petgraph v0.6.4
12052024-05-03T02:46:33.540Z Downloaded winnow v0.5.40
12062024-05-03T02:46:33.547Z Downloaded encoding_rs v0.8.33
12072024-05-03T02:46:33.573Z Downloaded nom v7.1.3
12082024-05-03T02:46:33.579Z Downloaded h2 v0.3.25
12092024-05-03T02:46:33.584Z Downloaded clap_builder v4.5.2
12102024-05-03T02:46:33.590Z Downloaded futures-util v0.3.30
12112024-05-03T02:46:33.597Z Downloaded time v0.3.34
12122024-05-03T02:46:33.610Z Downloaded tokio-util v0.7.10
12132024-05-03T02:46:33.620Z Downloaded aho-corasick v1.1.3
12142024-05-03T02:46:33.620Z Downloaded rand v0.8.5
12152024-05-03T02:46:33.620Z Downloaded rustls v0.21.10
12162024-05-03T02:46:33.629Z Downloaded hashbrown v0.13.2
12172024-05-03T02:46:33.643Z Downloaded num-traits v0.2.18
12182024-05-03T02:46:33.643Z Downloaded unicode-ident v1.0.12
12192024-05-03T02:46:33.643Z Downloaded tracing v0.1.40
12202024-05-03T02:46:33.644Z Downloaded parking_lot v0.11.2
12212024-05-03T02:46:33.651Z Downloaded unsafe-libyaml v0.2.11
12222024-05-03T02:46:33.651Z Downloaded httparse v1.8.0
12232024-05-03T02:46:33.651Z Downloaded getrandom v0.2.12
12242024-05-03T02:46:33.655Z Downloaded tinyvec v1.6.0
12252024-05-03T02:46:33.655Z Downloaded num_cpus v1.16.0
12262024-05-03T02:46:33.659Z Downloaded num-derive v0.3.3
12272024-05-03T02:46:33.659Z Downloaded toml v0.8.12
12282024-05-03T02:46:33.665Z Downloaded parse-display-derive v0.9.0
12292024-05-03T02:46:33.665Z Downloaded uuid v0.8.2
12302024-05-03T02:46:33.665Z Downloaded indexmap v1.9.3
12312024-05-03T02:46:33.669Z Downloaded term v0.7.0
12322024-05-03T02:46:33.676Z Downloaded slog v2.7.0
12332024-05-03T02:46:33.676Z Downloaded serde v1.0.199
12342024-05-03T02:46:33.676Z Downloaded powerfmt v0.2.0
12352024-05-03T02:46:34.095Z Downloaded serde_yaml v0.9.34+deprecated
12362024-05-03T02:46:34.095Z Downloaded newtype-uuid v1.0.1
12372024-05-03T02:46:34.095Z Downloaded clap v4.5.4
12382024-05-03T02:46:34.100Z Downloaded crossbeam-utils v0.8.19
12392024-05-03T02:46:34.100Z Downloaded rustls-webpki v0.102.2
12402024-05-03T02:46:34.100Z Downloaded ring v0.17.8
12412024-05-03T02:46:34.100Z Downloaded crossbeam-epoch v0.9.18
12422024-05-03T02:46:34.100Z Downloaded base64 v0.21.7
12432024-05-03T02:46:34.100Z Downloaded bytes v1.6.0
12442024-05-03T02:46:34.100Z Downloaded structmeta-derive v0.3.0
12452024-05-03T02:46:34.100Z Downloaded stable_deref_trait v1.2.0
12462024-05-03T02:46:34.100Z Downloaded slog-scope v4.4.0
12472024-05-03T02:46:34.100Z Downloaded slab v0.4.9
12482024-05-03T02:46:34.100Z Downloaded untrusted v0.9.0
12492024-05-03T02:46:34.100Z Downloaded ppv-lite86 v0.2.17
12502024-05-03T02:46:34.100Z Downloaded futures v0.3.30
12512024-05-03T02:46:34.100Z Downloaded slog-json v2.6.1
12522024-05-03T02:46:34.100Z Downloaded sha2 v0.10.8
12532024-05-03T02:46:34.100Z Downloaded signal-hook-registry v1.4.1
12542024-05-03T02:46:34.100Z Downloaded sha1 v0.10.6
12552024-05-03T02:46:34.100Z Downloaded serde_spanned v0.6.5
12562024-05-03T02:46:34.101Z Downloaded defmt-macros v0.3.7
12572024-05-03T02:46:34.101Z Downloaded slog-stdlog v4.1.1
12582024-05-03T02:46:34.101Z Downloaded serde_tokenstream v0.2.0
12592024-05-03T02:46:34.101Z Downloaded heck v0.5.0
12602024-05-03T02:46:34.101Z Downloaded foreign-types v0.5.0
12612024-05-03T02:46:34.101Z Downloaded deranged v0.3.11
12622024-05-03T02:46:34.101Z Downloaded digest v0.10.7
12632024-05-03T02:46:34.101Z Downloaded take_mut v0.2.2
12642024-05-03T02:46:34.101Z Downloaded strsim v0.10.0
12652024-05-03T02:46:34.101Z Downloaded slog-async v2.8.0
12662024-05-03T02:46:34.101Z Downloaded crc32fast v1.4.0
12672024-05-03T02:46:34.101Z Downloaded cobs v0.2.3
12682024-05-03T02:46:34.101Z Downloaded blake2 v0.10.6
12692024-05-03T02:46:34.101Z Downloaded clap_lex v0.7.0
12702024-05-03T02:46:34.101Z Downloaded ciborium v0.2.2
12712024-05-03T02:46:34.101Z Downloaded camino v1.1.6
12722024-05-03T02:46:34.101Z Downloaded arc-swap v1.7.1
12732024-05-03T02:46:34.101Z Downloaded anyhow v1.0.82
12742024-05-03T02:46:34.101Z Downloaded ahash v0.8.11
12752024-05-03T02:46:34.102Z Compiling proc-macro2 v1.0.79
12762024-05-03T02:46:34.102Z Compiling unicode-ident v1.0.12
12772024-05-03T02:46:34.102Z Compiling libc v0.2.153
12782024-05-03T02:46:34.102Z Compiling cfg-if v1.0.0
12792024-05-03T02:46:34.102Z Compiling version_check v0.9.4
12802024-05-03T02:46:34.102Z Compiling autocfg v1.1.0
12812024-05-03T02:46:34.102Z Compiling serde v1.0.199
12822024-05-03T02:46:34.102Z Compiling syn v1.0.109
12832024-05-03T02:46:34.239Z Compiling serde_json v1.0.116
12842024-05-03T02:46:34.312Z Compiling byteorder v1.5.0
12852024-05-03T02:46:34.717Z Compiling ahash v0.8.11
12862024-05-03T02:46:34.730Z Compiling thiserror v1.0.59
12872024-05-03T02:46:34.810Z Compiling itoa v1.0.10
12882024-05-03T02:46:34.969Z Compiling once_cell v1.19.0
12892024-05-03T02:46:35.329Z Compiling memchr v2.7.1
12902024-05-03T02:46:35.429Z Compiling pin-project-lite v0.2.13
12912024-05-03T02:46:35.535Z Compiling libm v0.2.8
12922024-05-03T02:46:35.733Z Compiling lock_api v0.4.11
12932024-05-03T02:46:35.836Z Compiling num-traits v0.2.18
12942024-05-03T02:46:35.878Z Compiling cc v1.0.90
12952024-05-03T02:46:35.950Z Compiling smallvec v1.13.2
12962024-05-03T02:46:36.114Z Compiling ryu v1.0.17
12972024-05-03T02:46:36.192Z Compiling getrandom v0.2.12
12982024-05-03T02:46:36.394Z Compiling quote v1.0.35
12992024-05-03T02:46:36.743Z Compiling syn v2.0.55
13002024-05-03T02:46:36.938Z Compiling scopeguard v1.2.0
13012024-05-03T02:46:36.973Z Compiling log v0.4.21
13022024-05-03T02:46:37.049Z Compiling parking_lot_core v0.9.9
13032024-05-03T02:46:37.675Z Compiling socket2 v0.5.6
13042024-05-03T02:46:38.445Z Compiling parking_lot v0.12.1
13052024-05-03T02:46:38.462Z Compiling num_cpus v1.16.0
13062024-05-03T02:46:38.521Z Compiling signal-hook-registry v1.4.1
13072024-05-03T02:46:38.575Z Compiling mio v0.8.11
13082024-05-03T02:46:39.560Z Compiling allocator-api2 v0.2.16
13092024-05-03T02:46:39.826Z Compiling futures-core v0.3.30
13102024-05-03T02:46:40.345Z Compiling slab v0.4.9
13112024-05-03T02:46:40.367Z Compiling iana-time-zone v0.1.60
13122024-05-03T02:46:40.383Z Compiling futures-sink v0.3.30
13132024-05-03T02:46:40.502Z Compiling ring v0.17.8
13142024-05-03T02:46:40.543Z Compiling schemars v0.8.16
13152024-05-03T02:46:40.907Z Compiling futures-channel v0.3.30
13162024-05-03T02:46:40.954Z Compiling tracing-core v0.1.32
13172024-05-03T02:46:40.990Z Compiling heck v0.4.1
13182024-05-03T02:46:41.419Z Compiling pin-utils v0.1.0
13192024-05-03T02:46:41.428Z Compiling futures-io v0.3.30
13202024-05-03T02:46:41.428Z Compiling dyn-clone v1.0.17
13212024-05-03T02:46:41.428Z Compiling futures-task v0.3.30
13222024-05-03T02:46:41.428Z Compiling equivalent v1.0.1
13232024-05-03T02:46:41.428Z Compiling uuid v0.8.2
13242024-05-03T02:46:41.463Z Compiling spin v0.9.8
13252024-05-03T02:46:41.925Z Compiling fnv v1.0.7
13262024-05-03T02:46:41.947Z Compiling untrusted v0.9.0
13272024-05-03T02:46:41.947Z Compiling slog v2.7.0
13282024-05-03T02:46:41.947Z Compiling pkg-config v0.3.30
13292024-05-03T02:46:42.396Z Compiling vcpkg v0.2.15
13302024-05-03T02:46:42.817Z Compiling serde_derive_internals v0.26.0
13312024-05-03T02:46:43.513Z Compiling openssl-sys v0.9.101
13322024-05-03T02:46:43.637Z Compiling httparse v1.8.0
13332024-05-03T02:46:44.048Z Compiling tinyvec_macros v0.1.1
13342024-05-03T02:46:44.154Z Compiling tinyvec v1.6.0
13352024-05-03T02:46:44.913Z Compiling chrono v0.4.38
13362024-05-03T02:46:45.081Z Compiling ucd-trie v0.1.6
13372024-05-03T02:46:45.509Z Compiling uuid v1.8.0
13382024-05-03T02:46:45.672Z Compiling percent-encoding v2.3.1
13392024-05-03T02:46:46.104Z Compiling form_urlencoded v1.2.1
13402024-05-03T02:46:46.195Z Compiling unicode-normalization v0.1.23
13412024-05-03T02:46:46.728Z Compiling unicode-bidi v0.3.15
13422024-05-03T02:46:47.414Z Compiling foreign-types-shared v0.1.1
13432024-05-03T02:46:47.525Z Compiling try-lock v0.2.5
13442024-05-03T02:46:47.542Z Compiling schemars_derive v0.8.16
13452024-05-03T02:46:47.690Z Compiling openssl v0.10.64
13462024-05-03T02:46:47.767Z Compiling want v0.3.1
13472024-05-03T02:46:48.029Z Compiling foreign-types v0.3.2
13482024-05-03T02:46:48.117Z Compiling aho-corasick v1.1.3
13492024-05-03T02:46:48.160Z Compiling regex-syntax v0.8.2
13502024-05-03T02:46:48.391Z Compiling serde_derive v1.0.199
13512024-05-03T02:46:49.559Z Compiling zerocopy-derive v0.7.32
13522024-05-03T02:46:49.731Z Compiling thiserror-impl v1.0.59
13532024-05-03T02:46:50.672Z Compiling tokio-macros v2.2.0
13542024-05-03T02:46:51.657Z Compiling zerocopy v0.7.32
13552024-05-03T02:46:52.487Z Compiling futures-macro v0.3.30
13562024-05-03T02:46:52.860Z Compiling tracing-attributes v0.1.27
13572024-05-03T02:46:53.810Z Compiling hashbrown v0.14.3
13582024-05-03T02:46:53.842Z Compiling pest v2.7.8
13592024-05-03T02:46:54.491Z Compiling futures-util v0.3.30
13602024-05-03T02:46:55.206Z Compiling regress v0.9.0
13612024-05-03T02:46:56.230Z Compiling tracing v0.1.40
13622024-05-03T02:46:56.392Z Compiling pest_meta v2.7.8
13632024-05-03T02:46:56.959Z Compiling openssl-macros v0.1.1
13642024-05-03T02:46:57.788Z Compiling typenum v1.17.0
13652024-05-03T02:46:58.729Z Compiling tower-service v0.3.2
13662024-05-03T02:46:58.856Z Compiling httpdate v1.0.3
13672024-05-03T02:46:59.663Z Compiling unicode-width v0.1.11
13682024-05-03T02:46:59.678Z Compiling bitflags v2.5.0
13692024-05-03T02:46:59.822Z Compiling rustls v0.21.10
13702024-05-03T02:47:00.039Z Compiling native-tls v0.2.11
13712024-05-03T02:47:00.433Z Compiling rustls-webpki v0.101.7
13722024-05-03T02:47:00.453Z Compiling sct v0.7.1
13732024-05-03T02:47:01.154Z Compiling pest_generator v2.7.8
13742024-05-03T02:47:01.292Z Compiling regex-automata v0.4.6
13752024-05-03T02:47:02.299Z Compiling bytes v1.6.0
13762024-05-03T02:47:04.238Z Compiling tokio v1.37.0
13772024-05-03T02:47:05.562Z Compiling indexmap v2.2.6
13782024-05-03T02:47:07.289Z Compiling serde_tokenstream v0.2.0
13792024-05-03T02:47:07.464Z Compiling http v0.2.12
13802024-05-03T02:47:09.326Z Compiling http-body v0.4.6
13812024-05-03T02:47:09.871Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
13822024-05-03T02:47:11.082Z Compiling idna v0.5.0
13832024-05-03T02:47:14.527Z Compiling tokio-util v0.7.10
13842024-05-03T02:47:14.651Z Compiling generic-array v0.14.7
13852024-05-03T02:47:15.016Z Compiling ident_case v1.0.1
13862024-05-03T02:47:15.189Z Compiling strsim v0.10.0
13872024-05-03T02:47:15.843Z Compiling h2 v0.3.25
13882024-05-03T02:47:16.930Z Compiling base64 v0.21.7
13892024-05-03T02:47:18.067Z Compiling openssl-probe v0.1.5
13902024-05-03T02:47:19.668Z Compiling darling_core v0.20.8
13912024-05-03T02:47:21.079Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
13922024-05-03T02:47:25.550Z Compiling hyper v0.14.28
13932024-05-03T02:47:25.860Z Compiling url v2.5.0
13942024-05-03T02:47:28.103Z Compiling regex v1.10.4
13952024-05-03T02:47:29.118Z Compiling pest_derive v2.7.8
13962024-05-03T02:47:31.615Z Compiling rand_core v0.6.4
13972024-05-03T02:47:32.068Z Compiling encoding_rs v0.8.33
13982024-05-03T02:47:32.836Z Compiling mime v0.3.17
13992024-05-03T02:47:33.476Z Compiling ipnet v2.9.0
14002024-05-03T02:47:33.931Z Compiling omicron-workspace-hack v0.1.0
14012024-05-03T02:47:34.256Z Compiling subtle v2.5.0
14022024-05-03T02:47:34.533Z Compiling tokio-rustls v0.24.1
14032024-05-03T02:47:35.320Z Compiling darling_macro v0.20.8
14042024-05-03T02:47:36.365Z Compiling tokio-native-tls v0.3.1
14052024-05-03T02:47:36.455Z Compiling serde_urlencoded v0.7.1
14062024-05-03T02:47:37.070Z Compiling crossbeam-utils v0.8.19
14072024-05-03T02:47:37.658Z Compiling anyhow v1.0.82
14082024-05-03T02:47:41.858Z Compiling getopts v0.2.21
14092024-05-03T02:47:43.068Z Compiling hyper-tls v0.5.0
14102024-05-03T02:47:43.090Z Compiling darling v0.20.8
14112024-05-03T02:47:43.206Z Compiling hyper-rustls v0.24.2
14122024-05-03T02:47:43.219Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
14132024-05-03T02:47:43.337Z Compiling rustls-pemfile v1.0.4
14142024-05-03T02:47:43.544Z Compiling openapiv3 v2.0.0
14152024-05-03T02:47:44.130Z Compiling scroll_derive v0.12.0
14162024-05-03T02:47:44.417Z Compiling usdt-impl v0.5.0
14172024-05-03T02:47:44.833Z Compiling unsafe-libyaml v0.2.11
14182024-05-03T02:47:45.809Z Compiling time-core v0.1.2
14192024-05-03T02:47:45.812Z Compiling rustversion v1.0.14
14202024-05-03T02:47:45.812Z Compiling num-conv v0.1.0
14212024-05-03T02:47:45.991Z Compiling ppv-lite86 v0.2.17
14222024-05-03T02:47:46.224Z Compiling powerfmt v0.2.0
14232024-05-03T02:47:46.557Z Compiling sync_wrapper v0.1.2
14242024-05-03T02:47:46.669Z Compiling webpki-roots v0.25.4
14252024-05-03T02:47:46.684Z Compiling deranged v0.3.11
14262024-05-03T02:47:46.809Z Compiling reqwest v0.11.27
14272024-05-03T02:47:46.825Z Compiling rand_chacha v0.3.1
14282024-05-03T02:47:48.012Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
14292024-05-03T02:47:48.750Z Compiling serde_yaml v0.9.34+deprecated
14302024-05-03T02:47:49.055Z Compiling time-macros v0.2.17
14312024-05-03T02:47:50.092Z Compiling scroll v0.12.0
14322024-05-03T02:47:50.995Z Compiling thread-id v4.2.1
14332024-05-03T02:47:52.434Z Compiling crypto-common v0.1.6
14342024-05-03T02:47:52.639Z Compiling block-buffer v0.10.4
14352024-05-03T02:47:52.882Z Compiling dtrace-parser v0.2.0
14362024-05-03T02:47:53.081Z Compiling dof v0.3.0
14372024-05-03T02:47:54.672Z Compiling plain v0.2.3
14382024-05-03T02:47:54.682Z Compiling num_threads v0.1.7
14392024-05-03T02:47:54.804Z Compiling async-trait v0.1.79
14402024-05-03T02:47:55.099Z Compiling time v0.3.34
14412024-05-03T02:47:55.354Z Compiling goblin v0.8.0
14422024-05-03T02:47:55.389Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
14432024-05-03T02:48:00.652Z Compiling digest v0.10.7
14442024-05-03T02:48:01.115Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
14452024-05-03T02:48:02.223Z Compiling rand v0.8.5
14462024-05-03T02:48:02.761Z Compiling dirs-sys-next v0.1.2
14472024-05-03T02:48:04.002Z Compiling match_cfg v0.1.0
14482024-05-03T02:48:04.092Z Compiling rustls-pki-types v1.4.0
14492024-05-03T02:48:04.283Z Compiling lazy_static v1.4.0
14502024-05-03T02:48:04.328Z Compiling pretty-hex v0.4.1
14512024-05-03T02:48:04.558Z Compiling hostname v0.3.1
14522024-05-03T02:48:04.808Z Compiling dirs-next v2.0.0
14532024-05-03T02:48:08.120Z Compiling ipnetwork v0.20.0
14542024-05-03T02:48:10.375Z Compiling thread_local v1.1.8
14552024-05-03T02:48:10.521Z Compiling instant v0.1.12
14562024-05-03T02:48:10.689Z Compiling cpufeatures v0.2.12
14572024-05-03T02:48:10.788Z Compiling rustls v0.22.2
14582024-05-03T02:48:11.191Z Compiling slog-async v2.8.0
14592024-05-03T02:48:11.302Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
14602024-05-03T02:48:11.603Z Compiling term v0.7.0
14612024-05-03T02:48:11.778Z Compiling rustls-webpki v0.102.2
14622024-05-03T02:48:12.100Z Compiling usdt-macro v0.5.0
14632024-05-03T02:48:13.485Z Compiling usdt-attr-macro v0.5.0
14642024-05-03T02:48:15.081Z Compiling crossbeam-channel v0.5.12
14652024-05-03T02:48:16.199Z Compiling serde_spanned v0.6.5
14662024-05-03T02:48:16.460Z Compiling toml_datetime v0.6.5
14672024-05-03T02:48:16.547Z Compiling futures-executor v0.3.30
14682024-05-03T02:48:16.783Z Compiling structmeta-derive v0.3.0
14692024-05-03T02:48:17.163Z Compiling memmap v0.7.0
14702024-05-03T02:48:17.584Z Compiling is-terminal v0.4.12
14712024-05-03T02:48:17.674Z Compiling multer v3.0.0
14722024-05-03T02:48:17.704Z Compiling paste v1.0.14
14732024-05-03T02:48:18.049Z Compiling winnow v0.6.5
14742024-05-03T02:48:18.232Z Compiling zeroize v1.7.0
14752024-05-03T02:48:18.597Z Compiling take_mut v0.2.2
14762024-05-03T02:48:18.760Z Compiling camino v1.1.6
14772024-05-03T02:48:19.529Z Compiling structmeta v0.3.0
14782024-05-03T02:48:20.264Z Compiling slog-term v2.9.1
14792024-05-03T02:48:20.542Z Compiling usdt v0.5.0
14802024-05-03T02:48:22.065Z Compiling toml_edit v0.22.9
14812024-05-03T02:48:22.386Z Compiling futures v0.3.30
14822024-05-03T02:48:22.600Z Compiling slog-json v2.6.1
14832024-05-03T02:48:22.732Z Compiling serde_with_macros v3.7.0
14842024-05-03T02:48:23.094Z Compiling http v1.1.0
14852024-05-03T02:48:23.667Z Compiling async-stream-impl v0.3.5
14862024-05-03T02:48:28.115Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#e6691c18)
14872024-05-03T02:48:28.115Z Compiling base64 v0.22.0
14882024-05-03T02:48:28.115Z Compiling semver v1.0.22
14892024-05-03T02:48:28.115Z Compiling atomic-waker v1.1.2
14902024-05-03T02:48:28.116Z Compiling waitgroup v0.1.2
14912024-05-03T02:48:28.116Z Compiling serde_with v3.7.0
14922024-05-03T02:48:28.116Z Compiling toml v0.8.12
14932024-05-03T02:48:30.641Z Compiling async-stream v0.3.5
14942024-05-03T02:48:30.875Z Compiling tokio-rustls v0.25.0
14952024-05-03T02:48:30.925Z Compiling slog-bunyan v2.5.0
14962024-05-03T02:48:31.184Z Compiling parse-display-derive v0.9.0
14972024-05-03T02:48:32.105Z Compiling sha1 v0.10.6
14982024-05-03T02:48:34.225Z Compiling rustls-pemfile v2.1.1
14992024-05-03T02:48:34.228Z Compiling strum_macros v0.26.2
15002024-05-03T02:48:34.228Z Compiling newtype-uuid v1.0.1
15012024-05-03T02:48:34.228Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#e6691c18)
15022024-05-03T02:48:34.228Z Compiling hex v0.4.3
15032024-05-03T02:48:34.922Z Compiling serde_path_to_error v0.1.16
15042024-05-03T02:48:35.368Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15052024-05-03T02:48:35.822Z Compiling debug-ignore v1.0.5
15062024-05-03T02:48:35.947Z Compiling bitflags v1.3.2
15072024-05-03T02:48:35.968Z Compiling parse-display v0.9.0
15082024-05-03T02:48:36.049Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15092024-05-03T02:48:36.213Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
15102024-05-03T02:48:36.241Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15112024-05-03T02:48:36.592Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
15122024-05-03T02:48:37.476Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
15132024-05-03T02:48:37.802Z Compiling strum v0.26.2
15142024-05-03T02:48:37.979Z Compiling backoff v0.4.0
15152024-05-03T02:48:37.982Z Compiling macaddr v1.0.1
15162024-05-03T02:48:38.012Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15172024-05-03T02:48:38.336Z Compiling winnow v0.5.40
15182024-05-03T02:48:38.421Z Compiling semver v0.1.20
15192024-05-03T02:48:38.960Z Compiling rustc_version v0.1.7
15202024-05-03T02:48:39.017Z Compiling num-integer v0.1.46
15212024-05-03T02:48:39.102Z Compiling num-rational v0.4.1
15222024-05-03T02:48:39.404Z Compiling newtype_derive v0.1.6
15232024-05-03T02:48:39.709Z Compiling zerocopy-derive v0.6.6
15242024-05-03T02:48:39.744Z Compiling hubpack_derive v0.1.1
15252024-05-03T02:48:40.190Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15262024-05-03T02:48:40.553Z Compiling base64ct v1.6.0
15272024-05-03T02:48:40.731Z Compiling heapless v0.8.0
15282024-05-03T02:48:41.255Z Compiling password-hash v0.5.0
15292024-05-03T02:48:41.577Z Compiling hubpack v0.1.2
15302024-05-03T02:48:41.849Z Compiling toml_edit v0.19.15
15312024-05-03T02:48:42.068Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
15322024-05-03T02:48:42.085Z Compiling zerocopy v0.6.6
15332024-05-03T02:48:43.526Z Compiling num-iter v0.1.44
15342024-05-03T02:48:43.707Z Compiling strum_macros v0.25.3
15352024-05-03T02:48:45.679Z Compiling proc-macro-crate v1.3.1
15362024-05-03T02:48:46.535Z Compiling blake2 v0.10.6
15372024-05-03T02:48:47.769Z Compiling foreign-types-macros v0.2.3
15382024-05-03T02:48:47.897Z Compiling serde_repr v0.1.19
15392024-05-03T02:48:48.087Z Compiling num_enum_derive v0.5.11
15402024-05-03T02:48:49.142Z Compiling num-complex v0.4.5
15412024-05-03T02:48:49.157Z Compiling hash32 v0.3.1
15422024-05-03T02:48:49.421Z Compiling stable_deref_trait v1.2.0
15432024-05-03T02:48:49.527Z Compiling foreign-types-shared v0.3.1
15442024-05-03T02:48:49.642Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15452024-05-03T02:48:49.991Z Compiling smoltcp v0.11.0
15462024-05-03T02:48:50.455Z Compiling static_assertions v1.1.0
15472024-05-03T02:48:50.558Z Compiling fixedbitset v0.4.2
15482024-05-03T02:48:50.591Z Compiling num_enum v0.5.11
15492024-05-03T02:48:50.661Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15502024-05-03T02:48:50.716Z Compiling num v0.4.1
15512024-05-03T02:48:50.783Z Compiling foreign-types v0.5.0
15522024-05-03T02:48:50.811Z Compiling petgraph v0.6.4
15532024-05-03T02:48:51.325Z Compiling argon2 v0.5.3
15542024-05-03T02:48:52.159Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
15552024-05-03T02:48:52.273Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
15562024-05-03T02:48:53.396Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15572024-05-03T02:48:53.976Z Compiling cstr-argument v0.1.2
15582024-05-03T02:48:54.243Z Compiling utf8parse v0.2.1
15592024-05-03T02:48:54.326Z Compiling cobs v0.2.3
15602024-05-03T02:48:54.393Z Compiling embedded-io v0.4.0
15612024-05-03T02:48:54.525Z Compiling matches v0.1.10
15622024-05-03T02:48:54.614Z Compiling managed v0.8.0
15632024-05-03T02:48:54.614Z Compiling pretty-hex v0.2.1
15642024-05-03T02:48:54.741Z Compiling idna v0.2.3
15652024-05-03T02:48:54.824Z Compiling steno v0.4.0
15662024-05-03T02:48:55.197Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15672024-05-03T02:48:55.569Z Compiling postcard v1.0.8
15682024-05-03T02:48:56.447Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
15692024-05-03T02:48:57.936Z Compiling anstyle-parse v0.2.3
15702024-05-03T02:48:58.201Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15712024-05-03T02:48:58.214Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
15722024-05-03T02:48:58.297Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
15732024-05-03T02:48:58.881Z Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
15742024-05-03T02:48:59.067Z Compiling colored v2.1.0
15752024-05-03T02:49:00.406Z Compiling enum-as-inner v0.5.1
15762024-05-03T02:49:01.542Z Compiling socket2 v0.4.10
15772024-05-03T02:49:03.148Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
15782024-05-03T02:49:03.520Z Compiling slog-dtrace v0.3.0
15792024-05-03T02:49:03.780Z Compiling anstyle v1.0.6
15802024-05-03T02:49:03.875Z Compiling colorchoice v1.0.0
15812024-05-03T02:49:04.038Z Compiling parking_lot_core v0.8.6
15822024-05-03T02:49:04.356Z Compiling quick-error v1.2.3
15832024-05-03T02:49:04.534Z Compiling humantime v2.1.0
15842024-05-03T02:49:04.556Z Compiling data-encoding v2.5.0
15852024-05-03T02:49:05.348Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
15862024-05-03T02:49:05.503Z Compiling linked-hash-map v0.5.6
15872024-05-03T02:49:05.919Z Compiling anstyle-query v1.0.2
15882024-05-03T02:49:06.069Z Compiling anstream v0.6.13
15892024-05-03T02:49:06.261Z Compiling lru-cache v0.1.2
15902024-05-03T02:49:06.469Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
15912024-05-03T02:49:07.115Z Compiling trust-dns-proto v0.22.0
15922024-05-03T02:49:09.900Z Compiling resolv-conf v0.7.0
15932024-05-03T02:49:11.636Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
15942024-05-03T02:49:12.003Z Compiling tabwriter v1.4.0
15952024-05-03T02:49:12.505Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
15962024-05-03T02:49:12.801Z Compiling num-derive v0.3.3
15972024-05-03T02:49:12.853Z Compiling clap_lex v0.7.0
15982024-05-03T02:49:13.469Z Compiling crc32fast v1.4.0
15992024-05-03T02:49:13.597Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
16002024-05-03T02:49:13.971Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1d75565d)
16012024-05-03T02:49:14.340Z Compiling heck v0.5.0
16022024-05-03T02:49:14.764Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#1d75565d)
16032024-05-03T02:49:15.179Z Compiling strsim v0.11.0
16042024-05-03T02:49:15.183Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
16052024-05-03T02:49:15.372Z Compiling clap_builder v4.5.2
16062024-05-03T02:49:17.090Z Compiling clap_derive v4.5.4
16072024-05-03T02:49:20.008Z Compiling trust-dns-resolver v0.22.0
16082024-05-03T02:49:22.809Z Compiling hashbrown v0.13.2
16092024-05-03T02:49:23.708Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16102024-05-03T02:49:24.101Z Compiling regress v0.6.0
16112024-05-03T02:49:24.118Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
16122024-05-03T02:49:25.194Z Compiling parking_lot v0.11.2
16132024-05-03T02:49:26.856Z Compiling clap v4.5.4
16142024-05-03T02:49:26.883Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
16152024-05-03T02:49:27.645Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
16162024-05-03T02:49:29.275Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
16172024-05-03T02:49:35.560Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#c2a9f29f)
16182024-05-03T02:49:41.351Z Compiling crossbeam-epoch v0.9.18
16192024-05-03T02:49:42.525Z Compiling fxhash v0.2.1
16202024-05-03T02:49:42.674Z Compiling crc8 v0.1.1
16212024-05-03T02:49:42.736Z Compiling arc-swap v1.7.1
16222024-05-03T02:49:42.958Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#c2a9f29f)
16232024-05-03T02:49:42.972Z Compiling sled v0.34.7
16242024-05-03T02:49:43.466Z Compiling slog-scope v4.4.0
16252024-05-03T02:49:44.425Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
16262024-05-03T02:49:49.254Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
16272024-05-03T02:49:51.660Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
16282024-05-03T02:49:59.301Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
16292024-05-03T02:49:59.362Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
16302024-05-03T02:49:59.362Z Compiling slog-stdlog v4.1.1
16312024-05-03T02:49:59.362Z Compiling slog-envlogger v2.2.0
16322024-05-03T02:49:59.362Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
16332024-05-03T02:50:35.134Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
16342024-05-03T02:50:35.134Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
16352024-05-03T02:50:39.738Z Finished release [optimized] target(s) in 4m 30s
16362024-05-03T02:50:39.947Z+ banner trio
16372024-05-03T02:50:39.953Z
16382024-05-03T02:50:39.954Z ##### ##### # ####
16392024-05-03T02:50:39.954Z # # # # # #
16402024-05-03T02:50:39.954Z # # # # # #
16412024-05-03T02:50:39.954Z # ##### # # #
16422024-05-03T02:50:39.955Z # # # # # #
16432024-05-03T02:50:39.955Z # # # # ####
16442024-05-03T02:50:39.955Z
16452024-05-03T02:50:39.955Z+ pfexec cargo test --release -p mg-tests test_trio_v1_server -- --nocapture
16462024-05-03T02:50:40.404Z Compiling cfg-if v1.0.0
16472024-05-03T02:50:40.404Z Compiling once_cell v1.19.0
16482024-05-03T02:50:40.404Z Compiling libc v0.2.153
16492024-05-03T02:50:40.404Z Compiling syn v2.0.55
16502024-05-03T02:50:40.404Z Compiling zerocopy v0.7.32
16512024-05-03T02:50:40.404Z Compiling itoa v1.0.10
16522024-05-03T02:50:40.404Z Compiling serde v1.0.199
16532024-05-03T02:50:40.404Z Compiling bytes v1.6.0
16542024-05-03T02:50:40.409Z Compiling pin-project-lite v0.2.13
16552024-05-03T02:50:40.417Z Compiling scopeguard v1.2.0
16562024-05-03T02:50:40.516Z Compiling smallvec v1.13.2
16572024-05-03T02:50:40.527Z Compiling lock_api v0.4.11
16582024-05-03T02:50:40.779Z Compiling log v0.4.21
16592024-05-03T02:50:40.982Z Compiling ahash v0.8.11
16602024-05-03T02:50:40.990Z Compiling parking_lot_core v0.9.9
16612024-05-03T02:50:41.035Z Compiling getrandom v0.2.12
16622024-05-03T02:50:41.073Z Compiling signal-hook-registry v1.4.1
16632024-05-03T02:50:41.287Z Compiling mio v0.8.11
16642024-05-03T02:50:41.367Z Compiling parking_lot v0.12.1
16652024-05-03T02:50:41.440Z Compiling hashbrown v0.14.3
16662024-05-03T02:50:41.781Z Compiling socket2 v0.5.6
16672024-05-03T02:50:41.942Z Compiling num_cpus v1.16.0
16682024-05-03T02:50:42.077Z Compiling allocator-api2 v0.2.16
16692024-05-03T02:50:42.183Z Compiling memchr v2.7.1
16702024-05-03T02:50:42.939Z Compiling tracing-core v0.1.32
16712024-05-03T02:50:43.362Z Compiling fnv v1.0.7
16722024-05-03T02:50:43.486Z Compiling ryu v1.0.17
16732024-05-03T02:50:43.620Z Compiling futures-core v0.3.30
16742024-05-03T02:50:43.863Z Compiling equivalent v1.0.1
16752024-05-03T02:50:43.941Z Compiling http v0.2.12
16762024-05-03T02:50:43.965Z Compiling untrusted v0.9.0
16772024-05-03T02:50:44.495Z Compiling spin v0.9.8
16782024-05-03T02:50:44.498Z Compiling regress v0.9.0
16792024-05-03T02:50:44.498Z Compiling foreign-types-shared v0.1.1
16802024-05-03T02:50:44.498Z Compiling ring v0.17.8
16812024-05-03T02:50:44.498Z Compiling futures-sink v0.3.30
16822024-05-03T02:50:44.498Z Compiling pin-utils v0.1.0
16832024-05-03T02:50:44.498Z Compiling futures-task v0.3.30
16842024-05-03T02:50:44.570Z Compiling foreign-types v0.3.2
16852024-05-03T02:50:44.653Z Compiling futures-util v0.3.30
16862024-05-03T02:50:44.678Z Compiling slab v0.4.9
16872024-05-03T02:50:44.981Z Compiling openssl-sys v0.9.101
16882024-05-03T02:50:45.437Z Compiling num-traits v0.2.18
16892024-05-03T02:50:45.494Z Compiling unicode-ident v1.0.12
16902024-05-03T02:50:45.666Z Compiling bitflags v2.5.0
16912024-05-03T02:50:46.004Z Compiling slog v2.7.0
16922024-05-03T02:50:46.225Z Compiling tinyvec_macros v0.1.1
16932024-05-03T02:50:46.307Z Compiling try-lock v0.2.5
16942024-05-03T02:50:46.447Z Compiling want v0.3.1
16952024-05-03T02:50:46.456Z Compiling rustls-webpki v0.101.7
16962024-05-03T02:50:46.550Z Compiling sct v0.7.1
16972024-05-03T02:50:46.737Z Compiling tinyvec v1.6.0
16982024-05-03T02:50:47.901Z Compiling proc-macro2 v1.0.79
16992024-05-03T02:50:48.359Z Compiling http-body v0.4.6
17002024-05-03T02:50:48.799Z Compiling httparse v1.8.0
17012024-05-03T02:50:48.868Z Compiling futures-channel v0.3.30
17022024-05-03T02:50:48.900Z Compiling percent-encoding v2.3.1
17032024-05-03T02:50:49.353Z Compiling tower-service v0.3.2
17042024-05-03T02:50:49.357Z Compiling openssl-probe v0.1.5
17052024-05-03T02:50:49.380Z Compiling httpdate v1.0.3
17062024-05-03T02:50:49.439Z Compiling form_urlencoded v1.2.1
17072024-05-03T02:50:49.881Z Compiling chrono v0.4.38
17082024-05-03T02:50:49.881Z Compiling quote v1.0.35
17092024-05-03T02:50:49.961Z Compiling unicode-normalization v0.1.23
17102024-05-03T02:50:50.143Z Compiling rustls v0.21.10
17112024-05-03T02:50:52.475Z Compiling aho-corasick v1.1.3
17122024-05-03T02:50:52.478Z Compiling schemars v0.8.16
17132024-05-03T02:50:52.478Z Compiling proc-macro-error-attr v1.0.4
17142024-05-03T02:50:52.478Z Compiling serde_derive v1.0.199
17152024-05-03T02:50:52.478Z Compiling thiserror-impl v1.0.59
17162024-05-03T02:50:52.581Z Compiling tokio-macros v2.2.0
17172024-05-03T02:50:53.420Z Compiling tracing-attributes v0.1.27
17182024-05-03T02:50:54.277Z Compiling tokio v1.37.0
17192024-05-03T02:50:54.604Z Compiling openssl-macros v0.1.1
17202024-05-03T02:50:55.195Z Compiling thiserror v1.0.59
17212024-05-03T02:50:55.437Z Compiling openssl v0.10.64
17222024-05-03T02:50:55.455Z Compiling lazy_static v1.4.0
17232024-05-03T02:50:55.576Z Compiling dyn-clone v1.0.17
17242024-05-03T02:50:55.769Z Compiling regex-syntax v0.8.2
17252024-05-03T02:50:55.799Z Compiling unicode-bidi v0.3.15
17262024-05-03T02:50:56.869Z Compiling tracing v0.1.40
17272024-05-03T02:50:57.634Z Compiling idna v0.5.0
17282024-05-03T02:50:59.002Z Compiling regex-automata v0.4.6
17292024-05-03T02:51:06.320Z Compiling indexmap v2.2.6
17302024-05-03T02:51:06.811Z Compiling serde_json v1.0.116
17312024-05-03T02:51:07.742Z Compiling serde_tokenstream v0.2.0
17322024-05-03T02:51:08.447Z Compiling tokio-util v0.7.10
17332024-05-03T02:51:09.695Z Compiling h2 v0.3.25
17342024-05-03T02:51:10.877Z Compiling uuid v1.8.0
17352024-05-03T02:51:10.960Z Compiling toml_edit v0.19.15
17362024-05-03T02:51:12.136Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
17372024-05-03T02:51:12.657Z Compiling native-tls v0.2.11
17382024-05-03T02:51:13.791Z Compiling proc-macro-crate v1.3.1
17392024-05-03T02:51:14.633Z Compiling hyper v0.14.28
17402024-05-03T02:51:14.700Z Compiling tokio-native-tls v0.3.1
17412024-05-03T02:51:15.076Z Compiling tokio-rustls v0.24.1
17422024-05-03T02:51:23.293Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
17432024-05-03T02:51:26.538Z Compiling proc-macro-error v1.0.4
17442024-05-03T02:51:26.906Z Compiling crossbeam-utils v0.8.19
17452024-05-03T02:51:27.472Z Compiling heck v0.4.1
17462024-05-03T02:51:27.767Z Compiling base64 v0.21.7
17472024-05-03T02:51:27.920Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
17482024-05-03T02:51:28.718Z Compiling rustls-pemfile v1.0.4
17492024-05-03T02:51:29.046Z Compiling regex v1.10.4
17502024-05-03T02:51:29.595Z Compiling hyper-tls v0.5.0
17512024-05-03T02:51:29.619Z Compiling hyper-rustls v0.24.2
17522024-05-03T02:51:30.044Z Compiling num_enum_derive v0.5.11
17532024-05-03T02:51:30.101Z Compiling openapiv3 v2.0.0
17542024-05-03T02:51:30.869Z Compiling serde_urlencoded v0.7.1
17552024-05-03T02:51:31.435Z Compiling url v2.5.0
17562024-05-03T02:51:31.947Z Compiling foreign-types-macros v0.2.3
17572024-05-03T02:51:32.562Z Compiling dirs-sys-next v0.1.2
17582024-05-03T02:51:32.896Z Compiling encoding_rs v0.8.33
17592024-05-03T02:51:33.209Z Compiling mime v0.3.17
17602024-05-03T02:51:33.773Z Compiling foreign-types-shared v0.3.1
17612024-05-03T02:51:33.881Z Compiling ipnet v2.9.0
17622024-05-03T02:51:34.301Z Compiling unicode-width v0.1.11
17632024-05-03T02:51:34.467Z Compiling sync_wrapper v0.1.2
17642024-05-03T02:51:34.547Z Compiling webpki-roots v0.25.4
17652024-05-03T02:51:34.586Z Compiling powerfmt v0.2.0
17662024-05-03T02:51:34.684Z Compiling serde_yaml v0.9.34+deprecated
17672024-05-03T02:51:35.111Z Compiling deranged v0.3.11
17682024-05-03T02:51:36.724Z Compiling reqwest v0.11.27
17692024-05-03T02:51:37.400Z Compiling getopts v0.2.21
17702024-05-03T02:51:37.416Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
17712024-05-03T02:51:38.490Z Compiling foreign-types v0.5.0
17722024-05-03T02:51:38.591Z Compiling dirs-next v2.0.0
17732024-05-03T02:51:38.846Z Compiling num_enum v0.5.11
17742024-05-03T02:51:39.755Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17752024-05-03T02:51:39.907Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17762024-05-03T02:51:41.809Z Compiling cstr-argument v0.1.2
17772024-05-03T02:51:42.044Z Compiling thread_local v1.1.8
17782024-05-03T02:51:42.819Z Compiling num-conv v0.1.0
17792024-05-03T02:51:43.076Z Compiling time-core v0.1.2
17802024-05-03T02:51:43.253Z Compiling either v1.10.0
17812024-05-03T02:51:47.068Z Compiling arc-swap v1.7.1
17822024-05-03T02:51:47.153Z Compiling pretty-hex v0.2.1
17832024-05-03T02:51:47.153Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17842024-05-03T02:51:47.153Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
17852024-05-03T02:51:47.154Z Compiling slog-scope v4.4.0
17862024-05-03T02:51:47.154Z Compiling itertools v0.12.1
17872024-05-03T02:51:47.154Z Compiling time v0.3.34
17882024-05-03T02:51:50.290Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17892024-05-03T02:51:50.293Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17902024-05-03T02:51:51.002Z Compiling crossbeam-channel v0.5.12
17912024-05-03T02:51:52.747Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
17922024-05-03T02:51:53.883Z Compiling term v0.7.0
17932024-05-03T02:51:54.250Z Compiling anyhow v1.0.82
17942024-05-03T02:51:55.819Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
17952024-05-03T02:51:56.453Z Compiling colored v2.1.0
17962024-05-03T02:51:57.785Z Compiling socket2 v0.4.10
17972024-05-03T02:51:57.824Z Compiling is-terminal v0.4.12
17982024-05-03T02:51:57.934Z Compiling take_mut v0.2.2
17992024-05-03T02:51:58.086Z Compiling slog-async v2.8.0
18002024-05-03T02:51:58.982Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1d75565d)
18012024-05-03T02:51:59.406Z Compiling slog-term v2.9.1
18022024-05-03T02:52:00.279Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
18032024-05-03T02:52:00.481Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
18042024-05-03T02:52:01.593Z Compiling slog-stdlog v4.1.1
18052024-05-03T02:52:02.286Z Compiling slog-envlogger v2.2.0
18062024-05-03T02:52:02.516Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#e69694a1)
18072024-05-03T02:52:04.309Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
18082024-05-03T02:52:18.345Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
18092024-05-03T02:52:24.466Z Finished release [optimized] target(s) in 1m 44s
18102024-05-03T02:52:24.482Z Running unittests src/lib.rs (target/release/deps/mg_tests-85d7b7517bf8b010)
18112024-05-03T02:52:24.521Z
18122024-05-03T02:52:24.521Zrunning 1 test
18132024-05-03T02:52:24.643Zconfigure zone
18142024-05-03T02:52:24.695Zinstall zone
18152024-05-03T02:53:24.507Ztest ddm::test_trio_v1_server has been running for over 60 seconds
18162024-05-03T02:53:27.734Zboot zone
18172024-05-03T02:53:28.507Zstart zone s1
18182024-05-03T02:53:28.508Zconfigure zone
18192024-05-03T02:53:28.521Zinstall zone
18202024-05-03T02:54:23.113Zboot zone
18212024-05-03T02:54:23.905Zstart zone s2
18222024-05-03T02:54:23.905Zconfigure zone
18232024-05-03T02:54:23.912Zinstall zone
18242024-05-03T02:55:18.481Zboot zone
18252024-05-03T02:55:19.294Zstart zone t1
18262024-05-03T02:55:19.294Zconfigure zone
18272024-05-03T02:55:19.302Zinstall zone
18282024-05-03T02:56:12.547Zboot zone
18292024-05-03T02:56:13.298Zwaiting for zones to come up
18302024-05-03T02:56:23.299Z[sidecar.trio] svcs milestone/network
18312024-05-03T02:56:23.333ZSTATE STIME FMRI
18322024-05-03T02:56:23.333Zonline 19:53:45 svc:/milestone/network:default
18332024-05-03T02:56:23.334Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
18342024-05-03T02:56:23.380Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
18352024-05-03T02:56:23.434Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
18362024-05-03T02:56:23.477Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
18372024-05-03T02:56:23.487Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
18382024-05-03T02:56:23.505Z
18392024-05-03T02:56:23.505Zrunning zone s1.trio setup
18402024-05-03T02:56:23.505Z[s1.trio] svcs milestone/network
18412024-05-03T02:56:23.526ZSTATE STIME FMRI
18422024-05-03T02:56:23.526Zonline 19:54:41 svc:/milestone/network:default
18432024-05-03T02:56:23.526Z[s1.trio] dladm
18442024-05-03T02:56:23.550ZLINK CLASS MTU STATE BRIDGE OVER
18452024-05-03T02:56:23.550Zsl0 simnet 9000 up -- ?
18462024-05-03T02:56:23.550Zmg2 vnic 9000 up -- ?
18472024-05-03T02:56:23.550Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
18482024-05-03T02:56:24.026Z
18492024-05-03T02:56:24.026Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
18502024-05-03T02:56:24.050Z
18512024-05-03T02:56:24.050Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
18522024-05-03T02:56:24.070Z
18532024-05-03T02:56:24.070Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
18542024-05-03T02:56:24.156Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
18552024-05-03T02:56:24.200Zcp /work/oxidecomputer/maghemite/download/ddmd-v1 /mgtrio/s1.trio/root/opt/
18562024-05-03T02:56:24.270Zcp /work/oxidecomputer/maghemite/download/ddmadm-v1 /mgtrio/s1.trio/root/opt/
18572024-05-03T02:56:24.345Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v1 --kind server -a sl0/v6 &> /opt/ddmd.log &
18582024-05-03T02:56:24.365Z
18592024-05-03T02:56:24.365Zrunning zone s2.trio setup
18602024-05-03T02:56:24.365Z[s2.trio] svcs milestone/network
18612024-05-03T02:56:24.389ZSTATE STIME FMRI
18622024-05-03T02:56:24.389Zonline 19:55:36 svc:/milestone/network:default
18632024-05-03T02:56:24.389Z[s2.trio] dladm
18642024-05-03T02:56:24.413ZLINK CLASS MTU STATE BRIDGE OVER
18652024-05-03T02:56:24.413Zsl1 simnet 9000 up -- ?
18662024-05-03T02:56:24.413Zmg3 vnic 9000 up -- ?
18672024-05-03T02:56:24.413Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
18682024-05-03T02:56:25.040Z
18692024-05-03T02:56:25.040Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
18702024-05-03T02:56:25.063Z
18712024-05-03T02:56:25.063Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
18722024-05-03T02:56:25.085Z
18732024-05-03T02:56:25.085Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
18742024-05-03T02:56:25.133Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
18752024-05-03T02:56:25.148Zcp /work/oxidecomputer/maghemite/download/ddmd-v1 /mgtrio/s2.trio/root/opt/
18762024-05-03T02:56:25.179Zcp /work/oxidecomputer/maghemite/download/ddmadm-v1 /mgtrio/s2.trio/root/opt/
18772024-05-03T02:56:25.212Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v1 --kind server -a sl1/v6 &> /opt/ddmd.log &
18782024-05-03T02:56:25.239Z
18792024-05-03T02:56:25.239Zrunning zone t1.trio setup
18802024-05-03T02:56:25.239Z[t1.trio] svcs milestone/network
18812024-05-03T02:56:25.254ZSTATE STIME FMRI
18822024-05-03T02:56:25.254Z- - svc:/milestone/network:default
18832024-05-03T02:56:26.253Z[t1.trio] svcs milestone/network
18842024-05-03T02:56:26.274ZSTATE STIME FMRI
18852024-05-03T02:56:26.274Z- - svc:/milestone/network:default
18862024-05-03T02:56:27.281Z[t1.trio] svcs milestone/network
18872024-05-03T02:56:27.294ZSTATE STIME FMRI
18882024-05-03T02:56:27.294Z- - svc:/milestone/network:default
18892024-05-03T02:56:28.302Z[t1.trio] svcs milestone/network
18902024-05-03T02:56:28.323ZSTATE STIME FMRI
18912024-05-03T02:56:28.323Z- - svc:/milestone/network:default
18922024-05-03T02:56:29.323Z[t1.trio] svcs milestone/network
18932024-05-03T02:56:29.348ZSTATE STIME FMRI
18942024-05-03T02:56:29.348Z- - svc:/milestone/network:default
18952024-05-03T02:56:30.345Z[t1.trio] svcs milestone/network
18962024-05-03T02:56:30.365ZSTATE STIME FMRI
18972024-05-03T02:56:30.365Z- - svc:/milestone/network:default
18982024-05-03T02:56:31.365Z[t1.trio] svcs milestone/network
18992024-05-03T02:56:31.387ZSTATE STIME FMRI
19002024-05-03T02:56:31.388Zoffline 19:56:29 svc:/milestone/network:default
19012024-05-03T02:56:32.394Z[t1.trio] svcs milestone/network
19022024-05-03T02:56:32.418ZSTATE STIME FMRI
19032024-05-03T02:56:32.418Zonline 19:56:30 svc:/milestone/network:default
19042024-05-03T02:56:32.419Z[t1.trio] dladm
19052024-05-03T02:56:32.436ZLINK CLASS MTU STATE BRIDGE OVER
19062024-05-03T02:56:32.436Ztfportrear0_0 simnet 9000 up -- ?
19072024-05-03T02:56:32.436Ztfportrear1_0 simnet 9000 up -- ?
19082024-05-03T02:56:32.436Zmg1 vnic 9000 up -- ?
19092024-05-03T02:56:32.436Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
19102024-05-03T02:56:33.052Z
19112024-05-03T02:56:33.052Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
19122024-05-03T02:56:33.074Z
19132024-05-03T02:56:33.075Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
19142024-05-03T02:56:33.097Z
19152024-05-03T02:56:33.097Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
19162024-05-03T02:56:33.114Z
19172024-05-03T02:56:33.114Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
19182024-05-03T02:56:33.335Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
19192024-05-03T02:56:33.341Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
19202024-05-03T02:56:33.342Zwaiting 3s for copy of files to zone to complete ...
19212024-05-03T02:56:36.334Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
19222024-05-03T02:56:36.369Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
19232024-05-03T02:56:36.387Z[t1.trio] svcadm enable dendrite
19242024-05-03T02:56:36.427Z
19252024-05-03T02:56:36.427Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
19262024-05-03T02:56:36.475Z
19272024-05-03T02:56:36.475Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
19282024-05-03T02:56:36.522Z
19292024-05-03T02:56:36.522Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
19302024-05-03T02:56:36.570Z
19312024-05-03T02:56:36.570Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
19322024-05-03T02:56:36.615Z
19332024-05-03T02:56:36.615Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
19342024-05-03T02:56:36.657Z
19352024-05-03T02:56:36.657Z[t1.trio] svcadm refresh dendrite:default
19362024-05-03T02:56:36.707Z
19372024-05-03T02:56:36.707Z[t1.trio] svcadm restart dendrite:default
19382024-05-03T02:56:36.732Z
19392024-05-03T02:56:36.732Zwait 10s for dendrite to come up ...
19402024-05-03T02:56:46.735Z[t1.trio] svcadm enable tfport
19412024-05-03T02:56:46.775Z
19422024-05-03T02:56:46.775Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 67bef990-e65e-43b6-ab91-1eb8e74c9eb8 --sled-uuid 5fe2c451-9777-47e6-b83a-1134a7e63f6a -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
19432024-05-03T02:56:46.796Z
19442024-05-03T02:56:46.797Z[t1.trio] ipadm
19452024-05-03T02:56:46.821ZADDROBJ TYPE STATE ADDR
19462024-05-03T02:56:46.821Zlo0/v4 static ok 127.0.0.1/8
19472024-05-03T02:56:46.822Zmg1/v4 static ok 10.0.0.3/24
19482024-05-03T02:56:46.822Zlo0/v6 static ok ::1/128
19492024-05-03T02:56:46.822Zlo0/u6 static ok fd00:3::1/64
19502024-05-03T02:56:46.822Ztfportrear0_0/v6 addrconf ok fe80::a843:51ff:fe3c:ab94%tfportrear0_0/10
19512024-05-03T02:56:46.822Ztfportrear1_0/v6 addrconf ok fe80::74e6:d9ff:fee6:2f65%tfportrear1_0/10
19522024-05-03T02:56:48.922Zinitial peering test passed
19532024-05-03T02:56:49.923Zadvertise from one passed
19542024-05-03T02:56:50.925Zadvertise from two passed
19552024-05-03T02:56:50.925Z[s1.trio] ping fd00:2::1
19562024-05-03T02:56:50.952Zfd00:2::1 is alive
19572024-05-03T02:56:50.952Z[s2.trio] ping fd00:1::1
19582024-05-03T02:56:50.971Zfd00:1::1 is alive
19592024-05-03T02:56:50.971Zconnectivity test passed
19602024-05-03T02:56:50.971Z[t1.trio] pkill ddmd
19612024-05-03T02:56:50.996Z
19622024-05-03T02:56:56.994Z[t1.trio] svcadm enable dendrite
19632024-05-03T02:56:57.035Z
19642024-05-03T02:56:57.035Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
19652024-05-03T02:56:57.078Z
19662024-05-03T02:56:57.079Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
19672024-05-03T02:56:57.128Z
19682024-05-03T02:56:57.128Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
19692024-05-03T02:56:57.172Z
19702024-05-03T02:56:57.172Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
19712024-05-03T02:56:57.210Z
19722024-05-03T02:56:57.210Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
19732024-05-03T02:56:57.256Z
19742024-05-03T02:56:57.256Z[t1.trio] svcadm refresh dendrite:default
19752024-05-03T02:56:57.291Z
19762024-05-03T02:56:57.291Z[t1.trio] svcadm restart dendrite:default
19772024-05-03T02:56:57.331Z
19782024-05-03T02:56:57.331Zwait 10s for dendrite to come up ...
19792024-05-03T02:57:07.329Z[t1.trio] svcadm enable tfport
19802024-05-03T02:57:07.370Z
19812024-05-03T02:57:07.370Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 0b58fb71-5365-421f-be55-603dcb23aee1 --sled-uuid 0b8dc145-d792-4378-bd20-2bbf5c89aefe -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
19822024-05-03T02:57:07.389Z
19832024-05-03T02:57:07.389Z[t1.trio] ipadm
19842024-05-03T02:57:07.413ZADDROBJ TYPE STATE ADDR
19852024-05-03T02:57:07.413Zlo0/v4 static ok 127.0.0.1/8
19862024-05-03T02:57:07.413Zmg1/v4 static ok 10.0.0.3/24
19872024-05-03T02:57:07.413Zlo0/v6 static ok ::1/128
19882024-05-03T02:57:07.413Zlo0/u6 static ok fd00:3::1/64
19892024-05-03T02:57:07.413Ztfportrear0_0/v6 addrconf ok fe80::a843:51ff:fe3c:ab94%tfportrear0_0/10
19902024-05-03T02:57:07.413Ztfportrear1_0/v6 addrconf ok fe80::74e6:d9ff:fee6:2f65%tfportrear1_0/10
19912024-05-03T02:57:10.416Z[s1.trio] ping fd00:2::1
19922024-05-03T02:57:10.442Zfd00:2::1 is alive
19932024-05-03T02:57:10.442Z[s2.trio] ping fd00:1::1
19942024-05-03T02:57:10.457Zfd00:1::1 is alive
19952024-05-03T02:57:10.457Ztransit router restart passed
19962024-05-03T02:57:10.457Z[s1.trio] pkill ddmd
19972024-05-03T02:57:10.477Z
19982024-05-03T02:57:15.479Zcp /work/oxidecomputer/maghemite/download/ddmd-v1 /mgtrio/s1.trio/root/opt/
19992024-05-03T02:57:15.505Zcp /work/oxidecomputer/maghemite/download/ddmadm-v1 /mgtrio/s1.trio/root/opt/
20002024-05-03T02:57:15.532Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v1 --kind server -a sl0/v6 &> /opt/ddmd.log &
20012024-05-03T02:57:15.554Z
20022024-05-03T02:57:19.557Z[s1.trio] ping fd00:2::1
20032024-05-03T02:57:19.581Zfd00:2::1 is alive
20042024-05-03T02:57:19.581Z[s2.trio] ping fd00:1::1
20052024-05-03T02:57:19.601Zfd00:1::1 is alive
20062024-05-03T02:57:19.601Zserver router restart passed
20072024-05-03T02:57:23.607Zpeer expiration recovery passed
20082024-05-03T02:57:24.610Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
20092024-05-03T02:57:24.635Z3
20102024-05-03T02:57:24.635Zredundant advertise passed
20112024-05-03T02:57:24.645Z[t1.trio] pkill ddmd
20122024-05-03T02:57:24.665Z
20132024-05-03T02:57:24.665Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
20142024-05-03T02:57:24.679Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
20152024-05-03T02:57:27.098Z[s2.trio] pkill ddmd
20162024-05-03T02:57:27.118Z
20172024-05-03T02:57:27.118Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
20182024-05-03T02:57:29.555Z[s1.trio] pkill ddmd
20192024-05-03T02:57:29.575Z
20202024-05-03T02:57:29.575Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
20212024-05-03T02:57:31.932Z[sidecar.trio] pkill softnpu
20222024-05-03T02:57:31.952Z
20232024-05-03T02:57:31.952Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
20242024-05-03T02:57:34.423Ztest ddm::test_trio_v1_server ... ok
20252024-05-03T02:57:34.423Z
20262024-05-03T02:57:34.423Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 309.90s
20272024-05-03T02:57:34.423Z
20282024-05-03T02:57:34.440Z+ cleanup
20292024-05-03T02:57:34.444Z++ id -un
20302024-05-03T02:57:34.447Z++ id -gn
20312024-05-03T02:57:34.450Z+ pfexec chown -R build:build .
20322024-05-03T02:57:34.506Zprocess exited: duration 793448 ms, exit code 0
 
20332024-05-03T02:57:34.518Zfound 4 output files
20342024-05-03T02:57:34.524Zuploading: /work/s1.trio.log (5975 bytes)
20352024-05-03T02:57:35.537Zuploaded: /work/s1.trio.log
20362024-05-03T02:57:35.537Zuploading: /work/s2.trio.log (5760 bytes)
20372024-05-03T02:57:36.553Zuploaded: /work/s2.trio.log
20382024-05-03T02:57:36.554Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
20392024-05-03T02:57:37.564Zuploaded: /work/sidecar.trio-softnpu.log
20402024-05-03T02:57:37.564Zuploading: /work/t1.trio.log (20413 bytes)
20412024-05-03T02:57:38.578Zuploaded: /work/t1.trio.log