01HSKE8QFME6G4ET6VDGND03AG: 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: 01HSKEAATFJF5YDA2N4Z5XBENC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-22T16:08:40.691Zjob assigned to worker 01HSKEM8MJS4AFCPQXX8G7EBA6 (queued for 7 m 22 s)
 
22024-03-22T16:08:47.840Zstarting task 0: "setup"
32024-03-22T16:08:47.878Z++ uname -s
42024-03-22T16:08:47.885Z+ kern=SunOS
52024-03-22T16:08:47.885Z+ case "$kern" in
62024-03-22T16:08:47.886Z+ groupadd -g 12345 build
72024-03-22T16:08:47.920Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-22T16:08:49.927Z+ zfs create -o mountpoint=/work rpool/work
92024-03-22T16:08:50.046Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-22T16:08:50.051Z+ home_fs=zfs
112024-03-22T16:08:50.051Z+ [[ zfs == autofs ]]
122024-03-22T16:08:50.051Z+ mkdir -p /home/build
132024-03-22T16:08:50.051Z+ chown build:build /home/build /work
142024-03-22T16:08:51.056Z+ chmod 0700 /home/build /work
152024-03-22T16:08:51.071Zprocess exited: duration 3213 ms, exit code 0
 
162024-03-22T16:08:51.093Zstarting task 1: "rust-toolchain"
172024-03-22T16:08:51.104Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-22T16:08:51.104Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192024-03-22T16:08:51.224Zinfo: downloading installer
202024-03-22T16:08:53.128Zwarning: it looks like you have an existing installation of Rust at:
212024-03-22T16:08:53.128Zwarning: /opt/ooce/bin
222024-03-22T16:08:53.128Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-22T16:08:53.128Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-22T16:08:53.128Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-22T16:08:53.128Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-22T16:08:53.128Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-22T16:08:53.128Zerror: cannot install while Rust is installed
282024-03-22T16:08:53.128Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-22T16:08:53.362Zinfo: profile set to 'default'
302024-03-22T16:08:53.362Zinfo: default host triple is x86_64-unknown-illumos
312024-03-22T16:08:53.368Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322024-03-22T16:08:53.518Zinfo: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17)
332024-03-22T16:08:53.519Zinfo: downloading component 'cargo'
342024-03-22T16:08:54.300Zinfo: downloading component 'clippy'
352024-03-22T16:08:54.562Zinfo: downloading component 'rust-docs'
362024-03-22T16:08:55.640Zinfo: downloading component 'rust-std'
372024-03-22T16:08:57.413Zinfo: downloading component 'rustc'
382024-03-22T16:09:01.765Zinfo: downloading component 'rustfmt'
392024-03-22T16:09:02.067Zinfo: installing component 'cargo'
402024-03-22T16:09:02.881Zinfo: installing component 'clippy'
412024-03-22T16:09:03.215Zinfo: installing component 'rust-docs'
422024-03-22T16:09:04.620Zinfo: installing component 'rust-std'
432024-03-22T16:09:06.315Zinfo: installing component 'rustc'
442024-03-22T16:09:10.437Zinfo: installing component 'rustfmt'
452024-03-22T16:09:10.783Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462024-03-22T16:09:10.783Z
472024-03-22T16:09:11.046Z stable-x86_64-unknown-illumos installed - rustc 1.77.0 (aedd173a2 2024-03-17)
482024-03-22T16:09:11.046Z
492024-03-22T16:09:11.050Z
502024-03-22T16:09:11.050ZRust is installed now. Great!
512024-03-22T16:09:11.050Z
522024-03-22T16:09:11.050ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-22T16:09:11.050Zenvironment variable. This has not been done automatically.
542024-03-22T16:09:11.050Z
552024-03-22T16:09:11.050ZTo configure your current shell, you need to source
562024-03-22T16:09:11.050Zthe corresponding env file under $HOME/.cargo.
572024-03-22T16:09:11.050Z
582024-03-22T16:09:11.050ZThis is usually done by running one of the following (note the leading DOT):
592024-03-22T16:09:11.050Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-22T16:09:11.050Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-22T16:09:11.143Z+ rustc --version
622024-03-22T16:09:11.206Zrustc 1.77.0 (aedd173a2 2024-03-17)
632024-03-22T16:09:11.210Zprocess exited: duration 20115 ms, exit code 0
 
642024-03-22T16:09:11.221Zstarting task 2: "authentication"
652024-03-22T16:09:11.249Zprocess exited: duration 25 ms, exit code 0
 
662024-03-22T16:09:11.258Zstarting task 3: "clone repository"
672024-03-22T16:09:11.263Z+ mkdir -p /work/oxidecomputer/maghemite
682024-03-22T16:09:11.267Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
692024-03-22T16:09:11.545ZCloning into '/work/oxidecomputer/maghemite'...
702024-03-22T16:09:12.586Z+ cd /work/oxidecomputer/maghemite
712024-03-22T16:09:12.592Z+ git fetch origin 9cefc93888607000469c062652364ba1ce5bd54e
722024-03-22T16:09:12.858ZFrom https://github.com/oxidecomputer/maghemite
732024-03-22T16:09:12.858Z * branch 9cefc93888607000469c062652364ba1ce5bd54e -> FETCH_HEAD
742024-03-22T16:09:12.864Z+ [[ -n ddm-track-session-duration ]]
752024-03-22T16:09:12.868Z++ git branch --show-current
762024-03-22T16:09:12.868Z+ current=main
772024-03-22T16:09:12.868Z+ [[ main != ddm-track-session-duration ]]
782024-03-22T16:09:12.868Z+ git branch -f ddm-track-session-duration 9cefc93888607000469c062652364ba1ce5bd54e
792024-03-22T16:09:12.872Z+ git checkout -f ddm-track-session-duration
802024-03-22T16:09:12.882ZSwitched to branch 'ddm-track-session-duration'
812024-03-22T16:09:12.886Z+ git reset --hard 9cefc93888607000469c062652364ba1ce5bd54e
822024-03-22T16:09:12.892ZHEAD is now at 9cefc93 cleanup
832024-03-22T16:09:12.896Zprocess exited: duration 1634 ms, exit code 0
 
842024-03-22T16:09:12.905Zstarting task 4: "build"
852024-03-22T16:09:12.911Z++ cargo --version
862024-03-22T16:09:12.915Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-03-22T16:09:13.091Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-03-22T16:09:13.092Zinfo: downloading component 'cargo'
892024-03-22T16:09:14.084Zinfo: downloading component 'clippy'
902024-03-22T16:09:14.385Zinfo: downloading component 'rust-docs'
912024-03-22T16:09:15.614Zinfo: downloading component 'rust-std'
922024-03-22T16:09:17.655Zinfo: downloading component 'rustc'
932024-03-22T16:09:22.812Zinfo: downloading component 'rustfmt'
942024-03-22T16:09:23.082Zinfo: installing component 'cargo'
952024-03-22T16:09:23.942Zinfo: installing component 'clippy'
962024-03-22T16:09:24.276Zinfo: installing component 'rust-docs'
972024-03-22T16:09:25.740Zinfo: installing component 'rust-std'
982024-03-22T16:09:27.512Zinfo: installing component 'rustc'
992024-03-22T16:09:31.628Zinfo: installing component 'rustfmt'
1002024-03-22T16:09:32.009Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-03-22T16:09:32.014Z++ rustc --version
1022024-03-22T16:09:32.085Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-03-22T16:09:32.502Z++ dladm
1042024-03-22T16:09:32.514ZLINK CLASS MTU STATE BRIDGE OVER
1052024-03-22T16:09:32.514Zena0 phys 9216 up -- --
1062024-03-22T16:09:32.514Z++ ipadm
1072024-03-22T16:09:32.515ZADDROBJ TYPE STATE ADDR
1082024-03-22T16:09:32.515Zlo0/v4 static ok 127.0.0.1/8
1092024-03-22T16:09:32.515Zena0/dhcp dhcp ok 10.150.1.25/24
1102024-03-22T16:09:32.515Zlo0/v6 static ok ::1/128
1112024-03-22T16:09:32.515Z++ banner collect
1122024-03-22T16:09:32.516Z
1132024-03-22T16:09:32.516Z #### #### # # ###### #### #####
1142024-03-22T16:09:32.516Z # # # # # # # # # #
1152024-03-22T16:09:32.516Z # # # # # ##### # #
1162024-03-22T16:09:32.516Z # # # # # # # #
1172024-03-22T16:09:32.517Z # # # # # # # # # #
1182024-03-22T16:09:32.517Z #### #### ###### ###### ###### #### #
1192024-03-22T16:09:32.517Z
1202024-03-22T16:09:32.517Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1212024-03-22T16:09:32.517Z++ repo=softnpu
1222024-03-22T16:09:32.517Z++ series=image
1232024-03-22T16:09:32.518Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1242024-03-22T16:09:32.518Z++ name=softnpu
1252024-03-22T16:09:32.518Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1262024-03-22T16:09:32.518Z++ mkdir -p download
1272024-03-22T16:09:32.518Z++ pushd download
1282024-03-22T16:09:32.519Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1292024-03-22T16:09:32.519Z++ [[ ! -f softnpu ]]
1302024-03-22T16:09:32.519Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1312024-03-22T16:09:32.519Z % Total % Received % Xferd Average Speed Time Time Time Current
1322024-03-22T16:09:32.519Z Dload Upload Total Spent Left Speed
1332024-03-22T16:09:37.580Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 21.8M 6 1483k 0 0 1526k 0 0:00:14 --:--:-- 0:00:14 1526k 16 21.8M 16 3775k 0 0 2042k 0 0:00:10 0:00:01 0:00:09 2042k 22 21.8M 22 4931k 0 0 1842k 0 0:00:12 0:00:02 0:00:10 1842k 54 21.8M 54 11.9M 0 0 3216k 0 0:00:06 0:00:03 0:00:03 3216k 65 21.8M 65 14.3M 0 0 2880k 0 0:00:07 0:00:05 0:00:02 2880k 100 21.8M 100 21.8M 0 0 4090k 0 0:00:05 0:00:05 --:--:-- 4645k
1342024-03-22T16:09:37.584Z++ popd
1352024-03-22T16:09:37.584Z/work/oxidecomputer/maghemite
1362024-03-22T16:09:37.584Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1372024-03-22T16:09:37.584Z++ repo=sidecar-lite
1382024-03-22T16:09:37.585Z++ series=release
1392024-03-22T16:09:37.585Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1402024-03-22T16:09:37.585Z++ name=libsidecar_lite.so
1412024-03-22T16:09:37.585Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1422024-03-22T16:09:37.585Z++ mkdir -p download
1432024-03-22T16:09:37.589Z++ pushd download
1442024-03-22T16:09:37.589Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1452024-03-22T16:09:37.589Z++ [[ ! -f libsidecar_lite.so ]]
1462024-03-22T16:09:37.589Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1472024-03-22T16:09:37.594Z % Total % Received % Xferd Average Speed Time Time Time Current
1482024-03-22T16:09:37.595Z Dload Upload Total Spent Left Speed
1492024-03-22T16:09:41.858Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 20.3M 4 1031k 0 0 1028k 0 0:00:20 0:00:01 0:00:19 1029k 34 20.3M 34 7235k 0 0 3616k 0 0:00:05 0:00:02 0:00:03 3617k 69 20.3M 69 14.2M 0 0 4469k 0 0:00:04 0:00:03 0:00:01 4470k 99 20.3M 99 20.1M 0 0 4845k 0 0:00:04 0:00:04 --:--:-- 4846k 100 20.3M 100 20.3M 0 0 4879k 0 0:00:04 0:00:04 --:--:-- 4880k
1502024-03-22T16:09:41.862Z++ popd
1512024-03-22T16:09:41.862Z/work/oxidecomputer/maghemite
1522024-03-22T16:09:41.862Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1532024-03-22T16:09:41.862Z++ repo=sidecar-lite
1542024-03-22T16:09:41.863Z++ series=release
1552024-03-22T16:09:41.863Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1562024-03-22T16:09:41.863Z++ name=scadm
1572024-03-22T16:09:41.863Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1582024-03-22T16:09:41.863Z++ mkdir -p download
1592024-03-22T16:09:41.866Z++ pushd download
1602024-03-22T16:09:41.867Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1612024-03-22T16:09:41.867Z++ [[ ! -f scadm ]]
1622024-03-22T16:09:41.867Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1632024-03-22T16:09:41.873Z % Total % Received % Xferd Average Speed Time Time Time Current
1642024-03-22T16:09:41.873Z Dload Upload Total Spent Left Speed
1652024-03-22T16:09:48.387Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 13 22.7M 13 3219k 0 0 4369k 0 0:00:05 --:--:-- 0:00:05 4368k 31 22.7M 31 7347k 0 0 4257k 0 0:00:05 0:00:01 0:00:04 4257k 49 22.7M 49 11.2M 0 0 4067k 0 0:00:05 0:00:02 0:00:03 4067k 52 22.7M 52 11.9M 0 0 3249k 0 0:00:07 0:00:03 0:00:04 3249k 82 22.7M 82 18.8M 0 0 3786k 0 0:00:06 0:00:05 0:00:01 3786k 85 22.7M 85 19.5M 0 0 3344k 0 0:00:06 0:00:05 0:00:01 3200k 100 22.7M 100 22.7M 0 0 3587k 0 0:00:06 0:00:06 --:--:-- 3345k
1662024-03-22T16:09:48.401Z++ popd
1672024-03-22T16:09:48.401Z/work/oxidecomputer/maghemite
1682024-03-22T16:09:48.401Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1692024-03-22T16:09:48.401Z++ repo=dendrite
1702024-03-22T16:09:48.401Z++ series=image
1712024-03-22T16:09:48.401Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1722024-03-22T16:09:48.401Z++ name=dendrite-softnpu.tar.gz
1732024-03-22T16:09:48.401Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1742024-03-22T16:09:48.401Z++ mkdir -p download
1752024-03-22T16:09:48.401Z++ pushd download
1762024-03-22T16:09:48.401Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1772024-03-22T16:09:48.401Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1782024-03-22T16:09:48.401Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1792024-03-22T16:09:48.409Z % Total % Received % Xferd Average Speed Time Time Time Current
1802024-03-22T16:09:48.410Z Dload Upload Total Spent Left Speed
1812024-03-22T16:09:59.161Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 37.5M 0 351k 0 0 604k 0 0:01:03 --:--:-- 0:01:03 604k 4 37.5M 4 1547k 0 0 1093k 0 0:00:35 0:00:01 0:00:34 1093k 12 37.5M 12 4911k 0 0 2104k 0 0:00:18 0:00:02 0:00:16 2103k 21 37.5M 21 8219k 0 0 2408k 0 0:00:15 0:00:03 0:00:12 2408k 30 37.5M 30 11.4M 0 0 2710k 0 0:00:14 0:00:04 0:00:10 2710k 31 37.5M 31 11.9M 0 0 2343k 0 0:00:16 0:00:05 0:00:11 2562k 52 37.5M 52 19.6M 0 0 3204k 0 0:00:12 0:00:06 0:00:06 3815k 58 37.5M 58 22.1M 0 0 3147k 0 0:00:12 0:00:07 0:00:05 3648k 69 37.5M 69 25.9M 0 0 3245k 0 0:00:11 0:00:08 0:00:03 3842k 71 37.5M 71 26.8M 0 0 2943k 0 0:00:13 0:00:09 0:00:04 3146k 91 37.5M 91 34.3M 0 0 3443k 0 0:00:11 0:00:10 0:00:01 4588k 100 37.5M 100 37.5M 0 0 3573k 0 0:00:10 0:00:10 --:--:-- 4095k
1822024-03-22T16:09:59.165Z++ popd
1832024-03-22T16:09:59.165Z/work/oxidecomputer/maghemite
1842024-03-22T16:09:59.166Z++ get_artifact maghemite release e76dc67706beb806b2f0ecfd6d51097c6c06d534 ddmd
1852024-03-22T16:09:59.166Z++ repo=maghemite
1862024-03-22T16:09:59.166Z++ series=release
1872024-03-22T16:09:59.166Z++ commit=e76dc67706beb806b2f0ecfd6d51097c6c06d534
1882024-03-22T16:09:59.166Z++ name=ddmd
1892024-03-22T16:09:59.166Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1902024-03-22T16:09:59.166Z++ mkdir -p download
1912024-03-22T16:09:59.170Z++ pushd download
1922024-03-22T16:09:59.170Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1932024-03-22T16:09:59.170Z++ [[ ! -f ddmd ]]
1942024-03-22T16:09:59.170Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/e76dc67706beb806b2f0ecfd6d51097c6c06d534/ddmd
1952024-03-22T16:09:59.176Z % Total % Received % Xferd Average Speed Time Time Time Current
1962024-03-22T16:09:59.176Z Dload Upload Total Spent Left Speed
1972024-03-22T16:10:07.902Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 27.6M 4 1147k 0 0 1930k 0 0:00:14 --:--:-- 0:00:14 1929k 12 27.6M 12 3671k 0 0 2318k 0 0:00:12 0:00:01 0:00:11 2318k 20 27.6M 20 5731k 0 0 1987k 0 0:00:14 0:00:02 0:00:12 1987k 42 27.6M 42 11.7M 0 0 3371k 0 0:00:08 0:00:03 0:00:05 3371k 55 27.6M 55 15.4M 0 0 3505k 0 0:00:08 0:00:04 0:00:04 3505k 69 27.6M 69 19.2M 0 0 3617k 0 0:00:07 0:00:05 0:00:02 3823k 73 27.6M 73 20.4M 0 0 3132k 0 0:00:09 0:00:06 0:00:03 3386k 84 27.6M 84 23.2M 0 0 3051k 0 0:00:09 0:00:07 0:00:02 3673k 96 27.6M 96 26.6M 0 0 3155k 0 0:00:08 0:00:08 --:--:-- 3003k 100 27.6M 100 27.6M 0 0 3246k 0 0:00:08 0:00:08 --:--:-- 2969k
1982024-03-22T16:10:07.920Z++ popd
1992024-03-22T16:10:07.920Z/work/oxidecomputer/maghemite
2002024-03-22T16:10:07.920Z++ get_artifact maghemite release e76dc67706beb806b2f0ecfd6d51097c6c06d534 ddmadm
2012024-03-22T16:10:07.920Z++ repo=maghemite
2022024-03-22T16:10:07.920Z++ series=release
2032024-03-22T16:10:07.921Z++ commit=e76dc67706beb806b2f0ecfd6d51097c6c06d534
2042024-03-22T16:10:07.921Z++ name=ddmadm
2052024-03-22T16:10:07.921Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2062024-03-22T16:10:07.921Z++ mkdir -p download
2072024-03-22T16:10:07.921Z++ pushd download
2082024-03-22T16:10:07.921Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2092024-03-22T16:10:07.921Z++ [[ ! -f ddmadm ]]
2102024-03-22T16:10:07.921Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/e76dc67706beb806b2f0ecfd6d51097c6c06d534/ddmadm
2112024-03-22T16:10:07.921Z % Total % Received % Xferd Average Speed Time Time Time Current
2122024-03-22T16:10:07.921Z Dload Upload Total Spent Left Speed
2132024-03-22T16:10:15.514Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 10 30.5M 10 3435k 0 0 2028k 0 0:00:15 0:00:01 0:00:14 2028k 25 30.5M 25 7987k 0 0 2964k 0 0:00:10 0:00:02 0:00:08 2965k 41 30.5M 41 12.7M 0 0 3143k 0 0:00:09 0:00:04 0:00:05 3144k 44 30.5M 44 13.5M 0 0 2960k 0 0:00:10 0:00:04 0:00:06 2960k 55 30.5M 55 16.8M 0 0 3021k 0 0:00:10 0:00:05 0:00:05 3558k 69 30.5M 69 21.2M 0 0 3137k 0 0:00:09 0:00:06 0:00:03 3497k 100 30.5M 100 30.5M 0 0 4113k 0 0:00:07 0:00:07 --:--:-- 4744k
2142024-03-22T16:10:15.519Z++ popd
2152024-03-22T16:10:15.519Z/work/oxidecomputer/maghemite
2162024-03-22T16:10:15.519Z++ pushd download
2172024-03-22T16:10:15.519Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182024-03-22T16:10:15.519Z++ chmod +x softnpu
2192024-03-22T16:10:15.519Z++ chmod +x scadm
2202024-03-22T16:10:15.519Z++ chmod +x ddmadm
2212024-03-22T16:10:15.525Z++ chmod +x ddmd
2222024-03-22T16:10:15.525Z++ mv ddmadm ddmadm-v1
2232024-03-22T16:10:15.525Z++ mv ddmd ddmd-v1
2242024-03-22T16:10:15.531Z++ rm -rf zones/dendrite
2252024-03-22T16:10:15.531Z++ mkdir -p zones/dendrite
2262024-03-22T16:10:15.531Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2272024-03-22T16:10:16.281Z++ popd
2282024-03-22T16:10:16.281Z/work/oxidecomputer/maghemite
2292024-03-22T16:10:16.281Z++ banner install
2302024-03-22T16:10:16.285Z
2312024-03-22T16:10:16.285Z # # # #### ##### ## # #
2322024-03-22T16:10:16.285Z # ## # # # # # # #
2332024-03-22T16:10:16.285Z # # # # #### # # # # #
2342024-03-22T16:10:16.285Z # # # # # # ###### # #
2352024-03-22T16:10:16.285Z # # ## # # # # # # #
2362024-03-22T16:10:16.285Z # # # #### # # # ###### ######
2372024-03-22T16:10:16.285Z
2382024-03-22T16:10:16.285Z++ pkg info brand/sparse
2392024-03-22T16:10:16.285Z++ grep -qi installed
2402024-03-22T16:10:22.828Zpkg: info: no packages matching the following patterns you specified are
2412024-03-22T16:10:22.828Zinstalled on the system. Try querying remotely instead:
2422024-03-22T16:10:22.828Z
2432024-03-22T16:10:22.829Z brand/sparse
2442024-03-22T16:10:22.873Z++ [[ 1 != 0 ]]
2452024-03-22T16:10:22.873Z++ set -o errexit
2462024-03-22T16:10:22.873Z++ pfexec pkg install brand/sparse
2472024-03-22T16:10:27.409Z Startup: Refreshing catalog 'helios-dev' ... Done
2482024-03-22T16:10:28.840Z Startup: Caching catalogs ... Done
2492024-03-22T16:10:30.502ZPlanning: Solver setup ... Done
2502024-03-22T16:10:30.524ZPlanning: Running solver ... Done
2512024-03-22T16:10:30.629ZPlanning: Finding local manifests ... Done
2522024-03-22T16:10:30.649ZPlanning: Fetching manifests: 0/1 0% complete
2532024-03-22T16:10:30.746ZPlanning: Fetching manifests: 1/1 100% complete
2542024-03-22T16:10:30.760ZPlanning: Package planning ... Done
2552024-03-22T16:10:30.764ZPlanning: Merging actions ... Done
2562024-03-22T16:10:31.274ZPlanning: Checking for conflicting actions ... Done
2572024-03-22T16:10:31.288ZPlanning: Consolidating action changes ... Done
2582024-03-22T16:10:37.655ZPlanning: Evaluating mediators ... Done
2592024-03-22T16:10:37.659ZPlanning: Planning completed in 8.76 seconds
2602024-03-22T16:10:37.670Z Packages to install: 1
2612024-03-22T16:10:37.670Z Create boot environment: No
2622024-03-22T16:10:37.675ZCreate backup boot environment: No
2632024-03-22T16:10:37.749Z
2642024-03-22T16:10:37.750ZDownload: 0/16 items 0.0/0.0MB 0% complete
2652024-03-22T16:10:37.810ZDownload: Completed 23.56 kB in 0.06 seconds (389k/s)
2662024-03-22T16:10:37.888Z Actions: 1/32 actions (Installing new actions)
2672024-03-22T16:10:37.894Z Actions: Completed 32 actions in 0.01 seconds.
2682024-03-22T16:10:38.084Z Done
2692024-03-22T16:10:38.084Z Done
2702024-03-22T16:10:38.308Z Done
2712024-03-22T16:10:43.426Z Done
2722024-03-22T16:10:43.577Z Done
2732024-03-22T16:10:43.591Z Done
2742024-03-22T16:10:43.650Z Done
2752024-03-22T16:10:43.873Z++ set -o errexit
2762024-03-22T16:10:43.873Z++ set -o pipefail
2772024-03-22T16:10:43.873Z++ banner build
2782024-03-22T16:10:44.888Z
2792024-03-22T16:10:44.888Z ##### # # # # #####
2802024-03-22T16:10:44.888Z # # # # # # # #
2812024-03-22T16:10:44.888Z ##### # # # # # #
2822024-03-22T16:10:44.888Z # # # # # # # #
2832024-03-22T16:10:44.888Z # # # # # # # #
2842024-03-22T16:10:44.888Z ##### #### # ###### #####
2852024-03-22T16:10:44.888Z
2862024-03-22T16:10:44.888Z++ cargo build --release --bin ddmd --bin ddmadm
2872024-03-22T16:10:44.892Z Updating crates.io index
2882024-03-22T16:10:44.892Z Updating git repository `https://github.com/oxidecomputer/falcon`
2892024-03-22T16:10:44.896ZFrom https://github.com/oxidecomputer/falcon
2902024-03-22T16:10:44.896Z * [new branch] main -> origin/main
2912024-03-22T16:10:44.896Z * [new ref] -> origin/HEAD
2922024-03-22T16:10:45.058Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2932024-03-22T16:10:47.304ZFrom https://github.com/oxidecomputer/dendrite
2942024-03-22T16:10:47.304Z * [new branch] add-link-id-to-link-create -> origin/add-link-id-to-link-create
2952024-03-22T16:10:47.311Z * [new branch] bugfix-omicron-4589 -> origin/bugfix-omicron-4589
2962024-03-22T16:10:47.311Z * [new branch] clippy_and_fmt_updates -> origin/clippy_and_fmt_updates
2972024-03-22T16:10:47.311Z * [new branch] compliance -> origin/compliance
2982024-03-22T16:10:47.311Z * [new branch] dev -> origin/dev
2992024-03-22T16:10:47.311Z * [new branch] dpd-softnpu-smf -> origin/dpd-softnpu-smf
3002024-03-22T16:10:47.311Z * [new branch] external_log -> origin/external_log
3012024-03-22T16:10:47.311Z * [new branch] fix-address-race -> origin/fix-address-race
3022024-03-22T16:10:47.311Z * [new branch] helios2 -> origin/helios2
3032024-03-22T16:10:47.311Z * [new branch] mac_ensure -> origin/mac_ensure
3042024-03-22T16:10:47.311Z * [new branch] main -> origin/main
3052024-03-22T16:10:47.311Z * [new branch] map-all-the-things -> origin/map-all-the-things
3062024-03-22T16:10:47.311Z * [new branch] nat_rpw -> origin/nat_rpw
3072024-03-22T16:10:47.311Z * [new branch] nexthop-counters -> origin/nexthop-counters
3082024-03-22T16:10:47.311Z * [new branch] port-id -> origin/port-id
3092024-03-22T16:10:47.311Z * [new branch] reflection-tests -> origin/reflection-tests
3102024-03-22T16:10:47.311Z * [new branch] remove-routes-from-port-settings -> origin/remove-routes-from-port-settings
3112024-03-22T16:10:47.311Z * [new branch] rust-177-lints -> origin/rust-177-lints
3122024-03-22T16:10:47.311Z * [new branch] rust-toolchain -> origin/rust-toolchain
3132024-03-22T16:10:47.311Z * [new branch] softnpu-tfportd-support -> origin/softnpu-tfportd-support
3142024-03-22T16:10:47.312Z * [new branch] solo -> origin/solo
3152024-03-22T16:10:47.312Z * [new branch] split-sff-access-too -> origin/split-sff-access-too
3162024-03-22T16:10:47.312Z * [new branch] updates -> origin/updates
3172024-03-22T16:10:47.312Z * [new ref] -> origin/HEAD
3182024-03-22T16:10:47.312Z Updating git repository `https://github.com/oxidecomputer/dropshot`
3192024-03-22T16:10:47.312ZFrom https://github.com/oxidecomputer/dropshot
3202024-03-22T16:10:47.312Z * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push
3212024-03-22T16:10:47.312Z * [new branch] async -> origin/async
3222024-03-22T16:10:47.312Z * [new branch] build-o-mat -> origin/build-o-mat
3232024-03-22T16:10:47.312Z * [new branch] camel -> origin/camel
3242024-03-22T16:10:47.312Z * [new branch] carets -> origin/carets
3252024-03-22T16:10:47.312Z * [new branch] changes -> origin/changes
3262024-03-22T16:10:47.312Z * [new branch] ci-version -> origin/ci-version
3272024-03-22T16:10:47.312Z * [new branch] cleanup-tweak -> origin/cleanup-tweak
3282024-03-22T16:10:47.312Z * [new branch] clippy -> origin/clippy
3292024-03-22T16:10:47.312Z * [new branch] clippy-enforcement -> origin/clippy-enforcement
3302024-03-22T16:10:47.312Z * [new branch] clone -> origin/clone
3312024-03-22T16:10:47.312Z * [new branch] dependabot/cargo/base64-0.22.0 -> origin/dependabot/cargo/base64-0.22.0
3322024-03-22T16:10:47.312Z * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0
3332024-03-22T16:10:47.312Z * [new branch] dependabot/cargo/hyper-1.2.0 -> origin/dependabot/cargo/hyper-1.2.0
3342024-03-22T16:10:47.312Z * [new branch] dependabot/cargo/hyper-rustls-0.26.0 -> origin/dependabot/cargo/hyper-rustls-0.26.0
3352024-03-22T16:10:47.312Z * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0
3362024-03-22T16:10:47.312Z * [new branch] doc -> origin/doc
3372024-03-22T16:10:47.313Z * [new branch] err -> origin/err
3382024-03-22T16:10:47.313Z * [new branch] example-resumable-download -> origin/example-resumable-download
3392024-03-22T16:10:47.313Z * [new branch] expectorate -> origin/expectorate
3402024-03-22T16:10:47.313Z * [new branch] extracted -> origin/extracted
3412024-03-22T16:10:47.313Z * [new branch] fix_tests -> origin/fix_tests
3422024-03-22T16:10:47.313Z * [new branch] fmt2 -> origin/fmt2
3432024-03-22T16:10:47.313Z * [new branch] infinite_type_resolve -> origin/infinite_type_resolve
3442024-03-22T16:10:47.313Z * [new branch] kulakowski/tls -> origin/kulakowski/tls
3452024-03-22T16:10:47.313Z * [new branch] main -> origin/main
3462024-03-22T16:10:47.313Z * [new branch] maintainer-docs -> origin/maintainer-docs
3472024-03-22T16:10:47.313Z * [new branch] multi-api -> origin/multi-api
3482024-03-22T16:10:47.313Z * [new branch] multiverse -> origin/multiverse
3492024-03-22T16:10:47.313Z * [new branch] openapi -> origin/openapi
3502024-03-22T16:10:47.313Z * [new branch] openapi2 -> origin/openapi2
3512024-03-22T16:10:47.313Z * [new branch] port-fix-better -> origin/port-fix-better
3522024-03-22T16:10:47.313Z * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x
3532024-03-22T16:10:47.313Z * [new branch] rmp-page-token -> origin/rmp-page-token
3542024-03-22T16:10:47.313Z * [new branch] rustfmt-m1 -> origin/rustfmt-m1
3552024-03-22T16:10:47.313Z * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only
3562024-03-22T16:10:47.313Z * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options
3572024-03-22T16:10:47.313Z * [new branch] server-log -> origin/server-log
3582024-03-22T16:10:47.313Z * [new branch] simple-headers -> origin/simple-headers
3592024-03-22T16:10:47.313Z * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor
3602024-03-22T16:10:47.313Z * [new branch] sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits
3612024-03-22T16:10:47.313Z * [new branch] sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints
3622024-03-22T16:10:47.314Z * [new branch] sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext -> origin/sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext
3632024-03-22T16:10:47.314Z * [new branch] sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits
3642024-03-22T16:10:47.314Z * [new branch] sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints
3652024-03-22T16:10:47.314Z * [new branch] sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist -> origin/sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist
3662024-03-22T16:10:47.314Z * [new branch] test-skip-deserialize -> origin/test-skip-deserialize
3672024-03-22T16:10:47.314Z * [new branch] update-usdt-dep -> origin/update-usdt-dep
3682024-03-22T16:10:47.314Z * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody
3692024-03-22T16:10:47.314Z * [new branch] websockets -> origin/websockets
3702024-03-22T16:10:47.314Z * [new branch] x-forwarded-for -> origin/x-forwarded-for
3712024-03-22T16:10:47.314Z * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD
3722024-03-22T16:10:47.314Z * [new ref] -> origin/HEAD
3732024-03-22T16:10:47.314Z * [new tag] v0.10.0 -> v0.10.0
3742024-03-22T16:10:47.314Z * [new tag] v0.3.0 -> v0.3.0
3752024-03-22T16:10:47.314Z * [new tag] v0.4.0 -> v0.4.0
3762024-03-22T16:10:47.314Z * [new tag] v0.5.0 -> v0.5.0
3772024-03-22T16:10:47.314Z * [new tag] v0.5.1 -> v0.5.1
3782024-03-22T16:10:47.314Z * [new tag] v0.6.0 -> v0.6.0
3792024-03-22T16:10:47.314Z * [new tag] v0.7.0 -> v0.7.0
3802024-03-22T16:10:47.314Z * [new tag] v0.8.0 -> v0.8.0
3812024-03-22T16:10:47.314Z * [new tag] v0.9.0 -> v0.9.0
3822024-03-22T16:10:47.314Z Updating git repository `https://github.com/oxidecomputer/ispf`
3832024-03-22T16:10:47.454ZFrom https://github.com/oxidecomputer/ispf
3842024-03-22T16:10:47.454Z * [new branch] main -> origin/main
3852024-03-22T16:10:47.463Z * [new ref] -> origin/HEAD
3862024-03-22T16:10:47.467Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3872024-03-22T16:10:48.281ZFrom https://github.com/oxidecomputer/netadm-sys
3882024-03-22T16:10:48.281Z * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25
3892024-03-22T16:10:48.281Z * [new branch] gh-pages -> origin/gh-pages
3902024-03-22T16:10:48.281Z * [new branch] main -> origin/main
3912024-03-22T16:10:48.281Z * [new branch] siocgnds -> origin/siocgnds
3922024-03-22T16:10:48.281Z * [new ref] -> origin/HEAD
3932024-03-22T16:10:48.281Z Updating git repository `https://github.com/oxidecomputer/omicron`
3942024-03-22T16:10:53.278ZFrom https://github.com/oxidecomputer/omicron
3952024-03-22T16:10:53.278Z * [new branch] 267 -> origin/267
3962024-03-22T16:10:53.283Z * [new branch] 686-and-717-in-a-blender -> origin/686-and-717-in-a-blender
3972024-03-22T16:10:53.283Z * [new branch] abandoned/disallow-full-scan -> origin/abandoned/disallow-full-scan
3982024-03-22T16:10:53.283Z * [new branch] actions-on-push-only -> origin/actions-on-push-only
3992024-03-22T16:10:53.283Z * [new branch] actually-provision-multiple-crdbs -> origin/actually-provision-multiple-crdbs
4002024-03-22T16:10:53.283Z * [new branch] add-global-api -> origin/add-global-api
4012024-03-22T16:10:53.283Z * [new branch] ajs/deployment-config-schema -> origin/ajs/deployment-config-schema
4022024-03-22T16:10:53.283Z * [new branch] alan/a-gimlet-under-every-tree -> origin/alan/a-gimlet-under-every-tree
4032024-03-22T16:10:53.283Z * [new branch] alan/merge-main-megarepo -> origin/alan/merge-main-megarepo
4042024-03-22T16:10:53.283Z * [new branch] alan/omdb-instances-running -> origin/alan/omdb-instances-running
4052024-03-22T16:10:53.283Z * [new branch] archived/actix-configurable -> origin/archived/actix-configurable
4062024-03-22T16:10:53.283Z * [new branch] archived/backend-rewrite -> origin/archived/backend-rewrite
4072024-03-22T16:10:53.283Z * [new branch] archived/disks -> origin/archived/disks
4082024-03-22T16:10:53.283Z * [new branch] archived/dropshot-consumer-cleanup -> origin/archived/dropshot-consumer-cleanup
4092024-03-22T16:10:53.283Z * [new branch] archived/extractors -> origin/archived/extractors
4102024-03-22T16:10:53.283Z * [new branch] archived/handler-return-rewrite -> origin/archived/handler-return-rewrite
4112024-03-22T16:10:53.283Z * [new branch] archived/http-rewrite -> origin/archived/http-rewrite
4122024-03-22T16:10:53.283Z * [new branch] archived/http-submodule-rewrite -> origin/archived/http-submodule-rewrite
4132024-03-22T16:10:53.283Z * [new branch] archived/httpapi-extract -> origin/archived/httpapi-extract
4142024-03-22T16:10:53.283Z * [new branch] archived/httpapi-rename -> origin/archived/httpapi-rename
4152024-03-22T16:10:53.283Z * [new branch] archived/instance-reboot -> origin/archived/instance-reboot
4162024-03-22T16:10:53.283Z * [new branch] archived/instance-simulation -> origin/archived/instance-simulation
4172024-03-22T16:10:53.284Z * [new branch] archived/instance-work -> origin/archived/instance-work
4182024-03-22T16:10:53.284Z * [new branch] archived/logging -> origin/archived/logging
4192024-03-22T16:10:53.284Z * [new branch] archived/logging-move -> origin/archived/logging-move
4202024-03-22T16:10:53.284Z * [new branch] archived/model-rewrite -> origin/archived/model-rewrite
4212024-03-22T16:10:53.284Z * [new branch] archived/openapi-exec-tests -> origin/archived/openapi-exec-tests
4222024-03-22T16:10:53.284Z * [new branch] archived/router-rewrite -> origin/archived/router-rewrite
4232024-03-22T16:10:53.284Z * [new branch] archived/rustfmt-test -> origin/archived/rustfmt-test
4242024-03-22T16:10:53.284Z * [new branch] archived/rustfmt-without-wrap_comments -> origin/archived/rustfmt-without-wrap_comments
4252024-03-22T16:10:53.284Z * [new branch] archived/server-controller-extraction -> origin/archived/server-controller-extraction
4262024-03-22T16:10:53.284Z * [new branch] artemis/crucible-set-primarycache -> origin/artemis/crucible-set-primarycache
4272024-03-22T16:10:53.284Z * [new branch] attach-by-name-or-id -> origin/attach-by-name-or-id
4282024-03-22T16:10:53.284Z * [new branch] authz-role-test -> origin/authz-role-test
4292024-03-22T16:10:53.284Z * [new branch] bg-task-testbed -> origin/bg-task-testbed
4302024-03-22T16:10:53.284Z * [new branch] bigger-disks -> origin/bigger-disks
4312024-03-22T16:10:53.284Z * [new branch] bootstore-2 -> origin/bootstore-2
4322024-03-22T16:10:53.290Z * [new branch] bootstore-early-networking -> origin/bootstore-early-networking
4332024-03-22T16:10:53.290Z * [new branch] bootstore-integration -> origin/bootstore-integration
4342024-03-22T16:10:53.290Z * [new branch] bootstrap-agent-cancel-safety -> origin/bootstrap-agent-cancel-safety
4352024-03-22T16:10:53.290Z * [new branch] bump_dendrite -> origin/bump_dendrite
4362024-03-22T16:10:53.290Z * [new branch] catch-eexist-dladm -> origin/catch-eexist-dladm
4372024-03-22T16:10:53.290Z * [new branch] cfg-out-the-whole-shebang -> origin/cfg-out-the-whole-shebang
4382024-03-22T16:10:53.290Z * [new branch] clickhouse-21.10.4.26 -> origin/clickhouse-21.10.4.26
4392024-03-22T16:10:53.290Z * [new branch] clippy -> origin/clippy
4402024-03-22T16:10:53.291Z * [new branch] clippy-unused-async -> origin/clippy-unused-async
4412024-03-22T16:10:53.291Z * [new branch] cockroach-v22.2 -> origin/cockroach-v22.2
4422024-03-22T16:10:53.291Z * [new branch] concurrent-disk-new -> origin/concurrent-disk-new
4432024-03-22T16:10:53.291Z * [new branch] conform-m2 -> origin/conform-m2
4442024-03-22T16:10:53.291Z * [new branch] convert-new-lookup-rest -> origin/convert-new-lookup-rest
4452024-03-22T16:10:53.291Z * [new branch] convert-virtual-provisioning -> origin/convert-virtual-provisioning
4462024-03-22T16:10:53.291Z * [new branch] crucible-sled-agent -> origin/crucible-sled-agent
4472024-03-22T16:10:53.291Z * [new branch] dap-loop-debugging -> origin/dap-loop-debugging
4482024-03-22T16:10:53.291Z * [new branch] dap-loop-debugging-rebased -> origin/dap-loop-debugging-rebased
4492024-03-22T16:10:53.291Z * [new branch] dap/ci-debug -> origin/dap/ci-debug
4502024-03-22T16:10:53.291Z * [new branch] dap/cockroach-init -> origin/dap/cockroach-init
4512024-03-22T16:10:53.291Z * [new branch] dap/dns-preview -> origin/dap/dns-preview
4522024-03-22T16:10:53.291Z * [new branch] dap/dns-work -> origin/dap/dns-work
4532024-03-22T16:10:53.291Z * [new branch] dap/dnsping -> origin/dap/dnsping
4542024-03-22T16:10:53.291Z * [new branch] dap/nexus-inventory -> origin/dap/nexus-inventory
4552024-03-22T16:10:53.291Z * [new branch] dap/schema-migration-better-demo1 -> origin/dap/schema-migration-better-demo1
4562024-03-22T16:10:53.291Z * [new branch] dap/schema-migration-better-demo2 -> origin/dap/schema-migration-better-demo2
4572024-03-22T16:10:53.291Z * [new branch] dap/schema-migration-better-merged -> origin/dap/schema-migration-better-merged
4582024-03-22T16:10:53.291Z * [new branch] dap/silo-external-dns -> origin/dap/silo-external-dns
4592024-03-22T16:10:53.291Z * [new branch] dap/tls-sni -> origin/dap/tls-sni
4602024-03-22T16:10:53.291Z * [new branch] dap/update-control -> origin/dap/update-control
4612024-03-22T16:10:53.291Z * [new branch] dap/update-unused-code -> origin/dap/update-unused-code
4622024-03-22T16:10:53.291Z * [new branch] dbg-print-timeseries-key -> origin/dbg-print-timeseries-key
4632024-03-22T16:10:53.292Z * [new branch] debug-disk-space -> origin/debug-disk-space
4642024-03-22T16:10:53.292Z * [new branch] delete-specific-timeseries-during-upgrade -> origin/delete-specific-timeseries-during-upgrade
4652024-03-22T16:10:53.292Z * [new branch] demo -> origin/demo
4662024-03-22T16:10:53.292Z * [new branch] demo_m2 -> origin/demo_m2
4672024-03-22T16:10:53.292Z * [new branch] dependabot/cargo/dropshot-0018f66 -> origin/dependabot/cargo/dropshot-0018f66
4682024-03-22T16:10:53.292Z * [new branch] dependabot/test/no/push -> origin/dependabot/test/no/push
4692024-03-22T16:10:53.292Z * [new branch] disk-disable -> origin/disk-disable
4702024-03-22T16:10:53.292Z * [new branch] dns-dataset -> origin/dns-dataset
4712024-03-22T16:10:53.292Z * [new branch] document-external-internal -> origin/document-external-internal
4722024-03-22T16:10:53.292Z * [new branch] dropshot-local -> origin/dropshot-local
4732024-03-22T16:10:53.292Z * [new branch] duplicate-role-assignment-500 -> origin/duplicate-role-assignment-500
4742024-03-22T16:10:53.292Z * [new branch] eliza/nixos-build -> origin/eliza/nixos-build
4752024-03-22T16:10:53.292Z * [new branch] eliza/no-more-services -> origin/eliza/no-more-services
4762024-03-22T16:10:53.292Z * [new branch] even-more-actions-runner-rimraf -> origin/even-more-actions-runner-rimraf
4772024-03-22T16:10:53.292Z * [new branch] executor-fake -> origin/executor-fake
4782024-03-22T16:10:53.292Z * [new branch] external_log -> origin/external_log
4792024-03-22T16:10:53.292Z * [new branch] falcon-nextest -> origin/falcon-nextest
4802024-03-22T16:10:53.292Z * [new branch] firewall-notify-sled -> origin/firewall-notify-sled
4812024-03-22T16:10:53.292Z * [new branch] firewall-vpc -> origin/firewall-vpc
4822024-03-22T16:10:53.292Z * [new branch] flaky-issue-templates -> origin/flaky-issue-templates
4832024-03-22T16:10:53.292Z * [new branch] folgers -> origin/folgers
4842024-03-22T16:10:53.292Z * [new branch] fromstr -> origin/fromstr
4852024-03-22T16:10:53.299Z * [new branch] gateway -> origin/gateway
4862024-03-22T16:10:53.299Z * [new branch] host-fake -> origin/host-fake
4872024-03-22T16:10:53.299Z * [new branch] iliana/3430-hubris -> origin/iliana/3430-hubris
4882024-03-22T16:10:53.299Z * [new branch] iliana/baleeted -> origin/iliana/baleeted
4892024-03-22T16:10:53.299Z * [new branch] iliana/buildomat-sync -> origin/iliana/buildomat-sync
4902024-03-22T16:10:53.299Z * [new branch] iliana/do-not-merge-libxmlsec-1.3 -> origin/iliana/do-not-merge-libxmlsec-1.3
4912024-03-22T16:10:53.299Z * [new branch] iliana/dont-merge -> origin/iliana/dont-merge
4922024-03-22T16:10:53.299Z * [new branch] iliana/for-linux-weirdos -> origin/iliana/for-linux-weirdos
4932024-03-22T16:10:53.299Z * [new branch] iliana/hack-do-not-merge -> origin/iliana/hack-do-not-merge
4942024-03-22T16:10:53.299Z * [new branch] iliana/it-keeps-happening-2 -> origin/iliana/it-keeps-happening-2
4952024-03-22T16:10:53.300Z * [new branch] iliana/keysmash -> origin/iliana/keysmash
4962024-03-22T16:10:53.300Z * [new branch] iliana/manifest-flatten -> origin/iliana/manifest-flatten
4972024-03-22T16:10:53.300Z * [new branch] iliana/split-package -> origin/iliana/split-package
4982024-03-22T16:10:53.300Z * [new branch] iliana/try -> origin/iliana/try
4992024-03-22T16:10:53.300Z * [new branch] iliana/wtf -> origin/iliana/wtf
5002024-03-22T16:10:53.300Z * [new branch] illumos-ci -> origin/illumos-ci
5012024-03-22T16:10:53.300Z * [new branch] installinator-fail-if-flaky-disk -> origin/installinator-fail-if-flaky-disk
5022024-03-22T16:10:53.300Z * [new branch] ipv6-testing -> origin/ipv6-testing
5032024-03-22T16:10:53.300Z * [new branch] issue-213-static -> origin/issue-213-static
5042024-03-22T16:10:53.300Z * [new branch] issue-3432 -> origin/issue-3432
5052024-03-22T16:10:53.300Z * [new branch] jclulow -> origin/jclulow
5062024-03-22T16:10:53.300Z * [new branch] john/nexus-capabilities -> origin/john/nexus-capabilities
5072024-03-22T16:10:53.301Z * [new branch] john/oximeter-producer-gc -> origin/john/oximeter-producer-gc
5082024-03-22T16:10:53.301Z * [new branch] john/remove-service-table -> origin/john/remove-service-table
5092024-03-22T16:10:53.301Z * [new branch] john/test-tuf-repo-trigger -> origin/john/test-tuf-repo-trigger
5102024-03-22T16:10:53.301Z * [new branch] keeplogs -> origin/keeplogs
5112024-03-22T16:10:53.301Z * [new branch] less-dns-panic -> origin/less-dns-panic
5122024-03-22T16:10:53.301Z * [new branch] less-explosive-sled-agent -> origin/less-explosive-sled-agent
5132024-03-22T16:10:53.301Z * [new branch] lookup-authorized -> origin/lookup-authorized
5142024-03-22T16:10:53.301Z * [new branch] low-rent-trust-quorum -> origin/low-rent-trust-quorum
5152024-03-22T16:10:53.301Z * [new branch] low-rent-trust-quorum-3 -> origin/low-rent-trust-quorum-3
5162024-03-22T16:10:53.301Z * [new branch] lrtq-fsms-experiment -> origin/lrtq-fsms-experiment
5172024-03-22T16:10:53.301Z * [new branch] lrtq-fsms-model-changes -> origin/lrtq-fsms-model-changes
5182024-03-22T16:10:53.301Z * [new branch] lrtq-fsms-multiple-tests -> origin/lrtq-fsms-multiple-tests
5192024-03-22T16:10:53.301Z * [new branch] lrtq-networking -> origin/lrtq-networking
5202024-03-22T16:10:53.302Z * [new branch] lrtq-networking-config -> origin/lrtq-networking-config
5212024-03-22T16:10:53.302Z * [new branch] lrtq-networking2 -> origin/lrtq-networking2
5222024-03-22T16:10:53.302Z * [new branch] lrtq-persistence -> origin/lrtq-persistence
5232024-03-22T16:10:53.302Z * [new branch] lrtq-protocol -> origin/lrtq-protocol
5242024-03-22T16:10:53.302Z * [new branch] lrtq-protocol-separate-state-handlers -> origin/lrtq-protocol-separate-state-handlers
5252024-03-22T16:10:53.302Z * [new branch] luqmana/nexus-opte -> origin/luqmana/nexus-opte
5262024-03-22T16:10:53.302Z * [new branch] luqmana/non-gimlet-gimlet -> origin/luqmana/non-gimlet-gimlet
5272024-03-22T16:10:53.302Z * [new branch] luqmana/scoped-ipv6-addr -> origin/luqmana/scoped-ipv6-addr
5282024-03-22T16:10:53.302Z * [new branch] macos-test-concurrency -> origin/macos-test-concurrency
5292024-03-22T16:10:53.302Z * [new branch] maghemite-integration -> origin/maghemite-integration
5302024-03-22T16:10:53.302Z * [new branch] main -> origin/main
5312024-03-22T16:10:53.302Z * [new branch] metrics-experiments -> origin/metrics-experiments
5322024-03-22T16:10:53.303Z * [new branch] more-raw-cte-setup -> origin/more-raw-cte-setup
5332024-03-22T16:10:53.303Z * [new branch] mupdate-demo -> origin/mupdate-demo
5342024-03-22T16:10:53.303Z * [new branch] net-reorg -> origin/net-reorg
5352024-03-22T16:10:53.303Z * [new branch] new-lookup-proc-macro -> origin/new-lookup-proc-macro
5362024-03-22T16:10:53.303Z * [new branch] new-lookup-traits -> origin/new-lookup-traits
5372024-03-22T16:10:53.303Z * [new branch] new-toolchain -> origin/new-toolchain
5382024-03-22T16:10:53.303Z * [new branch] newfolgers -> origin/newfolgers
5392024-03-22T16:10:53.303Z * [new branch] nexus-add-sled-part-2 -> origin/nexus-add-sled-part-2
5402024-03-22T16:10:53.303Z * [new branch] nexus-update-refresh -> origin/nexus-update-refresh
5412024-03-22T16:10:53.303Z * [new branch] no-empty-filter-array -> origin/no-empty-filter-array
5422024-03-22T16:10:53.303Z * [new branch] omdb-services -> origin/omdb-services
5432024-03-22T16:10:53.303Z * [new branch] omicron_dev_ci -> origin/omicron_dev_ci
5442024-03-22T16:10:53.303Z * [new branch] opte-and-plumb-network-interface -> origin/opte-and-plumb-network-interface
5452024-03-22T16:10:53.304Z * [new branch] oxdb-dashboard -> origin/oxdb-dashboard
5462024-03-22T16:10:53.304Z * [new branch] oximeter-query-language -> origin/oximeter-query-language
5472024-03-22T16:10:53.304Z * [new branch] oximeter-schema-id -> origin/oximeter-schema-id
5482024-03-22T16:10:53.304Z * [new branch] pkg-config-install-note -> origin/pkg-config-install-note
5492024-03-22T16:10:53.304Z * [new branch] propagate-firewall-rules-to-sled -> origin/propagate-firewall-rules-to-sled
5502024-03-22T16:10:53.304Z * [new branch] prove-le-bug -> origin/prove-le-bug
5512024-03-22T16:10:53.304Z * [new branch] raw-ctes -> origin/raw-ctes
5522024-03-22T16:10:53.304Z * [new branch] redirect-url-state -> origin/redirect-url-state
5532024-03-22T16:10:53.304Z * [new branch] refactor-bootstrap-client-sprockets-proxy -> origin/refactor-bootstrap-client-sprockets-proxy
5542024-03-22T16:10:53.304Z * [new branch] renovate/argon2alt-2.x -> origin/renovate/argon2alt-2.x
5552024-03-22T16:10:53.304Z * [new branch] renovate/heck-0.x -> origin/renovate/heck-0.x
5562024-03-22T16:10:53.304Z * [new branch] renovate/http-1.x -> origin/renovate/http-1.x
5572024-03-22T16:10:53.312Z * [new branch] renovate/hyper-1.x -> origin/renovate/hyper-1.x
5582024-03-22T16:10:53.312Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
5592024-03-22T16:10:53.312Z * [new branch] renovate/rustls-0.x -> origin/renovate/rustls-0.x
5602024-03-22T16:10:53.312Z * [new branch] renovate/tokio-tungstenite-0.x -> origin/renovate/tokio-tungstenite-0.x
5612024-03-22T16:10:53.312Z * [new branch] renovate/toml-0.x -> origin/renovate/toml-0.x
5622024-03-22T16:10:53.312Z * [new branch] renovate/toml_edit-0.x -> origin/renovate/toml_edit-0.x
5632024-03-22T16:10:53.312Z * [new branch] renovate/tui-tree-widget-0.x -> origin/renovate/tui-tree-widget-0.x
5642024-03-22T16:10:53.312Z * [new branch] reservoir -> origin/reservoir
5652024-03-22T16:10:53.313Z * [new branch] resilient-nexus -> origin/resilient-nexus
5662024-03-22T16:10:53.313Z * [new branch] resource-identifier -> origin/resource-identifier
5672024-03-22T16:10:53.313Z * [new branch] retry-txn -> origin/retry-txn
5682024-03-22T16:10:53.313Z * [new branch] return-cert-pem -> origin/return-cert-pem
5692024-03-22T16:10:53.313Z * [new branch] rev-opte -> origin/rev-opte
5702024-03-22T16:10:53.313Z * [new branch] revert-936 -> origin/revert-936
5712024-03-22T16:10:53.313Z * [new branch] rfd-322-images -> origin/rfd-322-images
5722024-03-22T16:10:53.313Z * [new branch] rpz-ext-ip-hack -> origin/rpz-ext-ip-hack
5732024-03-22T16:10:53.313Z * [new branch] rpz-opte-sled-agent -> origin/rpz-opte-sled-agent
5742024-03-22T16:10:53.313Z * [new branch] rpz-use-oxide-vpc -> origin/rpz-use-oxide-vpc
5752024-03-22T16:10:53.313Z * [new branch] rss-testing -> origin/rss-testing
5762024-03-22T16:10:53.313Z * [new branch] self-assembling-nexus -> origin/self-assembling-nexus
5772024-03-22T16:10:53.313Z * [new branch] self-assembling-ntp -> origin/self-assembling-ntp
5782024-03-22T16:10:53.314Z * [new branch] service-management-and-rss-handoff -> origin/service-management-and-rss-handoff
5792024-03-22T16:10:53.314Z * [new branch] shatter-authn -> origin/shatter-authn
5802024-03-22T16:10:53.314Z * [new branch] short-term-disk-workaround -> origin/short-term-disk-workaround
5812024-03-22T16:10:53.314Z * [new branch] silo-create -> origin/silo-create
5822024-03-22T16:10:53.314Z * [new branch] silo-groups-and-metrics -> origin/silo-groups-and-metrics
5832024-03-22T16:10:53.314Z * [new branch] silo_groups_dap -> origin/silo_groups_dap
5842024-03-22T16:10:53.314Z * [new branch] silo_groups_dap_queries -> origin/silo_groups_dap_queries
5852024-03-22T16:10:53.314Z * [new branch] simple-cache -> origin/simple-cache
5862024-03-22T16:10:53.314Z * [new branch] sled-agent-api-to-manage-phys-disks -> origin/sled-agent-api-to-manage-phys-disks
5872024-03-22T16:10:53.314Z * [new branch] sled-agent-lifecycle -> origin/sled-agent-lifecycle
5882024-03-22T16:10:53.314Z * [new branch] sled-agent-service-gen -> origin/sled-agent-service-gen
5892024-03-22T16:10:53.314Z * [new branch] sled-agent/register-as-producer -> origin/sled-agent/register-as-producer
5902024-03-22T16:10:53.314Z * [new branch] sled-hw-notification-simplification -> origin/sled-hw-notification-simplification
5912024-03-22T16:10:53.315Z * [new branch] sled-hw-notification-simplification-2 -> origin/sled-hw-notification-simplification-2
5922024-03-22T16:10:53.315Z * [new branch] sled-location -> origin/sled-location
5932024-03-22T16:10:53.315Z * [new branch] sp_v1.0.4 -> origin/sp_v1.0.4
5942024-03-22T16:10:53.315Z * [new branch] special-delivery -> origin/special-delivery
5952024-03-22T16:10:53.315Z * [new branch] sunshowers/spr/installinator-artifactd-accept-messages-with-generic-type-for-metadata -> origin/sunshowers/spr/installinator-artifactd-accept-messages-with-generic-type-for-metadata
5962024-03-22T16:10:53.315Z * [new branch] sunshowers/spr/installinator-wip-initial-stub-version -> origin/sunshowers/spr/installinator-wip-initial-stub-version
5972024-03-22T16:10:53.315Z * [new branch] sunshowers/spr/installinatorupdate-engine-some-reporting-improvements -> origin/sunshowers/spr/installinatorupdate-engine-some-reporting-improvements
5982024-03-22T16:10:53.315Z * [new branch] sunshowers/spr/main.authz-macros-accept-an-optional-input_key-argument -> origin/sunshowers/spr/main.authz-macros-accept-an-optional-input_key-argument
5992024-03-22T16:10:53.315Z * [new branch] sunshowers/spr/main.reconfigurator-use-tabled-to-display-blueprints-and-diffs -> origin/sunshowers/spr/main.reconfigurator-use-tabled-to-display-blueprints-and-diffs
6002024-03-22T16:10:53.315Z * [new branch] sunshowers/spr/main.tufaceous-make-fake-manifests-sp-and-rot-manifests-the-same-as-sp-sim -> origin/sunshowers/spr/main.tufaceous-make-fake-manifests-sp-and-rot-manifests-the-same-as-sp-sim
6012024-03-22T16:10:53.315Z * [new branch] sunshowers/spr/main.update-engine-move-terminal-executionstatus-into-its-own-type -> origin/sunshowers/spr/main.update-engine-move-terminal-executionstatus-into-its-own-type
6022024-03-22T16:10:53.315Z * [new branch] sunshowers/spr/main.update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state -> origin/sunshowers/spr/main.update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state
6032024-03-22T16:10:53.316Z * [new branch] sunshowers/spr/main.update-engine-track-root-and-leaf-total_elapsed-in-terminal-info -> origin/sunshowers/spr/main.update-engine-track-root-and-leaf-total_elapsed-in-terminal-info
6042024-03-22T16:10:53.316Z * [new branch] sunshowers/spr/main.wicket-add-rack-update-clear -> origin/sunshowers/spr/main.wicket-add-rack-update-clear
6052024-03-22T16:10:53.316Z * [new branch] sunshowers/spr/main.wicket-add-scrolling-to-popups -> origin/sunshowers/spr/main.wicket-add-scrolling-to-popups
6062024-03-22T16:10:53.316Z * [new branch] sunshowers/spr/main.wicket-command-line-interface-to-mupdate -> origin/sunshowers/spr/main.wicket-command-line-interface-to-mupdate
6072024-03-22T16:10:53.316Z * [new branch] sunshowers/spr/main.wicket-make-cli-more-usable-in-wicketd-integration-tests -> origin/sunshowers/spr/main.wicket-make-cli-more-usable-in-wicketd-integration-tests
6082024-03-22T16:10:53.316Z * [new branch] sunshowers/spr/main.wicket-require-that-update-state-be-cleared -> origin/sunshowers/spr/main.wicket-require-that-update-state-be-cleared
6092024-03-22T16:10:53.316Z * [new branch] sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding -> origin/sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding
6102024-03-22T16:10:53.316Z * [new branch] sunshowers/spr/main.wicketd-add-a-test-update-step-if-an-env-var-is-set -> origin/sunshowers/spr/main.wicketd-add-a-test-update-step-if-an-env-var-is-set
6112024-03-22T16:10:53.316Z * [new branch] sunshowers/spr/main.wip-nexus-add-support-for-ingesting-tuf-repos -> origin/sunshowers/spr/main.wip-nexus-add-support-for-ingesting-tuf-repos
6122024-03-22T16:10:53.316Z * [new branch] sunshowers/spr/meta-trust-dns-hickory-dns -> origin/sunshowers/spr/meta-trust-dns-hickory-dns
6132024-03-22T16:10:53.316Z * [new branch] sunshowers/spr/password-login-drop-timeout-to-500ms -> origin/sunshowers/spr/password-login-drop-timeout-to-500ms
6142024-03-22T16:10:53.316Z * [new branch] sunshowers/spr/reconfigurator-use-tabled-to-display-blueprints-and-diffs -> origin/sunshowers/spr/reconfigurator-use-tabled-to-display-blueprints-and-diffs
6152024-03-22T16:10:53.317Z * [new branch] sunshowers/spr/sled-agent-add-a-sled_shutdown-api-on-the-bootstrap-interface -> origin/sunshowers/spr/sled-agent-add-a-sled_shutdown-api-on-the-bootstrap-interface
6162024-03-22T16:10:53.317Z * [new branch] sunshowers/spr/wicket-transmit-errors-from-mgs-to-wicket-via-wicketd -> origin/sunshowers/spr/wicket-transmit-errors-from-mgs-to-wicket-via-wicketd
6172024-03-22T16:10:53.317Z * [new branch] sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones -> origin/sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones
6182024-03-22T16:10:53.317Z * [new branch] sunshowers/spr/wip-replace-blueprintzones_in_service-with-a-policy-enum-next-to-each-zone -> origin/sunshowers/spr/wip-replace-blueprintzones_in_service-with-a-policy-enum-next-to-each-zone
6192024-03-22T16:10:53.317Z * [new branch] sunshowers/spr/wip-wicketd-structured-updates -> origin/sunshowers/spr/wip-wicketd-structured-updates
6202024-03-22T16:10:53.317Z * [new branch] swap -> origin/swap
6212024-03-22T16:10:53.317Z * [new branch] temp-console-inventory-integration -> origin/temp-console-inventory-integration
6222024-03-22T16:10:53.317Z * [new branch] thing-flinger -> origin/thing-flinger
6232024-03-22T16:10:53.317Z * [new branch] tqv1 -> origin/tqv1
6242024-03-22T16:10:53.317Z * [new branch] try-bench-gimlet -> origin/try-bench-gimlet
6252024-03-22T16:10:53.317Z * [new branch] u2-encryption -> origin/u2-encryption
6262024-03-22T16:10:53.317Z * [new branch] u2-encryption-2 -> origin/u2-encryption-2
6272024-03-22T16:10:53.317Z * [new branch] u2-encryption-3 -> origin/u2-encryption-3
6282024-03-22T16:10:53.318Z * [new branch] unify-hardware-ids -> origin/unify-hardware-ids
6292024-03-22T16:10:53.318Z * [new branch] unify-ip-range -> origin/unify-ip-range
6302024-03-22T16:10:53.318Z * [new branch] unify_services_datasets -> origin/unify_services_datasets
6312024-03-22T16:10:53.318Z * [new branch] unused-deps -> origin/unused-deps
6322024-03-22T16:10:53.318Z * [new branch] update-planning -> origin/update-planning
6332024-03-22T16:10:53.318Z * [new branch] usdt-probe-xtask -> origin/usdt-probe-xtask
6342024-03-22T16:10:53.318Z * [new branch] use-helios-netdev-publisher -> origin/use-helios-netdev-publisher
6352024-03-22T16:10:53.318Z * [new branch] use-incremental-build -> origin/use-incremental-build
6362024-03-22T16:10:53.318Z * [new branch] v1-cleanup -> origin/v1-cleanup
6372024-03-22T16:10:53.318Z * [new branch] v1-hardware-apis -> origin/v1-hardware-apis
6382024-03-22T16:10:53.318Z * [new branch] validate-ip-range-more-good -> origin/validate-ip-range-more-good
6392024-03-22T16:10:53.318Z * [new branch] vectorize-datasets -> origin/vectorize-datasets
6402024-03-22T16:10:53.319Z * [new branch] wicket -> origin/wicket
6412024-03-22T16:10:53.319Z * [new branch] wicket-dbg -> origin/wicket-dbg
6422024-03-22T16:10:53.319Z * [new branch] wicket-dbg2 -> origin/wicket-dbg2
6432024-03-22T16:10:53.319Z * [new branch] wicket-menu -> origin/wicket-menu
6442024-03-22T16:10:53.319Z * [new branch] wicket-rack-update -> origin/wicket-rack-update
6452024-03-22T16:10:53.319Z * [new branch] wicket-update-integration -> origin/wicket-update-integration
6462024-03-22T16:10:53.319Z * [new branch] wicket-update-integration-2 -> origin/wicket-update-integration-2
6472024-03-22T16:10:53.319Z * [new branch] wicket-update-pane -> origin/wicket-update-pane
6482024-03-22T16:10:53.319Z * [new branch] wicket-update-status -> origin/wicket-update-status
6492024-03-22T16:10:53.319Z * [new branch] wicketd-get-compmonent-inventory -> origin/wicketd-get-compmonent-inventory
6502024-03-22T16:10:53.319Z * [new branch] wicketd-progenitor-derives -> origin/wicketd-progenitor-derives
6512024-03-22T16:10:53.319Z * [new branch] wicketd-update-deliver-trampoline -> origin/wicketd-update-deliver-trampoline
6522024-03-22T16:10:53.319Z * [new branch] wicketd-update-prototype -> origin/wicketd-update-prototype
6532024-03-22T16:10:53.320Z * [new branch] wip-add-pvt2-repo -> origin/wip-add-pvt2-repo
6542024-03-22T16:10:53.320Z * [new branch] zone-filesystems -> origin/zone-filesystems
6552024-03-22T16:10:53.320Z * [new ref] -> origin/HEAD
6562024-03-22T16:10:53.320Z * [new tag] dogfood -> dogfood
6572024-03-22T16:10:53.325Z * [new tag] v5 -> v5
6582024-03-22T16:10:53.325Z * [new tag] v6 -> v6
6592024-03-22T16:10:53.585Z Updating git repository `https://github.com/oxidecomputer/opte`
6602024-03-22T16:10:56.814ZFrom https://github.com/oxidecomputer/opte
6612024-03-22T16:10:56.814Z * [new branch] bench-tpcof -> origin/bench-tpcof
6622024-03-22T16:10:56.819Z * [new branch] cheaper-flowid -> origin/cheaper-flowid
6632024-03-22T16:10:56.819Z * [new branch] config-dhcp-dns -> origin/config-dhcp-dns
6642024-03-22T16:10:56.819Z * [new branch] demo-stuffs -> origin/demo-stuffs
6652024-03-22T16:10:56.819Z * [new branch] dont-proc-in-lock -> origin/dont-proc-in-lock
6662024-03-22T16:10:56.819Z * [new branch] helios-2.0 -> origin/helios-2.0
6672024-03-22T16:10:56.819Z * [new branch] ioctl-for-firewall-rules -> origin/ioctl-for-firewall-rules
6682024-03-22T16:10:56.819Z * [new branch] ipv6-home-and-two-tests-dev -> origin/ipv6-home-and-two-tests-dev
6692024-03-22T16:10:56.819Z * [new branch] luqmana/ipv4-options -> origin/luqmana/ipv4-options
6702024-03-22T16:10:56.819Z * [new branch] luqmana/no-vnic -> origin/luqmana/no-vnic
6712024-03-22T16:10:56.819Z * [new branch] master -> origin/master
6722024-03-22T16:10:56.819Z * [new branch] opte-160-use-str-for-meta -> origin/opte-160-use-str-for-meta
6732024-03-22T16:10:56.819Z * [new branch] opte-161-api-vsn -> origin/opte-161-api-vsn
6742024-03-22T16:10:56.819Z * [new branch] opte-204-paused -> origin/opte-204-paused
6752024-03-22T16:10:56.820Z * [new branch] opte-214-rm-opte-drv -> origin/opte-214-rm-opte-drv
6762024-03-22T16:10:56.820Z * [new branch] opte-220 -> origin/opte-220
6772024-03-22T16:10:56.820Z * [new branch] opte-225 -> origin/opte-225
6782024-03-22T16:10:56.820Z * [new branch] opte-227 -> origin/opte-227
6792024-03-22T16:10:56.820Z * [new branch] opte-231-snat-panic-payload-trans-2 -> origin/opte-231-snat-panic-payload-trans-2
6802024-03-22T16:10:56.820Z * [new branch] opte-232 -> origin/opte-232
6812024-03-22T16:10:56.820Z * [new branch] opte-241-unwrap-panic-and-kstats -> origin/opte-241-unwrap-panic-and-kstats
6822024-03-22T16:10:56.820Z * [new branch] opte-261-rip-cstr-core -> origin/opte-261-rip-cstr-core
6832024-03-22T16:10:56.820Z * [new branch] opte-281-vpc-firewall -> origin/opte-281-vpc-firewall
6842024-03-22T16:10:56.820Z * [new branch] opte-88-codegen-units -> origin/opte-88-codegen-units
6852024-03-22T16:10:56.820Z * [new branch] opte-88-linker-failures -> origin/opte-88-linker-failures
6862024-03-22T16:10:56.820Z * [new branch] opteadm-library -> origin/opteadm-library
6872024-03-22T16:10:56.820Z * [new branch] partial-workspace -> origin/partial-workspace
6882024-03-22T16:10:56.820Z * [new branch] remove-duplicate-adm -> origin/remove-duplicate-adm
6892024-03-22T16:10:56.820Z * [new branch] rm-fw-rule-error -> origin/rm-fw-rule-error
6902024-03-22T16:10:56.820Z * [new branch] rpz-197-zero-pkt -> origin/rpz-197-zero-pkt
6912024-03-22T16:10:56.820Z * [new branch] rpz-207-rules-stats -> origin/rpz-207-rules-stats
6922024-03-22T16:10:56.820Z * [new branch] rpz-298-spoof-test -> origin/rpz-298-spoof-test
6932024-03-22T16:10:56.820Z * [new branch] rpz-301-layer-stats -> origin/rpz-301-layer-stats
6942024-03-22T16:10:56.820Z * [new branch] rpz-add-entry-refactor -> origin/rpz-add-entry-refactor
6952024-03-22T16:10:56.820Z * [new branch] rpz-ameta-own -> origin/rpz-ameta-own
6962024-03-22T16:10:56.820Z * [new branch] rpz-assert-drop -> origin/rpz-assert-drop
6972024-03-22T16:10:56.820Z * [new branch] rpz-csum-doc -> origin/rpz-csum-doc
6982024-03-22T16:10:56.821Z * [new branch] rpz-def-action -> origin/rpz-def-action
6992024-03-22T16:10:56.825Z * [new branch] rpz-doc-stuff -> origin/rpz-doc-stuff
7002024-03-22T16:10:56.825Z * [new branch] rpz-fix-docs -> origin/rpz-fix-docs
7012024-03-22T16:10:56.825Z * [new branch] rpz-gateway-layer -> origin/rpz-gateway-layer
7022024-03-22T16:10:56.825Z * [new branch] rpz-invalidation-broken-2 -> origin/rpz-invalidation-broken-2
7032024-03-22T16:10:56.825Z * [new branch] rpz-ioctl-dangle -> origin/rpz-ioctl-dangle
7042024-03-22T16:10:56.825Z * [new branch] rpz-less-alloc -> origin/rpz-less-alloc
7052024-03-22T16:10:56.825Z * [new branch] rpz-more-layer-stats -> origin/rpz-more-layer-stats
7062024-03-22T16:10:56.825Z * [new branch] rpz-move-stuff-to-ddi -> origin/rpz-move-stuff-to-ddi
7072024-03-22T16:10:56.825Z * [new branch] rpz-opte-294 -> origin/rpz-opte-294
7082024-03-22T16:10:56.825Z * [new branch] rpz-opteadm-tcp-flows -> origin/rpz-opteadm-tcp-flows
7092024-03-22T16:10:56.825Z * [new branch] rpz-packet-write-err -> origin/rpz-packet-write-err
7102024-03-22T16:10:56.825Z * [new branch] rpz-pkg-minor-vsn -> origin/rpz-pkg-minor-vsn
7112024-03-22T16:10:56.826Z * [new branch] rpz-predicate-module -> origin/rpz-predicate-module
7122024-03-22T16:10:56.826Z * [new branch] rpz-print-port-in-test -> origin/rpz-print-port-in-test
7132024-03-22T16:10:56.826Z * [new branch] rpz-rm-todo -> origin/rpz-rm-todo
7142024-03-22T16:10:56.826Z * [new branch] rpz-sanity-check -> origin/rpz-sanity-check
7152024-03-22T16:10:56.826Z * [new branch] rpz-simplify-test-state -> origin/rpz-simplify-test-state
7162024-03-22T16:10:56.826Z * [new branch] rpz-tcp-flows-hits -> origin/rpz-tcp-flows-hits
7172024-03-22T16:10:56.826Z * [new branch] rpz-tcp-inbound-test -> origin/rpz-tcp-inbound-test
7182024-03-22T16:10:56.826Z * [new branch] rpz-tcp-tests -> origin/rpz-tcp-tests
7192024-03-22T16:10:56.826Z * [new branch] rpz-test-common -> origin/rpz-test-common
7202024-03-22T16:10:56.826Z * [new branch] rpz-test-constants -> origin/rpz-test-constants
7212024-03-22T16:10:56.826Z * [new branch] rpz-uft-miss-stat -> origin/rpz-uft-miss-stat
7222024-03-22T16:10:56.826Z * [new branch] rpz-vpc-own-crate -> origin/rpz-vpc-own-crate
7232024-03-22T16:10:56.826Z * [new branch] the-perf-cost-of-success -> origin/the-perf-cost-of-success
7242024-03-22T16:10:56.826Z * [new branch] use-the-flow-luke-61 -> origin/use-the-flow-luke-61
7252024-03-22T16:10:56.826Z * [new ref] -> origin/HEAD
7262024-03-22T16:10:56.893Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7272024-03-22T16:10:58.144ZFrom https://github.com/oxidecomputer/progenitor
7282024-03-22T16:10:58.144Z * [new branch] dependabot/cargo/hyper-1.2.0 -> origin/dependabot/cargo/hyper-1.2.0
7292024-03-22T16:10:58.150Z * [new branch] dependabot/cargo/wasm-bindgen-test-0.3.42 -> origin/dependabot/cargo/wasm-bindgen-test-0.3.42
7302024-03-22T16:10:58.150Z * [new branch] extension2 -> origin/extension2
7312024-03-22T16:10:58.151Z * [new branch] json-body-stdin-alias -> origin/json-body-stdin-alias
7322024-03-22T16:10:58.151Z * [new branch] main -> origin/main
7332024-03-22T16:10:58.151Z * [new branch] nexus-update -> origin/nexus-update
7342024-03-22T16:10:58.151Z * [new branch] owned-response-stream -> origin/owned-response-stream
7352024-03-22T16:10:58.151Z * [new branch] print-example -> origin/print-example
7362024-03-22T16:10:58.151Z * [new branch] query-arg-collision -> origin/query-arg-collision
7372024-03-22T16:10:58.151Z * [new branch] response-value-content-length -> origin/response-value-content-length
7382024-03-22T16:10:58.151Z * [new branch] security-schemes -> origin/security-schemes
7392024-03-22T16:10:58.151Z * [new branch] sketch-multiple-reponse-types -> origin/sketch-multiple-reponse-types
7402024-03-22T16:10:58.151Z * [new branch] test-ci -> origin/test-ci
7412024-03-22T16:10:58.151Z * [new branch] untyped-responses -> origin/untyped-responses
7422024-03-22T16:10:58.151Z * [new branch] v41 -> origin/v41
7432024-03-22T16:10:58.151Z * [new ref] -> origin/HEAD
7442024-03-22T16:10:58.151Z * [new tag] v0.1.1 -> v0.1.1
7452024-03-22T16:10:58.151Z * [new tag] v0.2.0 -> v0.2.0
7462024-03-22T16:10:58.151Z * [new tag] v0.3.0 -> v0.3.0
7472024-03-22T16:10:58.151Z * [new tag] v0.4.0 -> v0.4.0
7482024-03-22T16:10:58.151Z * [new tag] v0.4.1 -> v0.4.1
7492024-03-22T16:10:58.151Z * [new tag] v0.5.0 -> v0.5.0
7502024-03-22T16:10:58.151Z * [new tag] v0.6.0 -> v0.6.0
7512024-03-22T16:10:58.240Z Updating git repository `https://github.com/oxidecomputer/zone`
7522024-03-22T16:10:58.696ZFrom https://github.com/oxidecomputer/zone
7532024-03-22T16:10:58.696Z * [new branch] main -> origin/main
7542024-03-22T16:10:58.700Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
7552024-03-22T16:10:58.700Z * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x
7562024-03-22T16:10:58.700Z * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash
7572024-03-22T16:10:58.700Z * [new ref] -> origin/HEAD
7582024-03-22T16:10:58.734Z Updating git repository `https://github.com/oxidecomputer/propolis`
7592024-03-22T16:10:59.680ZFrom https://github.com/oxidecomputer/propolis
7602024-03-22T16:10:59.680Z * [new branch] ata -> origin/ata
7612024-03-22T16:10:59.684Z * [new branch] eliza/dude-wheres-my-instance -> origin/eliza/dude-wheres-my-instance
7622024-03-22T16:10:59.684Z * [new branch] eliza/intr-dun -> origin/eliza/intr-dun
7632024-03-22T16:10:59.684Z * [new branch] eliza/intr-pins-nice -> origin/eliza/intr-pins-nice
7642024-03-22T16:10:59.685Z * [new branch] eliza/migrate-dirty-pages -> origin/eliza/migrate-dirty-pages
7652024-03-22T16:10:59.685Z * [new branch] eliza/no-restart-me -> origin/eliza/no-restart-me
7662024-03-22T16:10:59.685Z * [new branch] eliza/phd-parallel -> origin/eliza/phd-parallel
7672024-03-22T16:10:59.685Z * [new branch] eliza/split-borrows -> origin/eliza/split-borrows
7682024-03-22T16:10:59.685Z * [new branch] gjcolombo/two-migration-statuses -> origin/gjcolombo/two-migration-statuses
7692024-03-22T16:10:59.685Z * [new branch] luqmana/libnet -> origin/luqmana/libnet
7702024-03-22T16:10:59.685Z * [new branch] master -> origin/master
7712024-03-22T16:10:59.685Z * [new branch] softnpu-table-counters -> origin/softnpu-table-counters
7722024-03-22T16:10:59.685Z * [new branch] sunshowers/spr/meta-patch-whoami -> origin/sunshowers/spr/meta-patch-whoami
7732024-03-22T16:10:59.685Z * [new ref] -> origin/HEAD
7742024-03-22T16:10:59.773Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7752024-03-22T16:11:00.554ZFrom https://github.com/oxidecomputer/dlpi-sys
7762024-03-22T16:11:00.554Z * [new branch] gh-pages -> origin/gh-pages
7772024-03-22T16:11:00.557Z * [new branch] main -> origin/main
7782024-03-22T16:11:00.557Z * [new ref] -> origin/HEAD
7792024-03-22T16:11:00.715Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7802024-03-22T16:11:01.182ZFrom https://github.com/jmesmon/rust-libzfs
7812024-03-22T16:11:01.182Z * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140
7822024-03-22T16:11:01.186Z * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3
7832024-03-22T16:11:01.187Z * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26
7842024-03-22T16:11:01.187Z * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5
7852024-03-22T16:11:01.187Z * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4
7862024-03-22T16:11:01.187Z * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0
7872024-03-22T16:11:01.187Z * [new branch] dev -> origin/dev
7882024-03-22T16:11:01.187Z * [new branch] drr -> origin/drr
7892024-03-22T16:11:01.187Z * [new branch] f-types -> origin/f-types
7902024-03-22T16:11:01.187Z * [new branch] lookup-nvlist -> origin/lookup-nvlist
7912024-03-22T16:11:01.187Z * [new branch] master -> origin/master
7922024-03-22T16:11:01.187Z * [new branch] staging -> origin/staging
7932024-03-22T16:11:01.187Z * [new ref] -> origin/HEAD
7942024-03-22T16:11:01.187Z * [new tag] nvpair-0.5.0 -> nvpair-0.5.0
7952024-03-22T16:11:01.187Z * [new tag] v0.4.0 -> v0.4.0
7962024-03-22T16:11:01.187Z * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0
7972024-03-22T16:11:01.187Z * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0
7982024-03-22T16:11:01.198Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7992024-03-22T16:11:01.767ZFrom https://github.com/oxidecomputer/rusty-doors
8002024-03-22T16:11:01.767Z * [new branch] gh-pages -> origin/gh-pages
8012024-03-22T16:11:01.770Z * [new branch] main -> origin/main
8022024-03-22T16:11:01.770Z * [new branch] no-bindgen -> origin/no-bindgen
8032024-03-22T16:11:01.771Z * [new ref] -> origin/HEAD
8042024-03-22T16:11:01.803Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8052024-03-22T16:11:02.043Zwarning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/
8062024-03-22T16:11:02.492ZFrom http://github.com/oxidecomputer/serde_human_bytes
8072024-03-22T16:11:02.493Z * [new branch] gh-pages -> origin/gh-pages
8082024-03-22T16:11:02.502Z * [new branch] main -> origin/main
8092024-03-22T16:11:02.502Z * [new branch] renovate/configure -> origin/renovate/configure
8102024-03-22T16:11:02.502Z * [new ref] -> origin/HEAD
8112024-03-22T16:11:02.510Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8122024-03-22T16:11:02.950ZFrom https://github.com/oxidecomputer/slog-error-chain
8132024-03-22T16:11:02.950Z * [new branch] main -> origin/main
8142024-03-22T16:11:02.954Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
8152024-03-22T16:11:02.954Z * [new branch] renovate/erased-serde-0.x -> origin/renovate/erased-serde-0.x
8162024-03-22T16:11:02.955Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
8172024-03-22T16:11:02.955Z * [new ref] -> origin/HEAD
8182024-03-22T16:11:02.984Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8192024-03-22T16:11:03.417ZFrom https://github.com/oxidecomputer/poptrie
8202024-03-22T16:11:03.417Z * [new branch] main -> origin/main
8212024-03-22T16:11:03.421Z * [new branch] multipath -> origin/multipath
8222024-03-22T16:11:03.421Z * [new ref] -> origin/HEAD
8232024-03-22T16:11:03.527Z Updating git repository `https://github.com/oxidecomputer/typify`
8242024-03-22T16:11:05.158ZFrom https://github.com/oxidecomputer/typify
8252024-03-22T16:11:05.158Z * [new branch] default-fault -> origin/default-fault
8262024-03-22T16:11:05.163Z * [new branch] ipv6 -> origin/ipv6
8272024-03-22T16:11:05.163Z * [new branch] js-schema -> origin/js-schema
8282024-03-22T16:11:05.163Z * [new branch] main -> origin/main
8292024-03-22T16:11:05.163Z * [new branch] nested-newtype -> origin/nested-newtype
8302024-03-22T16:11:05.163Z * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error -> origin/sunshowers/spr/add-type-name-to-invalidschema-error
8312024-03-22T16:11:05.163Z * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error-1 -> origin/sunshowers/spr/add-type-name-to-invalidschema-error-1
8322024-03-22T16:11:05.163Z * [new ref] -> origin/HEAD
8332024-03-22T16:11:05.163Z * [new tag] v0.0.10 -> v0.0.10
8342024-03-22T16:11:05.163Z * [new tag] v0.0.11 -> v0.0.11
8352024-03-22T16:11:05.163Z * [new tag] v0.0.12 -> v0.0.12
8362024-03-22T16:11:05.163Z * [new tag] v0.0.13 -> v0.0.13
8372024-03-22T16:11:05.163Z * [new tag] v0.0.14 -> v0.0.14
8382024-03-22T16:11:05.164Z * [new tag] v0.0.15 -> v0.0.15
8392024-03-22T16:11:05.164Z * [new tag] v0.0.16 -> v0.0.16
8402024-03-22T16:11:05.164Z * [new tag] v0.0.4 -> v0.0.4
8412024-03-22T16:11:05.164Z * [new tag] v0.0.5 -> v0.0.5
8422024-03-22T16:11:05.164Z * [new tag] v0.0.6 -> v0.0.6
8432024-03-22T16:11:05.164Z * [new tag] v0.0.7 -> v0.0.7
8442024-03-22T16:11:05.164Z * [new tag] v0.0.8 -> v0.0.8
8452024-03-22T16:11:05.164Z * [new tag] v0.0.9 -> v0.0.9
8462024-03-22T16:11:05.265Z Updating git repository `https://github.com/oxidecomputer/rfb`
8472024-03-22T16:11:05.808ZFrom https://github.com/oxidecomputer/rfb
8482024-03-22T16:11:05.808Z * [new branch] jhendricks/ps2mouse -> origin/jhendricks/ps2mouse
8492024-03-22T16:11:05.812Z * [new branch] luqmana/stop-for-real -> origin/luqmana/stop-for-real
8502024-03-22T16:11:05.812Z * [new branch] main -> origin/main
8512024-03-22T16:11:05.812Z * [new ref] -> origin/HEAD
8522024-03-22T16:11:05.841Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8532024-03-22T16:11:06.490ZFrom https://github.com/oxidecomputer/management-gateway-service
8542024-03-22T16:11:06.490Z * [new branch] af-temp-hash -> origin/af-temp-hash
8552024-03-22T16:11:06.494Z * [new branch] buildomat -> origin/buildomat
8562024-03-22T16:11:06.494Z * [new branch] bump-smoltcp -> origin/bump-smoltcp
8572024-03-22T16:11:06.494Z * [new branch] cached-bootloader-update -> origin/cached-bootloader-update
8582024-03-22T16:11:06.495Z * [new branch] image-board-check -> origin/image-board-check
8592024-03-22T16:11:06.495Z * [new branch] include-power-state-in-sp-state -> origin/include-power-state-in-sp-state
8602024-03-22T16:11:06.495Z * [new branch] lock_state -> origin/lock_state
8612024-03-22T16:11:06.495Z * [new branch] main -> origin/main
8622024-03-22T16:11:06.495Z * [new branch] more-expect-cleanup -> origin/more-expect-cleanup
8632024-03-22T16:11:06.495Z * [new branch] plumb-switch-default-image -> origin/plumb-switch-default-image
8642024-03-22T16:11:06.495Z * [new branch] read-rot-message -> origin/read-rot-message
8652024-03-22T16:11:06.495Z * [new branch] reexport-sp-component -> origin/reexport-sp-component
8662024-03-22T16:11:06.495Z * [new branch] remove-dumper-error -> origin/remove-dumper-error
8672024-03-22T16:11:06.495Z * [new branch] reset-component -> origin/reset-component
8682024-03-22T16:11:06.495Z * [new branch] revert-70-reset-component -> origin/revert-70-reset-component
8692024-03-22T16:11:06.495Z * [new branch] rot-boot-info -> origin/rot-boot-info
8702024-03-22T16:11:06.495Z * [new branch] rot-update -> origin/rot-update
8712024-03-22T16:11:06.495Z * [new branch] rot-update-2 -> origin/rot-update-2
8722024-03-22T16:11:06.495Z * [new branch] rot-update-on-rot-status -> origin/rot-update-on-rot-status
8732024-03-22T16:11:06.495Z * [new branch] scope-id-shenanigans -> origin/scope-id-shenanigans
8742024-03-22T16:11:06.495Z * [new branch] sprot-attest -> origin/sprot-attest
8752024-03-22T16:11:06.495Z * [new branch] sprot-desync-error -> origin/sprot-desync-error
8762024-03-22T16:11:06.495Z * [new branch] sprot-errors -> origin/sprot-errors
8772024-03-22T16:11:06.495Z * [new branch] stage0-update-component -> origin/stage0-update-component
8782024-03-22T16:11:06.495Z * [new branch] update-rot-state-msg -> origin/update-rot-state-msg
8792024-03-22T16:11:06.495Z * [new branch] update-stage0 -> origin/update-stage0
8802024-03-22T16:11:06.495Z * [new ref] -> origin/HEAD
8812024-03-22T16:11:07.022Z Downloading crates ...
8822024-03-22T16:11:07.144Z Downloaded anstyle-query v1.0.2
8832024-03-22T16:11:07.164Z Downloaded anstyle v1.0.6
8842024-03-22T16:11:07.164Z Downloaded async-stream v0.3.5
8852024-03-22T16:11:07.168Z Downloaded ahash v0.8.11
8862024-03-22T16:11:07.168Z Downloaded argon2 v0.5.3
8872024-03-22T16:11:07.168Z Downloaded anstream v0.6.13
8882024-03-22T16:11:07.168Z Downloaded arc-swap v1.7.0
8892024-03-22T16:11:07.173Z Downloaded aho-corasick v1.1.2
8902024-03-22T16:11:07.181Z Downloaded rustversion v1.0.14
8912024-03-22T16:11:07.186Z Downloaded darling_macro v0.20.8
8922024-03-22T16:11:07.186Z Downloaded equivalent v1.0.1
8932024-03-22T16:11:07.187Z Downloaded cstr-argument v0.1.2
8942024-03-22T16:11:07.187Z Downloaded rustls-pki-types v1.3.1
8952024-03-22T16:11:07.187Z Downloaded form_urlencoded v1.2.1
8962024-03-22T16:11:07.187Z Downloaded enum-as-inner v0.5.1
8972024-03-22T16:11:07.191Z Downloaded ciborium-io v0.2.2
8982024-03-22T16:11:07.191Z Downloaded foreign-types-shared v0.1.1
8992024-03-22T16:11:07.191Z Downloaded embedded-io v0.4.0
9002024-03-22T16:11:07.196Z Downloaded base64ct v1.6.0
9012024-03-22T16:11:07.196Z Downloaded rustls-pemfile v1.0.4
9022024-03-22T16:11:07.201Z Downloaded futures-sink v0.3.30
9032024-03-22T16:11:07.201Z Downloaded dirs-sys-next v0.1.2
9042024-03-22T16:11:07.207Z Downloaded digest v0.10.7
9052024-03-22T16:11:07.208Z Downloaded defmt v0.3.6
9062024-03-22T16:11:07.212Z Downloaded fxhash v0.2.1
9072024-03-22T16:11:07.212Z Downloaded scopeguard v1.2.0
9082024-03-22T16:11:07.212Z Downloaded rustc_version v0.1.7
9092024-03-22T16:11:07.212Z Downloaded dyn-clone v1.0.17
9102024-03-22T16:11:07.216Z Downloaded colorchoice v1.0.0
9112024-03-22T16:11:07.216Z Downloaded slog-scope v4.4.0
9122024-03-22T16:11:07.216Z Downloaded futures-macro v0.3.30
9132024-03-22T16:11:07.221Z Downloaded futures-channel v0.3.30
9142024-03-22T16:11:07.221Z Downloaded dirs-next v2.0.0
9152024-03-22T16:11:07.229Z Downloaded camino v1.1.6
9162024-03-22T16:11:07.229Z Downloaded futures-io v0.3.30
9172024-03-22T16:11:07.229Z Downloaded dtrace-parser v0.2.0
9182024-03-22T16:11:07.235Z Downloaded serde_repr v0.1.18
9192024-03-22T16:11:07.235Z Downloaded scroll_derive v0.12.0
9202024-03-22T16:11:07.235Z Downloaded rustls-pemfile v2.1.1
9212024-03-22T16:11:07.235Z Downloaded crc8 v0.1.1
9222024-03-22T16:11:07.235Z Downloaded async-stream-impl v0.3.5
9232024-03-22T16:11:07.235Z Downloaded serde_urlencoded v0.7.1
9242024-03-22T16:11:07.241Z Downloaded serde_path_to_error v0.1.16
9252024-03-22T16:11:07.241Z Downloaded foreign-types-shared v0.3.1
9262024-03-22T16:11:07.241Z Downloaded foreign-types v0.5.0
9272024-03-22T16:11:07.241Z Downloaded foreign-types v0.3.2
9282024-03-22T16:11:07.247Z Downloaded bitflags v1.3.2
9292024-03-22T16:11:07.247Z Downloaded usdt-macro v0.5.0
9302024-03-22T16:11:07.247Z Downloaded schemars_derive v0.8.16
9312024-03-22T16:11:07.251Z Downloaded ryu v1.0.17
9322024-03-22T16:11:07.251Z Downloaded sha1 v0.10.6
9332024-03-22T16:11:07.256Z Downloaded slog-stdlog v4.1.1
9342024-03-22T16:11:07.256Z Downloaded slog-json v2.6.1
9352024-03-22T16:11:07.262Z Downloaded futures-core v0.3.30
9362024-03-22T16:11:07.262Z Downloaded hash32 v0.3.1
9372024-03-22T16:11:07.262Z Downloaded crossbeam-epoch v0.9.18
9382024-03-22T16:11:07.267Z Downloaded time-core v0.1.2
9392024-03-22T16:11:07.267Z Downloaded hubpack_derive v0.1.1
9402024-03-22T16:11:07.267Z Downloaded take_mut v0.2.2
9412024-03-22T16:11:07.272Z Downloaded strum v0.26.2
9422024-03-22T16:11:07.273Z Downloaded openssl-macros v0.1.1
9432024-03-22T16:11:07.273Z Downloaded newtype_derive v0.1.6
9442024-03-22T16:11:07.273Z Downloaded matches v0.1.10
9452024-03-22T16:11:07.273Z Downloaded tinyvec_macros v0.1.1
9462024-03-22T16:11:07.277Z Downloaded deranged v0.3.11
9472024-03-22T16:11:07.277Z Downloaded either v1.10.0
9482024-03-22T16:11:07.277Z Downloaded getopts v0.2.21
9492024-03-22T16:11:07.286Z Downloaded slog-bunyan v2.5.0
9502024-03-22T16:11:07.287Z Downloaded slog-dtrace v0.3.0
9512024-03-22T16:11:07.287Z Downloaded semver v0.1.20
9522024-03-22T16:11:07.290Z Downloaded serde_with_macros v3.7.0
9532024-03-22T16:11:07.290Z Downloaded hostname v0.3.1
9542024-03-22T16:11:07.291Z Downloaded hex v0.4.3
9552024-03-22T16:11:07.291Z Downloaded dof v0.3.0
9562024-03-22T16:11:07.291Z Downloaded fixedbitset v0.4.2
9572024-03-22T16:11:07.291Z Downloaded heck v0.4.1
9582024-03-22T16:11:07.297Z Downloaded tower-service v0.3.2
9592024-03-22T16:11:07.297Z Downloaded clap_lex v0.7.0
9602024-03-22T16:11:07.297Z Downloaded defmt-macros v0.3.7
9612024-03-22T16:11:07.304Z Downloaded want v0.3.1
9622024-03-22T16:11:07.304Z Downloaded waitgroup v0.1.2
9632024-03-22T16:11:07.304Z Downloaded blake2 v0.10.6
9642024-03-22T16:11:07.308Z Downloaded proc-macro-crate v3.1.0
9652024-03-22T16:11:07.308Z Downloaded http v0.2.12
9662024-03-22T16:11:07.318Z Downloaded utf8parse v0.2.1
9672024-03-22T16:11:07.319Z Downloaded slog-async v2.8.0
9682024-03-22T16:11:07.319Z Downloaded slog-term v2.9.1
9692024-03-22T16:11:07.335Z Downloaded is-terminal v0.4.12
9702024-03-22T16:11:07.335Z Downloaded subtle v2.5.0
9712024-03-22T16:11:07.335Z Downloaded humantime v2.1.0
9722024-03-22T16:11:07.335Z Downloaded strum_macros v0.25.3
9732024-03-22T16:11:07.335Z Downloaded static_assertions v1.1.0
9742024-03-22T16:11:07.340Z Downloaded usdt-attr-macro v0.5.0
9752024-03-22T16:11:07.340Z Downloaded ciborium v0.2.2
9762024-03-22T16:11:07.340Z Downloaded num_enum v0.5.11
9772024-03-22T16:11:07.340Z Downloaded tokio-macros v2.2.0
9782024-03-22T16:11:07.340Z Downloaded thread_local v1.1.8
9792024-03-22T16:11:07.340Z Downloaded pin-utils v0.1.0
9802024-03-22T16:11:07.340Z Downloaded slog v2.7.0
9812024-03-22T16:11:07.347Z Downloaded pkg-config v0.3.30
9822024-03-22T16:11:07.347Z Downloaded try-lock v0.2.5
9832024-03-22T16:11:07.347Z Downloaded toml_datetime v0.6.5
9842024-03-22T16:11:07.347Z Downloaded pretty-hex v0.4.1
9852024-03-22T16:11:07.347Z Downloaded tokio-native-tls v0.3.1
9862024-03-22T16:11:07.352Z Downloaded tabwriter v1.4.0
9872024-03-22T16:11:07.352Z Downloaded powerfmt v0.2.0
9882024-03-22T16:11:07.352Z Downloaded thread-id v4.2.1
9892024-03-22T16:11:07.358Z Downloaded rand_chacha v0.3.1
9902024-03-22T16:11:07.358Z Downloaded quick-error v1.2.3
9912024-03-22T16:11:07.358Z Downloaded clap v4.5.3
9922024-03-22T16:11:07.367Z Downloaded ident_case v1.0.1
9932024-03-22T16:11:07.372Z Downloaded match_cfg v0.1.0
9942024-03-22T16:11:07.372Z Downloaded crossbeam-utils v0.8.19
9952024-03-22T16:11:07.372Z Downloaded num v0.4.1
9962024-03-22T16:11:07.372Z Downloaded newtype-uuid v1.0.1
9972024-03-22T16:11:07.377Z Downloaded hyper-tls v0.5.0
9982024-03-22T16:11:07.377Z Downloaded hubpack v0.1.2
9992024-03-22T16:11:07.377Z Downloaded omicron-workspace-hack v0.1.0
10002024-03-22T16:11:07.377Z Downloaded num_threads v0.1.7
10012024-03-22T16:11:07.381Z Downloaded pretty-hex v0.2.1
10022024-03-22T16:11:07.381Z Downloaded instant v0.1.12
10032024-03-22T16:11:07.382Z Downloaded schemars v0.8.16
10042024-03-22T16:11:07.394Z Downloaded openssl-probe v0.1.5
10052024-03-22T16:11:07.399Z Downloaded lazy_static v1.4.0
10062024-03-22T16:11:07.399Z Downloaded time-macros v0.2.17
10072024-03-22T16:11:07.399Z Downloaded term v0.7.0
10082024-03-22T16:11:07.403Z Downloaded num-iter v0.1.44
10092024-03-22T16:11:07.403Z Downloaded thiserror-impl v1.0.58
10102024-03-22T16:11:07.406Z Downloaded usdt v0.5.0
10112024-03-22T16:11:07.406Z Downloaded num-integer v0.1.46
10122024-03-22T16:11:07.406Z Downloaded socket2 v0.4.10
10132024-03-22T16:11:07.418Z Downloaded proc-macro-error-attr v1.0.4
10142024-03-22T16:11:07.418Z Downloaded pest_generator v2.7.8
10152024-03-22T16:11:07.418Z Downloaded tokio-rustls v0.24.1
10162024-03-22T16:11:07.424Z Downloaded bytes v1.5.0
10172024-03-22T16:11:07.424Z Downloaded crossbeam-channel v0.5.12
10182024-03-22T16:11:07.424Z Downloaded num-conv v0.1.0
10192024-03-22T16:11:07.428Z Downloaded tracing-attributes v0.1.27
10202024-03-22T16:11:07.428Z Downloaded parse-display v0.9.0
10212024-03-22T16:11:07.428Z Downloaded memmap v0.7.0
10222024-03-22T16:11:07.431Z Downloaded lru-cache v0.1.2
10232024-03-22T16:11:07.431Z Downloaded num_enum_derive v0.7.2
10242024-03-22T16:11:07.432Z Downloaded parse-display-derive v0.9.0
10252024-03-22T16:11:07.437Z Downloaded num_cpus v1.16.0
10262024-03-22T16:11:07.441Z Downloaded num_enum_derive v0.5.11
10272024-03-22T16:11:07.441Z Downloaded native-tls v0.2.11
10282024-03-22T16:11:07.441Z Downloaded proc-macro-error v1.0.4
10292024-03-22T16:11:07.445Z Downloaded password-hash v0.5.0
10302024-03-22T16:11:07.445Z Downloaded hyper-rustls v0.24.2
10312024-03-22T16:11:07.449Z Downloaded strum_macros v0.26.2
10322024-03-22T16:11:07.453Z Downloaded rand_core v0.6.4
10332024-03-22T16:11:07.453Z Downloaded macaddr v1.0.1
10342024-03-22T16:11:07.453Z Downloaded proc-macro-crate v1.3.1
10352024-03-22T16:11:07.457Z Downloaded managed v0.8.0
10362024-03-22T16:11:07.457Z Downloaded num-rational v0.4.1
10372024-03-22T16:11:07.464Z Downloaded version_check v0.9.4
10382024-03-22T16:11:07.464Z Downloaded lock_api v0.4.11
10392024-03-22T16:11:07.464Z Downloaded ppv-lite86 v0.2.17
10402024-03-22T16:11:07.468Z Downloaded uuid v0.8.2
10412024-03-22T16:11:07.468Z Downloaded usdt-impl v0.5.0
10422024-03-22T16:11:07.468Z Downloaded pin-project-lite v0.2.13
10432024-03-22T16:11:07.472Z Downloaded unicode-width v0.1.11
10442024-03-22T16:11:07.476Z Downloaded tokio-rustls v0.25.0
10452024-03-22T16:11:07.476Z Downloaded iana-time-zone v0.1.60
10462024-03-22T16:11:07.485Z Downloaded postcard v1.0.8
10472024-03-22T16:11:07.490Z Downloaded base64 v0.21.7
10482024-03-22T16:11:07.490Z Downloaded ipnetwork v0.20.0
10492024-03-22T16:11:07.490Z Downloaded zeroize v1.7.0
10502024-03-22T16:11:07.490Z Downloaded ipnet v2.9.0
10512024-03-22T16:11:07.494Z Downloaded toml v0.8.12
10522024-03-22T16:11:07.498Z Downloaded num_enum v0.7.2
10532024-03-22T16:11:07.502Z Downloaded num-traits v0.2.18
10542024-03-22T16:11:07.506Z Downloaded indexmap v1.9.3
10552024-03-22T16:11:07.513Z Downloaded parking_lot v0.11.2
10562024-03-22T16:11:07.513Z Downloaded rand v0.8.5
10572024-03-22T16:11:07.517Z Downloaded pest_derive v2.7.8
10582024-03-22T16:11:07.517Z Downloaded once_cell v1.19.0
10592024-03-22T16:11:07.522Z Downloaded itoa v1.0.10
10602024-03-22T16:11:07.522Z Downloaded mime v0.3.17
10612024-03-22T16:11:07.527Z Downloaded cc v1.0.90
10622024-03-22T16:11:07.527Z Downloaded uuid v1.8.0
10632024-03-22T16:11:07.530Z Downloaded proc-macro2 v1.0.79
10642024-03-22T16:11:07.530Z Downloaded zerocopy v0.6.6
10652024-03-22T16:11:07.534Z Downloaded parking_lot_core v0.9.9
10662024-03-22T16:11:07.538Z Downloaded hashbrown v0.12.3
10672024-03-22T16:11:07.542Z Downloaded multer v3.0.0
10682024-03-22T16:11:07.546Z Downloaded tracing-core v0.1.32
10692024-03-22T16:11:07.550Z Downloaded untrusted v0.9.0
10702024-03-22T16:11:07.550Z Downloaded pest_meta v2.7.8
10712024-03-22T16:11:07.554Z Downloaded hashbrown v0.13.2
10722024-03-22T16:11:07.561Z Downloaded log v0.4.21
10732024-03-22T16:11:07.562Z Downloaded memchr v2.7.1
10742024-03-22T16:11:07.565Z Downloaded tracing v0.1.40
10752024-03-22T16:11:07.569Z Downloaded trust-dns-resolver v0.22.0
10762024-03-22T16:11:07.573Z Downloaded num-complex v0.4.5
10772024-03-22T16:11:07.577Z Downloaded unicode-bidi v0.3.15
10782024-03-22T16:11:07.580Z Downloaded unsafe-libyaml v0.2.11
10792024-03-22T16:11:07.584Z Downloaded openssl-sys v0.9.101
10802024-03-22T16:11:07.589Z Downloaded url v2.5.0
10812024-03-22T16:11:07.596Z Downloaded steno v0.4.0
10822024-03-22T16:11:07.603Z Downloaded indexmap v2.2.5
10832024-03-22T16:11:07.603Z Downloaded toml_edit v0.19.15
10842024-03-22T16:11:07.617Z Downloaded http v1.1.0
10852024-03-22T16:11:07.621Z Downloaded nom v7.1.3
10862024-03-22T16:11:07.627Z Downloaded parking_lot_core v0.8.6
10872024-03-22T16:11:07.632Z Downloaded unicode-ident v1.0.12
10882024-03-22T16:11:07.636Z Downloaded ucd-trie v0.1.6
10892024-03-22T16:11:07.636Z Downloaded typenum v1.17.0
10902024-03-22T16:11:07.641Z Downloaded hashbrown v0.14.3
10912024-03-22T16:11:07.645Z Downloaded winnow v0.5.40
10922024-03-22T16:11:07.653Z Downloaded pest v2.7.8
10932024-03-22T16:11:07.659Z Downloaded serde_json v1.0.114
10942024-03-22T16:11:07.665Z Downloaded serde_with v3.7.0
10952024-03-22T16:11:07.674Z Downloaded minimal-lexical v0.2.1
10962024-03-22T16:11:07.680Z Downloaded winnow v0.6.5
10972024-03-22T16:11:07.689Z Downloaded time v0.3.34
10982024-03-22T16:11:07.696Z Downloaded reqwest v0.11.26
10992024-03-22T16:11:07.704Z Downloaded zerocopy v0.7.32
11002024-03-22T16:11:07.723Z Downloaded itertools v0.12.1
11012024-03-22T16:11:07.729Z Downloaded unicode-normalization v0.1.23
11022024-03-22T16:11:07.734Z Downloaded openssl v0.10.64
11032024-03-22T16:11:07.747Z Downloaded vcpkg v0.2.15
11042024-03-22T16:11:07.786Z Downloaded idna v0.2.3
11052024-03-22T16:11:07.793Z Downloaded idna v0.5.0
11062024-03-22T16:11:07.800Z Downloaded petgraph v0.6.4
11072024-03-22T16:11:07.816Z Downloaded regress v0.9.0
11082024-03-22T16:11:07.827Z Downloaded regex-syntax v0.8.2
11092024-03-22T16:11:07.837Z Downloaded rustls v0.21.10
11102024-03-22T16:11:07.847Z Downloaded regex-automata v0.4.6
11112024-03-22T16:11:07.866Z Downloaded syn v2.0.53
11122024-03-22T16:11:07.883Z Downloaded syn v1.0.109
11132024-03-22T16:11:07.888Z Downloaded regress v0.6.0
11142024-03-22T16:11:07.897Z Downloaded encoding_rs v0.8.33
11152024-03-22T16:11:07.920Z Downloaded regex v1.10.3
11162024-03-22T16:11:07.932Z Downloaded webpki-roots v0.25.4
11172024-03-22T16:11:07.936Z Downloaded trust-dns-proto v0.22.0
11182024-03-22T16:11:07.948Z Downloaded smoltcp v0.11.0
11192024-03-22T16:11:07.961Z Downloaded openapiv3 v2.0.0
11202024-03-22T16:11:07.976Z Downloaded rustls v0.22.2
11212024-03-22T16:11:07.987Z Downloaded sled v0.34.7
11222024-03-22T16:11:07.997Z Downloaded rustls-webpki v0.102.2
11232024-03-22T16:11:08.015Z Downloaded hyper v0.14.28
11242024-03-22T16:11:08.023Z Downloaded zerocopy-derive v0.6.6
11252024-03-22T16:11:08.033Z Downloaded rustls-webpki v0.101.7
11262024-03-22T16:11:08.049Z Downloaded libm v0.2.8
11272024-03-22T16:11:08.056Z Downloaded chrono v0.4.35
11282024-03-22T16:11:08.069Z Downloaded tokio-util v0.7.10
11292024-03-22T16:11:08.073Z Downloaded goblin v0.8.0
11302024-03-22T16:11:08.077Z Downloaded libc v0.2.153
11312024-03-22T16:11:08.104Z Downloaded tokio v1.36.0
11322024-03-22T16:11:08.158Z Downloaded mio v0.8.11
11332024-03-22T16:11:08.169Z Downloaded h2 v0.3.25
11342024-03-22T16:11:08.169Z Downloaded futures-util v0.3.30
11352024-03-22T16:11:08.174Z Downloaded clap_builder v4.5.2
11362024-03-22T16:11:08.174Z Downloaded toml_edit v0.22.8
11372024-03-22T16:11:08.193Z Downloaded toml_edit v0.21.1
11382024-03-22T16:11:08.218Z Downloaded heapless v0.8.0
11392024-03-22T16:11:08.222Z Downloaded base64 v0.22.0
11402024-03-22T16:11:08.222Z Downloaded serde v1.0.197
11412024-03-22T16:11:08.226Z Downloaded parking_lot v0.12.1
11422024-03-22T16:11:08.230Z Downloaded tinyvec v1.6.0
11432024-03-22T16:11:08.235Z Downloaded plain v0.2.3
11442024-03-22T16:11:08.236Z Downloaded paste v1.0.14
11452024-03-22T16:11:08.236Z Downloaded quote v1.0.35
11462024-03-22T16:11:08.240Z Downloaded futures v0.3.30
11472024-03-22T16:11:08.245Z Downloaded linked-hash-map v0.5.6
11482024-03-22T16:11:08.245Z Downloaded httparse v1.8.0
11492024-03-22T16:11:08.246Z Downloaded http-body v0.4.6
11502024-03-22T16:11:08.252Z Downloaded percent-encoding v2.3.1
11512024-03-22T16:11:08.252Z Downloaded spin v0.9.8
11522024-03-22T16:11:08.252Z Downloaded socket2 v0.5.6
11532024-03-22T16:11:08.253Z Downloaded smallvec v1.13.1
11542024-03-22T16:11:08.253Z Downloaded sha2 v0.10.8
11552024-03-22T16:11:08.282Z Downloaded half v2.4.0
11562024-03-22T16:11:08.283Z Downloaded httpdate v1.0.3
11572024-03-22T16:11:08.296Z Downloaded zerocopy-derive v0.7.32
11582024-03-22T16:11:08.296Z Downloaded bitflags v2.5.0
11592024-03-22T16:11:08.296Z Downloaded structmeta-derive v0.3.0
11602024-03-22T16:11:08.296Z Downloaded serde_derive_internals v0.26.0
11612024-03-22T16:11:08.296Z Downloaded sct v0.7.1
11622024-03-22T16:11:08.296Z Downloaded futures-task v0.3.30
11632024-03-22T16:11:08.296Z Downloaded clap_derive v4.5.3
11642024-03-22T16:11:08.296Z Downloaded thiserror v1.0.58
11652024-03-22T16:11:08.296Z Downloaded heck v0.5.0
11662024-03-22T16:11:08.297Z Downloaded serde_yaml v0.9.33
11672024-03-22T16:11:08.297Z Downloaded serde_derive v1.0.197
11682024-03-22T16:11:08.297Z Downloaded structmeta v0.3.0
11692024-03-22T16:11:08.297Z Downloaded strsim v0.11.0
11702024-03-22T16:11:08.297Z Downloaded strsim v0.10.0
11712024-03-22T16:11:08.304Z Downloaded stable_deref_trait v1.2.0
11722024-03-22T16:11:08.304Z Downloaded slog-envlogger v2.2.0
11732024-03-22T16:11:08.304Z Downloaded getrandom v0.2.12
11742024-03-22T16:11:08.304Z Downloaded defmt-parser v0.3.4
11752024-03-22T16:11:08.305Z Downloaded darling_core v0.20.8
11762024-03-22T16:11:08.305Z Downloaded darling v0.20.8
11772024-03-22T16:11:08.311Z Downloaded ciborium-ll v0.2.2
11782024-03-22T16:11:08.311Z Downloaded backoff v0.4.0
11792024-03-22T16:11:08.311Z Downloaded serde_tokenstream v0.2.0
11802024-03-22T16:11:08.311Z Downloaded semver v1.0.22
11812024-03-22T16:11:08.315Z Downloaded generic-array v0.14.7
11822024-03-22T16:11:08.316Z Downloaded slab v0.4.9
11832024-03-22T16:11:08.316Z Downloaded atomic-waker v1.1.2
11842024-03-22T16:11:08.328Z Downloaded debug-ignore v1.0.5
11852024-03-22T16:11:08.328Z Downloaded foreign-types-macros v0.2.3
11862024-03-22T16:11:08.329Z Downloaded fnv v1.0.7
11872024-03-22T16:11:08.329Z Downloaded crc32fast v1.4.0
11882024-03-22T16:11:08.329Z Downloaded cpufeatures v0.2.12
11892024-03-22T16:11:08.346Z Downloaded cfg-if v1.0.0
11902024-03-22T16:11:08.346Z Downloaded cobs v0.2.3
11912024-03-22T16:11:08.346Z Downloaded sync_wrapper v0.1.2
11922024-03-22T16:11:08.346Z Downloaded block-buffer v0.10.4
11932024-03-22T16:11:08.347Z Downloaded signal-hook-registry v1.4.1
11942024-03-22T16:11:08.347Z Downloaded serde_spanned v0.6.5
11952024-03-22T16:11:08.347Z Downloaded scroll v0.12.0
11962024-03-22T16:11:08.347Z Downloaded futures-executor v0.3.30
11972024-03-22T16:11:08.347Z Downloaded data-encoding v2.5.0
11982024-03-22T16:11:08.347Z Downloaded autocfg v1.1.0
11992024-03-22T16:11:08.347Z Downloaded byteorder v1.5.0
12002024-03-22T16:11:08.348Z Downloaded resolv-conf v0.7.0
12012024-03-22T16:11:08.348Z Downloaded crypto-common v0.1.6
12022024-03-22T16:11:08.348Z Downloaded colored v2.1.0
12032024-03-22T16:11:08.348Z Downloaded async-trait v0.1.78
12042024-03-22T16:11:08.348Z Downloaded allocator-api2 v0.2.16
12052024-03-22T16:11:08.348Z Downloaded anyhow v1.0.81
12062024-03-22T16:11:08.352Z Downloaded anstyle-parse v0.2.3
12072024-03-22T16:11:08.373Z Downloaded ring v0.17.8
12082024-03-22T16:11:08.660Z Compiling proc-macro2 v1.0.79
12092024-03-22T16:11:08.664Z Compiling unicode-ident v1.0.12
12102024-03-22T16:11:08.664Z Compiling libc v0.2.153
12112024-03-22T16:11:08.664Z Compiling cfg-if v1.0.0
12122024-03-22T16:11:08.664Z Compiling version_check v0.9.4
12132024-03-22T16:11:08.664Z Compiling serde v1.0.197
12142024-03-22T16:11:08.664Z Compiling autocfg v1.1.0
12152024-03-22T16:11:08.665Z Compiling serde_json v1.0.114
12162024-03-22T16:11:08.866Z Compiling itoa v1.0.10
12172024-03-22T16:11:08.881Z Compiling byteorder v1.5.0
12182024-03-22T16:11:09.081Z Compiling syn v1.0.109
12192024-03-22T16:11:09.333Z Compiling thiserror v1.0.58
12202024-03-22T16:11:09.348Z Compiling ahash v0.8.11
12212024-03-22T16:11:09.419Z Compiling once_cell v1.19.0
12222024-03-22T16:11:09.768Z Compiling memchr v2.7.1
12232024-03-22T16:11:10.025Z Compiling pin-project-lite v0.2.13
12242024-03-22T16:11:10.203Z Compiling lock_api v0.4.11
12252024-03-22T16:11:10.300Z Compiling ryu v1.0.17
12262024-03-22T16:11:10.442Z Compiling cc v1.0.90
12272024-03-22T16:11:10.599Z Compiling smallvec v1.13.1
12282024-03-22T16:11:10.835Z Compiling getrandom v0.2.12
12292024-03-22T16:11:10.925Z Compiling quote v1.0.35
12302024-03-22T16:11:10.941Z Compiling libm v0.2.8
12312024-03-22T16:11:11.056Z Compiling scopeguard v1.2.0
12322024-03-22T16:11:11.234Z Compiling num-traits v0.2.18
12332024-03-22T16:11:11.294Z Compiling syn v2.0.53
12342024-03-22T16:11:11.573Z Compiling log v0.4.21
12352024-03-22T16:11:11.589Z Compiling parking_lot_core v0.9.9
12362024-03-22T16:11:12.352Z Compiling mio v0.8.11
12372024-03-22T16:11:12.412Z Compiling signal-hook-registry v1.4.1
12382024-03-22T16:11:13.005Z Compiling parking_lot v0.12.1
12392024-03-22T16:11:13.192Z Compiling socket2 v0.5.6
12402024-03-22T16:11:14.027Z Compiling num_cpus v1.16.0
12412024-03-22T16:11:14.154Z Compiling allocator-api2 v0.2.16
12422024-03-22T16:11:14.764Z Compiling futures-core v0.3.30
12432024-03-22T16:11:14.919Z Compiling slab v0.4.9
12442024-03-22T16:11:15.008Z Compiling iana-time-zone v0.1.60
12452024-03-22T16:11:15.025Z Compiling futures-sink v0.3.30
12462024-03-22T16:11:15.180Z Compiling ring v0.17.8
12472024-03-22T16:11:15.396Z Compiling schemars v0.8.16
12482024-03-22T16:11:15.513Z Compiling futures-channel v0.3.30
12492024-03-22T16:11:15.527Z Compiling tracing-core v0.1.32
12502024-03-22T16:11:15.703Z Compiling uuid v0.8.2
12512024-03-22T16:11:15.780Z Compiling futures-task v0.3.30
12522024-03-22T16:11:15.798Z Compiling dyn-clone v1.0.17
12532024-03-22T16:11:15.971Z Compiling pin-utils v0.1.0
12542024-03-22T16:11:16.000Z Compiling heck v0.4.1
12552024-03-22T16:11:16.048Z Compiling futures-io v0.3.30
12562024-03-22T16:11:16.066Z Compiling equivalent v1.0.1
12572024-03-22T16:11:16.171Z Compiling spin v0.9.8
12582024-03-22T16:11:16.357Z Compiling fnv v1.0.7
12592024-03-22T16:11:16.439Z Compiling untrusted v0.9.0
12602024-03-22T16:11:16.464Z Compiling slog v2.7.0
12612024-03-22T16:11:16.510Z Compiling pkg-config v0.3.30
12622024-03-22T16:11:16.607Z Compiling vcpkg v0.2.15
12632024-03-22T16:11:17.534Z Compiling serde_derive_internals v0.26.0
12642024-03-22T16:11:17.941Z Compiling tinyvec_macros v0.1.1
12652024-03-22T16:11:18.029Z Compiling httparse v1.8.0
12662024-03-22T16:11:18.167Z Compiling openssl-sys v0.9.101
12672024-03-22T16:11:18.409Z Compiling ucd-trie v0.1.6
12682024-03-22T16:11:19.563Z Compiling chrono v0.4.35
12692024-03-22T16:11:19.706Z Compiling tinyvec v1.6.0
12702024-03-22T16:11:20.361Z Compiling percent-encoding v2.3.1
12712024-03-22T16:11:20.775Z Compiling uuid v1.8.0
12722024-03-22T16:11:21.268Z Compiling unicode-normalization v0.1.23
12732024-03-22T16:11:21.302Z Compiling form_urlencoded v1.2.1
12742024-03-22T16:11:21.935Z Compiling try-lock v0.2.5
12752024-03-22T16:11:22.133Z Compiling openssl v0.10.64
12762024-03-22T16:11:22.319Z Compiling foreign-types-shared v0.1.1
12772024-03-22T16:11:22.402Z Compiling typenum v1.17.0
12782024-03-22T16:11:22.417Z Compiling unicode-bidi v0.3.15
12792024-03-22T16:11:22.506Z Compiling foreign-types v0.3.2
12802024-03-22T16:11:22.569Z Compiling want v0.3.1
12812024-03-22T16:11:22.744Z Compiling schemars_derive v0.8.16
12822024-03-22T16:11:22.829Z Compiling aho-corasick v1.1.2
12832024-03-22T16:11:23.343Z Compiling serde_derive v1.0.197
12842024-03-22T16:11:23.375Z Compiling zerocopy-derive v0.7.32
12852024-03-22T16:11:24.153Z Compiling thiserror-impl v1.0.58
12862024-03-22T16:11:25.446Z Compiling tokio-macros v2.2.0
12872024-03-22T16:11:25.599Z Compiling zerocopy v0.7.32
12882024-03-22T16:11:27.115Z Compiling futures-macro v0.3.30
12892024-03-22T16:11:27.228Z Compiling tracing-attributes v0.1.27
12902024-03-22T16:11:27.243Z Compiling pest v2.7.8
12912024-03-22T16:11:27.491Z Compiling hashbrown v0.14.3
12922024-03-22T16:11:28.853Z Compiling regress v0.9.0
12932024-03-22T16:11:29.140Z Compiling futures-util v0.3.30
12942024-03-22T16:11:29.718Z Compiling pest_meta v2.7.8
12952024-03-22T16:11:29.993Z Compiling openssl-macros v0.1.1
12962024-03-22T16:11:30.454Z Compiling tracing v0.1.40
12972024-03-22T16:11:30.775Z Compiling generic-array v0.14.7
12982024-03-22T16:11:31.118Z Compiling pest_generator v2.7.8
12992024-03-22T16:11:32.883Z Compiling tower-service v0.3.2
13002024-03-22T16:11:33.011Z Compiling bitflags v2.5.0
13012024-03-22T16:11:33.346Z Compiling native-tls v0.2.11
13022024-03-22T16:11:33.360Z Compiling unicode-width v0.1.11
13032024-03-22T16:11:33.522Z Compiling strsim v0.10.0
13042024-03-22T16:11:33.758Z Compiling httpdate v1.0.3
13052024-03-22T16:11:33.828Z Compiling regex-syntax v0.8.2
13062024-03-22T16:11:34.161Z Compiling rustls v0.21.10
13072024-03-22T16:11:34.474Z Compiling ident_case v1.0.1
13082024-03-22T16:11:34.588Z Compiling pest_derive v2.7.8
13092024-03-22T16:11:34.630Z Compiling darling_core v0.20.8
13102024-03-22T16:11:35.466Z Compiling sct v0.7.1
13112024-03-22T16:11:35.887Z Compiling rustls-webpki v0.101.7
13122024-03-22T16:11:37.328Z Compiling bytes v1.5.0
13132024-03-22T16:11:39.254Z Compiling tokio v1.36.0
13142024-03-22T16:11:40.883Z Compiling indexmap v2.2.5
13152024-03-22T16:11:42.344Z Compiling serde_tokenstream v0.2.0
13162024-03-22T16:11:42.544Z Compiling http v0.2.12
13172024-03-22T16:11:44.055Z Compiling regex-automata v0.4.6
13182024-03-22T16:11:46.997Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f)
13192024-03-22T16:11:47.493Z Compiling http-body v0.4.6
13202024-03-22T16:11:49.181Z Compiling tokio-util v0.7.10
13212024-03-22T16:11:49.611Z Compiling idna v0.5.0
13222024-03-22T16:11:51.366Z Compiling h2 v0.3.25
13232024-03-22T16:11:52.132Z Compiling rand_core v0.6.4
13242024-03-22T16:11:53.073Z Compiling omicron-workspace-hack v0.1.0
13252024-03-22T16:11:53.334Z Compiling base64 v0.21.7
13262024-03-22T16:11:53.936Z Compiling subtle v2.5.0
13272024-03-22T16:11:54.222Z Compiling openssl-probe v0.1.5
13282024-03-22T16:11:54.724Z Compiling url v2.5.0
13292024-03-22T16:11:56.893Z Compiling hyper v0.14.28
13302024-03-22T16:11:58.791Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f)
13312024-03-22T16:12:03.389Z Compiling regex v1.10.3
13322024-03-22T16:12:04.400Z Compiling darling_macro v0.20.8
13332024-03-22T16:12:07.243Z Compiling encoding_rs v0.8.33
13342024-03-22T16:12:08.386Z Compiling crossbeam-utils v0.8.19
13352024-03-22T16:12:09.167Z Compiling mime v0.3.17
13362024-03-22T16:12:10.046Z Compiling ipnet v2.9.0
13372024-03-22T16:12:10.185Z Compiling tokio-rustls v0.24.1
13382024-03-22T16:12:10.613Z Compiling darling v0.20.8
13392024-03-22T16:12:11.110Z Compiling tokio-native-tls v0.3.1
13402024-03-22T16:12:11.408Z Compiling serde_urlencoded v0.7.1
13412024-03-22T16:12:12.742Z Compiling scroll_derive v0.12.0
13422024-03-22T16:12:13.665Z Compiling usdt-impl v0.5.0
13432024-03-22T16:12:13.741Z Compiling ppv-lite86 v0.2.17
13442024-03-22T16:12:14.290Z Compiling num-conv v0.1.0
13452024-03-22T16:12:14.569Z Compiling time-core v0.1.2
13462024-03-22T16:12:14.573Z Compiling anyhow v1.0.81
13472024-03-22T16:12:15.113Z Compiling powerfmt v0.2.0
13482024-03-22T16:12:15.356Z Compiling rustversion v1.0.14
13492024-03-22T16:12:15.611Z Compiling deranged v0.3.11
13502024-03-22T16:12:18.058Z Compiling time-macros v0.2.17
13512024-03-22T16:12:18.555Z Compiling rand_chacha v0.3.1
13522024-03-22T16:12:19.401Z Compiling scroll v0.12.0
13532024-03-22T16:12:20.016Z Compiling getopts v0.2.21
13542024-03-22T16:12:20.385Z Compiling hyper-tls v0.5.0
13552024-03-22T16:12:20.519Z Compiling thread-id v4.2.1
13562024-03-22T16:12:20.628Z Compiling hyper-rustls v0.24.2
13572024-03-22T16:12:20.910Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f)
13582024-03-22T16:12:20.972Z Compiling block-buffer v0.10.4
13592024-03-22T16:12:21.001Z Compiling crypto-common v0.1.6
13602024-03-22T16:12:21.030Z Compiling rustls-pemfile v1.0.4
13612024-03-22T16:12:21.160Z Compiling openapiv3 v2.0.0
13622024-03-22T16:12:21.183Z Compiling dof v0.3.0
13632024-03-22T16:12:21.815Z Compiling dtrace-parser v0.2.0
13642024-03-22T16:12:22.098Z Compiling async-trait v0.1.78
13652024-03-22T16:12:22.592Z Compiling num_threads v0.1.7
13662024-03-22T16:12:22.718Z Compiling sync_wrapper v0.1.2
13672024-03-22T16:12:22.847Z Compiling webpki-roots v0.25.4
13682024-03-22T16:12:23.010Z Compiling unsafe-libyaml v0.2.11
13692024-03-22T16:12:23.129Z Compiling plain v0.2.3
13702024-03-22T16:12:24.730Z Compiling serde_yaml v0.9.33
13712024-03-22T16:12:24.746Z Compiling goblin v0.8.0
13722024-03-22T16:12:25.405Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
13732024-03-22T16:12:26.931Z Compiling time v0.3.34
13742024-03-22T16:12:27.299Z Compiling reqwest v0.11.26
13752024-03-22T16:12:30.238Z Compiling digest v0.10.7
13762024-03-22T16:12:30.694Z Compiling rand v0.8.5
13772024-03-22T16:12:33.851Z Compiling dirs-sys-next v0.1.2
13782024-03-22T16:12:34.331Z Compiling match_cfg v0.1.0
13792024-03-22T16:12:34.416Z Compiling pretty-hex v0.4.1
13802024-03-22T16:12:34.642Z Compiling rustls-pki-types v1.3.1
13812024-03-22T16:12:34.991Z Compiling lazy_static v1.4.0
13822024-03-22T16:12:35.126Z Compiling hostname v0.3.1
13832024-03-22T16:12:35.508Z Compiling dirs-next v2.0.0
13842024-03-22T16:12:35.946Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
13852024-03-22T16:12:36.373Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
13862024-03-22T16:12:41.030Z Compiling ipnetwork v0.20.0
13872024-03-22T16:12:43.600Z Compiling thread_local v1.1.8
13882024-03-22T16:12:44.441Z Compiling instant v0.1.12
13892024-03-22T16:12:44.595Z Compiling rustls v0.22.2
13902024-03-22T16:12:44.919Z Compiling cpufeatures v0.2.12
13912024-03-22T16:12:45.019Z Compiling slog-async v2.8.0
13922024-03-22T16:12:45.679Z Compiling term v0.7.0
13932024-03-22T16:12:45.790Z Compiling rustls-webpki v0.102.2
13942024-03-22T16:12:49.352Z Compiling usdt-attr-macro v0.5.0
13952024-03-22T16:12:50.228Z Compiling usdt-macro v0.5.0
13962024-03-22T16:12:50.481Z Compiling crossbeam-channel v0.5.12
13972024-03-22T16:12:50.814Z Compiling serde_spanned v0.6.5
13982024-03-22T16:12:51.084Z Compiling toml_datetime v0.6.5
13992024-03-22T16:12:51.544Z Compiling futures-executor v0.3.30
14002024-03-22T16:12:51.740Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
14012024-03-22T16:12:51.823Z Compiling structmeta-derive v0.3.0
14022024-03-22T16:12:51.944Z Compiling memmap v0.7.0
14032024-03-22T16:12:52.070Z Compiling is-terminal v0.4.12
14042024-03-22T16:12:52.194Z Compiling multer v3.0.0
14052024-03-22T16:12:52.368Z Compiling paste v1.0.14
14062024-03-22T16:12:52.537Z Compiling winnow v0.6.5
14072024-03-22T16:12:52.668Z Compiling zeroize v1.7.0
14082024-03-22T16:12:52.854Z Compiling take_mut v0.2.2
14092024-03-22T16:12:52.995Z Compiling camino v1.1.6
14102024-03-22T16:12:54.662Z Compiling structmeta v0.3.0
14112024-03-22T16:12:55.160Z Compiling slog-term v2.9.1
14122024-03-22T16:12:55.439Z Compiling usdt v0.5.0
14132024-03-22T16:12:56.386Z Compiling futures v0.3.30
14142024-03-22T16:12:56.407Z Compiling toml_edit v0.22.8
14152024-03-22T16:12:56.995Z Compiling slog-json v2.6.1
14162024-03-22T16:12:57.034Z Compiling serde_with_macros v3.7.0
14172024-03-22T16:12:57.509Z Compiling http v1.1.0
14182024-03-22T16:12:58.141Z Compiling async-stream-impl v0.3.5
14192024-03-22T16:12:59.548Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2d9b9065)
14202024-03-22T16:12:59.885Z Compiling atomic-waker v1.1.2
14212024-03-22T16:12:59.900Z Compiling semver v1.0.22
14222024-03-22T16:13:00.072Z Compiling waitgroup v0.1.2
14232024-03-22T16:13:00.366Z Compiling serde_with v3.7.0
14242024-03-22T16:13:00.450Z Compiling toml v0.8.12
14252024-03-22T16:13:02.301Z Compiling async-stream v0.3.5
14262024-03-22T16:13:04.936Z Compiling tokio-rustls v0.25.0
14272024-03-22T16:13:05.372Z Compiling slog-bunyan v2.5.0
14282024-03-22T16:13:05.642Z Compiling parse-display-derive v0.9.0
14292024-03-22T16:13:07.866Z Compiling sha1 v0.10.6
14302024-03-22T16:13:08.453Z Compiling rustls-pemfile v2.1.1
14312024-03-22T16:13:08.814Z Compiling strum_macros v0.26.2
14322024-03-22T16:13:09.168Z Compiling newtype-uuid v1.0.1
14332024-03-22T16:13:09.491Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2d9b9065)
14342024-03-22T16:13:09.870Z Compiling hex v0.4.3
14352024-03-22T16:13:10.549Z Compiling serde_path_to_error v0.1.16
14362024-03-22T16:13:11.520Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14372024-03-22T16:13:11.594Z Compiling bitflags v1.3.2
14382024-03-22T16:13:11.695Z Compiling debug-ignore v1.0.5
14392024-03-22T16:13:12.094Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
14402024-03-22T16:13:12.243Z Compiling parse-display v0.9.0
14412024-03-22T16:13:12.322Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14422024-03-22T16:13:12.522Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
14432024-03-22T16:13:13.488Z Compiling strum v0.26.2
14442024-03-22T16:13:13.688Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
14452024-03-22T16:13:14.266Z Compiling backoff v0.4.0
14462024-03-22T16:13:14.326Z Compiling macaddr v1.0.1
14472024-03-22T16:13:14.505Z Compiling semver v0.1.20
14482024-03-22T16:13:14.509Z Compiling num-integer v0.1.46
14492024-03-22T16:13:14.585Z Compiling num-rational v0.4.1
14502024-03-22T16:13:14.949Z Compiling rustc_version v0.1.7
14512024-03-22T16:13:14.966Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14522024-03-22T16:13:15.337Z Compiling winnow v0.5.40
14532024-03-22T16:13:15.360Z Compiling newtype_derive v0.1.6
14542024-03-22T16:13:15.531Z Compiling zerocopy-derive v0.6.6
14552024-03-22T16:13:15.566Z Compiling hubpack_derive v0.1.1
14562024-03-22T16:13:15.699Z Compiling heapless v0.8.0
14572024-03-22T16:13:15.729Z Compiling base64ct v1.6.0
14582024-03-22T16:13:16.238Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
14592024-03-22T16:13:16.508Z Compiling hubpack v0.1.2
14602024-03-22T16:13:16.687Z Compiling password-hash v0.5.0
14612024-03-22T16:13:17.568Z Compiling zerocopy v0.6.6
14622024-03-22T16:13:18.484Z Compiling num-iter v0.1.44
14632024-03-22T16:13:18.692Z Compiling strum_macros v0.25.3
14642024-03-22T16:13:19.027Z Compiling toml_edit v0.19.15
14652024-03-22T16:13:19.192Z Compiling blake2 v0.10.6
14662024-03-22T16:13:19.556Z Compiling serde_repr v0.1.18
14672024-03-22T16:13:20.542Z Compiling num-complex v0.4.5
14682024-03-22T16:13:20.752Z Compiling hash32 v0.3.1
14692024-03-22T16:13:20.990Z Compiling stable_deref_trait v1.2.0
14702024-03-22T16:13:21.094Z Compiling smoltcp v0.11.0
14712024-03-22T16:13:21.754Z Compiling proc-macro-crate v1.3.1
14722024-03-22T16:13:21.802Z Compiling static_assertions v1.1.0
14732024-03-22T16:13:21.905Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14742024-03-22T16:13:22.245Z Compiling fixedbitset v0.4.2
14752024-03-22T16:13:22.637Z Compiling petgraph v0.6.4
14762024-03-22T16:13:22.709Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
14772024-03-22T16:13:26.647Z Compiling num v0.4.1
14782024-03-22T16:13:26.743Z Compiling argon2 v0.5.3
14792024-03-22T16:13:26.744Z Compiling num_enum_derive v0.5.11
14802024-03-22T16:13:26.744Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
14812024-03-22T16:13:26.744Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
14822024-03-22T16:13:26.744Z Compiling foreign-types-macros v0.2.3
14832024-03-22T16:13:27.087Z Compiling foreign-types-shared v0.3.1
14842024-03-22T16:13:27.171Z Compiling matches v0.1.10
14852024-03-22T16:13:27.202Z Compiling base64 v0.22.0
14862024-03-22T16:13:27.268Z Compiling managed v0.8.0
14872024-03-22T16:13:27.736Z Compiling cobs v0.2.3
14882024-03-22T16:13:27.801Z Compiling utf8parse v0.2.1
14892024-03-22T16:13:27.815Z Compiling embedded-io v0.4.0
14902024-03-22T16:13:27.960Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
14912024-03-22T16:13:28.025Z Compiling postcard v1.0.8
14922024-03-22T16:13:28.183Z Compiling anstyle-parse v0.2.3
14932024-03-22T16:13:28.301Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
14942024-03-22T16:13:28.329Z Compiling num_enum v0.5.11
14952024-03-22T16:13:28.487Z Compiling foreign-types v0.5.0
14962024-03-22T16:13:28.622Z Compiling idna v0.2.3
14972024-03-22T16:13:28.947Z Compiling steno v0.4.0
14982024-03-22T16:13:30.471Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
14992024-03-22T16:13:31.184Z Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
15002024-03-22T16:13:32.180Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
15012024-03-22T16:13:33.081Z Compiling enum-as-inner v0.5.1
15022024-03-22T16:13:34.173Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15032024-03-22T16:13:35.076Z Compiling cstr-argument v0.1.2
15042024-03-22T16:13:35.322Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
15052024-03-22T16:13:35.666Z Compiling slog-dtrace v0.3.0
15062024-03-22T16:13:36.015Z Compiling data-encoding v2.5.0
15072024-03-22T16:13:37.436Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
15082024-03-22T16:13:37.587Z Compiling humantime v2.1.0
15092024-03-22T16:13:38.510Z Compiling parking_lot_core v0.8.6
15102024-03-22T16:13:38.989Z Compiling pretty-hex v0.2.1
15112024-03-22T16:13:39.195Z Compiling anstyle v1.0.6
15122024-03-22T16:13:39.741Z Compiling linked-hash-map v0.5.6
15132024-03-22T16:13:40.150Z Compiling anstyle-query v1.0.2
15142024-03-22T16:13:40.296Z Compiling colorchoice v1.0.0
15152024-03-22T16:13:40.460Z Compiling quick-error v1.2.3
15162024-03-22T16:13:40.605Z Compiling resolv-conf v0.7.0
15172024-03-22T16:13:40.775Z Compiling anstream v0.6.13
15182024-03-22T16:13:41.838Z Compiling lru-cache v0.1.2
15192024-03-22T16:13:42.059Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15202024-03-22T16:13:42.208Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
15212024-03-22T16:13:42.443Z Compiling trust-dns-proto v0.22.0
15222024-03-22T16:13:43.847Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15232024-03-22T16:13:44.031Z Compiling colored v2.1.0
15242024-03-22T16:13:44.745Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
15252024-03-22T16:13:45.371Z Compiling tabwriter v1.4.0
15262024-03-22T16:13:45.626Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
15272024-03-22T16:13:45.886Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
15282024-03-22T16:13:46.171Z Compiling socket2 v0.4.10
15292024-03-22T16:13:46.549Z Compiling crc32fast v1.4.0
15302024-03-22T16:13:47.029Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#d44d9e08)
15312024-03-22T16:13:47.381Z Compiling strsim v0.11.0
15322024-03-22T16:13:47.835Z Compiling heck v0.5.0
15332024-03-22T16:13:48.256Z Compiling clap_lex v0.7.0
15342024-03-22T16:13:48.987Z Compiling clap_builder v4.5.2
15352024-03-22T16:13:49.508Z Compiling clap_derive v4.5.3
15362024-03-22T16:13:52.767Z Compiling trust-dns-resolver v0.22.0
15372024-03-22T16:13:55.739Z Compiling hashbrown v0.13.2
15382024-03-22T16:13:56.590Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
15392024-03-22T16:13:56.787Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
15402024-03-22T16:13:56.955Z Compiling parking_lot v0.11.2
15412024-03-22T16:13:57.109Z Compiling regress v0.6.0
15422024-03-22T16:13:57.159Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
15432024-03-22T16:13:59.409Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
15442024-03-22T16:13:59.667Z Compiling clap v4.5.3
15452024-03-22T16:14:02.526Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
15462024-03-22T16:14:07.686Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#41ddeab9)
15472024-03-22T16:14:08.393Z Compiling crossbeam-epoch v0.9.18
15482024-03-22T16:14:09.709Z Compiling fxhash v0.2.1
15492024-03-22T16:14:09.917Z Compiling arc-swap v1.7.0
15502024-03-22T16:14:10.670Z Compiling crc8 v0.1.1
15512024-03-22T16:14:11.180Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#41ddeab9)
15522024-03-22T16:14:14.958Z Compiling slog-scope v4.4.0
15532024-03-22T16:14:15.401Z Compiling sled v0.34.7
15542024-03-22T16:14:15.910Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
15552024-03-22T16:14:18.858Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
15562024-03-22T16:14:20.795Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
15572024-03-22T16:14:24.823Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15582024-03-22T16:14:25.342Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15592024-03-22T16:14:30.444Z Compiling slog-stdlog v4.1.1
15602024-03-22T16:14:31.747Z Compiling slog-envlogger v2.2.0
15612024-03-22T16:14:31.751Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15622024-03-22T16:15:04.403Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15632024-03-22T16:15:04.403Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15642024-03-22T16:15:11.932Z Finished release [optimized] target(s) in 4m 27s
15652024-03-22T16:15:12.133Z+ banner trio
15662024-03-22T16:15:12.141Z
15672024-03-22T16:15:12.141Z ##### ##### # ####
15682024-03-22T16:15:12.141Z # # # # # #
15692024-03-22T16:15:12.141Z # # # # # #
15702024-03-22T16:15:12.142Z # ##### # # #
15712024-03-22T16:15:12.142Z # # # # # #
15722024-03-22T16:15:12.142Z # # # # ####
15732024-03-22T16:15:12.142Z
15742024-03-22T16:15:12.142Z+ pfexec cargo test --release -p mg-tests test_trio_v1_server -- --nocapture
15752024-03-22T16:15:12.528Z Compiling cfg-if v1.0.0
15762024-03-22T16:15:12.528Z Compiling once_cell v1.19.0
15772024-03-22T16:15:12.534Z Compiling zerocopy v0.7.32
15782024-03-22T16:15:12.534Z Compiling libc v0.2.153
15792024-03-22T16:15:12.573Z Compiling syn v2.0.53
15802024-03-22T16:15:12.579Z Compiling itoa v1.0.10
15812024-03-22T16:15:12.585Z Compiling serde v1.0.197
15822024-03-22T16:15:12.585Z Compiling bytes v1.5.0
15832024-03-22T16:15:12.622Z Compiling pin-project-lite v0.2.13
15842024-03-22T16:15:12.631Z Compiling smallvec v1.13.1
15852024-03-22T16:15:12.727Z Compiling scopeguard v1.2.0
15862024-03-22T16:15:12.844Z Compiling lock_api v0.4.11
15872024-03-22T16:15:12.993Z Compiling allocator-api2 v0.2.16
15882024-03-22T16:15:13.069Z Compiling log v0.4.21
15892024-03-22T16:15:13.241Z Compiling ahash v0.8.11
15902024-03-22T16:15:13.293Z Compiling parking_lot_core v0.9.9
15912024-03-22T16:15:13.319Z Compiling signal-hook-registry v1.4.1
15922024-03-22T16:15:13.574Z Compiling socket2 v0.5.6
15932024-03-22T16:15:13.711Z Compiling hashbrown v0.14.3
15942024-03-22T16:15:13.846Z Compiling parking_lot v0.12.1
15952024-03-22T16:15:19.901Z Compiling getrandom v0.2.12
15962024-03-22T16:15:20.000Z Compiling num_cpus v1.16.0
15972024-03-22T16:15:20.000Z Compiling mio v0.8.11
15982024-03-22T16:15:20.000Z Compiling memchr v2.7.1
15992024-03-22T16:15:20.000Z Compiling tracing-core v0.1.32
16002024-03-22T16:15:20.000Z Compiling equivalent v1.0.1
16012024-03-22T16:15:20.000Z Compiling futures-core v0.3.30
16022024-03-22T16:15:20.000Z Compiling fnv v1.0.7
16032024-03-22T16:15:20.000Z Compiling ryu v1.0.17
16042024-03-22T16:15:20.000Z Compiling http v0.2.12
16052024-03-22T16:15:20.000Z Compiling spin v0.9.8
16062024-03-22T16:15:20.000Z Compiling untrusted v0.9.0
16072024-03-22T16:15:20.001Z Compiling regress v0.9.0
16082024-03-22T16:15:20.001Z Compiling futures-task v0.3.30
16092024-03-22T16:15:20.001Z Compiling pin-utils v0.1.0
16102024-03-22T16:15:20.001Z Compiling ring v0.17.8
16112024-03-22T16:15:20.001Z Compiling foreign-types-shared v0.1.1
16122024-03-22T16:15:20.001Z Compiling futures-sink v0.3.30
16132024-03-22T16:15:20.001Z Compiling foreign-types v0.3.2
16142024-03-22T16:15:20.002Z Compiling futures-util v0.3.30
16152024-03-22T16:15:20.002Z Compiling slab v0.4.9
16162024-03-22T16:15:20.002Z Compiling openssl-sys v0.9.101
16172024-03-22T16:15:20.002Z Compiling num-traits v0.2.18
16182024-03-22T16:15:20.002Z Compiling slog v2.7.0
16192024-03-22T16:15:20.016Z Compiling tinyvec_macros v0.1.1
16202024-03-22T16:15:20.016Z Compiling unicode-ident v1.0.12
16212024-03-22T16:15:20.016Z Compiling try-lock v0.2.5
16222024-03-22T16:15:20.016Z Compiling bitflags v2.5.0
16232024-03-22T16:15:20.017Z Compiling want v0.3.1
16242024-03-22T16:15:20.017Z Compiling sct v0.7.1
16252024-03-22T16:15:20.017Z Compiling rustls-webpki v0.101.7
16262024-03-22T16:15:20.017Z Compiling proc-macro2 v1.0.79
16272024-03-22T16:15:20.543Z Compiling tinyvec v1.6.0
16282024-03-22T16:15:20.977Z Compiling http-body v0.4.6
16292024-03-22T16:15:21.018Z Compiling httparse v1.8.0
16302024-03-22T16:15:21.263Z Compiling futures-channel v0.3.30
16312024-03-22T16:15:21.487Z Compiling openssl-probe v0.1.5
16322024-03-22T16:15:21.715Z Compiling percent-encoding v2.3.1
16332024-03-22T16:15:21.757Z Compiling tower-service v0.3.2
16342024-03-22T16:15:21.875Z Compiling httpdate v1.0.3
16352024-03-22T16:15:22.019Z Compiling form_urlencoded v1.2.1
16362024-03-22T16:15:22.020Z Compiling unicode-normalization v0.1.23
16372024-03-22T16:15:22.527Z Compiling chrono v0.4.35
16382024-03-22T16:15:22.630Z Compiling quote v1.0.35
16392024-03-22T16:15:23.262Z Compiling rustls v0.21.10
16402024-03-22T16:15:23.323Z Compiling aho-corasick v1.1.2
16412024-03-22T16:15:24.565Z Compiling serde_derive v1.0.197
16422024-03-22T16:15:24.697Z Compiling thiserror-impl v1.0.58
16432024-03-22T16:15:24.813Z Compiling tokio-macros v2.2.0
16442024-03-22T16:15:25.006Z Compiling tracing-attributes v0.1.27
16452024-03-22T16:15:26.417Z Compiling tokio v1.36.0
16462024-03-22T16:15:27.226Z Compiling openssl-macros v0.1.1
16472024-03-22T16:15:27.560Z Compiling thiserror v1.0.58
16482024-03-22T16:15:27.817Z Compiling schemars v0.8.16
16492024-03-22T16:15:27.829Z Compiling proc-macro-error-attr v1.0.4
16502024-03-22T16:15:27.850Z Compiling dyn-clone v1.0.17
16512024-03-22T16:15:28.029Z Compiling openssl v0.10.64
16522024-03-22T16:15:28.049Z Compiling regex-syntax v0.8.2
16532024-03-22T16:15:28.156Z Compiling unicode-bidi v0.3.15
16542024-03-22T16:15:28.389Z Compiling tracing v0.1.40
16552024-03-22T16:15:29.158Z Compiling lazy_static v1.4.0
16562024-03-22T16:15:29.285Z Compiling idna v0.5.0
16572024-03-22T16:15:31.524Z Compiling regex-automata v0.4.6
16582024-03-22T16:15:38.615Z Compiling indexmap v2.2.5
16592024-03-22T16:15:39.634Z Compiling serde_json v1.0.114
16602024-03-22T16:15:40.094Z Compiling serde_tokenstream v0.2.0
16612024-03-22T16:15:40.594Z Compiling tokio-util v0.7.10
16622024-03-22T16:15:42.152Z Compiling h2 v0.3.25
16632024-03-22T16:15:43.029Z Compiling toml_edit v0.19.15
16642024-03-22T16:15:44.034Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f)
16652024-03-22T16:15:44.793Z Compiling uuid v1.8.0
16662024-03-22T16:15:46.080Z Compiling native-tls v0.2.11
16672024-03-22T16:15:46.707Z Compiling tokio-native-tls v0.3.1
16682024-03-22T16:15:46.834Z Compiling proc-macro-crate v1.3.1
16692024-03-22T16:15:47.221Z Compiling hyper v0.14.28
16702024-03-22T16:15:47.671Z Compiling tokio-rustls v0.24.1
16712024-03-22T16:15:55.815Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f)
16722024-03-22T16:15:58.981Z Compiling proc-macro-error v1.0.4
16732024-03-22T16:15:59.309Z Compiling base64 v0.21.7
16742024-03-22T16:15:59.936Z Compiling heck v0.4.1
16752024-03-22T16:16:00.303Z Compiling crossbeam-utils v0.8.19
16762024-03-22T16:16:00.468Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f)
16772024-03-22T16:16:00.870Z Compiling rustls-pemfile v1.0.4
16782024-03-22T16:16:01.290Z Compiling regex v1.10.3
16792024-03-22T16:16:02.737Z Compiling hyper-tls v0.5.0
16802024-03-22T16:16:02.741Z Compiling hyper-rustls v0.24.2
16812024-03-22T16:16:02.741Z Compiling num_enum_derive v0.5.11
16822024-03-22T16:16:02.741Z Compiling openapiv3 v2.0.0
16832024-03-22T16:16:02.741Z Compiling serde_urlencoded v0.7.1
16842024-03-22T16:16:04.087Z Compiling url v2.5.0
16852024-03-22T16:16:04.674Z Compiling foreign-types-macros v0.2.3
16862024-03-22T16:16:04.707Z Compiling dirs-sys-next v0.1.2
16872024-03-22T16:16:05.208Z Compiling encoding_rs v0.8.33
16882024-03-22T16:16:05.916Z Compiling mime v0.3.17
16892024-03-22T16:16:05.952Z Compiling unicode-width v0.1.11
16902024-03-22T16:16:06.115Z Compiling foreign-types-shared v0.3.1
16912024-03-22T16:16:06.213Z Compiling sync_wrapper v0.1.2
16922024-03-22T16:16:06.334Z Compiling ipnet v2.9.0
16932024-03-22T16:16:06.829Z Compiling webpki-roots v0.25.4
16942024-03-22T16:16:06.981Z Compiling powerfmt v0.2.0
16952024-03-22T16:16:06.988Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
16962024-03-22T16:16:07.437Z Compiling deranged v0.3.11
16972024-03-22T16:16:09.151Z Compiling reqwest v0.11.26
16982024-03-22T16:16:09.776Z Compiling serde_yaml v0.9.33
16992024-03-22T16:16:10.182Z Compiling foreign-types v0.5.0
17002024-03-22T16:16:10.285Z Compiling getopts v0.2.21
17012024-03-22T16:16:12.501Z Compiling dirs-next v2.0.0
17022024-03-22T16:16:12.758Z Compiling num_enum v0.5.11
17032024-03-22T16:16:13.636Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17042024-03-22T16:16:13.798Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17052024-03-22T16:16:13.961Z Compiling cstr-argument v0.1.2
17062024-03-22T16:16:14.211Z Compiling thread_local v1.1.8
17072024-03-22T16:16:15.080Z Compiling arc-swap v1.7.0
17082024-03-22T16:16:15.517Z Compiling time-core v0.1.2
17092024-03-22T16:16:15.691Z Compiling either v1.10.0
17102024-03-22T16:16:15.808Z Compiling pretty-hex v0.2.1
17112024-03-22T16:16:16.014Z Compiling num-conv v0.1.0
17122024-03-22T16:16:16.104Z Compiling itertools v0.12.1
17132024-03-22T16:16:16.260Z Compiling time v0.3.34
17142024-03-22T16:16:17.497Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17152024-03-22T16:16:17.859Z Compiling slog-scope v4.4.0
17162024-03-22T16:16:19.821Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17172024-03-22T16:16:19.985Z Compiling crossbeam-channel v0.5.12
17182024-03-22T16:16:20.775Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17192024-03-22T16:16:21.723Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
17202024-03-22T16:16:21.734Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
17212024-03-22T16:16:23.211Z Compiling term v0.7.0
17222024-03-22T16:16:25.890Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
17232024-03-22T16:16:27.497Z Compiling anyhow v1.0.81
17242024-03-22T16:16:27.846Z Compiling colored v2.1.0
17252024-03-22T16:16:28.305Z Compiling is-terminal v0.4.12
17262024-03-22T16:16:28.422Z Compiling socket2 v0.4.10
17272024-03-22T16:16:29.072Z Compiling take_mut v0.2.2
17282024-03-22T16:16:29.221Z Compiling slog-async v2.8.0
17292024-03-22T16:16:29.229Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
17302024-03-22T16:16:30.139Z Compiling slog-term v2.9.1
17312024-03-22T16:16:32.714Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
17322024-03-22T16:16:33.128Z Compiling slog-stdlog v4.1.1
17332024-03-22T16:16:34.063Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#1b228b55)
17342024-03-22T16:16:36.540Z Compiling slog-envlogger v2.2.0
17352024-03-22T16:16:37.407Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
17362024-03-22T16:16:37.600Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
17372024-03-22T16:16:51.297Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
17382024-03-22T16:16:57.500Z Finished release [optimized] target(s) in 1m 45s
17392024-03-22T16:16:57.538Z Running unittests src/lib.rs (target/release/deps/mg_tests-ae032ad9f9dc47ef)
17402024-03-22T16:16:57.560Z
17412024-03-22T16:16:57.560Zrunning 1 test
17422024-03-22T16:16:57.694Zconfigure zone
17432024-03-22T16:16:57.931Zinstall zone
17442024-03-22T16:17:52.344Zboot zone
17452024-03-22T16:17:53.150Zstart zone s1
17462024-03-22T16:17:53.150Zconfigure zone
17472024-03-22T16:17:53.159Zinstall zone
17482024-03-22T16:17:57.559Ztest ddm::test_trio_v1_server has been running for over 60 seconds
17492024-03-22T16:18:42.173Zboot zone
17502024-03-22T16:18:42.987Zstart zone s2
17512024-03-22T16:18:42.987Zconfigure zone
17522024-03-22T16:18:42.995Zinstall zone
17532024-03-22T16:19:31.905Zboot zone
17542024-03-22T16:19:32.699Zstart zone t1
17552024-03-22T16:19:32.699Zconfigure zone
17562024-03-22T16:19:32.706Zinstall zone
17572024-03-22T16:20:21.797Zboot zone
17582024-03-22T16:20:22.657Zwaiting for zones to come up
17592024-03-22T16:20:32.659Z[sidecar.trio] svcs milestone/network
17602024-03-22T16:20:32.694ZSTATE STIME FMRI
17612024-03-22T16:20:32.694Zonline 9:18:10 svc:/milestone/network:default
17622024-03-22T16:20:32.694Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
17632024-03-22T16:20:32.741Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
17642024-03-22T16:20:32.793Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
17652024-03-22T16:20:32.839Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
17662024-03-22T16:20:32.844Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
17672024-03-22T16:20:32.865Z
17682024-03-22T16:20:32.865Zrunning zone s1.trio setup
17692024-03-22T16:20:32.865Z[s1.trio] svcs milestone/network
17702024-03-22T16:20:32.888ZSTATE STIME FMRI
17712024-03-22T16:20:32.888Zonline 9:19:00 svc:/milestone/network:default
17722024-03-22T16:20:32.888Z[s1.trio] dladm
17732024-03-22T16:20:32.908ZLINK CLASS MTU STATE BRIDGE OVER
17742024-03-22T16:20:32.908Zsl0 simnet 9000 up -- ?
17752024-03-22T16:20:32.908Zmg2 vnic 9000 up -- ?
17762024-03-22T16:20:32.908Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
17772024-03-22T16:20:33.440Z
17782024-03-22T16:20:33.440Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
17792024-03-22T16:20:33.467Z
17802024-03-22T16:20:33.467Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
17812024-03-22T16:20:33.483Z
17822024-03-22T16:20:33.483Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
17832024-03-22T16:20:33.534Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
17842024-03-22T16:20:33.562Zcp /work/oxidecomputer/maghemite/download/ddmd-v1 /mgtrio/s1.trio/root/opt/
17852024-03-22T16:20:33.631Zcp /work/oxidecomputer/maghemite/download/ddmadm-v1 /mgtrio/s1.trio/root/opt/
17862024-03-22T16:20:33.708Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v1 --kind server -a sl0/v6 &> /opt/ddmd.log &
17872024-03-22T16:20:33.728Z
17882024-03-22T16:20:33.728Zrunning zone s2.trio setup
17892024-03-22T16:20:33.729Z[s2.trio] svcs milestone/network
17902024-03-22T16:20:33.752ZSTATE STIME FMRI
17912024-03-22T16:20:33.752Zonline 9:19:50 svc:/milestone/network:default
17922024-03-22T16:20:33.752Z[s2.trio] dladm
17932024-03-22T16:20:33.773ZLINK CLASS MTU STATE BRIDGE OVER
17942024-03-22T16:20:33.773Zsl1 simnet 9000 up -- ?
17952024-03-22T16:20:33.773Zmg3 vnic 9000 up -- ?
17962024-03-22T16:20:33.773Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
17972024-03-22T16:20:34.355Z
17982024-03-22T16:20:34.355Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
17992024-03-22T16:20:34.379Z
18002024-03-22T16:20:34.379Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
18012024-03-22T16:20:34.399Z
18022024-03-22T16:20:34.399Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
18032024-03-22T16:20:34.450Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
18042024-03-22T16:20:34.477Zcp /work/oxidecomputer/maghemite/download/ddmd-v1 /mgtrio/s2.trio/root/opt/
18052024-03-22T16:20:34.508Zcp /work/oxidecomputer/maghemite/download/ddmadm-v1 /mgtrio/s2.trio/root/opt/
18062024-03-22T16:20:34.541Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v1 --kind server -a sl1/v6 &> /opt/ddmd.log &
18072024-03-22T16:20:34.563Z
18082024-03-22T16:20:34.563Zrunning zone t1.trio setup
18092024-03-22T16:20:34.563Z[t1.trio] svcs milestone/network
18102024-03-22T16:20:34.583ZSTATE STIME FMRI
18112024-03-22T16:20:34.583Z- - svc:/milestone/network:default
18122024-03-22T16:20:35.583Z[t1.trio] svcs milestone/network
18132024-03-22T16:20:35.605ZSTATE STIME FMRI
18142024-03-22T16:20:35.605Z- - svc:/milestone/network:default
18152024-03-22T16:20:36.606Z[t1.trio] svcs milestone/network
18162024-03-22T16:20:36.626ZSTATE STIME FMRI
18172024-03-22T16:20:36.626Z- - svc:/milestone/network:default
18182024-03-22T16:20:37.627Z[t1.trio] svcs milestone/network
18192024-03-22T16:20:37.648ZSTATE STIME FMRI
18202024-03-22T16:20:37.648Z- - svc:/milestone/network:default
18212024-03-22T16:20:38.648Z[t1.trio] svcs milestone/network
18222024-03-22T16:20:38.670ZSTATE STIME FMRI
18232024-03-22T16:20:38.670Z- - svc:/milestone/network:default
18242024-03-22T16:20:39.671Z[t1.trio] svcs milestone/network
18252024-03-22T16:20:39.691ZSTATE STIME FMRI
18262024-03-22T16:20:39.691Z- - svc:/milestone/network:default
18272024-03-22T16:20:40.692Z[t1.trio] svcs milestone/network
18282024-03-22T16:20:40.714ZSTATE STIME FMRI
18292024-03-22T16:20:40.714Zoffline 9:20:39 svc:/milestone/network:default
18302024-03-22T16:20:41.714Z[t1.trio] svcs milestone/network
18312024-03-22T16:20:41.737ZSTATE STIME FMRI
18322024-03-22T16:20:41.737Zonline 9:20:40 svc:/milestone/network:default
18332024-03-22T16:20:41.737Z[t1.trio] dladm
18342024-03-22T16:20:41.757ZLINK CLASS MTU STATE BRIDGE OVER
18352024-03-22T16:20:41.757Ztfportrear0_0 simnet 9000 up -- ?
18362024-03-22T16:20:41.757Ztfportrear1_0 simnet 9000 up -- ?
18372024-03-22T16:20:41.757Zmg1 vnic 9000 up -- ?
18382024-03-22T16:20:41.757Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
18392024-03-22T16:20:42.247Z
18402024-03-22T16:20:42.247Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
18412024-03-22T16:20:42.270Z
18422024-03-22T16:20:42.270Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
18432024-03-22T16:20:42.293Z
18442024-03-22T16:20:42.293Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
18452024-03-22T16:20:42.311Z
18462024-03-22T16:20:42.312Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
18472024-03-22T16:20:42.519Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
18482024-03-22T16:20:42.524Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
18492024-03-22T16:20:42.528Zwaiting 3s for copy of files to zone to complete ...
18502024-03-22T16:20:45.530Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
18512024-03-22T16:20:45.576Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
18522024-03-22T16:20:45.603Z[t1.trio] svcadm enable dendrite
18532024-03-22T16:20:45.650Z
18542024-03-22T16:20:45.650Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
18552024-03-22T16:20:45.706Z
18562024-03-22T16:20:45.707Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
18572024-03-22T16:20:45.753Z
18582024-03-22T16:20:45.753Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
18592024-03-22T16:20:45.801Z
18602024-03-22T16:20:45.801Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
18612024-03-22T16:20:45.849Z
18622024-03-22T16:20:45.849Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
18632024-03-22T16:20:45.895Z
18642024-03-22T16:20:45.895Z[t1.trio] svcadm refresh dendrite:default
18652024-03-22T16:20:45.934Z
18662024-03-22T16:20:45.934Z[t1.trio] svcadm restart dendrite:default
18672024-03-22T16:20:45.970Z
18682024-03-22T16:20:45.971Zwait 10s for dendrite to come up ...
18692024-03-22T16:20:55.973Z[t1.trio] svcadm enable tfport
18702024-03-22T16:20:56.015Z
18712024-03-22T16:20:56.015Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid fb1d4090-5ceb-4a87-9218-cbf977b232b9 --sled-uuid 55ea8dea-50b2-4ec8-a25b-aa1e42a1567f -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
18722024-03-22T16:20:56.036Z
18732024-03-22T16:20:56.036Z[t1.trio] ipadm
18742024-03-22T16:20:56.061ZADDROBJ TYPE STATE ADDR
18752024-03-22T16:20:56.061Zlo0/v4 static ok 127.0.0.1/8
18762024-03-22T16:20:56.061Zmg1/v4 static ok 10.0.0.3/24
18772024-03-22T16:20:56.061Zlo0/v6 static ok ::1/128
18782024-03-22T16:20:56.061Zlo0/u6 static ok fd00:3::1/64
18792024-03-22T16:20:56.061Ztfportrear0_0/v6 addrconf ok fe80::4416:29ff:fec2:722e%tfportrear0_0/10
18802024-03-22T16:20:56.062Ztfportrear1_0/v6 addrconf ok fe80::d4d6:95ff:fe5b:f4f5%tfportrear1_0/10
18812024-03-22T16:20:58.167Zinitial peering test passed
18822024-03-22T16:20:59.169Zadvertise from one passed
18832024-03-22T16:21:00.171Zadvertise from two passed
18842024-03-22T16:21:00.171Z[s1.trio] ping fd00:2::1
18852024-03-22T16:21:00.195Zfd00:2::1 is alive
18862024-03-22T16:21:00.195Z[s2.trio] ping fd00:1::1
18872024-03-22T16:21:00.217Zfd00:1::1 is alive
18882024-03-22T16:21:00.217Zconnectivity test passed
18892024-03-22T16:21:00.217Z[t1.trio] pkill ddmd
18902024-03-22T16:21:00.237Z
18912024-03-22T16:21:06.243Z[t1.trio] svcadm enable dendrite
18922024-03-22T16:21:06.286Z
18932024-03-22T16:21:06.286Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
18942024-03-22T16:21:06.331Z
18952024-03-22T16:21:06.331Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
18962024-03-22T16:21:06.381Z
18972024-03-22T16:21:06.382Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
18982024-03-22T16:21:06.425Z
18992024-03-22T16:21:06.425Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
19002024-03-22T16:21:06.470Z
19012024-03-22T16:21:06.471Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
19022024-03-22T16:21:06.515Z
19032024-03-22T16:21:06.516Z[t1.trio] svcadm refresh dendrite:default
19042024-03-22T16:21:06.552Z
19052024-03-22T16:21:06.552Z[t1.trio] svcadm restart dendrite:default
19062024-03-22T16:21:06.589Z
19072024-03-22T16:21:06.589Zwait 10s for dendrite to come up ...
19082024-03-22T16:21:16.591Z[t1.trio] svcadm enable tfport
19092024-03-22T16:21:16.633Z
19102024-03-22T16:21:16.633Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 8655c237-ffc1-4616-8d7b-559ca0e0a12c --sled-uuid 20850d0c-9ba8-4590-81d2-142c7368adf0 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
19112024-03-22T16:21:16.653Z
19122024-03-22T16:21:16.653Z[t1.trio] ipadm
19132024-03-22T16:21:16.679ZADDROBJ TYPE STATE ADDR
19142024-03-22T16:21:16.680Zlo0/v4 static ok 127.0.0.1/8
19152024-03-22T16:21:16.680Zmg1/v4 static ok 10.0.0.3/24
19162024-03-22T16:21:16.680Zlo0/v6 static ok ::1/128
19172024-03-22T16:21:16.680Zlo0/u6 static ok fd00:3::1/64
19182024-03-22T16:21:16.680Ztfportrear0_0/v6 addrconf ok fe80::4416:29ff:fec2:722e%tfportrear0_0/10
19192024-03-22T16:21:16.680Ztfportrear1_0/v6 addrconf ok fe80::d4d6:95ff:fe5b:f4f5%tfportrear1_0/10
19202024-03-22T16:21:19.680Z[s1.trio] ping fd00:2::1
19212024-03-22T16:21:19.702Zfd00:2::1 is alive
19222024-03-22T16:21:19.702Z[s2.trio] ping fd00:1::1
19232024-03-22T16:21:19.723Zfd00:1::1 is alive
19242024-03-22T16:21:19.723Ztransit router restart passed
19252024-03-22T16:21:19.723Z[s1.trio] pkill ddmd
19262024-03-22T16:21:19.742Z
19272024-03-22T16:21:24.747Zcp /work/oxidecomputer/maghemite/download/ddmd-v1 /mgtrio/s1.trio/root/opt/
19282024-03-22T16:21:24.773Zcp /work/oxidecomputer/maghemite/download/ddmadm-v1 /mgtrio/s1.trio/root/opt/
19292024-03-22T16:21:24.801Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v1 --kind server -a sl0/v6 &> /opt/ddmd.log &
19302024-03-22T16:21:24.822Z
19312024-03-22T16:21:28.828Z[s1.trio] ping fd00:2::1
19322024-03-22T16:21:28.849Zfd00:2::1 is alive
19332024-03-22T16:21:28.850Z[s2.trio] ping fd00:1::1
19342024-03-22T16:21:28.871Zfd00:1::1 is alive
19352024-03-22T16:21:28.871Zserver router restart passed
19362024-03-22T16:21:32.881Zpeer expiration recovery passed
19372024-03-22T16:21:33.879Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
19382024-03-22T16:21:33.904Z3
19392024-03-22T16:21:33.904Zredundant advertise passed
19402024-03-22T16:21:33.910Z[t1.trio] pkill ddmd
19412024-03-22T16:21:33.932Z
19422024-03-22T16:21:33.932Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
19432024-03-22T16:21:33.938Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
19442024-03-22T16:21:36.402Z[s2.trio] pkill ddmd
19452024-03-22T16:21:36.421Z
19462024-03-22T16:21:36.421Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
19472024-03-22T16:21:39.021Z[s1.trio] pkill ddmd
19482024-03-22T16:21:39.042Z
19492024-03-22T16:21:39.042Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
19502024-03-22T16:21:41.459Z[sidecar.trio] pkill softnpu
19512024-03-22T16:21:41.480Z
19522024-03-22T16:21:41.480Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
19532024-03-22T16:21:44.220Ztest ddm::test_trio_v1_server ... ok
19542024-03-22T16:21:44.220Z
19552024-03-22T16:21:44.220Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 286.61s
19562024-03-22T16:21:44.220Z
19572024-03-22T16:21:44.235Z+ cleanup
19582024-03-22T16:21:44.239Z++ id -un
19592024-03-22T16:21:44.243Z++ id -gn
19602024-03-22T16:21:44.247Z+ pfexec chown -R build:build .
19612024-03-22T16:21:44.308Zprocess exited: duration 751241 ms, exit code 0
 
19622024-03-22T16:21:44.323Zfound 4 output files
19632024-03-22T16:21:44.324Zuploading: /work/s1.trio.log (5976 bytes)
19642024-03-22T16:21:45.343Zuploaded: /work/s1.trio.log
19652024-03-22T16:21:45.343Zuploading: /work/s2.trio.log (5763 bytes)
19662024-03-22T16:21:46.363Zuploaded: /work/s2.trio.log
19672024-03-22T16:21:46.363Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
19682024-03-22T16:21:47.375Zuploaded: /work/sidecar.trio-softnpu.log
19692024-03-22T16:21:47.375Zuploading: /work/t1.trio.log (21115 bytes)
19702024-03-22T16:21:48.397Zuploaded: /work/t1.trio.log